Hunting Helpers - It's possible config it?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
kube
Posts: 15
Joined: Thu Jan 06, 2011 5:19 pm

Hunting Helpers - It's possible config it?

Post 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.
Solace
Posts: 17
Joined: Thu Jan 13, 2011 1:40 am

Re: Hunting Helpers - It's possible config it?

Post 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.
kube
Posts: 15
Joined: Thu Jan 06, 2011 5:19 pm

Re: Hunting Helpers - It's possible config it?

Post 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.
kube
Posts: 15
Joined: Thu Jan 06, 2011 5:19 pm

Re: Hunting Helpers - It's possible config it?

Post by kube »

Nobody?
User avatar
Flashy
Posts: 310
Joined: Mon Sep 29, 2008 11:49 am
Location: Germany

Re: Hunting Helpers - It's possible config it?

Post by Flashy »

check npc table and pet_skils for settings.. in pets only current buy or owned pet from players...
Post Reply