Jump to content
  • 0
Sign in to follow this  
gidzdlcrz

How to make Spider Web into trap like and...

Question

Hello guys. I want to modify my spider web. But im having a hard time
making it into trap like (Ankle snare for example) and i want it to be
like:

 

 

When you cast it on the ground
lets say you casted 3 already. Thats the maximum right? And you casted
another one. So the other web will disappear something like that.

Additional info for this request:

http://rathena.org/board/topic/90026-spider-web-issue/ (On rathena but cant found the source)

 

another one

 

http://www.eathena.ws/board/index.php?showtopic=269814

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

https://github.com/HerculesWS/Hercules/blob/master/src/map/skill.c#L11601

Add:

 

+   	 case UNT_SPIDERWEB:        case UNT_ANKLESNARE:        case UNT_MANHOLE:
 

Pre-Renewal: https://github.com/HerculesWS/Hercules/blob/master/db/pre-re/skill_unit_db.txt#L85

Renewal: https://github.com/HerculesWS/Hercules/blob/master/db/re/skill_unit_db.txt#L85

Replace with:

 

405,0xb7,    ,  0, 1,1000,enemy, 0x002    //PF_SPIDERWEB
 

 

Pre-Renewal:https://github.com/HerculesWS/Hercules/blob/master/db/pre-re/skill_db.txt#L451

Renewal: https://github.com/HerculesWS/Hercules/blob/master/db/re/skill_db.txt#L451

Replace with:

 

405,7,6,2,0,0x1,0,1,1,no,0,0,3,magic,0,        PF_SPIDERWEB,Fiber Lock
 

 

tested.

Edited by quesoph

Share this post


Link to post
Share on other sites
  • 0

New Revision of this mod? for new herc skill_db?


 

https://github.com/HerculesWS/Hercules/blob/master/src/map/skill.c#L11601
Add:
 

+   	 case UNT_SPIDERWEB:        case UNT_ANKLESNARE:        case UNT_MANHOLE:
 
Pre-Renewal: https://github.com/HerculesWS/Hercules/blob/master/db/pre-re/skill_unit_db.txt#L85
Renewal: https://github.com/HerculesWS/Hercules/blob/master/db/re/skill_unit_db.txt#L85
Replace with:
 
405,0xb7,    ,  0, 1,1000,enemy, 0x002    //PF_SPIDERWEB
 
 
Pre-Renewal:https://github.com/HerculesWS/Hercules/blob/master/db/pre-re/skill_db.txt#L451
Renewal: https://github.com/HerculesWS/Hercules/blob/master/db/re/skill_db.txt#L451
Replace with:
 
405,7,6,2,0,0x1,0,1,1,no,0,0,3,magic,0,        PF_SPIDERWEB,Fiber Lock
 
 
tested.

can you update this thing in skill_db.conf? sir

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.