Jump to content
  • 0
MikZ

Remove script effect

Question

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:

	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 by MikZ

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.