Yes because main load Sword33.bmd for Sacred -J Glove
idk which version of main you use, but i did research on 1.04D gmo
and all you need 2 do is
1. Open main using OllyDbg -> Search for all Constants
2. Search for 4BB
(Sacred -J Glove, if you use other main version do research for (0*512+40 > HEX + Item offset)
3. Go to 2nd offset (0050DE8F)
4. You can see patch Sword 33 ... (Data/Item)
So change patch to Sword41. how?
Code:
0050DE85 68 CC8BD200 PUSH main.00D28BCC ; ASCII "Sword33"
Ctrl + G and write offset of push (...) Sword33 so
Ctrl + G -> 00D28BCC
Now right click -> Follow in Dump -> Selection
Edit Sword33 to Sword41 in (HEX > ASCII window)
Right click -> Copy -> Select ALL
Right click -> Copy to executable -> Selection
Right click -> Save file & Test.
If you don't understand something, then im sorry :)