Jump to content
  • 0

[request] for trans woe and pvp only


Question

3 answers to this question

Recommended Posts

Posted

if( Upper != 1 ){
mes "You are not Trans Job.";
close;
}

Upper       - 0: Normal jobs, 1: Adv jobs. 2: Baby jobs, 4: Normal 3rd jobs. 5: Adv. 3rd jobs. 6: Baby 3rd jobs. 

Posted

but no pvp room for trans only?

this is my pvp room.

prontera,156,175,6    script    PvP Warper    413,{
   percentheal 100,100;
   sc_start SC_BLESSING,360000,10;
   sc_start SC_INCREASEAGI,360000,10;
   sc_start SC_KYRIE,300000,10;
mes "[PvP Warper]";
mes "Do you want to warp to the PvP Arena and fight your enemies?";
menu "Sure, Bring it on!",L_Yes,"Nah, I'm not ready yet.",L_No;

L_Yes:
mes "[PvP Warper]";
mes "Which PvP Arena do you want to enter?";
menu    "PvP Arena [" + getmapusers("pvp_y_1-2.gat") + " / 20]",L1,
   "GvG Arena [" + getmapusers("guild_vs2.gat") + " / 20]",L2,
   "Nightmare Mode [" + getmapusers("guild_vs4.gat") + " / 20]",L3;

L1:
if (getmapusers("pvp_y_1-2.gat") > 19) goto Lsorry;
warp "pvp_y_1-2",0,0;
announce "[ "+strcharinfo(0)+" ] is warped into PVP Arena.",0;
close;

L2:
if (getmapusers("guild_vs2.gat") > 19) goto Lsorry;
warp "guild_vs2",0,0;
announce "[ "+strcharinfo(0)+" ] is warped into GVG Arena.",0;
close;
close;

L3:
if (getmapusers("guild_vs4.gat") > 19) goto Lsorry;
warp "guild_vs4",0,0;
announce "[ "+strcharinfo(0)+" ] is warped into Nightmare Mode.",0;
close;
close;

Lsorry:
mes "[PvP Warper]";
mes "Sorry but this PvP Arena is full, maybe you could try another one.";
close;

L_No:
close;
OnInit:
while( 1 ){
delwaitingroom;
waitingroom getmapusers("pvp_y_1-2")+" Users ",0;
sleep 1000;
}
}
hugel,93,152,3    duplicate(PvP Warper)    PvP Warper#2    413
lighthalzen,154,94,3    duplicate(PvP Warper)    PvP Warper#3    413
pvp_y_1-2    mapflag    noteleport
pvp_y_1-2    mapflag    nowarp
pvp_y_1-2    mapflag    noreturn
guild_vs2    mapflag    noteleport
guild_vs2    mapflag    nowarp
guild_vs2    mapflag    noreturn
guild_vs4    mapflag    noteleport
guild_vs4    mapflag    nowarp
guild_vs4    mapflag    noreturn

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...