Jump to content
  • 0

about Warp Portal Skill Entry Condition


QQfoolsorellina

Question


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   104
  • Joined:  11/19/11
  • Last Seen:  

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 :meow:

 

 

 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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;
}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   104
  • Joined:  11/19/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  05/20/12
  • Last Seen:  

Bump same problem. I search where i can catch the player sd before he takes the warp

Edited by hralien
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
Answer this question...

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