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.
Hunting Helpers - It's possible config it?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 17
- Joined: Thu Jan 13, 2011 1:40 am
Re: Hunting Helpers - It's possible config it?
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.
-
- Posts: 15
- Joined: Thu Jan 06, 2011 5:19 pm
Re: Hunting Helpers - It's possible config it?
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
[...]
Really thx for ur time.
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
[...]
This skills are for all pets? the hunting helper pets skills are others? how i can change the time for hunting helpers?<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>
[...]
Really thx for ur time.
-
- Posts: 15
- Joined: Thu Jan 06, 2011 5:19 pm
- Flashy
- Posts: 310
- Joined: Mon Sep 29, 2008 11:49 am
- Location: Germany
Re: Hunting Helpers - It's possible config it?
check npc table and pet_skils for settings.. in pets only current buy or owned pet from players...