Jump to content
  • 0

[request] for trans woe and pvp only


Hatake Kakashi

Question


  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  825
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

hello, i want to implement it on my server bcoz its 3rd job server but i want to implement a WoE and PvP for Transcendant Class Only. no 3rd Class Allowed. thanksss..........

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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. 

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  825
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

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

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...