Jump to content
  • 0

About the clone pet egg.


vijay30393

Question


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  114
  • Reputation:   0
  • Joined:  05/10/12
  • Last Seen:  

Hello guys, I have this codes and they are for clone pet egg and clone egg with types for classes.

But its not working and I got no idea why, maybe i missed something, thought you guy might help me out!

The codes and script are here.

//===========
//script.c
//===========
 
//pet looks like master
BUILDIN_FUNC(petclone)
{
struct pet_data *pd;
TBL_PC *sd=script_rid2sd(st);
 
if(sd==NULL || sd->pd==NULL)
return 0;
 
if( (pd = sd->pd) == NULL )
return 0;
 
memcpy( &pd->vd, &sd->vd, sizeof( pd->vd ) );
 
return 0;
}
 
//pet looks like master
//tpye & 1 = sex
//type & 2 = hair color
//type & 4 = cloth dye
//type & 8 = hair style
//type & 16 = class
//type & 32 = weapon
//type & 64 = shield
//type & 128 = top
//type & 256 = middle
//type & 512 = bottom
BUILDIN_FUNC(petclonetype)
{
struct pet_data *pd;
int type = 0;
TBL_PC *sd=script_rid2sd(st);
 
if(sd==NULL || sd->pd==NULL)
return 0;
 
if( (pd = sd->pd) == NULL )
return 0;
 
type = conv_num(st,& (st->stack->stack_data[st->start+2]));
 
if( type & 1 )
{
pd->vd.sex = sd->vd.sex;
}
if( type & 2 )
{
pd->vd.hair_color = sd->vd.hair_color;
}
if( type & 4 )
{
pd->vd.cloth_color = sd->vd.cloth_color;
}
if( type & 8 )
{
pd->vd.hair_style = sd->vd.hair_style;
}
if( type & 16 )
{
pd->vd.class_ = sd->vd.class_;
}
if( type & 32 )
{
pd->vd.weapon = sd->vd.weapon;
}
if( type & 64 )
{
pd->vd.shield = sd->vd.shield;
}
if( type & 128 )
{
pd->vd.head_top = sd->vd.head_top;
}
if( type & 256 )
{
pd->vd.head_mid = sd->vd.head_mid;
}
if( type & 512 )
{
pd->vd.head_top = sd->vd.head_top;
}
 
if( ( pd->vd.class_ == JOB_BABY_BARD || pd->vd.class_ == JOB_BARD || pd->vd.class_ == JOB_CLOWN ) && pd->vd.sex == 0 )
{
pd->vd.sex = 1;
}
if( ( pd->vd.class_ == JOB_BABY_DANCER || pd->vd.class_ == JOB_DANCER || pd->vd.class_ == JOB_GYPSY ) && pd->vd.sex == 1 )
{
pd->vd.sex = 0;
}
return 0;
}
 
 
//===========
//script.c
//===========
BUILDIN_DEF(petclone,""),
BUILDIN_DEF(petclonetype,"i"),
 

//===========
//item_db2
//===========
 
19327,Clone_egg,Clone Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19328,NOVICE_EGG_M,Novice Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19329,NOVICE_EGG_F,Novice Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19330,SWORD_EGG_M,Swordman Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19331,SWORD_EGG_F,Swordwoman Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19332,MAGE_EGG_M,Mage Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19333,MAGE_EGG_F,Mage Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19334,ARCHER_EGG_M,Archer Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19335,ARCHER_EGG_F,Archer Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19336,ACO_EGG_M,Acolyte Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19337,ACO_EGG_F,Acolyte Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19338,MERC_EGG_M,Merchant Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19339,MERC_EGG_F,Merchant Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19340,THIEF_EGG_M,Thief Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19341,THIEF_EGG_F,Thief Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19342,KNT_EGG_M,Knight Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19343,KNT_EGG_F,Knight Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19344,PRIEST_EGG_M,Priest Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19345,PRIEST_EGG_F,Priestess Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19346,WIZ_EGG_M,Wizard Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19347,WIZ_EGG_F,Wizard Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19348,BLKSMT_EGG_M,Blacksmith Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19349,BLKSMT_EGG_F,Blacksmith Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19350,HUNT_EGG_M,Hunter Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19351,HUNT_EGG_F,Huntress Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19352,ASS_EGG_M,Assassin Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19353,ASS_EGG_F,Assassin Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19354,CRU_EGG_M,Crusader Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19355,CRU_EGG_F,Crusader Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19356,MONK_EGG_M,Monk Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19357,MONK_EGG_F,Monk Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19358,SAGE_EGG_M,Sage Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19359,SAGE_EGG_F,Sage Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19360,ROGUE_EGG_M,Rogue Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19361,ROGUE_EGG_F,Rogue Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19362,ALCH_EGG_M,Alchemist Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19363,ALCH_EGG_F,Alchemist Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19364,BARD_EGG,Bard Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19365,DANCE_EGG,Dancer Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19366,SUPER_EGG_M,Super Novice Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19367,SUPER_EGG_F,Super Novice Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19368,GUN_EGG_M,Gunslinger Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19369,GUN_EGG_F,Gunslinger Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19370,NINJA_EGG_M,Ninja Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19371,NINJA_EGG_F,Ninja Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
 
19372,NOVICE_HIGH_EGG_M,Novice Hight Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19373,NOVICE_HIGH_EGG_F,Novice Hight Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19374,SWORD_HIGH_EGG_M,Swordman High Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19375,SWORD_HIGH_EGG_F,Swordwoman High Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19376,MAGE_HIGH_EGG_M,Mage High Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19377,MAGE_HIGH_EGG_F,Mage High Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19378,ARCHER_HIGH_EGG_M,Archer High Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19379,ARCHER_HIGH_EGG_F,Archer High Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19380,ACO_HIGH_EGG_M,Acolyte High Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19381,ACO_HIGH_EGG_F,Acolyte High Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19382,MERC_HIGH_EGG_M,Merchant High Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19383,MERC_HIGH_EGG_F,Merchant High Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19384,THIEF_HIGH_EGG_M,Thief High Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19385,THIEF_HIGH_EGG_F,Thief High Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19386,LK_EGG_M,Lord Knight Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19387,LK_EGG_F,Lord Knight Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19388,HP_EGG_M,High Priest Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19389,HP_EGG_F,High Priestess Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19390,HW_EGG_M,High Wizard Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19391,HW_EGG_F,High Wizard Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19392,WS_EGG_M,Whitesmith Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19393,WS_EGG_F,Whitesmith Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19394,SNP_EGG_M,Sniper Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19395,SNP_EGG_F,Sniper Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19396,ASC_EGG_M,Assassin Cross Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19397,ASC_EGG_F,Assassin Cros Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19398,PAL_EGG_M,Paladin Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19399,PAL_EGG_F,Paladin Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19400,CMP_EGG_M,Champion Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19401,CMP_EGG_F,Champion Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19402,PRO_EGG_M,Professor Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19403,PRO_EGG_F,Professor Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19404,STK_EGG_M,Stalker Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19405,STK_EGG_F,Stalker Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19406,CRE_EGG_M,Creator Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19407,CRE_EGG_F,Creator Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19408,CLW_EGG,Clown Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19409,GYP_EGG,Gypsy Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
 
19410,B_NOVICE_EGG_M,Baby Novice Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19411,B_NOVICE_EGG_F,Baby Novice Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19412,B_SWORD_EGG_M,Baby Swordman Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19413,B_SWORD_EGG_F,Baby Swordwoman Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19414,B_MAGE_EGG_M,Baby Mage Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19415,B_MAGE_EGG_F,Baby Mage Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19416,B_ARCH_EGG_M,Baby Archer Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19417,B_ARCH_EGG_F,Baby Archer Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19418,B_ACO_EGG_M,Baby Acolyte Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19419,B_ACO_EGG_F,Baby Acolyte Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19420,B_MERC_EGG_M,Baby Merchant Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19421,B_MERC_EGG_F,Baby Merchant Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19422,B_THIEF_EGG_M,Baby Thief Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19423,B_THIEF_EGG_F,Baby Thief Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19424,B_KNT_EGG_M,Baby Knight Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19425,B_KNT_EGG_F,Baby Knight Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19426,B_PR_EGG_M,Baby Priest Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19427,B_PR_EGG_F,Baby Priestess Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19428,B_WZ_EGG_M,Baby Wizard Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19429,B_WZ_EGG_F,Baby Wizard Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19430,B_BLKSMT_EGG_M,Baby Blacksmith Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19431,B_BLKSMT_EGG_F,Baby Blacksmith Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19432,B_HUNT_EGG_M,Baby Hunter Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19433,B_HUNT_EGG_F,Baby Huntress Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19434,B_AS_EGG_M,Baby Assassin Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19435,B_AS_EGG_F,Baby Assassin Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19436,B_CRU_EGG_M,Baby Crusader Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19437,B_CRU_EGG_F,Baby Crusader Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19438,B_MONK_EGG_M,Baby Monk Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19439,B_MONK_EGG_F,Baby Monk Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19440,B_SAGE_EGG_M,Baby Sage Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19441,B_SAGE_EGG_F,Baby Sage Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19442,B_ROG_EGG_M,Baby Rogue Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19443,B_ROG_EGG_F,Baby Rogue Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19444,B_ALCH_EGG_M,Baby Alchemist Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19445,B_ALCH_EGG_F,Baby Alchemist Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19446,B_BARD_EGG,Baby Bard Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19447,B_DANCE_EGG,Baby Dancer Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19448,SUPER_B_EGG_M,Super Baby Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19449,SUPER_B_EGG_F,Super Baby Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19450,TK_EGG_M,Taekwon Boy Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19451,TK_EGG_F,Taekwon Girl Egg,7,,10,0,,,,,,,,,,,,,{},{},{}
19452,SG_EGG_M,Star Gladiator Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19453,SG_EGG_F,Star Gladitor Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
19454,SL_EGG_M,Soul Linker Egg Male,7,,10,0,,,,,,,,,,,,,{},{},{}
19455,SL_EGG_F,Soul Linker Egg Female,7,,10,0,,,,,,,,,,,,,{},{},{}
 
19456,NOVICE_EGG_C,Novice Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19457,SWORD_EGG_C,Swordman Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19458,MAGE_EGG_C,Mage Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19459,ARCHER_EGG_C,Archer Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19460,ACO_EGG_C,Acolyte Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19461,MERC_EGG_C,Merchant Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19462,THIEF_EGG_C,Thief Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19463,KNT_EGG_C,Knight Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19464,PRIEST_EGG_C,Priest Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19465,WIZ_EGG_C,Wizard Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19466,BLKSMT_EGG_C,Blacksmith Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19467,HUNT_EGG_C,Hunter Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19468,ASS_EGG_C,Assassin Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19469,CRU_EGG_C,Crusader Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19470,MONK_EGG_C,Monk Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19471,SAGE_EGG_C,Sage Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19472,ROGUE_EGG_C,Rogue Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19473,ALCH_EGG_C,Alchemist Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19474,BARD_EGG,Bard Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19475,DANCE_EGG,Dancer Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19476,SUPER_EGG_C,Super Novice Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19477,GUN_EGG_C,Gunslinger Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19478,NINJA_EGG_C,Ninja Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
 
19479,NOVICE_HIGH_EGG_C,Novice Hight Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19480,SWORD_HIGH_EGG_C,Swordman High Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19481,MAGE_HIGH_EGG_C,Mage High Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19482,ARCHER_HIGH_EGG_C,Archer High Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19483,ACO_HIGH_EGG_C,Acolyte High Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19484,MERC_HIGH_EGG_C,Merchant High Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19485,THIEF_HIGH_EGG_C,Thief High Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19486,LK_EGG_C,Lord Knight Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19487,HP_EGG_C,High Priest Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19488,HW_EGG_C,High Wizard Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19489,WS_EGG_C,Whitesmith Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19490,SNP_EGG_C,Sniper Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19491,ASC_EGG_C,Assassin Cros Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19492,PAL_EGG_C,Paladin Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19493,CMP_EGG_C,Champion Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19494,PRO_EGG_C,Professor Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19495,STK_EGG_C,Stalker Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19496,CRE_EGG_C,Creator Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19497,CLW_EGG,Clown Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19498,GYP_EGG,Gypsy Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
 
19499,B_NOVICE_EGG_C,Baby Novice Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19500,B_SWORD_EGG_C,Baby Swordman Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19501,B_MAGE_EGG_C,Baby Mage Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19502,B_ARCH_EGG_C,Baby Archer Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19503,B_ACO_EGG_C,Baby Acolyte Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19504,B_MERC_EGG_C,Baby Merchant Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19505,B_THIEF_EGG_C,Baby Thief Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19506,B_KNT_EGG_C,Baby Knight Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19507,B_PR_EGG_C,Baby Priest Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19508,B_WZ_EGG_C,Baby Wizard Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19509,B_BLKSMT_EGG_C,Baby Blacksmith Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19510,B_HUNT_EGG_C,Baby Hunter Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19511,B_AS_EGG_C,Baby Assassin Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19512,B_CRU_EGG_C,Baby Crusader Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19513,B_MONK_EGG_C,Baby Monk Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19514,B_SAGE_EGG_C,Baby Sage Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19515,B_ROG_EGG_C,Baby Rogue Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19516,B_ALCH_EGG_C,Baby Alchemist Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19517,B_BARD_EGG,Baby Bard Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19518,B_DANCE_EGG,Baby Dancer Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19519,SUPER_B_EGG_C,Super Baby Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19520,TK_EGG_C,Taekwon Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19521,SG_EGG_C,Star Gladitor Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
19522,SL_EGG_C,Soul Linker Egg Clone,7,,10,0,,,,,,,,,,,,,{},{},{}
 

//===========
//pet_db
//===========
 
5400,Clone,Clone,619,19327,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclone; },{}
 
5500,NOVICE_PET_M,Novice Pet Male,619,19328,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5501,NOVICE_PET_F,Novice Pet Female,619,19329,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5502,SWORD_PET_M,Swordman Pet,619,19330,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5503,SWORD_PET_F,Swordwoman Pet,619,19331,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5504,MAGE_PET_M,Mage Pet Male,619,19332,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5505,MAGE_PET_F,Mage Pet Female,619,19333,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5506,ARCHER_PET_M,Archer Pet Male,619,19334,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5507,ARCHER_PET_F,Archer Pet Female,619,19335,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5508,ACO_PET_M,Acolyte Pet Male,619,19336,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5509,ACO_PET_F,Acolyte Pet Female,619,19337,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5510,MERC_PET_M,Merchant Pet Male,619,19338,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5511,MERC_PET_F,Merchant Pet Female,619,19339,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5512,THIEF_PET_M,Thief Pet Male,619,19340,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5513,THIEF_PET_F,Thief Pet Female,619,19341,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5514,KNT_PET_M,Knight Pet Male,619,19342,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5515,KNT_PET_F,Knight Pet Female,619,19343,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5516,PRIEST_PET_M,Priest Pet,619,19344,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5517,PRIEST_PET_F,Priestess Pet,619,19345,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5518,WIZ_PET_M,Wizard Pet Male,619,19346,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5519,WIZ_PET_F,Wizard Pet Female,619,19347,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5520,BLKSMT_PET_M,Blacksmith Pet Male,619,19348,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5521,BLKSMT_PET_F,Blacksmith Pet Female,619,19349,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5522,HUNT_PET_M,Hunter Pet,619,19350,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5523,HUNT_PET_F,Huntress Pet,619,19351,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5524,ASS_PET_M,Assassin Pet Male,619,19352,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5525,ASS_PET_F,Assassin Pet Female,619,19353,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5528,CRU_PET_M,Crusader Pet Male,619,19354,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5529,CRU_PET_F,Crusader Pet Female,619,19355,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5530,MONK_PET_M,Monk Pet Male,619,19356,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5531,MONK_PET_F,Monk Pet Female,619,19357,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5532,SAGE_PET_M,Sage Pet Male,619,19358,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5533,SAGE_PET_F,Sage Pet Female,619,19359,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5534,ROGUE_PET_M,Rogue Pet Male,619,19360,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5535,ROGUE_PET_F,Rogue Pet Female,619,19361,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5536,ALCH_PET_M,Alchemist Pet Male,619,19362,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5537,ALCH_PET_F,Alchemist Pet Female,619,19363,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5539,BARD_PET,Bard Pet,619,19364,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5540,DANCE_PET,Dancer Pet,619,19365,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5546,SUPER_PET_M,Super Novice Pet Male,619,19366,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5547,SUPER_PET_F,Super Novice Pet Female,619,19367,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5548,GUN_PET_M,Gunslinger Pet Male,619,19368,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5549,GUN_PET_F,Gunslinger Pet Female,619,19369,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5550,NINJA_PET_M,Ninja Pet Male,619,19370,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5551,NINJA_PET_F,Ninja Pet Female,619,19371,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
 
5552,NOVICE_HIGH_PET_M,Novice Hight Pet Male,619,19372,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5553,NOVICE_HIGH_PET_F,Novice Hight Pet Female,619,19373,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5554,SWORD_HIGH_PET_M,Swordman High Pet,619,19374,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5555,SWORD_HIGH_PET_F,Swordwoman High Pet,619,19375,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5556,MAGE_HIGH_PET_M,Mage High Pet Male,619,19376,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5557,MAGE_HIGH_PET_F,Mage High Pet Female,619,19377,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5558,ARCHER_HIGH_PET_M,Archer High Pet Male,619,19378,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5559,ARCHER_HIGH_PET_F,Archer High Pet Female,619,19379,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5560,ACO_HIGH_PET_M,Acolyte High Pet Male,619,19380,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5561,ACO_HIGH_PET_F,Acolyte High Pet Female,619,19381,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5562,MERC_HIGH_PET_M,Merchant High Pet Male,619,19382,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5563,MERC_HIGH_PET_F,Merchant High Pet Female,619,19383,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5564,THIEF_HIGH_PET_M,Thief High Pet Male,619,19384,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5565,THIEF_HIGH_PET_F,Thief High Pet Female,619,19385,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5566,LK_PET_M,Lord Knight Pet Male,619,19386,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5567,LK_PET_F,Lord Knight Pet Female,619,19387,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5568,HP_PET_M,High Priest Pet,619,19388,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5569,HP_PET_F,High Priestess Pet,619,19389,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5570,HW_PET_M,High Wizard Pet Male,619,19390,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5571,HW_PET_F,High Wizard Pet Female,619,19391,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5572,WS_PET_M,Whitesmith Pet Male,619,19392,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5573,WS_PET_F,Whitesmith Pet Female,619,19393,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5574,SNP_PET_M,Sniper Pet Male,619,19394,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5575,SNP_PET_F,Sniper Pet Female,619,19395,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5576,ASC_PET_M,Assassin Cross Pet Male,619,19396,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5577,ASC_PET_F,Assassin Cros Pet Female,619,19397,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5578,PAL_PET_M,Paladin Pet Male,619,19398,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5579,PAL_PET_F,Paladin Pet Female,619,19399,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5580,CMP_PET_M,Champion Pet Male,619,19400,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5581,CMP_PET_F,Champion Pet Female,619,19401,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5582,PRO_PET_M,Professor Pet Male,619,19402,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5583,PRO_PET_F,Professor Pet Female,619,19403,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5584,STK_PET_M,Stalker Pet Male,619,19404,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5585,STK_PET_F,Stalker Pet Female,619,19405,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5586,CRE_PET_M,Creator Pet Male,619,19406,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5587,CRE_PET_F,Creator Pet Female,619,19407,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5588,CLW_PET,Clown Pet,619,19408,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5591,GYP_PET,Gypsy Pet,619,19409,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
 
5592,B_NOVICE_PET_M,Baby Novice Pet Male,619,19410,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5593,B_NOVICE_PET_F,Baby Novice Pet Female,619,19411,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5594,B_SWORD_PET_M,Baby Swordman Pet,619,19412,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5595,B_SWORD_PET_F,Baby Swordwoman Pet,619,19413,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5596,B_MAGE_PET_M,Baby Mage Pet Male,619,19414,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5597,B_MAGE_PET_F,Baby Mage Pet Female,619,19415,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5598,B_ARCH_PET_M,Baby Archer Pet Male,619,19416,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5599,B_ARCH_PET_F,Baby Archer Pet Female,619,19417,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5610,B_ACO_PET_M,Baby Acolyte Pet Male,619,19418,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5611,B_ACO_PET_F,Baby Acolyte Pet Female,619,19419,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5612,B_MERC_PET_M,Baby Merchant Pet Male,619,19420,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5613,B_MERC_PET_F,Baby Merchant Pet Female,619,19421,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5614,B_THIEF_PET_M,Baby Thief Pet Male,619,19422,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5615,B_THIEF_PET_F,Baby Thief Pet Female,619,19423,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5616,B_KNT_PET_M,Baby Knight Pet Male,619,19424,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5617,B_KNT_PET_F,Baby Knight Pet Female,619,19425,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5618,B_PR_PET_M,Baby Priest Pet,619,19426,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5619,B_PR_PET_F,Baby Priestess Pet,619,19427,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5620,B_WZ_PET_M,Baby Wizard Pet Male,619,19428,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5621,B_WZ_PET_F,Baby Wizard Pet Female,619,19429,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5622,B_BLKSMT_PET_M,Baby Blacksmith Pet Male,619,19430,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5623,B_BLKSMT_PET_F,Baby Blacksmith Pet Female,619,19431,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5624,B_HUNT_PET_M,Baby Hunter Pet,619,19432,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5625,B_HUNT_PET_F,Baby Huntress Pet,619,19433,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5626,B_AS_PET_M,Baby Assassin Pet Male,619,19434,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5627,B_AS_PET_F,Baby Assassin Pet Female,619,19435,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5628,B_CRU_PET_M,Baby Crusader Pet Male,619,19436,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5629,B_CRU_PET_F,Baby Crusader Pet Female,619,19437,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5630,B_MONK_PET_M,Baby Monk Pet Male,619,19438,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5631,B_MONK_PET_F,Baby Monk Pet Female,619,19439,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5632,B_SAGE_PET_M,Baby Sage Pet Male,619,19440,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5633,B_SAGE_PET_F,Baby Sage Pet Female,619,19441,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5634,B_ROG_PET_M,Baby Rogue Pet Male,619,19442,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5635,B_ROG_PET_F,Baby Rogue Pet Female,619,19443,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5636,B_ALCH_PET_M,Baby Alchemist Pet Male,619,19444,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5637,B_ALCH_PET_F,Baby Alchemist Pet Female,619,19445,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5638,B_BARD_PET,Baby Bard Pet,619,19446,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5641,B_DANCE_PET,Baby Dancer Pet,619,19447,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5642,SUPER_B_PET_M,Super Baby Pet Male,619,19448,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5643,SUPER_B_PET_F,Super Baby Pet Female,619,19449,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5644,TK_PET_M,Taekwon Boy Pet,619,19450,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5645,TK_PET_F,Taekwon Girl Pet,619,19451,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5646,SG_PET_M,Star Gladiator Pet Male,619,19452,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5647,SG_PET_F,Star Gladitor Pet Female,619,19453,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5648,SL_PET_M,Soul Linker Pet Male,619,19454,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
5649,SL_PET_F,Soul Linker Pet Female,619,19455,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (2|4|8|128|256|512); },{}
 
5650,NOVICE_PET_C,Novice Pet Clone,619,19456,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5651,SWORD_PET_C,Swordman Pet Clone,619,19457,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5652,MAGE_PET_C,Mage Pet Clone,619,19458,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5653,ARCHER_PET_C,Archer Pet Clone,619,19459,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5654,ACO_PET_C,Acolyte Pet Clone,619,19460,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5655,MERC_PET_C,Merchant Pet Clone,619,19461,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5656,THIEF_PET_C,Thief Pet Clone,619,19462,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5657,KNT_PET_C,Knight Pet Clone,619,19463,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5658,PRIEST_PET_C,Priest Pet Clone,619,19464,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5659,WIZ_PET_C,Wizard Pet Clone,619,19465,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5660,BLKSMT_PET_C,Blacksmith Pet Clone,619,19466,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5661,HUNT_PET_C,Hunter Pet Clone,619,19467,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5662,ASS_PET_C,Assassin Pet Clone,619,19468,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5664,CRU_PET_C,Crusader Pet Clone,619,19469,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5665,MONK_PET_C,Monk Pet Clone,619,19470,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5666,SAGE_PET_C,Sage Pet Clone,619,19471,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5667,ROGUE_PET_C,Rogue Pet Clone,619,19472,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5668,ALCH_PET_C,Alchemist Pet Clone,619,19473,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5669,BARD_PET,Bard Pet Clone,619,19474,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5670,DANCE_PET,Dancer Pet Clone,619,19475,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5673,SUPER_PET_C,Super Novice Pet Clone,619,19476,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5674,GUN_PET_C,Gunslinger Pet Clone,619,19477,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5675,NINJA_PET_C,Ninja Pet Clone,619,19478,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
 
5676,NOVICE_HIGH_PET_C,Novice Hight Pet Clone,619,19479,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5677,SWORD_HIGH_PET_C,Swordman High Pet Clone,619,19480,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5678,MAGE_HIGH_PET_C,Mage High Pet Clone,619,19481,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5679,ARCHER_HIGH_PET_C,Archer High Pet Clone,619,19482,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5680,ACO_HIGH_PET_C,Acolyte High Pet Clone,619,19483,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5681,MERC_HIGH_PET_C,Merchant High Pet Clone,619,19484,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5682,THIEF_HIGH_PET_C,Thief High Pet Clone,619,19485,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5683,LK_PET_C,Lord Knight Pet Clone,619,19486,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5684,HP_PET_C,High Priest Pet Clone,619,19487,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5685,HW_PET_C,High Wizard Pet Clone,619,19488,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5686,WS_PET_C,Whitesmith Pet Clone,619,19489,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5687,SNP_PET_C,Sniper Pet Clone,619,19490,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5688,ASC_PET_C,Assassin Cros Pet Clone,619,19491,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5689,PAL_PET_C,Paladin Pet Clone,619,19492,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5690,CMP_PET_C,Champion Pet Clone,619,19493,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5691,PRO_PET_C,Professor Pet Clone,619,19494,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5692,STK_PET_C,Stalker Pet Clone,619,19495,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5693,CRE_PET_C,Creator Pet Clone,619,19496,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5694,CLW_PET,Clown Pet Clone,619,19497,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5695,GYP_PET,Gypsy Pet Clone,619,19498,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
 
5696,B_NOVICE_PET_C,Baby Novice Pet Clone,619,19499,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5697,B_SWORD_PET_C,Baby Swordman Pet Clone,619,19500,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5698,B_MAGE_PET_C,Baby Mage Pet Clone,619,19501,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5699,B_ARCH_PET_C,Baby Archer Pet Clone,619,19502,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5700,B_ACO_PET_C,Baby Acolyte Pet Clone,619,19503,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5701,B_MERC_PET_C,Baby Merchant Pet Clone,619,19504,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5702,B_THIEF_PET_C,Baby Thief Pet Clone,619,19505,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5703,B_KNT_PET_C,Baby Knight Pet Clone,619,19506,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5704,B_PR_PET_C,Baby Priest Pet Clone,619,19507,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5705,B_WZ_PET_C,Baby Wizard Pet Clone,619,19508,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5706,B_BLKSMT_PET_C,Baby Blacksmith Pet Clone,619,19509,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5707,B_HUNT_PET_C,Baby Hunter Pet Clone,619,19510,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5708,B_AS_PET_C,Baby Assassin Pet Clone,619,19511,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5709,B_CRU_PET_C,Baby Crusader Pet Clone,619,19512,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5710,B_MONK_PET_C,Baby Monk Pet Clone,619,19513,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5711,B_SAGE_PET_C,Baby Sage Pet Clone,619,19514,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5712,B_ROG_PET_C,Baby Rogue Pet Clone,619,19515,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5713,B_ALCH_PET_C,Baby Alchemist Pet Clone,619,19516,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5714,B_BARD_PET,Baby Bard Pet Clone,619,19517,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5715,B_DANCE_PET,Baby Dancer Pet Clone,619,19518,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5716,SUPER_B_PET_C,Super Baby Pet Clone,619,19519,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5717,TK_PET_C,Taekwon Pet Clone,619,19520,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5718,SG_PET_C,Star Gladitor Pet Clone,619,19521,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}
5719,SL_PET_C,Soul Linker Pet Clone,619,19522,,528,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petclonetype (1|2|4|8|128|256|512); },{}

Help would be appreciated.
~Thanks.


Bump anyone?

Edited by Emistry
Please use CODEBOX!
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  114
  • Reputation:   0
  • Joined:  05/10/12
  • Last Seen:  

Bump none?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  114
  • Reputation:   0
  • Joined:  05/10/12
  • Last Seen:  

Bump anyone :/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  114
  • Reputation:   0
  • Joined:  05/10/12
  • Last Seen:  

Up anyone? :/

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...