Venture Posted September 14, 2013 Posted September 14, 2013 I wanted to make a weapon that gets a +30 bonus damage if the user is on Peco/Dragon. What should I put within the weapon script..? Quote
Patskie Posted September 14, 2013 Posted September 14, 2013 Not sure about this. item_id,item_name,.......{ if ( checkriding() ) { bonus bAtk,30; }; },{},{} 1 Quote
Venture Posted September 14, 2013 Author Posted September 14, 2013 (edited) Not sure about this. item_id,item_name,.......{ if ( checkriding() ) { bonus bAtk,30; }; },{},{} Is that confirmed to be working..? Server is up, and I don't think checking it up in the server itself would be a great idea. Edited September 14, 2013 by gekigengar Quote
Venture Posted September 18, 2013 Author Posted September 18, 2013 Seems like it worked well, thanks..! Quote
Question
Venture
I wanted to make a weapon that gets a +30 bonus damage if the user is on Peco/Dragon.
What should I put within the weapon script..?
4 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.