Jump to content
  • 0

How to block skill usage if target on Land Protector?


anacondaq

Question


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   344
  • Joined:  02/26/12
  • Last Seen:  

Hi, how to do next thing? 

 

Example

 

Player A casting Fire Bolt on Player B, 

If ( player B on the CELL_CHKLANDPROTECTOR ) 
    skill will fail.

Example 2:

if( Player A casting NJ_BAKUENRYU on Player B && Player B on the CELL_CHKLANDPROTECTOR)
  skill will fail

How to do that?

 

NJ_BAKUENRYU = have splash area

Firewall = do not have splash area

 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

check this stuff at skill_db.txt

https://github.com/rathena/rathena/blob/master/db/pre-re/skill_db.txt

0x00001- skill ignores land protector (e.g. arrow shower)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   344
  • Joined:  02/26/12
  • Last Seen:  

check this stuff at skill_db.txt

https://github.com/rathena/rathena/blob/master/db/pre-re/skill_db.txt

0x00001- skill ignores land protector (e.g. arrow shower)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   344
  • Joined:  02/26/12
  • Last Seen:  

Problem not solved. Anyone can help me?

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