Jump to content
  • 0

putting pvp trans 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:  

How to put pvp trans at Nightmare Mode? i mean i will change Nightmare Mode into pvp trans job only. thank u..

 



//============================================================
turbo_room,114,116,6    script    PvP Arena    413,{
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("guild_vs3.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_vs3.gat") > 19) goto Lsorry;
warp "guild_vs3",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:
waitingroom "PvP Waiting Room",0;
sleep 1000;
}
 
hugel,93,152,3    duplicate(PvP Arena)    PvP Arena#2    413
lighthalzen,154,94,3    duplicate(PvP Arena)    PvP Arena#3    413
prontera,147,175,3    duplicate(PvP Arena)    PvP Arena#4    413
guild_vs2    mapflag    noteleport
guild_vs2    mapflag    nowarp
guild_vs2    mapflag    noreturn
guild_vs3    mapflag    noteleport
guild_vs3    mapflag    nowarp
guild_vs3    mapflag    noreturn

Edited by Hatake Kakashi
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

check Class , jobchange_level or jobchange_level_3rd to let npc decided should let this player enter or not.

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:  

i dont know how bcoz i dont have knowledge at scripting.. so please help me.. please insert the pvp trans at my script.

i need a full script of my pvp room with pvp trans.. thank you and god bless.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  83
  • Reputation:   8
  • Joined:  12/27/11
  • Last Seen:  

Here is a sample script to check if the character is a 3rd job.

set @eac, eaclass();

if(@eac&EAJL_THIRD)

mes "Wow, you've really grown!";

To learn more about the job system goto to /trunk/doc/ea_job_system.txt Edited by arzzzae
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

please put it on my pvp room script pls.. thx

 

http://rathena.org/board/forum/32-script-requests/

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