badneko Posted December 5, 2015 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 37 Reputation: 1 Joined: 06/09/14 Last Seen: February 10, 2019 Share Posted December 5, 2015 For example all stats + 3 (level <70) also how desactivate this on certan maps? can be setted in the item too ? Quote Link to comment Share on other sites More sharing options...
0 Haziel Posted December 5, 2015 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share Posted December 5, 2015 Well, on item script just: if (BaseLevel < 70) bonus bAllStats,3; It reads: If BaseLevel is less than 70, give All Stats + 3.And, for limiting it on certain maps, it's better to disable the item on that specific map, but, you can: if (strcharinfo(3) != "prontera") bonus bAllStats,3; It reads: If current map isn't prontera, give All Stats + 3. But if it's several maps, I, again, would prefer to use db/item_noequip.txt. 1 Quote Link to comment Share on other sites More sharing options...
Question
badneko
For example
all stats + 3 (level <70)
also how desactivate this on certan maps?
can be setted in the item too ?
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.