Page 1 of 1
Hunting Helpers - It's possible config it?
Posted: Wed Jan 12, 2011 9:51 pm
by kube
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision
Number:
L2JDP Revision
Number:
Hi again, i'm used search function and i can't find any solution.
I'm trying configure the helper pets for start at lvl 70 with buffs this is posible? where i can configure it?
And another question, it's also possibble configure the life time of this pets? or it is fix time?
Thanks for ur work and ur time.
Regards.
Re: Hunting Helpers - It's possible config it?
Posted: Fri Jan 14, 2011 1:39 am
by Solace
It's not possible to "configure" them that way but L2J is open source so you can modify the code to work however you may so desire.
Re: Hunting Helpers - It's possible config it?
Posted: Fri Feb 11, 2011 9:51 am
by kube
Ok, how i can change his level to 70 for example?
Now my huntings helpers are lvl 55 and his buffs are 1 minute. I want change this to lvl 70 and 1 hour of buff time.
I see in the BBDD a table called "pets", with levels (55, 38...), i suposed that this are the levels, but i can't see the name of the pet, i only see "item_object_id" column. I think that this column is releated with another table or xml.
And i see in the skills directory this archive: 05100-05199
[...]
<skill id="5186" levels="2" name="Pet Haste">
<table name="#pAtkSpd"> 1.15 1.33 </table>
<table name="#stackOrder"> 1 2 </table>
<table name="#aggro"> 418 495 </table>
<set name="mpConsume" val="48" />
<set name="target" val="TARGET_OWNER_PET" />
<set name="reuseDelay" val="6000" />
<set name="hitTime" val="4000" />
<set name="skillType" val="BUFF" />
<set name="isMagic" val="true" />
<set name="operateType" val="OP_ACTIVE" />
<set name="castRange" val="400" />
<set name="effectRange" val="900" />
<set name="aggroPoints" val="#aggro" />
<for>
<effect name="Buff" time="120" val="0" stackOrder="#stackOrder" stackType="attack_time_down">
<mul order="0x30" stat="pAtkSpd" val="#pAtkSpd" />
</effect>
</for>
</skill>
[...]
This skills are for all pets? the hunting helper pets skills are others? how i can change the time for hunting helpers?
Really thx for ur time.
Re: Hunting Helpers - It's possible config it?
Posted: Mon Feb 14, 2011 10:26 am
by kube
Nobody?
Re: Hunting Helpers - It's possible config it?
Posted: Mon Feb 14, 2011 11:04 am
by Flashy
check npc table and pet_skils for settings.. in pets only current buy or owned pet from players...