Ragnar Lothbrok Posted July 7, 2012 Posted July 7, 2012 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! Quote
FrustFenix Posted July 7, 2012 Posted July 7, 2012 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 Quote
Rjhay Posted August 18, 2012 Posted August 18, 2012 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; } Quote
PHiLiP Posted November 3, 2012 Posted November 3, 2012 (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 November 3, 2012 by PHiLiP Quote
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.