Jump to content

Can you make me Script like this


Recommended Posts


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  309
  • Reputation:   6
  • Joined:  04/24/12
  • Last Seen:  

can you make a scrip like this, you will be disquise once you enter in a Map...

can anyone help me on this please..

BUMP!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  90
  • Reputation:   2
  • Joined:  11/14/11
  • Last Seen:  

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

  • 1 month later...

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  08/16/12
  • Last Seen:  

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

  • 2 months later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   1
  • Joined:  05/27/12
  • Last Seen:  

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