Jump to content
  • 0

town warper


Sunset

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  89
  • Reputation:   3
  • Joined:  05/05/13
  • Last Seen:  

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

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  89
  • Reputation:   3
  • Joined:  05/05/13
  • Last Seen:  

Oh haha.. there was a comma in the scripts_costume :unsure:

thx ;)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

Did you checked for errors?

Maybe because of the tabbing?

geffenia,149,146,3<tab>script<tab>Town Warper<tab>125,{

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