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

gidzdlcrz

New member
Messages
74
Points
0
Github
gidzdlcrz
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

 
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.

 
Last edited by a moderator:
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:
 
Code:
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:
 
Code:
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

 
Back
Top