(Request ) Guid add Cursor @ Cordinate Position for new map Zone3 RYL 1753

Experienced Elementalist
Joined
Apr 20, 2011
Messages
207
Reaction score
13
Because almost all the zones have different ingame boundaries and the map is always in a static size then there is a need for a calculation based on the zone your currently in.
And because these zones arent supposed to be part of the game, these calculations were never included.
If you want to bypass this limitation and show the cursor in a wrong place you could always try to find the switch in the client and enable unknown zones.

The code is something like this:

CMP zone, 8
JE a
CMP zone, 12
JE b
RTN <- u could change this to a JMP a for an example
 
Newbie Spellweaver
Joined
Sep 10, 2009
Messages
47
Reaction score
0
pay and i can make done this fix

u Ernesto Mostafá ?


did you manage to solve this problem
 
Experienced Elementalist
Joined
Apr 20, 2011
Messages
207
Reaction score
13
Yes, i manage fix these things .
And don't ask me how to .
 
Experienced Elementalist
Joined
Apr 20, 2011
Messages
207
Reaction score
13
How much can you give me ?
 
Newbie Spellweaver
Joined
Apr 14, 2011
Messages
34
Reaction score
1
CMP zone, 8
JE a
CMP zone, 12
JE b
RTN <- u could change this to a JMP a for an example


change to Jump bring to new 0000 place then edit that side ? what mean by EAX ? and what the offset for zone 8 and 12
can u explain to me . how to ?