donkeyg Posted June 23, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share Posted June 23, 2012 i need an 2nd classes job can be entered the room only, 3rd job classes are not allow plspls Quote Link to comment Share on other sites More sharing options...
Euphy Posted June 23, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted June 23, 2012 Add to whatever warper, if (Class > 4054) { mes "Third classes cannot enter."; close; } Quote Link to comment Share on other sites More sharing options...
donkeyg Posted June 23, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted June 23, 2012 okay, i will try it later thanks L5: if (getmapusers("guild_vs4.gat") > 1) goto Lsorry; if (Class > 4054) { mes "Third classes cannot enter."; close; } announce "[ "+strcharinfo(0)+" ] has entered to the Trans Classes PvP Room",0,0x81DAF5; warp "guild_vs4",0,0; close; ? Quote Link to comment Share on other sites More sharing options...
Euphy Posted June 23, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted June 23, 2012 Yeah, that should work. Quote Link to comment Share on other sites More sharing options...
Nipsino Posted June 23, 2012 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 218 Reputation: 16 Joined: 01/24/12 Last Seen: May 24, 2015 Share Posted June 23, 2012 okay, i will try it later thanks L5: if (getmapusers("guild_vs4.gat") > 1) goto Lsorry; if (Class > 4054) { mes "Third classes cannot enter."; close; } announce "[ "+strcharinfo(0)+" ] has entered to the Trans Classes PvP Room",0,0x81DAF5; warp "guild_vs4",0,0; close; ? You should also put in a SC_END SC_ALL; so it'll de-buff the players. :3 Quote Link to comment Share on other sites More sharing options...
Question
donkeyg
i need an 2nd classes job can be entered the room only, 3rd job classes are not allow
plspls
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.