View Single Post
  #7  
Old 04-14-2011, 09:18 PM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
still on a gmap, it wont allow you to do changes tiles, even without findLevel()

Quote:
Originally Posted by fowlplay4 View Post
@Omega: Check if it's working in the top-left corner of your GMAP, and if it is try removing the '% 64' because according to the output above you're finding the GMAP level as a whole not the specific level.
I always test in the top left of a gmap, just a habit, also this is on layers above zero, layer zero I can change just fine

@Andrew
PHP Code:
triggerServer"gui"name"PlaceTiles"Tile_Editor_Layer.textthis.tileDatafindImg200).xfindImg200).y, (( this.pW this.pX) / 16), (( this.pH this.pY) / 16)); 
e. upon further investigation, tried echo the tiles on layer[ 1] before I changed them and it is NULL, when it should be 1248
Checking the type on player.level.tilelayers is 3, and tilelayers[ 0] is 2, but on player.level.tileslayers[ 1] is -1, on a single level both layers 0 and 1 type is 2

So yes, this is a Gmap bug. On A gmap a server cant read tiles above layer zero.
__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!

Last edited by MrOmega; 04-15-2011 at 05:26 AM..
Reply With Quote