QQfoolsorellina Posted September 12, 2013 Posted September 12, 2013 Greetings rAthena, My problem is where can I add a condition check b4 enter the warp portal , for example , I want the Character who have variable @map$ and it's value = the warp portal destination map can enter the warp portal, I have no idea how to do it ,need your kind help any help would be appreciated Quote
Emistry Posted September 12, 2013 Posted September 12, 2013 perhap change the default warp portal npc into a npc script like this ? prontera,155,181,5 script Sample 45,2,2,{ OnTouch: if( @map$ == "mapname" ) warp "mapname",x,y; end; } Quote
QQfoolsorellina Posted September 12, 2013 Author Posted September 12, 2013 perhap change the default warp portal npc into a npc script like this ? prontera,155,181,5 script Sample 45,2,2,{ OnTouch: if( @map$ == "mapname" ) warp "mapname",x,y; end; } Thanks , but I need the warp portal cast by skill AL_WARP with a conditon check to prevent someone else running into warp portal Quote
QQfoolsorellina Posted September 16, 2013 Author Posted September 16, 2013 bump for requesting help Quote
QQfoolsorellina Posted September 25, 2013 Author Posted September 25, 2013 bump! requesting for help Quote
hralien Posted February 22, 2014 Posted February 22, 2014 (edited) Bump same problem. I search where i can catch the player sd before he takes the warp Edited February 22, 2014 by hralien Quote
Question
QQfoolsorellina
Greetings rAthena,
My problem is where can I add a condition check b4 enter the warp portal ,
for example , I want the Character who have variable @map$ and it's value = the warp portal
destination map can enter the warp portal, I have no idea how to do it ,need your kind help
any help would be appreciated
5 answers to this question
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.