[1] | 1 | //In theory you can use any valid script, but it is run only once upon pet |
---|
| 2 | //loading, so it is recommended you use the specific pet scripts: |
---|
| 3 | |
---|
| 4 | //petskillattack skillid, skilllv, rate, bonusrate |
---|
| 5 | //Skill attack that triggers while the pet is attacking. Rate is the base |
---|
| 6 | //chance of execution per attack. Bonusrate is an additional success rate when |
---|
| 7 | //intimacy reaches max. |
---|
| 8 | |
---|
| 9 | //petskillattack2 skillid, damage, hits, rate, bonusrate |
---|
| 10 | //Same as petskillattack, but the damage and number of hits is fixed |
---|
| 11 | //the damage specified is total, not per hit. |
---|
| 12 | |
---|
| 13 | //petskillsupport skillid, skilllv, delay, hp%, sp% |
---|
| 14 | //Casts a support skill when the health levels are below the specified hp% and |
---|
| 15 | //sp%. Delay is the minimum time in seconds before the skill can be cast again |
---|
| 16 | |
---|
| 17 | //petheal amount, delay, hp%, sp% |
---|
| 18 | //Similar to petskillsupport, but the skill is fixed to heal (28) and the |
---|
| 19 | //heal-amount is fixed to the value given. |
---|
| 20 | |
---|
| 21 | //petrecovery type, delay: Cures the "type" status effect after "delay" seconds |
---|
| 22 | |
---|
| 23 | //petskillbonus type, value, duration, delay |
---|
| 24 | //Gives bonus stats. Type is the stat to increase (bStr, bLuk), value is the |
---|
| 25 | //amount by which it is increased, duration signals how long the bonus lasts |
---|
| 26 | //delay is the time elapsed after the bonus ends and before it starts again. |
---|
| 27 | |
---|
| 28 | //A single pet can have petloot, petskillbonus, petskillattack (or |
---|
| 29 | //petskillattack2) and petskillsupport (or petheal) at the same time, |
---|
| 30 | //but only one of each. |
---|
| 31 | |
---|
| 32 | //NOTE: The max value (100%) of attack_rate, defense_rate & change_target_rate is 10000. |
---|
| 33 | // MobID,Name,JName,LureID,EggID,EquipID,FoodID,Fullness,HungryDelay,R_Hungry,R_Full,Intimate,Die,Capture,Speed,S_Performance,talk_convert_class,attack_rate,defence_attack_rate,change_target_rate,pet_script |
---|
| 34 | 1002,PORING,Poring,619,9001,10013,531,80,20,50,100,250,20,2000,400,1,0,350,400,800,{ petloot 10; } |
---|
| 35 | 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; } |
---|
| 36 | 1014,SPORE,Spore,630,9012,10017,537,80,20,30,100,250,20,1500,200,0,0,350,500,500,{ petrecovery SC_Poison,60; } |
---|
| 37 | 1019,PECOPECO,PecoPeco,632,9014,10010,537,80,15,30,100,250,20,1000,200,1,0,400,500,800,{ petskillbonus bSpeedRate,25,20,20; } |
---|
| 38 | 1023,ORC_WARRIOR,Orc Warrior,635,9017,10009,537,80,12,20,100,250,20,500,200,1,0,600,200,300,{ petskillattack2 "NPC_PIERCINGATT",100,1,0,10; } |
---|
| 39 | 1026,MUNAK,Munak,636,9018,10008,537,80,20,20,100,250,20,500,100,0,0,300,750,300,{ petskillattack2 "NPC_DARKNESSATTACK",444,1,0,10; } |
---|
| 40 | 1029,ISIS,Isis,639,9021,10006,537,80,20,10,100,250,20,500,200,0,0,650,450,150,{ petskillsupport "PR_MAGNIFICAT",2,60,50,50; } |
---|
| 41 | 1031,POPORING,Poporing,621,9003,10013,511,80,12,30,100,250,20,1000,300,1,0,300,500,400,{ petloot 15; } |
---|
| 42 | 1035,HUNTER_FLY,Hunter Fly,626,9008,10002,716,80,12,10,100,250,20,500,150,1,0,500,500,200,{ petskillattack2 "NPC_WINDATTACK",888,2,0,10;} |
---|
| 43 | 1042,STEEL_CHONCHON,Steel ChonChon,625,9007,10002,1002,80,12,20,100,250,20,1000,150,1,0,500,500,200,{ petskillbonus bAgiVit,4,20,40; } |
---|
| 44 | 1049,PICKY,Picky,623,9005,10012,507,80,15,40,100,250,20,2000,200,1,0,500,600,50,{ petskillbonus bStr,3,10,50;} |
---|
| 45 | 1052,ROCKER,Rocker,629,9011,10014,537,80,60,30,100,250,20,1500,200,0,0,350,350,600,{ petskillbonus bAllStats,1,10,50; } |
---|
| 46 | 1056,SMOKIE,Smokie,633,9015,10019,537,80,15,30,100,250,20,1000,200,1,0,600,600,100,{ petskillbonus bPerfectHide,1,3600,0; } |
---|
| 47 | 1057,YOYO,Yoyo,634,9016,10018,532,80,12,20,100,250,20,1000,200,1,0,300,800,400,{ petloot 20; } |
---|
| 48 | 1063,LUNATIC,Lunatic,622,9004,10007,534,80,15,40,100,250,20,1500,200,0,0,300,300,1000,{ petskillbonus bLuk,3,10,50; } |
---|
| 49 | 1077,POISON_SPORE,Poison Spore,631,9013,10017,537,80,20,20,100,250,20,1000,200,0,0,600,200,400,{ petskillattack "NPC_POISON",20,0,10; } |
---|
| 50 | 1101,BAPHOMET_Jr,Baphomet Jr.,642,9024,10001,518,80,30,10,100,250,20,200,100,0,0,1000,100,200,{ petskillattack2 "NPC_DARKNESSATTACK",1776,4,0,5; } |
---|
| 51 | 1107,DESERT_WOLF_B,Baby Desert Wolf,628,9010,10003,537,80,10,40,100,250,20,1000,300,0,0,400,400,400,{ petskillattack "SM_PROVOKE",1,0,5;} |
---|
| 52 | 1109,DEVIRUCHI,Deviruchi,641,9023,10004,711,80,30,10,100,250,20,500,150,0,0,800,200,100,{ petskillbonus bAgiDexStr,6,20,40; } |
---|
| 53 | 1110,DOKEBI,Dokebi,637,9019,10005,537,80,15,20,100,250,20,500,250,0,0,300,300,800,{ petskillattack "BS_HAMMERFALL",1,0,10; } |
---|
| 54 | 1113,DROPS,Drops,620,9002,10013,508,80,15,40,100,250,20,1500,400,1,0,300,400,500,{ petloot 10; } |
---|
| 55 | 1155,PETIT,Petit,640,9022,10011,537,80,15,20,100,250,20,500,200,0,0,800,400,100,{ petskillattack2 "WZ_HEAVENDRIVE",500,1,0,10; } |
---|
| 56 | 1167,SAVAGE_BABE,Savage Babe,627,9009,10015,537,80,9,40,100,250,20,1500,400,0,0,500,500,200,{ petskillbonus bVit,4,10,50; } |
---|
| 57 | 1170,SOHEE,Sohee,638,9020,10016,537,80,20,10,100,250,20,500,300,0,0,100,1000,200,{ petheal 400,60,33,100; } |
---|
| 58 | 1188,BON_GUN,Bon Gun,659,9025,10020,537,80,20,10,100,250,20,500,200,1,0,600,200,400,{ petskillattack2 "NPC_DARKNESSATTACK",555,1,1,1; } |
---|
| 59 | 1200,ZHERLTHSH,Zherlthsh,660,9026,0,929,80,20,10,100,250,20,50,200,0,0,1000,100,500,{ petskillattack "AS_SONICBLOW",1,0,3; } |
---|
| 60 | 1245,GOBLINE_XMAS,Christmas Goblin,12225,9029,0,911,80,20,50,100,250,20,2000,100,0,0,300,300,800,{ petskillattack "MG_SIGHT",5,5,5; } |
---|
| 61 | 1275,ALICE,Alice,661,9027,0,504,80,20,10,100,250,20,100,200,0,0,100,1000,200,{ petskillsupport "AL_HEAL",5,60,25,100; } |
---|
| 62 | 1815,EVENT_RICECAKE,Rice Cake,0,9028,0,511,80,20,50,100,250,20,2000,150,1,0,500,500,200,{ petskillsupport "CR_DEFENDER",3,240,50,100; } |
---|
| 63 | // Newest pets. un-official data |
---|
| 64 | 1519,CHUNG_E,Green Maiden,0,9030,0,7767,80,20,50,100,250,20,2000,150,0,0,300,300,800,{ petskillattack "CR_SHIELDCHARGE",5,5,5; } |
---|
| 65 | 1879,ECLIPSE_P,Spring Rabbit,0,9031,0,7766,80,20,50,100,250,20,2000,160,0,0,300,300,800,{ petskillattack "TF_THROWSTONE",1,5,5; } |
---|
| 66 | 1122,GOBLIN_1,Goblin,14569,9032,0,7821,80,20,50,100,250,20,2000,100,0,0,300,300,800,{ petskillattack "NPC_WINDATTACK",5,5,5; } |
---|
| 67 | 1123,GOBLIN_2,Goblin,14570,9033,0,7821,80,20,50,100,250,20,2000,150,0,0,300,300,800,{ petskillattack "NPC_FIREATTACK",5,5,5; } |
---|
| 68 | 1125,GOBLIN_4,Goblin,14571,9034,0,7821,80,20,50,100,250,20,2000,200,0,0,300,300,800,{ petskillattack "NPC_GROUNDATTACK",5,5,5; } |
---|
| 69 | 1385,DELETER,Deleter,14572,9035,0,7822,80,20,50,100,250,20,2000,175,0,0,300,300,800,{ petskillattack "SM_MAGNUM",5,5,5; } |
---|
| 70 | 1382,DIABOLIC,Diabolic,14573,9036,0,7823,80,20,50,100,250,20,2000,150,0,0,300,300,800,{ petskillattack "WZ_METEOR",2,5,5; } |
---|
| 71 | 1208,WANDER_MAN,Wanderer,14574,9037,0,7824,80,20,50,100,250,20,2000,100,0,0,300,300,800,{ petskillattack "NPC_UNDEADATTACK",5,5,5; } |
---|
| 72 | 1963,P_CHUNG_E,New Year Doll,0,9038,0,554,80,20,50,100,250,20,2000,150,0,0,300,300,800,{ petskillattack "CR_SHIELDCHARGE",5,5,5; } |
---|