Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
rte 9? wth?
#1
hey, so..i added binary arrays and i have seamless maps...so, when i join the server i get this error in blttile:

With Map.Tile(RealX, RealY)


RTE 9


with mousehover it says: With Map.Tile(RealX, RealY)=

i dunno why :/, please help me guys!


thanks!
Reply
#2
Hover over RealX and RealY - they are more then likely out of the array's bounds (ie = 0).

In other words, you are not getting the right values.

Just a guess - never used Mirage myself, but know plenty about debugging. :wink:
Reply
#3
Spodi Wrote:Hover over RealX and RealY - they are more then likely out of the array's bounds (ie = 0).

In other words, you are not getting the right values.

Just a guess - never used Mirage myself, but know plenty about debugging. :wink:

Coordinates: 0, 0 exist. The RealX and RealY have to be lower than 0, or greater than your max mapX and max mapY.
Reply
#4
but thats not the case :/, if i go with the mosue over realx or realy is says:


Realx = 11
RealY = 0



thanks!
Reply
#5
If maps are an array on the client-side now, you'll need to state which map you're blting.

Map(MAPNUMBER).Tile(X,Y) etc.
Reply
#6
I know for a fact Map client side is not an array but sMaps is an array
Map = the map you are on
sMaps = the surounding maps
I have gotten the same error but with sMaps

not realy sure how to fix this error though
(been kind of busy not much time to program)
Reply
#7
Did you make the tile array dynamic?
Reply
#8
Verrigan helped me to fix this problem Smile


(it had something todo with a packet data that was sendet wrong)

anyway, thankyou very much for trying to help me guys Smile
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)