Nitrate Posted April 25, 2014 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 12/10/13 Last Seen: August 30, 2017 Share Posted April 25, 2014 Can someone please give me a quick script that automatically joins you to #main channel when you log-in. something that automatically runs "@channel join #main" when you log-in. And also something that announces when a new player first time log-in in the server. something that checks if you are a novice level 1, and if you are, lets say zero on #newplayer variable. if you are, it announces "Welcome (char name) to rAthenaRO!". and then it sets the variable to 1 so it doesnt trigger again when make new novices. Thank you! Quote Link to comment Share on other sites More sharing options...
sandbox Posted April 25, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: April 29 Share Posted April 25, 2014 - script main -1,{ OnPCLoginEvent: atcommand "@channel join #main"; if(!#newplayer) announce "Welcome "+strcharinfo(0)+" to rAthenaRO",bc_all; #newplayer = 1; end; } Quote Link to comment Share on other sites More sharing options...
Nitrate Posted April 26, 2014 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 12/10/13 Last Seen: August 30, 2017 Author Share Posted April 26, 2014 - script main -1,{ OnPCLoginEvent: atcommand "@channel join #main"; if(!#newplayer) announce "Welcome "+strcharinfo(0)+" to rAthenaRO",bc_all; #newplayer = 1; end; } Thank you very much. Much appreciated <3 Quote Link to comment Share on other sites More sharing options...
Question
Nitrate
Can someone please give me a quick script that automatically joins you to #main channel when you log-in.
something that automatically runs "@channel join #main" when you log-in.
And also something that announces when a new player first time log-in in the server.
something that checks if you are a novice level 1, and if you are, lets say zero on #newplayer variable.
if you are, it announces "Welcome (char name) to rAthenaRO!".
and then it sets the variable to 1 so it doesnt trigger again when make new novices.
Thank you!
Link to comment
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.