Jump to content
  • 0

Help About autocommand when max level


LearningRO

Question


  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

hi all

anybody can help me to make script

 

When player was lv 160

 

autocommand  @auraset1<spasi>680

 

 

please help :D

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2350
  • Joined:  10/28/11
  • Last Seen:  


OnPCBaseLvUpEvent:

if( BaseLevel >= 160 )

atcommand "@auraset 160";

end;

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  318
  • Reputation:   54
  • Joined:  12/23/12
  • Last Seen:  

OnPCLoginEvent:
if ( BaseLevel >= 160 ) { atcommand "@auraset1<spasi>680"; }

 

 

Although the aura will disapear if you warp.

Cant help you with that part.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

sir Can be used only once

 

not when login

 

i mean when player was max lv 160 it be automatic @auraset1 680

 

like use this

OnInit:

 


 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

OnPCBaseLvUpEvent:
if( BaseLevel >= 160 )
    atcommand "@auraset 160";
end;

thx Emistry it's work :D

Link to comment
Share on other sites

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.   Paste as plain text instead

  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.

×
×
  • Create New...