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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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