LearningRO Posted July 3, 2013 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: 22 hours ago Share Posted July 3, 2013 hi all anybody can help me to make script When player was lv 160 autocommand @auraset1<spasi>680 please help Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 3, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: 10 hours ago Share Posted July 3, 2013 OnPCBaseLvUpEvent: if( BaseLevel >= 160 ) atcommand "@auraset 160"; end; 1 Quote Link to comment Share on other sites More sharing options...
-SkittleNugget- Posted July 3, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 318 Reputation: 54 Joined: 12/23/12 Last Seen: July 1, 2017 Share Posted July 3, 2013 OnPCLoginEvent:if ( BaseLevel >= 160 ) { atcommand "@auraset1<spasi>680"; } Although the aura will disapear if you warp. Cant help you with that part. Quote Link to comment Share on other sites More sharing options...
LearningRO Posted July 3, 2013 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: 22 hours ago Author Share Posted July 3, 2013 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: Quote Link to comment Share on other sites More sharing options...
LearningRO Posted July 3, 2013 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: 22 hours ago Author Share Posted July 3, 2013 OnPCBaseLvUpEvent: if( BaseLevel >= 160 ) atcommand "@auraset 160"; end; thx Emistry it's work Quote Link to comment Share on other sites More sharing options...
Question
LearningRO
hi all
anybody can help me to make script
When player was lv 160
autocommand @auraset1<spasi>680
please help
Link to comment
Share on other sites
4 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.