Jump to content
Ragnar Lothbrok

Can you make me Script like this

Recommended Posts

try this.

prontera,151,151,5<TAB>script<TAB>45,2,2,{

disguise 1369;

end;}

change the coordinate to any place that before entering the map

Link to comment
Share on other sites

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;

}

Link to comment
Share on other sites

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



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.