Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

EP8 WorldSvr Offsets for MAX_WARPDATANUM

Skilled Illusionist
Joined
Apr 17, 2010
Messages
323
Reaction score
23
Wrong. This code will open 1-12 and 20 only :)

1052671 = 1-12 and 21
2101247 = 1-12 and 22





1-12 and 22
10 0000 0000 1111 1111 1111

Just analyze this BIN and convert it to dec. You will know how to compute hehe :)

thanks!

Code:
10 0000 0000 1111 1111 1111
^            ^            ^
|            |            |_ MAP1
|            |______________ MAP12
|___________________________ MAP22

is this correct?
 
Upvote 0
Banned
Banned
Joined
Aug 2, 2011
Messages
1,427
Reaction score
979
Wrong. This code will open 1-12 and 20 only :)

1052671 = 1-12 and 21
2101247 = 1-12 and 22





1-12 and 22
10 0000 0000 1111 1111 1111

Just analyze this BIN and convert it to dec. You will know how to compute hehe :)

Pro !! xd
 
Upvote 0
Joined
Aug 27, 2013
Messages
800
Reaction score
1,964
World 12 - 4095
world 13 - 8191
world 14 - 16383
world 15 - 32767
world 16 - 65535
world 17 - 131071
world 18 - 262143
world 19 - 524287
world 20 - 1048575
world 21 - ‭2097151‬
world 22 - ‭4194303‬
world 23 - ‭8388607‬
world 24 - ‭16777215‬
world 25 - ‭33554431‬
world 26 - ‭67108863‬
world 27 - ‭134217727‬
world 28 - ‭268435455‬
world 29 - ‭536870911‬
world 30 - ‭1073741823‬
world 31 - ‭2147483647‬
world 32 - ‭4294967295‬
 
Upvote 0
Back
Top