Linkin Park Posted January 2, 2013 Posted January 2, 2013 How do you enable the pet bonus? Like the additional stats when your pet is loyal? Quote
Kyo Posted January 2, 2013 Posted January 2, 2013 (edited) // 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 January 2, 2013 by Kyo Quote
Question
Linkin Park
How do you enable the pet bonus? Like the additional stats when your pet is loyal?
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.