Quote:
Originally Posted by smiletsh
help.... plz
.
|
it's not database, it will be gameserver (hardcoded)!
By default all uniques drop special return scroll with CodeName :
let's just jump that useless drop from GameServer.
1- open your debugger (I use x32dbg)
2- ctrl + g & search for 00725869
3- change "jne 0x00725862" to "jmp 0072588D".
Code:
00725869 | EB 22 | jne sr_gameserver.725862
to
Code:
00725869 | EB 22 | jmp sr_gameserver.72588D
and it's done no more special return scrolls from uniques drops.