Jump to content

Recommended Posts

  • 1 month later...
Posted

prontera,162,185,4 script Disguise::Disguise 848,{

mes "[Disguise]";

mes "Hi!, I can warp you to our Disguise Area.";

next;

mes "[Disguise]";

mes "Would you still like to be warp to??";

next;

menu "Yes",yes,"No",no;

yes:

warp "mapplace",x,y;

atcommand "@disguise ID";

end;

}

no:

mes "Please come back.";

close;

}

  • 2 months later...
Posted (edited)

-<tab>script<tab>Script<tab><npcsprite>,{

OnPCLoadMapEvent:

getmapxy @map$,@x,@y,0;

if (@map$ == "prontera") {

disguise 1002;

}

end;

}

prontera<tab>mapflag<tab>loadevent

Edited by PHiLiP

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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