Venture Posted September 14, 2013 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 179 Reputation: 2 Joined: 08/30/13 Last Seen: November 7, 2024 Share 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 Link to comment Share on other sites More sharing options...
Patskie Posted September 14, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 23 minutes ago Share Posted September 14, 2013 Not sure about this. item_id,item_name,.......{ if ( checkriding() ) { bonus bAtk,30; }; },{},{} 1 Quote Link to comment Share on other sites More sharing options...
Venture Posted September 14, 2013 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 179 Reputation: 2 Joined: 08/30/13 Last Seen: November 7, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
Patskie Posted September 15, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 23 minutes ago Share Posted September 15, 2013 Test it on yourself ofcourse. Quote Link to comment Share on other sites More sharing options...
Venture Posted September 18, 2013 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 179 Reputation: 2 Joined: 08/30/13 Last Seen: November 7, 2024 Author Share Posted September 18, 2013 Seems like it worked well, thanks..! Quote Link to comment Share on other sites More sharing options...
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..?
Link to comment
Share on other sites
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.