Hi all!
I want to know how to add a MG sword with bonus wizard damage.
Please help me.
Anyway, I want to learn more about MU code, where should I begin ?
Hi all!
I want to know how to add a MG sword with bonus wizard damage.
Please help me.
Anyway, I want to learn more about MU code, where should I begin ?
I think, you must edit your client - file Item.bmd and also server side - Item(Kor).txt or Item(Jpn).txt.
For example, you want to add magic power into Blade. Here is original code:
And here is code with magic power:Code:5 0 22 1 3 1 1 1 "Blade" 36 36 47 30 39 0 0 0 80 50 0 0 0 1 1 1 1 1 1 0
You must put this into txt file and the same code into item.bmd file in your client. Hope I help.Code:5 0 22 1 3 1 1 1 "Blade" 36 36 47 30 39 100 100 0 80 50 0 0 0 1 1 1 1 1 1 0
Well, I do extractly the same as you told me. And the new sword show the normal sword without bonus wizard damage.
I've just receive another answer that my gameserver doesn't support for this.
Any ideas ?
modify client side :D
itembmd i think
u got visual bug
Oh, I did modify item.bmd. The staff work fine. But sword doesn't.
If it's visual bug, than I'm not be able to fix this. I'm not good enough.
Thank you all, anyway