Software:Universal Client
Version Number:
________________________________________________________________________
Location
________________________________________________________________________
Description:
Function GetMapData( $row, $col )
{
$pos1 =$row - 1
$pos2 = $pos1 * $mapWidth
$playrerPos = ($row - 1) * $mapWidth <---------this does not work
// $playerPos = $pos2 + $col
return( $m_MapData[$playerPos] )
}
________________________________________________________________________
Steps to Replicate:
More fancy maths issues
same as previous.. compound maths operations are not supported atm. ( http://theuniversal.net/worldmanual/dok ... sic_syntax )