Jump to content
  • 0

Question

Posted

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; }
}

2 answers to this question

Recommended Posts

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