Jump to content

Question

Posted

Hi! I've written a town warper script for myself, but the npc aint showing up, i couldnt find the wrong part. may you help me out? 

geffenia,149,146,3    script    Town Warper    125,{
mes "Hello, which part of Geffenia you want to visit?";
    switch(select("Main Square:VIP Place:Refine Corner:Event Corner:Training dummies:Quest Shops:None")) {
    case 1:
        mes "Let me guide you there..";
        warp    "geffenia",143,137;
        end;
    case 2:
        mes "Let me guide you there..";
        warp    "geffenia",54,100;
        end;
    case 3:
        mes "Let me guide you there..";
        warp    "geffenia",230,163;
        end;
    case 4:
        mes "Let me guide you there..";
        warp    "geffenia",197,75;
        end;
    case 5:
        mes "Let me guide you there..";
        warp    "geffenia",59,49;
        end;
    case 6:
        mes "Let me guide you there..";
        warp    "geffenia",250,116;
        end;
    case 7:
        mes "Have a nice day!";
        end;}
}

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