LearningRO Posted July 3, 2013 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
Emistry Posted July 3, 2013 Posted July 3, 2013 OnPCBaseLvUpEvent: if( BaseLevel >= 160 ) atcommand "@auraset 160"; end; 1 Quote
-SkittleNugget- Posted July 3, 2013 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
LearningRO Posted July 3, 2013 Author 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
LearningRO Posted July 3, 2013 Author Posted July 3, 2013 OnPCBaseLvUpEvent: if( BaseLevel >= 160 ) atcommand "@auraset 160"; end; thx Emistry it's work Quote
Question
LearningRO
hi all
anybody can help me to make script
When player was lv 160
autocommand @auraset1<spasi>680
please help
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.