badneko Posted December 5, 2015 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
0 Haziel Posted December 5, 2015 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
Question
badneko
For example
all stats + 3 (level <70)
also how desactivate this on certan maps?
can be setted in the item too ?
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.