Q> How to fix BIO Cannibalize?

mybitch

New member
Messages
291
Points
0
Location
Prontera
Whenever I use the skill no summon appears, just that the plant bottle is decreased? Where in the part of source could I check or fix it?

Note: I'm using old version of Hercules.

Tried looking at skill.c and skill.h input but when comparing to old and new hercules they're almost the same except for some "->" inputs.

What are the other alternatives? Thanks for the help

 
It's not in the source, if you want to alter any type of requirement most of times you just need to alter skill_require_db.txt in your db folder

Code:
232,0,0,20,0,0,0,99,0,0,none,0,7137,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0	//AM_CANNIBALIZE#ƒoƒCƒIƒvƒ‰ƒ“ƒg#
7137 is the id of the item that's used and the one next to it is the quantity that's required.
Code:
// Structure of Database:// SkillID,HPCost,MaxHPTrigger,SPCost,HPRateCost,SPRateCost,ZenyCost,RequiredWeapons,RequiredAmmoTypes,RequiredAmmoAmount,RequiredState,SpiritSphereCost,RequiredItemID1,RequiredItemAmount1,...,RequiredItemID10,RequiredItemAmount10
 
Back
Top