RN1986 Posted September 12, 2012 Posted September 12, 2012 Enchants Weapon with wind Property how can i add this to item Quote
Emistry Posted September 12, 2012 Posted September 12, 2012 trunk/doc/item_bonus.txt bonus bAtkEle,n; Gives the player's attacks element n n: 0=Neutral, 1=Water, 2=Earth, 3=Fire, 4=Wind, 5=Poison, 6=Holy, 7=Dark, 8=Spirit, 9=Undead Quote
RN1986 Posted September 12, 2012 Author Posted September 12, 2012 aw i thought that it is not working...because there is no icon @ right side how can i put that icon? for wind ele Quote
Emistry Posted September 12, 2012 Posted September 12, 2012 SC_FIREWEAPON 96 SC_WATERWEAPON 97 SC_WINDWEAPON 98 SC_EARTHWEAPON 99 item_db ............. {},{ sc_start <SC>,-1,1; },{ sc_end <SC>; } if the time -1 didnt work..then change to other high value... Quote
RN1986 Posted September 12, 2012 Author Posted September 12, 2012 (edited) { sc_start <SC_WINDWEAPON 98>,-1,1; },{ sc_end <SC>; } is this correct or wrong sorry im still noob. Edited September 12, 2012 by RN1986 Quote
Emistry Posted September 12, 2012 Posted September 12, 2012 no need put the number... choose either use the number...or the sc name Quote
RN1986 Posted September 12, 2012 Author Posted September 12, 2012 like this? {},{ sc_start <SC_WINDWEAPON>,-1,1; },{ sc_end <SC>; } Quote
Emistry Posted September 12, 2012 Posted September 12, 2012 {},{ sc_start SC_WINDWEAPON,-1,1; },{ sc_end SC_WINDWEAPON; } Quote
RN1986 Posted September 12, 2012 Author Posted September 12, 2012 OMG sir emistry... you help me a lot thank you very much..... Solved...Because of sir Emistry.. Quote
Question
RN1986
Enchants Weapon with wind Property
how can i add this to item
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.