Checkmate Posted September 2, 2014 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Share Posted September 2, 2014 Hye all... Like a title say...Here the script that need to change from Baby Job into NoviceI mean how can we change it or edit script that only Novice can reenter the pvp map Case 6: // Baby PvP Room if (getmapusers("pvp_y_1-2") > 99) callsub S_full; if (class < 4023 || class > 4045) goto L_NotBaby; callsub S_payment; warp "pvp_y_1-2",0,0; end; Thanks Quote Link to comment Share on other sites More sharing options...
Capuche Posted September 2, 2014 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted September 2, 2014 if ( Class != Job_Novice ) goto L_NotBaby; + change the message in L_NotBaby 1 Quote Link to comment Share on other sites More sharing options...
Checkmate Posted September 2, 2014 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Author Share Posted September 2, 2014 if ( Class != Job_Novice ) goto L_NotBaby; + change the message in L_NotBaby I will try it out sir... Thx sir.. Its been long time did not see you active... ^ ^ Are you busy?..? Quote Link to comment Share on other sites More sharing options...
Capuche Posted September 3, 2014 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted September 3, 2014 I'm not active.. I'm not busy.. I'm on holiday Quote Link to comment Share on other sites More sharing options...
Checkmate Posted September 4, 2014 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Author Share Posted September 4, 2014 I'm not active.. I'm not busy.. I'm on holiday ^ ^ Have Fun Sir... ^ ^ Quote Link to comment Share on other sites More sharing options...
Question
Checkmate
Hye all...
Like a title say...
Here the script that need to change from Baby Job into Novice
I mean how can we change it or edit script that only Novice can reenter the pvp map
Thanks
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.