How to change Disguise ring Monsters

Joined
Dec 13, 2006
Messages
428
Reaction score
2
Here is my first guide: how to change disguise ring monsters.

  • open gameserver with ollydbg
  • search for
    Code:
     mov dword ptr [ebp-10],[COLOR=red]2 [/COLOR]
  • you will find something like this:
lothera - How to change Disguise ring Monsters - RaGEZONE Forums


(your vaules for every mov dword ptr [ebp-10],2will be diferent)

edit the lines that have mov dword ptr [ebp-10],number ; there should be six of em.

DONT FORGET -> just npc number wont do, open windows calculator and convert the npc number to hex then put it in.

then highlight everything you changed, right click it. click copy to excutable>selection

then, on the window that opens up, right click>save file

you can go from there ;)


experiment with diferent monsters, some work, some dont.


Credits:
Me, typing this
Windows Calculator for the hex->number conversions
chris05 for teaching me this ^^
 
Re: [Guide] How to change Disguise ring Monsters

Nice :juggle: can be more detailed for people who know nothing about ollydbg.
 
Re: [Guide] How to change Disguise ring Monsters

1. you are not doing it right
2. i dunno, im an olly noob
3. 1.02n, works with most gs's..
 
Re: [Guide] How to change Disguise ring Monsters

lol, chris05 "the muonline teacher."
she always help me on messenger ^^'

and very nice tute dude.
[]'s
 
Re: [Guide] How to change Disguise ring Monsters

lol in some sever files all u gotta do is go to gameserver .ini and change them there
 
Re: [Guide] How to change Disguise ring Monsters

For other version:

1 - Open GS with OllyDbg and find (one by one) (CTRL+F)

MOV DWORD PTR SS:[EBP-10],2
MOV DWORD PTR SS:[EBP-10],7
0MOV DWORD PTR SS:[EBP-10],0E
MOV DWORD PTR SS:[EBP-10],8
MOV DWORD PTR SS:[EBP-10],9
MOV DWORD PTR SS:[EBP-10],29

2 - Open the scientific calculator and select DEC and type the ID monster what do you want. Select then HEX and put in Olly the number.

Sorry my bad English.
 
Re: [Guide] How to change Disguise ring Monsters

maybe if you make the post more complete it would be better, for example, how do you found that?
 
Back