MikZ 5 Posted December 6, 2015 (edited) Hello, How would i do this?When my player reaches max level 175. all + allstats will be remove from the item. so the item will be uselessscript example: Id: 25001 AegisName: "Leveling_Helm" Name: "Leveling Helm" Type: 5 Buy: 20 Weight: 700 Def: 3 Loc: 256 View: 1680 Trade: { nodrop: true notrade: true nocart: true nostorage: true nogstorage: true nomail: true noauction: true } Script: <" bonus bAllStats,5; bonus2 bExpAddRace,RC_All,50; if(BaseLevel>174) { bonus bonus bAllStats,-5; ">}, i tried: if(BaseLevel>174) { bonus bonus bAllStats,-5; "> but its not working.. what should be the proper one? thank you! Edited December 6, 2015 by MikZ Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted December 6, 2015 bonus2 bExpAddRace,RC_All,50;if(BaseLevel < 175) { bonus bAllStats,5;} 2 MikZ and Mikhail von Hohenheim reacted to this Quote Share this post Link to post Share on other sites
0 MikZ 5 Posted December 6, 2015 thanks @@Dastgir Quote Share this post Link to post Share on other sites
Hello,
How would i do this?
When my player reaches max level 175. all + allstats will be remove from the item. so the item will be useless
script example:
i tried:
Edited by MikZif(BaseLevel>174) {
bonus bonus bAllStats,-5; "> but its not working.. what should be the proper one? thank you!
Share this post
Link to post
Share on other sites