Jump to content
  • 0

request 1st~ 2nd classes job PVP ROOM


donkeyg

Question


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

Add to whatever warper,

if (Class > 4054) { mes "Third classes cannot enter."; close; }

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

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;

?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

Yeah, that should work.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  218
  • Reputation:   16
  • Joined:  01/24/12
  • Last Seen:  

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...