Jump to content
  • 0

Adding PvP Dispell


Werdio

Question


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  248
  • Reputation:   1
  • Joined:  06/27/12
  • Last Seen:  

I woul'd like add Dispell in my script, when I speak with this NPC x')

I tried it, it did'nt work ~

Script:

newjersey,32,56,6 script PvP Warper 413,{
    setarray .@SC[0],289; //I tried 235 too
    sc_start .@SC[.@i],760000,5; }
//PvP Warper
mes "[ ^000088PvP Arena Warper^000000 ]";
mes "blabla";
next;
switch(select("Hardcore PvP [^000088"+getmapusers("hard_pvp")+"^000000]","Normal PvP [^000088"+getmapusers("n_pvp")+"^000000]","Abort")) {
case 1:
warp "hard_pvp",0,0;
close;
case 2:
warp "n_pvp",0,0;
close;
mes "[ ^000088PvP Arena Warper^000000 ]";
mes "blaa.";
case 3:
close; }
}

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  566
  • Reputation:   34
  • Joined:  11/17/11
  • Last Seen:  

Add on your code:

warp "hard_pvp",0,0;
sc_end sc_ALL;

Edited by Jezu
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:  

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