Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #002214

  • 0 - None Assigned

  • New

Issue Confirmations

  • Yes (0)No (0)
Photo

Pet Skills

Posted by Hercules Bot on 11 September 2008 - 06:35 PM

Originally posted by Aleos
http://www.eathena.w...er&showbug=2214

I'm not sure what revision this bugged on or if it is even bugged at all. As it states in the pet_db:
QUOTE
//A single pet can have petloot, petskillbonus, petskillattack (or
//petskillattack2) and petskillsupport (or petheal) at the same time,
//but only one of each.
Basically a pet can have only 1 of each of those functions in the pet_script brackets. I have a few custom pets that have 2 skills. A petskillbonus which grants a status bonus and a petskillsupport which grats a skill for supporting the owner. No matter the order, the pet will only cast the first skill that is put in the pet_script. For example:
CODE
1011,CHONCHON,ChonChon,624,9006,10002,537,80,10,30,100,250,20,1500,200,1,0,500,500,250,{ petskillbonus bAgi,4,10,50; petskillsupport "PR_MAGNIFICAT",2,60,50,50; }
(I just threw this together from grabbing data from the pet_db. I don't have access to the custom pet right now.) Chon Chon should grant an Agi bonus along with casting Magnificat. If you try it though the pet will only cast the first part and completely ignores the second. I'm not sure if anyone else is getting this or has noticed it but I just wanted to confirm if it was me or everyone.

This post has been edited by diedlikeahero: Sep 11 2008, 12:02 PM

moved issue from Skills