Onairda Posted July 6, 2017 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 177 Reputation: 9 Joined: 12/30/16 Last Seen: 38 minutes ago Share Posted July 6, 2017 hi how can i make this kind of script in my Item_db for example 5518 Bahpo horns if Player level 99 wearing it . it gives allstats + 10 but if Player is level 255 it gives allstats + 50 Thankyou Quote Link to comment Share on other sites More sharing options...
0 viperballz Posted July 6, 2017 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 6 Reputation: 3 Joined: 05/28/17 Last Seen: July 13, 2017 Share Posted July 6, 2017 modify your item_db.txt like ..........{if(BaseLevel>=99) { bonus bAllStats,10; } if(BaseLevel==255) { bonus bAllStats,50; }},{},{} Quote Link to comment Share on other sites More sharing options...
Question
Onairda
hi how can i make this kind of script in my Item_db for example 5518 Bahpo horns
if Player level 99 wearing it . it gives allstats + 10
but if Player is level 255 it gives allstats + 50
Thankyou
Link to comment
Share on other sites
1 answer 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.