heey guys i got a question,
i have added a weapon to test on the exe since i wanna learn how to do it.
it loads fine all good but about the item indexes in the exe. for skill.cpp/item.cpp
i added the codes and exes loads without an error only i dont get what index i gotta use for the codes
example : item.cpp
ASCII "TWIN_SWORD"
MOV DWORD PTR DS:[EDI+100],411
this 411 isnt used for TB in the itemweapon files. there ur 417..
example : skill.cpp
ASCII "TWIN_SWORD"
MOV EAX,15
same here uses 15 and in action/pc files Twinsword = index 21.
both skips 6 numbers ? i tryed to use 430/30 also in share files and even made share files 436 and 36 lol didnt work soo,,
this gets me confused how to add the right one since i tryed some and the weapon was just on his back and doing damage with his hand. and give me dbmon error invailed weapon in right hand
ya i added also script bonename
if i forgot something about adding a weapon pls tell me so i can fix this problem . thanks for ur time people!
i have added a weapon to test on the exe since i wanna learn how to do it.
it loads fine all good but about the item indexes in the exe. for skill.cpp/item.cpp
i added the codes and exes loads without an error only i dont get what index i gotta use for the codes
example : item.cpp
ASCII "TWIN_SWORD"
MOV DWORD PTR DS:[EDI+100],411
this 411 isnt used for TB in the itemweapon files. there ur 417..
example : skill.cpp
ASCII "TWIN_SWORD"
MOV EAX,15
same here uses 15 and in action/pc files Twinsword = index 21.
both skips 6 numbers ? i tryed to use 430/30 also in share files and even made share files 436 and 36 lol didnt work soo,,
this gets me confused how to add the right one since i tryed some and the weapon was just on his back and doing damage with his hand. and give me dbmon error invailed weapon in right hand
ya i added also script bonename
if i forgot something about adding a weapon pls tell me so i can fix this problem . thanks for ur time people!