Jump to content
Masuka00

Mapinfo Limit

Recommended Posts

Hi! I would like to know if someone could explain to me how to increase the map limit in mapinfo, I know that the mapinfo is limited to forty-something, and the only information I found is the Russian section.

.::INFO:.
To Hex game.exe and look address 0x00016873 then find  0x32 and replace it with 0x50 this will remove the limit of 49, but 80 maps.
 

Spoiler

 


The problem can't find the address 0x00016873 and there is no info on what version of game.exe is, since I am using version 1.36, if someone could help me i would appreciate a lot.

Edited by Masuka00
  • Like 1

☠️🏴‍☠️💀ǤØĐ βŁ€ŞŞ ƤƗŘΔĆ¥💀🏴‍☠️☠️

Share this post


Link to post
Share on other sites

Hello @Mesut!

 

1) Open your Game.exe in any HEX editor. I suggest use HxD.

2) Search for the following string:

scripts/table/mapinfo

 

3) In my Game.exe I found it at address 0x00201EE4, yours one can be different:

1.png

 

4) Add to the address value 0x00400000. For example:

00201EE4 + 00400000 = 00601EE4

 

5) Reverse the byte order of the addition result:

00601EE4 -> E41E6000

 

6) Look for the reversed value:

2.png

 

7) Look for a sequence of bytes '6A 32 6A 00' nearby. Byte '32' can be different.

8 ) Change the byte '32' to '50' and save the file:

3.png

 

That's all!

 


Share this post


Link to post
Share on other sites
On 11/9/2021 at 8:57 AM, V3ct0r said:

Hello @Mesut!

 

1) Open your Game.exe in any HEX editor. I suggest use HxD.

2) Search for the following string:


scripts/table/mapinfo

 

3) In my Game.exe I found it at address 0x00201EE4, yours one can be different:

1.png

 

4) Add to the address value 0x00400000. For example:


00201EE4 + 00400000 = 00601EE4

 

5) Reverse the byte order of the addition result:


00601EE4 -> E41E6000

 

6) Look for the reversed value:

2.png

 

7) Look for a sequence of bytes '6A 32 6A 00' nearby. Byte '32' can be different.

8 ) Change the byte '32' to '50' and save the file:

3.png

 

That's all!

 

the offset u giving me doesnt work for me is i cant find it but thk u anyway i wish i can send u my gameexe so u can change the string i need to incresead mapinfo limit skillinfo, skilleff,characterinfo.

well thk u anyway!!!

Share this post


Link to post
Share on other sites
17 hours ago, Mesut said:

most of all iteminfo sorry i didnt add it or u make a turtorial video for it!!

Hello!

 

Send your .exe files and I will write addresses of limits.

  • Like 1

Share this post


Link to post
Share on other sites

Hello @Mesut!

 

ItemInfo.txt      => 0x0009105C (00 80 00 00 = 0x8000 = 32768 items)
CharacterInfo.txt => 0x00091086 (40 1F 00 00 = 0x1F40 = 8000 monsters)
SkillInfo.txt     => 0x00091105 (C4 09 00 00 = 0x09C4 = 2500 skills)
SkillEff.txt      => 0x0009137A (40 1F 00 00 = 0x1F40 = 8000 effects)
MapInfo.txt       => No address (It is client side file)

 

  • Thanks 1

Share this post


Link to post
Share on other sites
1 час назад, V3ct0r сказал:

Hello @Mesut!

 


ItemInfo.txt      => 0x0009105C (00 80 00 00 = 0x8000 = 32768 items)
CharacterInfo.txt => 0x00091086 (40 1F 00 00 = 0x1F40 = 8000 monsters)
SkillInfo.txt     => 0x00091105 (C4 09 00 00 = 0x09C4 = 2500 skills)
SkillEff.txt      => 0x0009137A (40 1F 00 00 = 0x1F40 = 8000 effects)
MapInfo.txt       => No address (It is client side file)

 

thkx how can i add more maps any suggestion how i can add more? im very thankfull..

Share this post


Link to post
Share on other sites
On 11/12/2021 at 6:05 PM, Mesut said:

thkx how can i add more maps any suggestion how i can add more? im very thankfull..

Hello!

 

What is the problem with maps addition? You don't know how to do it or get some errors?

  • Sad 1

Share this post


Link to post
Share on other sites
19 минут назад, V3ct0r сказал:

 

it,s the addition problem like u sad before no offset on maplist cant find the line to add more map idk,after line 50 on map it,s says overloaded on game.exe

Share this post


Link to post
Share on other sites
13 hours ago, Mesut said:

it,s the addition problem like u sad before no offset on maplist cant find the line to add more map idk,after line 50 on map it,s says overloaded on game.exe

Send your Game.exe

  • Like 1

Share this post


Link to post
Share on other sites
1 hour ago, Mesut said:

Game.exe from client, not GameServer.exe

  • Like 1

Share this post


Link to post
Share on other sites
1 hour ago, Mesut said:

oki boss!! https://ufile.io/6yjsv7qb

 

I need Game.exe from 'system' folder


Share this post


Link to post
Share on other sites
MapInfo.txt => 0x00016873 (0x64 = 100 maps)

@Mesut

  • Like 1

Share this post


Link to post
Share on other sites
Только что, Mesut сказал:

should i remove the maplist from server?

only add on client thkx for your support!!!

 

 

Share this post


Link to post
Share on other sites
54 minutes ago, Mesut said:

should i remove the maplist from server?

only add on client

 

Do you mean mapinfo.txt (.bin)? Yes, you can remove this file from server

  • Like 1

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...