Issue information

Issue ID
#2214
Status
New
Severity
None
Started
Hercules Elf Bot
Sep 11, 2008 18:35
Last Post
Mysterious
Jan 27, 2013 16:47
Confirmation
N/A

Hercules Elf Bot - Sep 11, 2008 18:35

Originally posted by [b]Aleos[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&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