QQfoolsorellina Posted September 12, 2013 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted September 12, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 2 hours ago Share 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 Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted September 12, 2013 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Author Share 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 Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted September 16, 2013 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Author Share Posted September 16, 2013 bump for requesting help Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted September 25, 2013 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Author Share Posted September 25, 2013 bump! requesting for help Quote Link to comment Share on other sites More sharing options...
hralien Posted February 22, 2014 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 05/20/12 Last Seen: September 6, 2014 Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.