RN1986 Posted September 12, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Share Posted September 12, 2012 Enchants Weapon with wind Property how can i add this to item Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 12, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Thursday at 03:04 PM Share 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 Link to comment Share on other sites More sharing options...
RN1986 Posted September 12, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted September 12, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Thursday at 03:04 PM Share 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 Link to comment Share on other sites More sharing options...
RN1986 Posted September 12, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted September 12, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Thursday at 03:04 PM Share Posted September 12, 2012 no need put the number... choose either use the number...or the sc name Quote Link to comment Share on other sites More sharing options...
RN1986 Posted September 12, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Author Share Posted September 12, 2012 like this? {},{ sc_start <SC_WINDWEAPON>,-1,1; },{ sc_end <SC>; } Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 12, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Thursday at 03:04 PM Share Posted September 12, 2012 {},{ sc_start SC_WINDWEAPON,-1,1; },{ sc_end SC_WINDWEAPON; } Quote Link to comment Share on other sites More sharing options...
RN1986 Posted September 12, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Author Share Posted September 12, 2012 OMG sir emistry... you help me a lot thank you very much..... Solved...Because of sir Emistry.. Quote Link to comment Share on other sites More sharing options...
Question
RN1986
Enchants Weapon with wind Property
how can i add this to item
Link to comment
Share on other sites
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.