Jump to content
  • 0

Pet Bonus not working


Linkin Park

Question


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  227
  • Reputation:   11
  • Joined:  11/16/11
  • Last Seen:  

How do you enable the pet bonus? Like the additional stats when your pet is loyal?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  90
  • Reputation:   12
  • Joined:  08/22/12
  • Last Seen:  

// 01. MobID   Monster ID of the pet.
// 02. Name   Name of the monster as defined in the database.
// 03. JName   The display name of the monster when hatched.
// 04. LureID   Pet Tame Item ID.
// 05. EggID   Pet Egg ID.
// 06. EquipID   Pet Accessory ID.
// 07. FoodID   Pet Food ID.
// 08. Fullness   The amount Hunger is decreased every [HungryDelay] seconds.
// 09. HungryDelay  The amount of time it takes for hunger to decrease after feeding. (Default: 60 seconds)
// 10. R_Hungry   Amount of Intimacy that is increased when fed.
// 11. R_Full   Amount of Intimacy that is decreased when over-fed.
// 12. Intimate   Amount of Intimacy the pet starts with.
// 13. Die   Amount of Intimacy that is decreased when the pet owner dies.
// 14. Capture   Capture succes rate (10000 = 100%)
// 15. Speed   Pet's walk speed. (Defaul: 150)
// 16. S_Performance  Special Performance. (Yes = 1, No = 0)
// 17. talk_convert_class Disables pet talk (instead of talking they emote  with /!.)
// 18. attack_rate   Rate of which the pet will attack (requires at least pet_support_min_friendly intimacy).
// 19. defence_attack_rate Rate of which the pet will retaliate when master is being attacked (requires at least pet_support_min_friendly intimacy).
// 20. change_target_rate Rate of which the pet will change its attack target.
// 21. pet_script  Script to execute when the pet is hatched.
// 22. loyal_script  Script to execute when the pet is hatched (requires at least pet_equip_min_friendly intimacy, independent of pet_script).

On this example it means

1002,PORING,Poring,619,9001,10013,531,80,60,50,100,250,20,2000,150,1,0,350,400,800,{ petloot 10; },{ bonus bLuk,2; bonus bCritical,1; }

The last part

{ bonus bLuk,2; bonus bCritical,1; }

is the loyal script bonus.

Edited by Kyo
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...