Hi, I want to completely remove the skills to craft poison, or better to hinibite the use the poison from my server , with the aim of making the most spectacular and longest fights.
There are also willing to disable the entire class of alchemy to do so .
You know show me how to do?
maybe acting on this part of skill_types.xml
<ID>15</ID>
<Name>Alchemy</Name>
<Parent>14</Parent>
<Group>1</Group>
<PrimaryStat>Int</PrimaryStat>
<SecondaryStat>Agi</SecondaryStat>
<Icon>art\2D\skills\Alchemy.png</Icon>
<UnknownIcon>art\2D\skills\Alchemy_u.png</UnknownIcon>
<Passive>184</Passive>
<DescLvl0>185</DescLvl0>
<DescLvl30>186</DescLvl30>
<DescLvl60>187</DescLvl60>
<DescLvl90>188</DescLvl90>
<DescLvl100>189</DescLvl100>
<MasterMessageID>518</MasterMessageID>
<GMMessageID>519</GMMessageID>
<skill_mult>1</skill_mult>
<abilities>
<ability lvl="0" name="Mix a Cocktail" id="59">
<duration const="">2</duration>
<chance>0.1</chance>
<ability_skill_mult>1000</ability_skill_mult>
<entities>
<entity type="unmovable_obj">
<ent_reqs>
<ent_req type="state">complete</ent_req>
<ent_req type="object_type_id">140 519</ent_req>
<ent_req type="claim" intruder="jh_only"></ent_req>
</ent_reqs>
</entity>
<entity type="movable_obj">
<ent_reqs>
<ent_req type="state">complete</ent_req>
<ent_req type="object_type_id">109</ent_req>
<ent_req type="claim" intruder="jh_only"></ent_req>
</ent_reqs>
</entity>
</entities>
<requirements>
</requirements>
<results>
<animation>perform</animation>
<sound>player_perform</sound>
<sstam_spent>10</sstam_spent>
</results>
</ability>
can i change the
<ability lvl="0" name="Mix a Cocktail" id="59">
to
<ability lvl="101" name="Mix a Cocktail" id="59">
?