Jump to content

Omnipotent

Members
  • Posts

    71
  • Joined

  • Last visited

  • Days Won

    1

Omnipotent last won the day on November 23 2016

Omnipotent had the most liked content!

1 Follower

Profile Information

  • Gender
    Male
  • Location
    Heaven.

Recent Profile Visitors

3612 profile views

Omnipotent's Achievements

Poring

Poring (1/15)

25

Reputation

4

Community Answers

  1. Updated to v1.1: Using constants in slots. Fix cards and refine checking on evo. Fix exp evo mode.
  2. So, looking through the forums I saw a very good answer from Capuche. Enjoy.
  3. @Emistry Already know that. It's just not as easier to configure. And... what resources? It's executed just one time...
  4. So I was searching a bit on the forums and seems this was (os is?) an old bug in some old clients. Which one are you using? Also, try to use a more recent one.
  5. ¿Qué tema de Flux es? Porque en algunos debes poner los datos manualmente.
  6. Then use this: http://pastebin.com/raw/ewqdBPVi
  7. Well, I made the blacklist thing in post#3 because I think it might be easier to configure. http://pastebin.com/raw/amShWsSM
  8. Sorry then but I can't help as I don't use eAmod and can't know what is changed.
  9. .@nb = query_sql( "select item_db.id from item_db right join mob_db on item_db.id = mob_db.dropcardid where mode & 32 and type = 6 and mexp != 0 group by item_db.id order by name_japanese limit 128", .@id ); change to: .@nb = query_sql( "select item_db.id from item_db right join mob_db on item_db.id = mob_db.dropcardid where mode & 32 and type = 6 and item_db.id <> 4399 and not between '4671' and '4696' and mexp != 0 group by item_db.id order by name_japanese limit 128", .@id );
  10. Just replace bindatcmd("autopot",strnpcinfo(0)+"::OnCommand"); with bindatcmd("autopot",strnpcinfo(0)+"::OnCommand",1);
  11. I don't really know how eAMod system works but talking a look at this: https://github.com/zephyrus-cr/eamod/blob/master/npc-addons/eASpecial/CashShop_System.txt and your weird error it seems you have to call the shop... or something like that. So, use a script like this: http://pastebin.com/raw/fTdFj85V If it doesn't work... then some update might be on eAMod which that git doesn't have.
  12. Answer: http://pastebin.com/4XfccFsX (IDK why it didn't let me post it).
  13. Ups. Change it to: set .@b$,callfunc("F_InsertArticle",.n$[.c])+" "+.@a$[.a - 1];
  14. If you don't want to edit source just add it at the end of item_bluebox.txt If it doesn't work edit MAX_ITEMGROUP_RANDGROUP in src/map/itemdb.h and recompile. Damn, tried to post this like 5 times... had to delete the itemdb.c code part.
  15. Here you go: In /db/import/mob_db.txt add: // The Invasor (v10) [Ivion] 7500,KASA,Fire Sbirro,Fire Sbirro,80,200000,1000,200000,200000,2,1836,2121,10,30,39,86,29,151,108,29,10,12,2,0,63,14269,120,1319,1319,288,0,0,0,0,0,0,0,604,500,604,500,604,500,604,500,12999,500,12999,500,12999,500,14233,500,14234,500,0,0 7501,SALAMANDER,Fire Hero,Fire Hero,110,800000,2000,800000,800000,2,1983,2838,20,40,119,78,64,65,225,40,10,12,2,0,63,14269,120,535,535,288,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,12999,500,14233,500,14233,500,14234,500,14234,500,12103,100,0,0 7502,IFRIT,Fire Deux,Fire Deux,140,5000000,4000,5000000,5000000,3,6764,8499,30,50,123,180,32,189,194,58,10,12,2,0,83,14269,120,423,423,360,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,12999,500,14233,500,14233,500,14234,500,14234,500,12103,100,0,0 7503,POURING,Aqua Sbirro,Aqua Sbirro,80,200000,1000,200000,200000,1,871,2296,10,30,79,58,66,92,136,58,10,0,0,3,61,14269,120,1055,1055,480,0,0,0,0,0,0,0,604,500,604,500,604,500,604,500,12999,500,12999,500,12999,500,14233,500,14234,500,0,0 7504,AQUA_ELEMENTAL,Aqua Hero,Aqua Hero,110,800000,2000,800000,800000,1,804,3219,20,40,12,129,45,169,172,60,10,12,2,0,81,14269,120,447,447,480,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,12999,500,14233,500,14233,500,14234,500,14234,500,12103,100,0,0 7505,DRAKE,Aqua Deux,Aqua Deux,140,5000000,4000,5000000,5000000,1,4306,5023,30,50,170,162,100,152,153,109,10,12,1,1,29,14269,120,259,259,360,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,14233,500,14233,500,14233,500,14234,500,14234,500,12103,500,0,0 7506,ICE_TITAN,Ice Sbirro,Ice Sbirro,80,200000,1000,200000,200000,1,1074,1547,10,30,126,52,117,23,101,42,10,12,2,0,61,14269,120,873,873,144,0,0,0,0,0,0,0,604,500,604,500,604,500,604,500,12999,500,12999,500,12999,500,14233,500,14234,500,0,0 7507,GARM,Ice Hero,Ice Hero,110,800000,2000,800000,800000,3,2095,2342,20,40,111,159,109,89,122,82,10,12,2,2,81,14269,120,493,493,336,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,12999,500,14233,500,14233,500,14234,500,14234,500,12103,100,0,0 7508,KTULLANUX,Ice Deux,Ice Deux,140,5000000,4000,5000000,5000000,3,1909,11774,30,50,109,154,45,153,211,139,10,12,2,2,81,14269,120,380,380,216,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,14233,500,14233,500,14233,500,14234,500,14234,500,12103,500,0,0 7509,TENDRILRION,Nature Sbirro,Nature Sbirro,80,200000,1000,200000,200000,1,4072,4886,10,30,119,69,10,53,152,21,10,12,2,2,42,14269,120,2986,2986,336,0,0,0,0,0,0,0,604,500,604,500,604,500,604,500,12999,500,12999,500,12999,500,14233,500,14234,500,0,0 7510,GOPINICH,Nature Hero,Nature Hero,110,800000,2000,800000,800000,3,2456,8054,20,40,72,90,79,137,196,54,10,12,2,2,62,14269,120,1167,1167,432,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,12999,500,14233,500,14233,500,14234,500,14234,500,12103,100,0,0 7511,ENTWEIHEN,Nature Deux,Nature Deux,140,5000000,4000,5000000,5000000,20,8466,10583,30,50,10,79,49,258,228,39,10,12,1,6,87,14268,1000,529,529,576,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,14233,500,14233,500,14233,500,14234,500,14234,500,12103,500,0,0 7512,MOROCC_2,Earth Sbirro,Earth Sbirro,80,200000,1000,200000,200000,1,1568,2286,10,30,111,79,26,18,151,51,10,12,1,6,67,14269,120,1284,1284,432,0,0,0,0,0,0,0,604,500,604,500,604,500,604,500,12999,500,12999,500,12999,500,14233,500,14234,500,0,0 7513,ATROCE,Earth Hero,Earth Hero,110,800000,2000,800000,800000,2,2315,3341,20,40,150,132,55,77,130,112,10,12,2,2,67,14269,120,628,628,240,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,12999,500,14233,500,14233,500,14234,500,14234,500,12103,100,0,0 7514,MOROCC,Earth Deux,Earth Deux,140,5000000,4000,5000000,5000000,2,6616,6616,30,50,132,150,35,230,169,52,10,12,2,6,87,14269,120,367,367,432,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,14233,500,14233,500,14233,500,14234,500,14234,500,12103,500,0,0 7515,HELL_APOCALIPS,Machina Sbirro,Machina Sbirro,80,200000,1000,200000,200000,2,3920,4152,10,30,90,54,39,101,113,89,10,12,3,0,40,14269,120,2690,2690,384,0,0,0,0,0,0,0,604,500,604,500,604,500,604,500,12999,500,12999,500,12999,500,14233,500,14234,500,0,0 7516,RSX_0806,Machina Hero,Machina Hero,110,800000,2000,800000,800000,1,1017,2086,20,40,142,92,60,52,155,141,10,12,2,0,60,14269,120,344,344,240,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,12999,500,14233,500,14233,500,14234,500,14234,500,12103,100,0,0 7517,APOCALIPS_H,Machina Deux,Machina Deux,140,5000000,4000,5000000,5000000,3,4553,11384,30,50,139,77,50,101,216,202,10,12,2,2,46,14269,120,442,442,432,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,14233,500,14233,500,14233,500,14234,500,14234,500,12103,500,0,0 7518,UNGOLIANT,Insect Sbirro,Insect Sbirro,80,200000,1000,200000,200000,1,766,1354,10,30,52,77,81,42,152,65,10,12,2,4,45,14269,120,706,706,420,0,0,0,0,0,0,0,604,500,604,500,604,500,604,500,12999,500,12999,500,12999,500,14233,500,14234,500,0,0 7519,QUEEN_SCARABA,Insect Hero,Insect Hero,110,800000,2000,800000,800000,1,1662,2494,20,40,40,40,40,260,105,301,10,12,2,4,62,14269,120,461,461,576,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,12999,500,14233,500,14233,500,14234,500,14234,500,12103,100,0,0 7520,MAYA,Insect Deux,Insect Deux,140,5000000,4000,5000000,5000000,1,5102,5868,30,50,149,150,121,149,129,161,10,12,2,4,82,14269,120,304,304,480,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,14233,500,14233,500,14233,500,14234,500,14234,500,12103,500,0,0 7521,CENTIPEDE,Venom Sbirro,Venom Sbirro,80,200000,1000,200000,200000,1,6246,6662,10,30,130,57,42,15,150,23,10,12,1,4,45,14269,120,4302,4302,336,0,0,0,0,0,0,0,604,500,604,500,604,500,604,500,12999,500,12999,500,12999,500,14233,500,14234,500,0,0 7522,FALLINGBISHOP,Venom Hero,Venom Hero,110,800000,2000,800000,800000,1,2209,3457,20,40,11,121,32,182,174,40,10,12,1,6,47,14269,120,629,629,360,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,12999,500,14233,500,14233,500,14234,500,14234,500,12103,100,0,0 7523,BEELZEBUB_,Venom Deux,Venom Deux,140,5000000,4000,5000000,5000000,2,5709,7656,30,50,13,106,185,229,155,67,10,12,2,6,88,14269,120,371,371,432,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,14233,500,14233,500,14233,500,14234,500,14234,500,12103,500,0,0 7524,MUTANT_DRAGON,Dragon Sbirro,Dragon Sbirro,80,200000,1000,200000,200000,4,1952,2766,10,30,118,79,55,108,76,61,10,12,2,9,43,14269,120,1572,1572,240,0,0,0,0,0,0,0,604,500,604,500,604,500,604,500,12999,500,12999,500,12999,500,14233,500,14234,500,0,0 7525,HYDRO,Dragon Hero,Dragon Hero,110,800000,2000,800000,800000,3,1127,1726,20,40,11,138,156,124,135,54,10,12,2,9,47,14269,120,317,317,432,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,12999,500,14233,500,14233,500,14234,500,14234,500,12103,100,0,0 7526,S_NYDHOG,Dragon Deux,Dragon Deux,140,5000000,4000,5000000,5000000,2,5780,16662,30,50,11,196,49,213,196,49,10,12,2,9,87,14269,120,623,623,360,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,14233,500,14233,500,14233,500,14234,500,14234,500,12103,500,0,0 7527,THA_ODIUM,Ghost Sbirro,Ghost Sbirro,80,200000,1000,200000,200000,9,1080,1440,10,30,72,40,118,49,130,67,10,12,2,1,88,14269,120,840,840,420,0,0,0,0,0,0,0,604,500,604,500,604,500,604,500,12999,500,12999,500,12999,500,14233,500,14234,500,0,0 7528,MOROCC_4,Ghost Hero,Ghost Hero,110,800000,2000,800000,800000,1,4208,5646,20,40,69,69,39,227,132,29,10,12,1,6,68,14269,120,1094,1094,432,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,12999,500,14233,500,14233,500,14234,500,14234,500,12103,100,0,0 7529,GLOOMUNDERNIGHT,Ghost Deux,Ghost Deux,140,5000000,4000,5000000,5000000,3,10423,16869,30,50,151,172,149,121,168,83,10,12,2,0,68,14269,120,758,758,576,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,14233,500,14233,500,14233,500,14234,500,14234,500,12103,500,0,0 7530,CORNUS,Wind Sbirro,Wind Sbirro,80,200000,1000,200000,200000,1,3943,4272,10,30,89,39,66,155,84,16,10,12,1,2,46,14269,120,2738,2738,480,0,0,0,0,0,0,0,604,500,604,500,604,500,604,500,12999,500,12999,500,12999,500,14233,500,14234,500,0,0 7531,MOROCC_1,Wind Hero,Wind Hero,110,800000,2000,800000,800000,2,4035,4957,20,40,122,124,30,147,150,60,10,12,2,8,27,14269,120,999,999,432,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,12999,500,14233,500,14233,500,14234,500,14234,500,12103,100,0,0 7532,WISH_MAIDEN,Wind Deux,Wind Deux,140,5000000,4000,5000000,5000000,1,18214,18215,30,50,18,18,99,331,18,99,10,12,2,8,28,14269,120,1011,1011,480,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,14233,500,14233,500,14233,500,14234,500,14234,500,12103,500,0,0 7533,NECROMANCER,Undead Sbirro,Undead Sbirro,80,200000,1000,200000,200000,1,2983,3409,10,30,10,48,10,158,139,17,10,12,1,1,89,14269,120,2130,2130,420,0,0,0,0,0,0,0,604,500,604,500,604,500,604,500,12999,500,12999,500,12999,500,14233,500,14234,500,0,0 7534,OSIRIS,Undead Hero,Undead Hero,110,800000,2000,800000,800000,1,1266,4675,20,40,14,159,77,89,179,94,10,12,1,1,89,14269,120,660,660,384,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,12999,500,14233,500,14233,500,14234,500,14234,500,12103,100,0,0 7535,LORD_OF_DEATH,Undead Deux,Undead Deux,140,5000000,4000,5000000,5000000,3,8940,11030,30,50,13,164,63,179,172,181,10,12,2,6,67,14269,120,554,554,360,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,14233,500,14233,500,14233,500,14234,500,14234,500,12103,500,0,0 7536,MOROCC_3,Demon Sbirro,Demon Sbirro,80,200000,1000,200000,200000,1,935,1375,10,30,40,173,25,58,90,39,10,12,1,6,69,14269,120,770,770,432,0,0,0,0,0,0,0,604,500,604,500,604,500,604,500,12999,500,12999,500,12999,500,14233,500,14234,500,0,0 7537,DRACULA,Demon Hero,Demon Hero,110,800000,2000,800000,800000,3,2953,3434,20,40,11,130,124,120,119,137,10,12,2,6,87,14269,120,709,709,576,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,12999,500,14233,500,14233,500,14234,500,14234,500,12103,100,0,0 7538,I_BAPHOMET,Demon Deux,Demon Deux,140,5000000,4000,5000000,5000000,1,14872,14872,30,50,11,192,16,112,249,124,10,12,2,6,67,14269,120,826,826,576,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,14233,500,14233,500,14233,500,14234,500,14234,500,12103,500,0,0 7539,RETRIBUTION,Kaos Sbirro,Kaos Sbirro,80,200000,1000,200000,200000,2,1012,1145,10,30,34,131,65,70,123,39,10,12,1,8,67,14269,120,719,719,360,0,0,0,0,0,0,0,604,500,604,500,604,500,604,500,12999,500,12999,500,12999,500,14233,500,14234,500,0,0 7540,BLOODY_KNIGHT,Kaos Hero,Kaos Hero,110,800000,2000,800000,800000,3,2578,3634,20,40,119,103,98,106,164,79,10,12,2,0,87,14269,120,690,690,192,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,12999,500,14233,500,14233,500,14234,500,14234,500,12103,100,0,0 7541,DUNEYRR,Kaos Deux,Kaos Deux,140,5000000,4000,5000000,5000000,1,15394,18280,30,50,15,169,113,164,226,80,10,12,2,7,62,14269,120,935,935,480,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,14233,500,14233,500,14233,500,14234,500,14234,500,12103,500,0,0 7542,BACSOJIN,Takeshi Sbirro,Takeshi Sbirro,80,200000,1000,200000,200000,2,519,1342,10,30,55,88,51,106,130,52,10,12,2,7,41,14269,120,620,620,480,0,0,0,0,0,0,0,604,500,604,500,604,500,604,500,12999,500,12999,500,12999,500,14233,500,14234,500,0,0 7543,INCANTATION_SAMURAI,Takeshi Hero,Takeshi Hero,110,800000,2000,800000,800000,3,2681,3829,20,40,117,109,47,109,183,80,10,12,2,7,67,14269,120,723,723,576,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,12999,500,14233,500,14233,500,14234,500,14234,500,12103,100,0,0 7544,DARK_SNAKE_LORD,Takeshi Deux,Takeshi Deux,140,5000000,4000,5000000,5000000,3,4343,7515,30,50,112,129,57,127,241,137,10,12,2,2,68,14269,120,329,329,420,0,0,0,0,0,0,0,12999,500,12999,500,12999,500,14233,500,14233,500,14233,500,14234,500,14234,500,12103,500,0,0 In db/import/mob_skill_db.txt add: 7500,Fire Sbirro@CR_REFLECTSHIELD,idle,252,1,10000,0,300000,no,self,always,0,,,,,,6, 7500,Fire Sbirro@CR_REFLECTSHIELD,chase,252,1,10000,0,300000,no,self,always,0,,,,,,6, 7500,Fire Sbirro@CR_REFLECTSHIELD,attack,252,1,10000,0,300000,no,self,always,0,,,,,,6, 7500,Fire Sbirro@WZ_FIREPILLAR,idle,80,5,10000,500,30000,no,around2,always,0,,,,,,, 7500,Fire Sbirro@NPC_FIREBREATH,chase,654,10,2000,1500,15000,no,target,always,0,,,,,,, 7500,Fire Sbirro@NPC_FIREBREATH,attack,654,10,2000,1500,15000,no,target,always,0,,,,,,, 7500,Fire Sbirro@MG_FIREBALL,idle,17,20,10000,500,10000,no,target,always,0,,,,,,, 7500,Fire Sbirro@MG_FIREBALL,chase,17,20,10000,500,10000,no,target,always,0,,,,,,, 7500,Fire Sbirro@MG_FIREBALL,attack,17,20,5000,500,10000,no,target,always,0,,,,,,, 7500,Fire Sbirro@WZ_SIGHTRASHER,attack,81,20,1000,0,20000,no,self,always,0,,,,,,, 7500,Fire Sbirro@LK_SPIRALPIERCE,attack,397,1,1500,1000,10000,no,target,always,0,,,,,,, 7500,Fire Sbirro@WZ_METEOR,chase,83,1,5000,1000,10000,no,target,always,0,,,,,,, 7500,Fire Sbirro@WZ_METEOR,attack,83,1,5000,1000,10000,no,target,always,0,,,,,,, 7500,Fire Sbirro@WZ_SIGHTRASHER,attack,81,10,4000,0,5000,no,self,always,0,,,,,,, 7500,Fire Sbirro@WZ_SIGHTRASHER,chase,81,10,4000,0,5000,no,self,always,0,,,,,,, 7500,Fire Sbirro@NPC_SUMMONSLAVE,attack,196,3,2000,1000,10000,no,self,slavele,0,1367,,,,,, 7500,Fire Sbirro@NPC_SUMMONSLAVE,idle,196,3,2000,1000,10000,no,self,slavele,0,1367,,,,,, 7500,Fire Sbirro@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7500,Fire Sbirro@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7500,Fire Sbirro@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7501,Fire Hero@MG_FIREBALL,idle,17,5,10000,0,5000,no,target,always,0,,,,,,, 7501,Fire Hero@MG_FIREBALL,chase,17,5,10000,0,5000,no,target,always,0,,,,,,, 7501,Fire Hero@CR_REFLECTSHIELD,idle,252,3,1000,0,200000,no,self,always,0,,,,,,, 7501,Fire Hero@CR_REFLECTSHIELD,attack,252,3,1000,0,200000,no,self,always,0,,,,,,, 7501,Fire Hero@NPC_FIREATTACK,attack,186,5,2000,1000,200000,no,target,always,0,,,,,,, 7501,Fire Hero@NPC_BLEEDING,attack,660,3,500,500,10000,no,target,always,0,,,,,,, 7501,Fire Hero@AS_SONICBLOW,attack,136,10,1000,0,10000,no,target,always,0,,,,,,, 7501,Fire Hero@SM_MAGNUM,attack,7,7,1000,0,10000,no,self,attackpcge,2,,,,,,, 7501,Fire Hero@KN_TWOHANDQUICKEN,attack,60,20,2000,0,300000,no,self,myhpltmaxrate,40,,,,,,, 7501,Fire Hero@NPC_CRITICALSLASH,attack,170,1,2000,0,5000,no,target,always,0,,,,,,, 7501,Fire Hero@NPC_WIDEBLEEDING,attack,665,2,10000,500,100000,no,self,myhpltmaxrate,20,,,,,,, 7501,Fire Hero@WZ_SIGHTRASHER,attack,81,20,4000,0,5000,no,self,always,0,,,,,,, 7501,Fire Hero@WZ_SIGHTRASHER,chase,81,20,4000,0,5000,no,self,always,0,,,,,,, 7501,Fire Hero@NPC_SUMMONSLAVE,attack,196,4,2000,1000,10000,no,self,slavele,0,1384,,,,,, 7501,Fire Hero@NPC_SUMMONSLAVE,idle,196,4,2000,1000,10000,no,self,slavele,0,1384,,,,,, 7501,Fire Hero@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7501,Fire Hero@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7501,Fire Hero@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7502,Fire Deux@AL_PNEUMA,idle,25,1,10000,0,1000,no,self,longrangeattacked,,,,,,,, 7502,Fire Deux@NPC_POWERUP,attack,349,5,10000,0,30000,no,self,myhpltmaxrate,20,,,,,,6, 7502,Fire Deux@ST_FULLSTRIP,attack,476,5,2000,0,5000,no,target,always,0,,,,,,, 7502,Fire Deux@AS_SONICBLOW,attack,136,1,2000,0,5000,no,target,always,0,,,,,,, 7502,Fire Deux@NPC_FIREBREATH,chase,654,10,2000,500,5000,no,target,myhpltmaxrate,80,,,,,,, 7502,Fire Deux@NPC_FIREBREATH,attack,654,10,2000,500,5000,no,target,myhpltmaxrate,80,,,,,,, 7502,Fire Deux@WZ_METEOR,attack,83,11,2000,500,5000,no,target,myhpltmaxrate,90,,,,,,, 7502,Fire Deux@KN_TWOHANDQUICKEN,attack,60,9,10000,0,100000,no,self,myhpltmaxrate,30,,,,,,, 7502,Fire Deux@NPC_PULSESTRIKE,attack,661,5,10000,0,15000,no,self,myhpltmaxrate,60,,,,,,, 7502,Fire Deux@NPC_DRAGONFEAR,attack,659,5,10000,0,10000,no,self,always,0,,,,,,, 7502,Fire Deux@NPC_DRAGONFEAR,chase,659,5,10000,0,10000,no,self,always,0,,,,,,, 7502,Fire Deux@WZ_METEOR,idle,83,9,10000,0,5000,no,target,always,0,,,,,,, 7502,Fire Deux@WZ_SIGHTRASHER,attack,81,30,4000,0,5000,no,self,always,0,,,,,,, 7502,Fire Deux@WZ_SIGHTRASHER,chase,81,30,4000,0,5000,no,self,always,0,,,,,,, 7502,Fire Deux@NPC_EARTHQUAKE,attack,653,10,5000,500,20000,no,self,myhpltmaxrate,40,,,,,,, 7502,Fire Deux@NPC_EARTHQUAKE,chase,653,10,5000,500,20000,no,self,myhpltmaxrate,40,,,,,,, 7502,Fire Deux@NPC_HELLJUDGEMENT,chase,662,5,5000,800,20000,no,self,myhpltmaxrate,60,,,,,,, 7502,Fire Deux@NPC_HELLJUDGEMENT,attack,662,5,5000,800,20000,no,self,myhpltmaxrate,60,,,,,,, 7502,Fire Deux@NPC_SUMMONSLAVE,attack,196,6,2000,1000,10000,no,self,slavele,0,1837,,,,,, 7502,Fire Deux@NPC_SUMMONSLAVE,idle,196,6,2000,1000,10000,no,self,slavele,0,1837,,,,,, 7502,Fire Deux@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7502,Fire Deux@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7502,Fire Deux@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7503,Aqua Sbirro@WZ_STORMGUST,chase,89,10,2000,0,5000,no,target,always,0,,,,,,, 7503,Aqua Sbirro@WZ_STORMGUST,attack,89,10,2000,0,5000,no,target,always,0,,,,,,, 7503,Aqua Sbirro@WZ_WATERBALL,attack,86,3,4000,500,5000,no,target,always,0,,,,,,, 7503,Aqua Sbirro@WZ_WATERBALL,chase,86,3,4000,500,5000,no,target,always,0,,,,,,, 7503,Aqua Sbirro@NPC_SUMMONSLAVE,attack,196,3,2000,1000,10000,no,self,slavele,0,1228,,,,,, 7503,Aqua Sbirro@NPC_SUMMONSLAVE,idle,196,3,2000,1000,10000,no,self,slavele,0,1228,,,,,, 7503,Aqua Sbirro@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7503,Aqua Sbirro@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7503,Aqua Sbirro@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7504,Aqua Hero@MG_FROSTDIVER,chase,15,10,3000,1000,5000,no,target,always,0,,,,,,, 7504,Aqua Hero@NPC_SLEEPATTACK,attack,182,5,500,0,5000,no,target,always,0,,,,,,, 7504,Aqua Hero@MG_COLDBOLT,chase,14,3,2000,600,5000,no,target,always,0,,,,,,, 7504,Aqua Hero@MG_COLDBOLT,attack,14,5,2000,800,5000,no,target,always,0,,,,,,, 7504,Aqua Hero@NPC_SLOWCAST,chase,672,1,2000,300,30000,no,self,always,0,,,,,,, 7504,Aqua Hero@NPC_SLOWCAST,attack,672,1,2000,800,30000,no,self,always,0,,,,,,, 7504,Aqua Hero@WZ_FROSTNOVA,chase,88,10,3000,1000,10000,no,self,always,0,,,,,,, 7504,Aqua Hero@WZ_FROSTNOVA,attack,88,10,3000,1000,10000,no,self,always,0,,,,,,, 7504,Aqua Hero@WZ_WATERBALL,attack,86,4,4000,500,5000,no,target,always,0,,,,,,, 7504,Aqua Hero@WZ_WATERBALL,chase,86,4,4000,500,5000,no,target,always,0,,,,,,, 7504,Aqua Hero@NPC_SUMMONSLAVE,attack,196,4,2000,1000,10000,no,self,slavele,0,1069,,,,,, 7504,Aqua Hero@NPC_SUMMONSLAVE,idle,196,4,2000,1000,10000,no,self,slavele,0,1069,,,,,, 7504,Aqua Hero@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7504,Aqua Hero@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7504,Aqua Hero@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7505,Aqua Deux@AL_DECAGI,chase,30,10,2000,0,60000,no,target,always,0,,,,,,29, 7505,Aqua Deux@NPC_ARMORBRAKE,attack,344,10,2000,0,60000,no,target,always,0,,,,,,, 7505,Aqua Deux@BS_MAXIMIZE,attack,114,1,500,0,5000,no,self,always,0,,,,,,, 7505,Aqua Deux@BS_MAXIMIZE,chase,114,1,500,0,5000,no,self,always,0,,,,,,, 7505,Aqua Deux@NPC_AGIUP,attack,350,10,10000,0,30000,no,self,myhpltmaxrate,30,,,,,,6, 7505,Aqua Deux@NPC_GUIDEDATTACK,attack,172,5,500,0,20000,no,target,always,0,,,,,,, 7505,Aqua Deux@NPC_GUIDEDATTACK,chase,172,5,500,0,20000,no,target,always,0,,,,,,, 7505,Aqua Deux@NPC_WATERATTACK,attack,184,5,2000,0,5000,no,target,always,0,,,,,,29, 7505,Aqua Deux@NPC_WATERATTACK,chase,184,5,2000,0,5000,no,target,skillused,18,,,,,,29, 7505,Aqua Deux@NPC_WATERATTACK,chase,184,5,2000,0,5000,no,target,always,0,,,,,,29, 7505,Aqua Deux@WZ_WATERBALL,attack,86,5,4000,500,5000,no,target,always,0,,,,,,, 7505,Aqua Deux@WZ_WATERBALL,chase,86,5,4000,500,5000,no,target,always,0,,,,,,, 7505,Aqua Deux@NPC_HELLJUDGEMENT,attack,662,5,5000,800,20000,no,self,myhpltmaxrate,40,,,,,,, 7505,Aqua Deux@NPC_SUMMONSLAVE,attack,196,6,2000,1000,10000,no,self,slavele,0,1264,,,,,, 7505,Aqua Deux@NPC_SUMMONSLAVE,idle,196,6,2000,1000,10000,no,self,slavele,0,1264,,,,,, 7505,Aqua Deux@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7505,Aqua Deux@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7505,Aqua Deux@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7506,Ice Sbirro@MG_FROSTDIVER,chase,15,7,10000,800,5000,no,target,always,0,,,,,,, 7506,Ice Sbirro@MG_FROSTDIVER,attack,15,5,2000,800,5000,no,target,always,0,,,,,,, 7506,Ice Sbirro@NPC_COMBOATTACK,attack,171,1,1000,700,5000,no,target,always,0,,,,,,36, 7506,Ice Sbirro@NPC_WATERATTACK,attack,184,3,2000,0,5000,no,target,always,0,,,,,,29, 7506,Ice Sbirro@WZ_STORMGUST,attack,89,6,4000,0,5000,no,target,always,0,,,,,,, 7506,Ice Sbirro@WZ_STORMGUST,chase,89,6,4000,0,5000,no,target,always,0,,,,,,, 7506,Ice Sbirro@NPC_SUMMONSLAVE,attack,196,3,2000,1000,10000,no,self,slavele,0,1789,,,,,, 7506,Ice Sbirro@NPC_SUMMONSLAVE,idle,196,3,2000,1000,10000,no,self,slavele,0,1789,,,,,, 7506,Ice Sbirro@NPC_CALLSLAVE,attack,352,1,1000,0,10000,no,self,always,0,,,,,,, 7506,Ice Sbirro@NPC_CALLSLAVE,idle,352,1,1000,0,10000,no,self,always,0,,,,,,, 7506,Ice Sbirro@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7507,Ice Hero@AL_DECAGI,chase,30,10,2000,0,300000,no,target,always,0,,,,,,6, 7507,Ice Hero@NPC_WIDEFREEZE,chase,664,5,10000,1000,20000,no,self,always,0,,,,,,36, 7507,Ice Hero@NPC_WIDEFREEZE,attack,664,5,10000,1000,20000,no,self,always,0,,,,,,36, 7507,Ice Hero@NPC_WEAPONBRAKER,attack,343,10,500,0,30000,no,target,always,0,,,,,,6, 7507,Ice Hero@NPC_AGIUP,attack,350,5,10000,0,30000,no,self,myhpltmaxrate,30,,,,,,6, 7507,Ice Hero@NPC_GUIDEDATTACK,attack,172,5,500,0,20000,no,target,always,0,,,,,,, 7507,Ice Hero@NPC_WATERATTACK,attack,184,5,2000,0,5000,no,target,always,0,,,,,,6, 7507,Ice Hero@NPC_WATERATTACK,chase,184,5,2000,0,5000,no,target,skillused,18,,,,,,6, 7507,Ice Hero@WZ_STORMGUST,attack,89,8,4000,0,5000,no,target,always,0,,,,,,, 7507,Ice Hero@WZ_STORMGUST,chase,89,8,4000,0,5000,no,target,always,0,,,,,,, 7507,Ice Hero@NPC_SUMMONSLAVE,attack,196,4,2000,1000,10000,no,self,slavele,0,1778,,,,,, 7507,Ice Hero@NPC_SUMMONSLAVE,idle,196,4,2000,1000,10000,no,self,slavele,0,1778,,,,,, 7507,Ice Hero@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7507,Ice Hero@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7507,Ice Hero@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7508,Ice Deux@NPC_WATERATTACK,attack,184,10,1000,500,5000,no,target,always,0,,,,,,, 7508,Ice Deux@NPC_RANDOMATTACK,attack,183,8,1000,500,5000,no,target,always,0,,,,,,, 7508,Ice Deux@NPC_WIDEFREEZE,chase,664,5,10000,0,20000,no,self,myhpltmaxrate,80,,,,,,32, 7508,Ice Deux@NPC_WIDEFREEZE,attack,664,5,10000,0,20000,no,self,myhpltmaxrate,80,,,,,,32, 7508,Ice Deux@SA_DISPELL,attack,289,5,10000,0,15000,no,target,always,0,,,,,,, 7508,Ice Deux@SA_DISPELL,chase,289,5,10000,0,15000,no,target,always,0,,,,,,, 7508,Ice Deux@NPC_ARMORBRAKE,attack,344,10,2000,0,5000,no,target,always,0,,,,,,29, 7508,Ice Deux@MG_FROSTDIVER,idle,15,10,5000,1000,7000,no,randomtarget,always,0,,,,,,, 7508,Ice Deux@MG_FROSTDIVER,chase,15,10,5000,1000,7000,no,target,always,0,,,,,,, 7508,Ice Deux@WZ_WATERBALL,chase,86,10,5000,0,20000,no,target,always,0,,,,,,, 7508,Ice Deux@WZ_WATERBALL,attack,86,10,5000,0,20000,no,target,always,0,,,,,,, 7508,Ice Deux@WZ_FROSTNOVA,chase,88,10,5000,0,20000,no,self,always,0,,,,,,, 7508,Ice Deux@WZ_FROSTNOVA,attack,88,10,5000,0,20000,no,self,always,0,,,,,,, 7508,Ice Deux@NPC_POWERUP,attack,349,5,2000,0,100000,no,self,always,0,,,,,,, 7508,Ice Deux@NPC_POWERUP,attack,349,5,10000,0,25000,no,self,myhpltmaxrate,30,,,,,,, 7508,Ice Deux@NPC_AGIUP,attack,350,5,2000,0,100000,no,self,always,0,,,,,,, 7508,Ice Deux@NPC_AGIUP,attack,350,5,10000,0,25000,no,self,myhpltmaxrate,30,,,,,,, 7508,Ice Deux@WZ_STORMGUST,attack,89,10,4000,0,5000,no,target,always,0,,,,,,, 7508,Ice Deux@WZ_STORMGUST,chase,89,10,4000,0,5000,no,target,always,0,,,,,,, 7508,Ice Deux@NPC_HELLJUDGEMENT,attack,662,5,5000,800,20000,no,self,myhpltmaxrate,40,,,,,,, 7508,Ice Deux@NPC_SUMMONSLAVE,attack,196,6,2000,1000,10000,no,self,slavele,3,1319,,,,,, 7508,Ice Deux@NPC_SUMMONSLAVE,idle,196,6,2000,1000,10000,no,self,slavele,3,1319,,,,,, 7508,Ice Deux@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7508,Ice Deux@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7508,Ice Deux@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7509,Nature Sbirro@SM_PROVOKE,chase,6,10,500,600,5000,no,target,myhpltmaxrate,80,,,,,,, 7509,Nature Sbirro@SM_PROVOKE,attack,6,10,500,600,5000,no,target,myhpltmaxrate,80,,,,,,, 7509,Nature Sbirro@NPC_EMOTION,chase,197,1,10000,0,5000,no,self,always,0,7,0x36B5,,,,, 7509,Nature Sbirro@NPC_EMOTION,attack,197,1,1000,0,10000,no,self,always,0,19,0x38A5,,,,, 7509,Nature Sbirro@NPC_CRITICALWOUND,chase,673,2,2000,500,60000,no,target,always,0,,,,,,, 7509,Nature Sbirro@NPC_CRITICALWOUND,attack,673,2,2000,700,60000,no,target,always,0,,,,,,, 7509,Nature Sbirro@MO_BODYRELOCATION,chase,264,1,2000,200,1000,no,target,always,0,,,,,,, 7509,Nature Sbirro@NPC_WIDESLEEP,chase,668,1,500,300,30000,no,self,always,0,,,,,,36, 7509,Nature Sbirro@NPC_WIDESLEEP,attack,668,1,500,800,30000,no,self,always,0,,,,,,36, 7509,Nature Sbirro@NPC_WIDEBLEEDING,attack,665,1,10000,500,60000,no,self,always,0,,,,,,, 7509,Nature Sbirro@NPC_WIDEBLEEDING,chase,665,1,10000,500,60000,no,self,always,0,,,,,,, 7509,Nature Sbirro@SM_MAGNUM,attack,7,5,500,500,5000,no,self,always,0,,,,,,, 7509,Nature Sbirro@WZ_EARTHSPIKE,attack,90,3,500,0,5000,no,target,always,0,,,,,,6, 7509,Nature Sbirro@NPC_CRITICALSLASH,chase,170,1,500,300,30000,no,target,always,0,,,,,,36, 7509,Nature Sbirro@NPC_CRITICALSLASH,attack,170,1,500,800,30000,no,target,always,0,,,,,,36, 7509,Nature Sbirro@NPC_COMBOATTACK,attack,171,3,3000,0,5000,no,target,always,0,,,,,,, 7509,Nature Sbirro@HW_GANBANTEIN,attack,483,1,3000,0,7000,no,target,always,0,,,,,,, 7509,Nature Sbirro@AS_SONICBLOW,attack,136,10,2000,0,5000,no,target,always,0,,,,,,, 7509,Nature Sbirro@NPC_DRAGONFEAR,attack,659,2,500,0,10000,no,self,always,0,,,,,,, 7509,Nature Sbirro@NPC_GROUNDATTACK,attack,185,4,1000,0,5000,no,target,always,0,,,,,,21, 7509,Nature Sbirro@PF_SPIDERWEB,attack,405,1,3000,0,10000,no,target,always,0,,0x38A5,,,,7, 7509,Nature Sbirro@AS_GRIMTOOTH,attack,137,3,4000,0,5000,no,target,always,0,,,,,,, 7509,Nature Sbirro@AS_GRIMTOOTH,chase,137,3,4000,0,5000,no,target,always,0,,,,,,, 7509,Nature Sbirro@NPC_SUMMONSLAVE,attack,196,3,2000,1000,10000,no,self,slavele,0,1162,,,,,, 7509,Nature Sbirro@NPC_SUMMONSLAVE,idle,196,3,2000,1000,10000,no,self,slavele,0,1162,,,,,, 7509,Nature Sbirro@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7509,Nature Sbirro@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7509,Nature Sbirro@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7510,Nature Hero@WZ_QUAGMIRE,chase,92,5,5000,200,5000,no,target,always,0,,,,,,, 7510,Nature Hero@WZ_METEOR,attack,83,11,5000,1500,5000,no,target,myhpltmaxrate,50,,,,,,6, 7510,Nature Hero@MG_FIREBALL,chase,17,9,10000,0,5000,no,target,always,0,,,,,,, 7510,Nature Hero@MG_FIREBALL,attack,17,20,5000,0,5000,no,target,always,0,,,,,,, 7510,Nature Hero@NPC_AGIUP,attack,350,5,3000,0,120000,no,self,myhpltmaxrate,30,,,,,,6, 7510,Nature Hero@KN_TWOHANDQUICKEN,attack,60,20,5000,0,30000,no,self,myhpltmaxrate,30,,,,,,6, 7510,Nature Hero@NPC_POWERUP,attack,349,5,6000,0,5000,no,self,myhpltmaxrate,30,,,,,,6, 7510,Nature Hero@WZ_HEAVENDRIVE,chase,91,5,5000,0,5000,no,target,always,0,,,,,,, 7510,Nature Hero@SM_MAGNUM,attack,7,20,5000,0,5000,no,self,always,0,,,,,,, 7510,Nature Hero@NPC_SILENCEATTACK,attack,178,5,1000,700,5000,no,target,always,0,,,,,,, 7510,Nature Hero@NPC_MENTALBREAKER,chase,159,5,500,800,25000,no,target,always,0,,,,,,, 7510,Nature Hero@WZ_HEAVENDRIVE,attack,91,5,5000,500,25000,no,target,always,0,,,,,,, 7510,Nature Hero@NPC_SILENCEATTACK,chase,178,5,5000,700,25000,no,target,always,0,,,,,,, 7510,Nature Hero@WZ_QUAGMIRE,attack,92,5,5000,700,5000,no,target,always,0,,,,,,, 7510,Nature Hero@AS_GRIMTOOTH,attack,137,4,4000,0,5000,no,target,always,0,,,,,,, 7510,Nature Hero@AS_GRIMTOOTH,chase,137,4,4000,0,5000,no,target,always,0,,,,,,, 7510,Nature Hero@NPC_SUMMONSLAVE,attack,196,4,2000,1000,10000,no,self,slavele,0,1497,,,,,, 7510,Nature Hero@NPC_SUMMONSLAVE,idle,196,4,2000,1000,10000,no,self,slavele,0,1497,,,,,, 7510,Nature Hero@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7510,Nature Hero@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7510,Nature Hero@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7511,Nature Deux@ASC_BREAKER,attack,379,5,500,1000,20000,no,target,myhpltmaxrate,30,,,,,,, 7511,Nature Deux@NPC_PULSESTRIKE,attack,661,5,10000,2500,30000,no,self,myhpltmaxrate,40,,,,,,, 7511,Nature Deux@NPC_EVILLAND,attack,670,4,10000,800,50000,no,target,myhpltmaxrate,70,,,,,,, 7511,Nature Deux@NPC_DARKSTRIKE,attack,340,10,2000,0,1000,no,target,always,0,,,,,,, 7511,Nature Deux@NPC_DARKNESSATTACK,attack,190,3,2000,500,5000,no,target,always,0,,,,,,29, 7511,Nature Deux@AC_SHOWER,attack,47,3,500,500,5000,no,target,always,0,,,,,,, 7511,Nature Deux@WZ_METEOR,attack,83,11,2000,1000,10000,no,target,always,0,,,,,,29, 7511,Nature Deux@NPC_WIDECURSE,attack,677,5,5000,300,20000,no,self,always,0,,,,,,, 7511,Nature Deux@WZ_METEOR,idle,83,11,10000,0,0,no,target,skillused,18,,,,,,9, 7511,Nature Deux@WZ_METEOR,idle,83,11,10000,0,0,no,target,skillused,89,,,,,,9, 7511,Nature Deux@WZ_METEOR,idle,83,11,10000,0,0,no,target,skillused,21,,,,,,9, 7511,Nature Deux@WZ_METEOR,idle,83,11,10000,0,0,no,target,skillused,28,,,,,,9, 7511,Nature Deux@WZ_METEOR,idle,83,11,10000,0,0,no,target,skillused,79,,,,,,9, 7511,Nature Deux@WZ_METEOR,idle,83,11,10000,0,0,no,target,skillused,83,,,,,,9, 7511,Nature Deux@WZ_METEOR,idle,83,11,10000,0,0,no,target,casttargeted,0,,,,,,9, 7511,Nature Deux@AS_GRIMTOOTH,attack,137,5,4000,0,5000,no,target,always,0,,,,,,, 7511,Nature Deux@AS_GRIMTOOTH,chase,137,5,4000,0,5000,no,target,always,0,,,,,,, 7511,Nature Deux@NPC_HELLJUDGEMENT,attack,662,5,5000,800,20000,no,self,myhpltmaxrate,40,,,,,,, 7511,Nature Deux@NPC_SUMMONSLAVE,attack,196,6,2000,1000,10000,no,self,slavele,3,1780,,,,,, 7511,Nature Deux@NPC_SUMMONSLAVE,idle,196,6,2000,1000,10000,no,self,slavele,3,1780,,,,,, 7511,Nature Deux@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7511,Nature Deux@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7511,Nature Deux@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7512,Earth Sbirro@AL_PNEUMA,idle,25,1,10000,0,1000,no,self,longrangeattacked,,,,,,,, 7512,Earth Sbirro@NPC_BLOODDRAIN,attack,199,1,3000,0,0,no,target,always,0,,,,,,, 7512,Earth Sbirro@NPC_WIDEBLEEDING,chase,665,1,10000,500,60000,no,self,always,0,,,,,,, 7512,Earth Sbirro@NPC_WIDEBLEEDING,attack,665,1,10000,500,60000,no,self,always,0,,,,,,, 7512,Earth Sbirro@SM_MAGNUM,attack,7,20,2000,500,5000,no,self,always,0,,,,,,, 7512,Earth Sbirro@NPC_WIDESTONE,chase,666,3,4000,0,5000,no,self,always,0,,,,,,, 7512,Earth Sbirro@NPC_WIDESTONE,attack,666,3,4000,0,5000,no,self,always,0,,,,,,, 7512,Earth Sbirro@NPC_SUMMONSLAVE,attack,196,3,2000,1000,10000,no,self,slavele,0,1782,,,,,, 7512,Earth Sbirro@NPC_SUMMONSLAVE,idle,196,3,2000,1000,10000,no,self,slavele,0,1782,,,,,, 7512,Earth Sbirro@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7512,Earth Sbirro@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7512,Earth Sbirro@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7513,Earth Hero@NPC_DEFENDER,idle,205,1,10000,0,5000,no,self,longrangeattacked,,,,,,,, 7513,Earth Hero@KN_TWOHANDQUICKEN,attack,60,20,2000,0,120000,no,self,myhpltmaxrate,30,,,,,,36, 7513,Earth Hero@NPC_PULSESTRIKE,attack,661,5,2000,0,30000,no,self,always,0,,,,,,32, 7513,Earth Hero@NPC_BLEEDING,attack,660,5,1000,0,5000,no,target,always,0,,,,,,32, 7513,Earth Hero@SM_BASH,attack,5,10,1000,0,5000,no,target,always,0,,,,,,, 7513,Earth Hero@NPC_DARKNESSATTACK,attack,190,3,500,800,5000,no,target,always,0,,,,,,, 7513,Earth Hero@SM_MAGNUM,attack,7,20,10000,0,5000,no,self,attackpcge,2,,,,,,, 7513,Earth Hero@NPC_POWERUP,attack,349,2,2000,0,25000,no,self,myhpltmaxrate,30,,,,,,, 7513,Earth Hero@NPC_POWERUP,attack,349,2,2000,0,50000,no,self,always,0,,,,,,, 7513,Earth Hero@NPC_WIDESTONE,chase,666,4,4000,0,5000,no,self,always,0,,,,,,, 7513,Earth Hero@NPC_WIDESTONE,attack,666,4,4000,0,5000,no,self,always,0,,,,,,, 7513,Earth Hero@NPC_SUMMONSLAVE,attack,196,4,2000,1000,10000,no,self,slavele,0,1615,,,,,, 7513,Earth Hero@NPC_SUMMONSLAVE,idle,196,4,2000,1000,10000,no,self,slavele,0,1615,,,,,, 7513,Earth Hero@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7513,Earth Hero@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7513,Earth Hero@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7514,Earth Deux@NPC_DRAGONFEAR,chase,659,10,10000,0,600000,no,self,myhpltmaxrate,5,,,,,,, 7514,Earth Deux@NPC_DRAGONFEAR,attack,659,10,10000,0,600000,no,self,myhpltmaxrate,5,,,,,,, 7514,Earth Deux@NPC_WIDESTUN,chase,678,5,10000,1300,180000,no,self,myhpltmaxrate,30,,,,,,, 7514,Earth Deux@NPC_WIDESTUN,attack,678,5,10000,1300,180000,no,self,myhpltmaxrate,30,,,,,,, 7514,Earth Deux@NPC_PULSESTRIKE,chase,661,5,10000,800,60000,no,self,myhpltmaxrate,40,,,,,,, 7514,Earth Deux@NPC_PULSESTRIKE,attack,661,5,10000,800,60000,no,self,myhpltmaxrate,40,,,,,,, 7514,Earth Deux@WZ_METEOR,chase,83,5,10000,800,60000,no,target,myhpltmaxrate,40,,,,,,, 7514,Earth Deux@WZ_METEOR,attack,83,5,10000,800,60000,no,target,myhpltmaxrate,40,,,,,,, 7514,Earth Deux@NPC_VAMPIRE_GIFT,chase,679,9,10000,1000,50000,no,self,myhpltmaxrate,50,,,,,,, 7514,Earth Deux@NPC_VAMPIRE_GIFT,attack,679,9,10000,1000,50000,no,self,myhpltmaxrate,50,,,,,,, 7514,Earth Deux@NPC_WIDESOULDRAIN,chase,680,10,10000,1000,50000,no,self,myhpltmaxrate,50,,,,,,, 7514,Earth Deux@NPC_WIDESOULDRAIN,attack,680,10,10000,1000,50000,no,self,myhpltmaxrate,50,,,,,,, 7514,Earth Deux@NPC_EVILLAND,chase,670,10,10000,1000,50000,no,target,myhpltmaxrate,50,,,,,,, 7514,Earth Deux@NPC_EVILLAND,attack,670,10,10000,1000,50000,no,target,myhpltmaxrate,50,,,,,,, 7514,Earth Deux@NPC_WIDESLEEP,chase,668,5,10000,700,35000,no,self,myhpltmaxrate,60,,,,,,, 7514,Earth Deux@NPC_WIDESLEEP,attack,668,5,10000,700,35000,no,self,myhpltmaxrate,60,,,,,,, 7514,Earth Deux@MG_STONECURSE,chase,16,10,10000,1000,20000,no,target,myhpltmaxrate,80,,,,,,, 7514,Earth Deux@MG_STONECURSE,attack,16,10,10000,1000,20000,no,target,myhpltmaxrate,80,,,,,,, 7514,Earth Deux@MG_FIREBOLT,chase,19,10,10000,300,20000,no,target,myhpltmaxrate,80,,,,,,, 7514,Earth Deux@MG_FIREBOLT,attack,19,10,10000,300,20000,no,target,myhpltmaxrate,80,,,,,,, 7514,Earth Deux@MG_FROSTDIVER,chase,15,10,10000,1000,20000,no,target,myhpltmaxrate,80,,,,,,, 7514,Earth Deux@MG_FROSTDIVER,attack,15,10,10000,1000,20000,no,target,myhpltmaxrate,80,,,,,,, 7514,Earth Deux@WZ_JUPITEL,chase,84,28,10000,1000,20000,no,target,myhpltmaxrate,80,,,,,,, 7514,Earth Deux@WZ_JUPITEL,attack,84,28,10000,1000,20000,no,target,myhpltmaxrate,80,,,,,,, 7514,Earth Deux@AL_PNEUMA,idle,25,1,10000,0,1000,no,self,longrangeattacked,,,,,,,, 7514,Earth Deux@NPC_SHIELDBRAKE,attack,346,10,10000,0,15000,no,target,always,0,,,,,,, 7514,Earth Deux@NPC_WIDESTONE,chase,666,5,4000,0,5000,no,self,always,0,,,,,,, 7514,Earth Deux@NPC_WIDESTONE,attack,666,5,4000,0,5000,no,self,always,0,,,,,,, 7514,Earth Deux@NPC_HELLJUDGEMENT,attack,662,5,5000,800,20000,no,self,myhpltmaxrate,40,,,,,,, 7514,Earth Deux@NPC_SUMMONSLAVE,attack,196,6,2000,1000,10000,no,self,slavele,3,1602,,,,,, 7514,Earth Deux@NPC_SUMMONSLAVE,idle,196,6,2000,1000,10000,no,self,slavele,3,1602,,,,,, 7514,Earth Deux@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7514,Earth Deux@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7514,Earth Deux@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7515,Machina Sbirro@KN_BRANDISHSPEAR,attack,57,5,1000,1000,5000,no,target,always,0,,,,,,9, 7515,Machina Sbirro@NPC_DARKTHUNDER,attack,341,4,1000,700,5000,no,target,always,0,,,,,,9, 7515,Machina Sbirro@NPC_CRITICALSLASH,attack,170,1,1000,0,5000,no,target,always,0,,,,,,, 7515,Machina Sbirro@CR_AUTOGUARD,chase,249,5,2000,0,300000,no,self,longrangeattacked,,,,,,,, 7515,Machina Sbirro@CR_AUTOGUARD,attack,249,5,500,0,300000,no,self,always,0,,,,,,, 7515,Machina Sbirro@WZ_JUPITEL,attack,84,6,4000,500,5000,no,target,always,0,,,,,,6, 7515,Machina Sbirro@WZ_JUPITEL,chase,84,6,4000,500,5000,no,target,always,0,,,,,,6, 7515,Machina Sbirro@NPC_SUMMONSLAVE,attack,196,3,2000,1000,10000,no,self,slavele,0,1745,,,,,, 7515,Machina Sbirro@NPC_SUMMONSLAVE,idle,196,3,2000,1000,10000,no,self,slavele,0,1745,,,,,, 7515,Machina Sbirro@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7515,Machina Sbirro@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7515,Machina Sbirro@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7516,Machina Hero@NPC_AGIUP,chase,350,5,2000,0,60000,no,self,always,0,,,,,,6, 7516,Machina Hero@NPC_POWERUP,attack,349,5,2000,0,60000,no,self,always,0,,,,,,6, 7516,Machina Hero@NPC_WEAPONBRAKER,attack,343,10,1000,0,60000,no,target,always,0,,,,,,6, 7516,Machina Hero@BS_HAMMERFALL,chase,110,11,2000,0,5000,no,target,always,0,,,,,,, 7516,Machina Hero@NPC_CRITICALSLASH,attack,170,1,2000,500,5000,no,target,always,0,,,,,,, 7516,Machina Hero@AS_SONICBLOW,attack,136,10,1000,0,10000,no,target,always,0,,,,,,2, 7516,Machina Hero@WZ_JUPITEL,attack,84,8,4000,500,5000,no,target,always,0,,,,,,6, 7516,Machina Hero@WZ_JUPITEL,chase,84,8,4000,500,5000,no,target,always,0,,,,,,6, 7516,Machina Hero@NPC_SUMMONSLAVE,attack,196,4,2000,1000,10000,no,self,slavele,0,1270,,,,,, 7516,Machina Hero@NPC_SUMMONSLAVE,idle,196,4,2000,1000,10000,no,self,slavele,0,1270,,,,,, 7516,Machina Hero@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7516,Machina Hero@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7516,Machina Hero@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7517,Machina Deux@NPC_POWERUP,attack,349,5,5000,0,30000,no,self,always,0,,,,,,, 7517,Machina Deux@NPC_CRITICALSLASH,attack,170,1,5000,0,3000,no,target,always,0,,,,,,, 7517,Machina Deux@WZ_METEOR,attack,83,11,500,10000,20000,no,target,always,0,,,,,,, 7517,Machina Deux@NPC_EMOTION,idle,197,1,1000,0,0,no,self,always,0,9,,,,,, 7517,Machina Deux@WZ_JUPITEL,attack,84,10,4000,500,5000,no,target,always,0,,,,,,6, 7517,Machina Deux@WZ_JUPITEL,chase,84,10,4000,500,5000,no,target,always,0,,,,,,6, 7517,Machina Deux@NPC_HELLJUDGEMENT,attack,662,5,5000,800,20000,no,self,myhpltmaxrate,40,,,,,,, 7517,Machina Deux@NPC_SUMMONSLAVE,attack,196,6,2000,1000,10000,no,self,slavele,3,1673,,,,,, 7517,Machina Deux@NPC_SUMMONSLAVE,idle,196,6,2000,1000,10000,no,self,slavele,3,1673,,,,,, 7517,Machina Deux@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7517,Machina Deux@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7517,Machina Deux@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7518,Insect Sbirro@NPC_PETRIFYATTACK,attack,180,2,1000,500,5000,no,target,always,0,,,,,,3, 7518,Insect Sbirro@NPC_DARKBREATH,attack,202,3,500,500,5000,no,target,always,0,,,,,,29, 7518,Insect Sbirro@NPC_BLOODDRAIN,attack,199,1,500,0,5000,no,target,always,0,,,,,,14, 7518,Insect Sbirro@NPC_POISONATTACK,attack,188,3,1000,0,5000,no,target,always,0,,,,,,, 7518,Insect Sbirro@NPC_ACIDBREATH,attack,657,4,1000,0,5000,no,target,always,0,,,,,,, 7518,Insect Sbirro@NPC_ACIDBREATH,chase,657,4,1000,0,5000,no,target,always,0,,,,,,, 7518,Insect Sbirro@NPC_SUMMONSLAVE,attack,196,3,2000,1000,10000,no,self,slavele,0,1100,,,,,, 7518,Insect Sbirro@NPC_SUMMONSLAVE,idle,196,3,2000,1000,10000,no,self,slavele,0,1100,,,,,, 7518,Insect Sbirro@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7518,Insect Sbirro@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7518,Insect Sbirro@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7519,Insect Hero@HP_ASSUMPTIO,idle,361,5,10000,0,100000,no,self,always,0,,,,,,36, 7519,Insect Hero@HP_ASSUMPTIO,attack,361,5,10000,0,100000,no,self,always,0,,,,,,36, 7519,Insect Hero@CR_REFLECTSHIELD,attack,252,10,10000,0,300000,no,self,always,0,,,,,,6, 7519,Insect Hero@CR_REFLECTSHIELD,chase,252,10,10000,0,300000,no,self,always,0,,,,,,6, 7519,Insect Hero@MC_MAMMONITE,attack,42,20,2000,0,5000,no,target,always,0,,,,,,8, 7519,Insect Hero@SM_MAGNUM,attack,7,20,2000,0,5000,no,self,always,0,,,,,,, 7519,Insect Hero@MG_FIREBALL,chase,17,20,2000,0,5000,no,target,skillused,18,,,,,,, 7519,Insect Hero@NPC_GUIDEDATTACK,attack,172,5,500,0,20000,no,target,always,0,,,,,,, 7519,Insect Hero@TF_HIDING,attack,51,1,1000,0,5000,no,self,myhpltmaxrate,20,,,,,,19, 7519,Insect Hero@NPC_ACIDBREATH,attack,657,7,1000,0,5000,no,target,always,0,,,,,,, 7519,Insect Hero@NPC_ACIDBREATH,chase,657,7,1000,0,5000,no,target,always,0,,,,,,, 7519,Insect Hero@NPC_SUMMONSLAVE,attack,196,4,2000,1000,10000,no,self,slavele,0,1625,,,,,, 7519,Insect Hero@NPC_SUMMONSLAVE,idle,196,4,2000,1000,10000,no,self,slavele,0,1625,,,,,, 7519,Insect Hero@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7519,Insect Hero@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7519,Insect Hero@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7520,Insect Deux@NPC_WIDESILENCE,chase,663,5,10000,1000,20000,no,self,myhpltmaxrate,80,,,,,,32, 7520,Insect Deux@NPC_WIDESILENCE,attack,663,5,10000,1000,20000,no,self,myhpltmaxrate,80,,,,,,32, 7520,Insect Deux@KN_BRANDISHSPEAR,attack,57,20,2000,500,5000,no,target,always,0,,,,,,, 7520,Insect Deux@NPC_POWERUP,attack,349,5,10000,0,120000,no,self,myhpltmaxrate,30,,,,,,6, 7520,Insect Deux@NPC_ARMORBRAKE,attack,344,10,2000,0,5000,no,target,always,0,,,,,,6, 7520,Insect Deux@NPC_GUIDEDATTACK,attack,172,5,500,0,20000,no,target,always,0,,,,,,18, 7520,Insect Deux@CR_AUTOGUARD,attack,249,10,500,0,5000,no,self,always,0,,,,,,, 7520,Insect Deux@WZ_HEAVENDRIVE,attack,91,5,2000,0,5000,no,target,always,0,,,,,,, 7520,Insect Deux@WZ_HEAVENDRIVE,chase,91,5,2000,0,5000,no,target,always,0,,,,,,, 7520,Insect Deux@WZ_HEAVENDRIVE,chase,91,5,10000,0,5000,no,target,skillused,18,,,,,,, 7520,Insect Deux@NPC_ACIDBREATH,attack,657,10,1000,0,5000,no,target,always,0,,,,,,, 7520,Insect Deux@NPC_ACIDBREATH,chase,657,10,1000,0,5000,no,target,always,0,,,,,,, 7520,Insect Deux@NPC_HELLJUDGEMENT,attack,662,5,5000,800,20000,no,self,myhpltmaxrate,40,,,,,,, 7520,Insect Deux@NPC_SUMMONSLAVE,attack,196,6,2000,1000,10000,no,self,slavele,3,1194,,,,,, 7520,Insect Deux@NPC_SUMMONSLAVE,idle,196,6,2000,1000,10000,no,self,slavele,3,1194,,,,,, 7520,Insect Deux@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7520,Insect Deux@NPC_CALLSLAVE,idle,352,1,10000,0,30000,no,self,always,0,,,,,,, 7520,Insect Deux@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7521,Venom Sbirro@NPC_POISON,attack,176,3,500,800,5000,no,target,always,0,,,,,,, 7521,Venom Sbirro@NPC_POISONATTACK,attack,188,2,500,500,5000,no,target,always,0,,,,,,, 7521,Venom Sbirro@NPC_COMBOATTACK,attack,171,1,3000,0,5000,no,target,always,0,,,,,,, 7521,Venom Sbirro@WZ_QUAGMIRE,chase,92,5,500,700,5000,no,target,always,0,,,,,,12, 7521,Venom Sbirro@HW_GANBANTEIN,attack,483,1,3000,0,7000,no,target,always,0,,,,,,, 7521,Venom Sbirro@NPC_EMOTION,chase,197,1,200,0,5000,no,self,always,0,19,0x81,,,,, 7521,Venom Sbirro@NPC_EMOTION,idle,197,1,2000,0,5000,no,self,always,0,7,0x3195,,,,, 7521,Venom Sbirro@AS_VENOMDUST,chase,140,4,4000,0,5000,no,target,always,0,,,,,,29, 7521,Venom Sbirro@AS_VENOMDUST,attack,140,4,4000,0,5000,no,target,always,0,,,,,,29, 7521,Venom Sbirro@NPC_SUMMONSLAVE,attack,196,3,2000,1000,10000,no,self,slavele,0,1037,,,,,, 7521,Venom Sbirro@NPC_SUMMONSLAVE,idle,196,3,2000,1000,10000,no,self,slavele,0,1037,,,,,, 7521,Venom Sbirro@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7521,Venom Sbirro@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7521,Venom Sbirro@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7522,Venom Hero@NPC_WIDECURSE,attack,677,5,2000,800,5000,no,self,always,0,,,,,,, 7522,Venom Hero@NPC_CRITICALWOUND,attack,673,2,500,0,5000,no,target,always,0,,,,,,, 7522,Venom Hero@NPC_DARKSTRIKE,chase,340,10,2000,0,5000,no,target,always,0,,,,,,, 7522,Venom Hero@NPC_DARKSTRIKE,attack,340,10,2000,0,5000,no,target,always,0,,,,,,, 7522,Venom Hero@NPC_DARKCROSS,attack,338,10,1000,0,5000,no,target,always,0,,,,,,, 7522,Venom Hero@CR_HOLYCROSS,attack,253,10,1000,0,5000,no,target,always,0,,,,,,, 7522,Venom Hero@NPC_GRANDDARKNESS,chase,339,10,500,1300,5000,no,self,always,0,,,,,,, 7522,Venom Hero@NPC_GRANDDARKNESS,attack,339,10,500,1300,5000,no,self,always,0,,,,,,, 7522,Venom Hero@CR_GRANDCROSS,chase,254,10,500,1000,5000,no,self,always,0,,,,,,, 7522,Venom Hero@CR_GRANDCROSS,attack,254,10,500,1000,5000,no,self,always,0,,,,,,, 7522,Venom Hero@NPC_VAMPIRE_GIFT,attack,679,2,500,0,5000,no,self,always,0,,,,,,, 7522,Venom Hero@NPC_SLOWCAST,chase,672,5,2000,300,30000,no,self,always,0,,,,,,36, 7522,Venom Hero@NPC_SLOWCAST,attack,672,5,2000,800,30000,no,self,always,0,,,,,,36, 7522,Venom Hero@NPC_EVILLAND,attack,670,10,10000,1000,600000,no,target,myhpltmaxrate,44,,,,,,, 7522,Venom Hero@NPC_EVILLAND,attack,670,7,500,500,5000,no,target,myhpltmaxrate,80,,,,,,, 7522,Venom Hero@NPC_MAGICMIRROR,attack,671,1,10000,0,60000,no,self,always,0,,,,,,, 7522,Venom Hero@NPC_WIDESILENCE,chase,663,5,5000,0,30000,no,self,always,0,,,,,,, 7522,Venom Hero@NPC_WIDESILENCE,attack,663,5,5000,0,30000,no,self,always,0,,,,,,, 7522,Venom Hero@MG_SAFETYWALL,attack,12,10,1000,0,5000,no,self,always,0,,,,,,, 7522,Venom Hero@AL_PNEUMA,attack,25,1,5000,0,10000,no,self,longrangeattacked,,,,,,,19, 7522,Venom Hero@AL_PNEUMA,chase,25,1,5000,0,10000,no,self,longrangeattacked,,,,,,,19, 7522,Venom Hero@PR_LEXAETERNA,attack,78,1,500,0,5000,no,target,always,0,,,,,,29, 7522,Venom Hero@PR_LEXAETERNA,chase,78,1,500,0,5000,no,target,always,0,,,,,,29, 7522,Venom Hero@NPC_CRITICALSLASH,attack,170,1,1000,0,5000,no,target,always,0,,,,,,, 7522,Venom Hero@NPC_DARKNESSATTACK,attack,190,10,1000,0,5000,no,target,always,0,,,,,,, 7522,Venom Hero@NPC_DARKNESSBREATH,attack,658,3,2000,0,5000,no,target,always,0,,,,,,, 7522,Venom Hero@AS_VENOMDUST,chase,140,7,4000,0,5000,no,target,always,0,,,,,,29, 7522,Venom Hero@AS_VENOMDUST,attack,140,7,4000,0,5000,no,target,always,0,,,,,,29, 7522,Venom Hero@NPC_SUMMONSLAVE,attack,196,4,2000,1000,10000,no,self,slavele,0,1209,,,,,, 7522,Venom Hero@NPC_SUMMONSLAVE,idle,196,4,2000,1000,10000,no,self,slavele,0,1209,,,,,, 7522,Venom Hero@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7522,Venom Hero@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7522,Venom Hero@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7523,Venom Deux@NPC_RUN,attack,354,1,10000,0,0,no,self,myhpltmaxrate,1,,,,,,26, 7523,Venom Deux@NPC_RUN,chase,354,1,10000,0,0,no,self,myhpltmaxrate,1,,,,,,26, 7523,Venom Deux@NPC_STONESKIN,chase,675,4,10000,1000,30000,no,self,myhpltmaxrate,3,,,,,,, 7523,Venom Deux@NPC_STONESKIN,attack,675,4,10000,1000,30000,no,self,myhpltmaxrate,3,,,,,,, 7523,Venom Deux@NPC_EVILLAND,attack,670,10,10000,0,15000,no,self,myhpltmaxrate,50,,,,,,, 7523,Venom Deux@NPC_CRITICALWOUND,attack,673,3,2000,0,30000,no,target,always,0,,,,,,, 7523,Venom Deux@NPC_SHIELDBRAKE,attack,346,10,2000,0,30000,no,target,always,0,,,,,,, 7523,Venom Deux@NPC_SLOWCAST,attack,672,5,10000,0,30000,no,self,always,0,,,,,,, 7523,Venom Deux@NPC_MAGICMIRROR,attack,671,1,10000,0,30000,no,self,always,0,,,,,,, 7523,Venom Deux@NPC_EXPULSION,attack,674,1,50,1000,30000,no,target,always,0,,,,,,, 7523,Venom Deux@NPC_WIDESTONE,attack,666,5,10000,500,15000,no,self,myhpltmaxrate,80,,,,,,, 7523,Venom Deux@NPC_WIDESTONE,chase,666,5,10000,500,15000,no,self,myhpltmaxrate,80,,,,,,, 7523,Venom Deux@LK_SPIRALPIERCE,attack,397,1,2000,500,5000,no,target,always,0,,,,,,, 7523,Venom Deux@NPC_PULSESTRIKE,attack,661,5,10000,500,5000,no,self,always,0,,,,,,7, 7523,Venom Deux@NPC_ACIDBREATH,attack,657,1,2000,1000,5000,no,target,always,0,,,,,,, 7523,Venom Deux@NPC_ACIDBREATH,chase,657,1,2000,1000,5000,no,target,always,0,,,,,,, 7523,Venom Deux@NPC_VAMPIRE_GIFT,attack,679,1,1000,500,5000,no,self,myhpltmaxrate,50,,,,,,47, 7523,Venom Deux@NPC_WIDESOULDRAIN,attack,680,7,1000,500,5000,no,self,myhpltmaxrate,50,,,,,,42, 7523,Venom Deux@AS_VENOMDUST,chase,140,10,4000,0,5000,no,target,always,0,,,,,,29, 7523,Venom Deux@AS_VENOMDUST,attack,140,10,4000,0,5000,no,target,always,0,,,,,,29, 7523,Venom Deux@NPC_HELLJUDGEMENT,attack,662,5,5000,800,20000,no,self,myhpltmaxrate,40,,,,,,, 7523,Venom Deux@NPC_SUMMONSLAVE,attack,196,6,2000,1000,10000,no,self,slavele,3,1207,,,,,, 7523,Venom Deux@NPC_SUMMONSLAVE,idle,196,6,2000,1000,10000,no,self,slavele,3,1207,,,,,, 7523,Venom Deux@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7523,Venom Deux@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7523,Venom Deux@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7524,Dragon Sbirro@MG_FIREBALL,chase,17,20,500,0,5000,no,target,always,0,,,,,,, 7524,Dragon Sbirro@NPC_FIREATTACK,attack,186,5,500,500,5000,no,target,always,0,,,,,,6, 7524,Dragon Sbirro@SM_MAGNUM,attack,7,20,500,500,5000,no,self,always,0,,,,,,, 7524,Dragon Sbirro@NPC_DRAGONFEAR,attack,659,3,4000,0,5000,no,self,always,0,,,,,,6, 7524,Dragon Sbirro@NPC_DRAGONFEAR,chase,659,3,4000,0,5000,no,self,always,0,,,,,,6, 7524,Dragon Sbirro@NPC_SUMMONSLAVE,attack,196,3,2000,1000,10000,no,self,slavele,0,1715,,,,,, 7524,Dragon Sbirro@NPC_SUMMONSLAVE,idle,196,3,2000,1000,10000,no,self,slavele,0,1715,,,,,, 7524,Dragon Sbirro@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7524,Dragon Sbirro@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7524,Dragon Sbirro@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7525,Dragon Hero@NPC_RANDOMATTACK,attack,183,5,500,500,5000,no,target,always,0,,,,,,6, 7525,Dragon Hero@NPC_CRITICALSLASH,attack,170,1,500,500,5000,no,target,always,0,,,,,,, 7525,Dragon Hero@NPC_COMBOATTACK,attack,171,2,500,700,5000,no,target,always,0,,,,,,, 7525,Dragon Hero@AS_SONICBLOW,attack,136,10,2000,800,5000,no,target,always,0,,,,,,, 7525,Dragon Hero@NPC_DARKBREATH,attack,202,4,500,800,5000,no,target,always,0,,,,,,32, 7525,Dragon Hero@NPC_POWERUP,attack,349,3,10000,0,30000,no,self,myhpltmaxrate,30,,,,,,36, 7525,Dragon Hero@WZ_METEOR,attack,83,11,2000,1000,30000,no,target,always,0,,,,,,, 7525,Dragon Hero@NPC_DRAGONFEAR,attack,659,4,4000,0,5000,no,self,always,0,,,,,,6, 7525,Dragon Hero@NPC_DRAGONFEAR,chase,659,4,4000,0,5000,no,self,always,0,,,,,,6, 7525,Dragon Hero@NPC_SUMMONSLAVE,attack,196,4,2000,1000,10000,no,self,slavele,0,1206,,,,,, 7525,Dragon Hero@NPC_SUMMONSLAVE,idle,196,4,2000,1000,10000,no,self,slavele,0,1206,,,,,, 7525,Dragon Hero@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7525,Dragon Hero@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7525,Dragon Hero@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7526,Dragon Deux@NPC_EVILLAND,attack,670,10,10000,1000,50000,no,target,myhpltmaxrate,50,,,,,,, 7526,Dragon Deux@WZ_QUAGMIRE,attack,92,5,2000,0,10000,no,target,always,0,,,,,,, 7526,Dragon Deux@SA_DISPELL,chase,289,5,100,0,30000,no,target,always,0,,,,,,, 7526,Dragon Deux@SA_DISPELL,attack,289,5,100,0,30000,no,target,always,0,,,,,,, 7526,Dragon Deux@WZ_METEOR,attack,83,11,1000,500,30000,no,target,always,0,,,,,,, 7526,Dragon Deux@NPC_WIDECURSE,attack,677,10,2000,500,30000,no,self,always,0,,,,,,, 7526,Dragon Deux@NPC_WIDESLEEP,attack,668,10,1000,500,20000,no,self,always,0,,,,,,, 7526,Dragon Deux@NPC_FIREATTACK,attack,186,10,2000,0,20000,no,target,always,,,,,,,, 7526,Dragon Deux@NPC_HOLYATTACK,attack,189,10,1000,0,20000,no,target,always,0,,,,,,, 7526,Dragon Deux@NPC_CRITICALSLASH,attack,170,1,500,0,10000,no,target,always,0,,,,,,, 7526,Dragon Deux@NPC_MAGICMIRROR,attack,671,5,2000,0,30000,no,self,always,,,,,,,9, 7526,Dragon Deux@NPC_STONESKIN,attack,675,2,500,700,60000,no,self,always,,,,,,,, 7526,Dragon Deux@NPC_POWERUP,attack,349,5,10000,0,30000,no,self,myhpltmaxrate,30,,,,,,6, 7526,Dragon Deux@NPC_INVISIBLE,attack,353,1,500,0,5000,no,self,always,0,,,,,,, 7526,Dragon Deux@NPC_DARKNESSBREATH,attack,658,10,500,500,20000,no,target,always,0,,,,,,, 7526,Dragon Deux@NPC_SLOWCAST,chase,672,5,2000,300,30000,no,self,always,0,,,,,,36, 7526,Dragon Deux@NPC_SLOWCAST,attack,672,5,2000,300,30000,no,self,always,0,,,,,,36, 7526,Dragon Deux@NPC_PULSESTRIKE,attack,661,5,1000,500,10000,no,self,always,,,,,,,, 7526,Dragon Deux@NPC_FIREBREATH,attack,654,10,2000,500,5000,no,target,myhpltmaxrate,80,,,,,,, 7526,Dragon Deux@NPC_WIDESLEEP,attack,668,5,2000,500,5000,no,self,always,0,,,,,,2, 7526,Dragon Deux@MG_FIREBALL,chase,17,20,2000,0,10000,no,target,always,0,,,,,,, 7526,Dragon Deux@NPC_CRITICALWOUND,attack,673,4,1000,0,5000,no,target,always,0,,,,,,, 7526,Dragon Deux@NPC_DRAGONFEAR,attack,659,5,4000,0,5000,no,self,always,0,,,,,,6, 7526,Dragon Deux@NPC_DRAGONFEAR,chase,659,5,4000,0,5000,no,self,always,0,,,,,,6, 7526,Dragon Deux@NPC_HELLJUDGEMENT,attack,662,5,5000,800,20000,no,self,myhpltmaxrate,40,,,,,,, 7526,Dragon Deux@NPC_SUMMONSLAVE,attack,196,6,2000,1000,10000,no,self,slavele,3,1716,,,,,, 7526,Dragon Deux@NPC_SUMMONSLAVE,idle,196,6,2000,1000,10000,no,self,slavele,3,1716,,,,,, 7526,Dragon Deux@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7526,Dragon Deux@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7526,Dragon Deux@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7527,Ghost Sbirro@NPC_DARKNESSATTACK,attack,190,5,500,500,5000,no,target,always,0,,,,,,36, 7527,Ghost Sbirro@NPC_PIERCINGATT,attack,158,3,500,0,5000,no,target,always,0,,,,,,36, 7527,Ghost Sbirro@NPC_STOP,attack,342,1,500,500,5000,no,target,always,0,,,,,,, 7527,Ghost Sbirro@NPC_CHANGEDARKNESS,attack,168,1,1000,0,5000,no,self,always,0,,,,,,, 7527,Ghost Sbirro@NPC_POWERUP,attack,349,5,2000,0,50000,no,self,always,0,,,,,,, 7527,Ghost Sbirro@NPC_POWERUP,attack,349,5,2000,0,10000,no,self,myhpltmaxrate,40,,,,,,6, 7527,Ghost Sbirro@NPC_TELEKINESISATTACK,attack,191,3,1000,0,5000,no,target,always,0,,,,,,21, 7527,Ghost Sbirro@MG_SOULSTRIKE,attack,13,15,4000,0,5000,no,target,always,0,,,,,,, 7527,Ghost Sbirro@MG_SOULSTRIKE,chase,13,15,4000,0,5000,no,target,always,0,,,,,,, 7527,Ghost Sbirro@NPC_SUMMONSLAVE,attack,196,3,2000,1000,10000,no,self,slavele,0,1179,,,,,, 7527,Ghost Sbirro@NPC_SUMMONSLAVE,idle,196,3,2000,1000,10000,no,self,slavele,0,1179,,,,,, 7527,Ghost Sbirro@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7527,Ghost Sbirro@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7527,Ghost Sbirro@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7528,Ghost Hero@AL_PNEUMA,idle,25,1,10000,0,1000,no,self,longrangeattacked,,,,,,,, 7528,Ghost Hero@HP_ASSUMPTIO,idle,361,5,5000,1000,5000,no,friend,friendhpltmaxrate,90,,,,,,, 7528,Ghost Hero@HP_ASSUMPTIO,chase,361,5,5000,1000,10000,no,friend,friendhpltmaxrate,90,,,,,,, 7528,Ghost Hero@HP_ASSUMPTIO,attack,361,5,5000,1000,10000,no,friend,friendhpltmaxrate,90,,,,,,, 7528,Ghost Hero@MG_SOULSTRIKE,attack,13,20,4000,0,5000,no,target,always,0,,,,,,, 7528,Ghost Hero@MG_SOULSTRIKE,chase,13,20,4000,0,5000,no,target,always,0,,,,,,, 7528,Ghost Hero@NPC_SUMMONSLAVE,attack,196,4,2000,1000,10000,no,self,slavele,0,1510,,,,,, 7528,Ghost Hero@NPC_SUMMONSLAVE,idle,196,4,2000,1000,10000,no,self,slavele,0,1510,,,,,, 7528,Ghost Hero@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7528,Ghost Hero@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7528,Ghost Hero@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7529,Ghost Deux@NPC_FIREATTACK,attack,186,10,1000,0,5000,no,target,always,0,,,,,,, 7529,Ghost Deux@NPC_TELEKINESISATTACK,attack,191,10,1000,0,5000,no,target,always,0,,,,,,, 7529,Ghost Deux@WZ_FIREPILLAR,idle,80,11,1000,0,5000,no,around2,always,0,,,,,,, 7529,Ghost Deux@AM_DEMONSTRATION,attack,229,5,2000,0,5000,no,target,always,0,,,,,,, 7529,Ghost Deux@AM_DEMONSTRATION,chase,229,5,2000,0,5000,no,target,always,0,,,,,,, 7529,Ghost Deux@KN_PIERCE,attack,56,10,1000,0,5000,no,target,always,0,,,,,,, 7529,Ghost Deux@NPC_POWERUP,attack,349,5,10000,700,25000,no,self,myhpltmaxrate,30,,,,,,, 7529,Ghost Deux@NPC_POWERUP,attack,349,5,2000,700,50000,no,self,always,0,,,,,,, 7529,Ghost Deux@NPC_FIREBREATH,chase,654,10,2000,500,10000,no,target,myhpltmaxrate,80,,,,,,, 7529,Ghost Deux@SM_MAGNUM,attack,7,20,10000,0,5000,no,self,attackpcge,2,,,,,,, 7529,Ghost Deux@WZ_SIGHTRASHER,attack,81,20,2000,0,5000,no,self,always,0,,,,,,, 7529,Ghost Deux@MG_FIREBALL,attack,17,20,1000,500,20000,no,target,always,0,,,,,,, 7529,Ghost Deux@MG_FIREBALL,chase,17,20,10000,500,20000,no,target,always,0,,,,,,, 7529,Ghost Deux@MG_SOULSTRIKE,attack,13,25,4000,0,5000,no,target,always,0,,,,,,, 7529,Ghost Deux@MG_SOULSTRIKE,chase,13,25,4000,0,5000,no,target,always,0,,,,,,, 7529,Ghost Deux@NPC_HELLJUDGEMENT,attack,662,5,5000,800,20000,no,self,myhpltmaxrate,40,,,,,,, 7529,Ghost Deux@NPC_SUMMONSLAVE,attack,196,6,2000,1000,10000,no,self,slavele,3,1375,,,,,, 7529,Ghost Deux@NPC_SUMMONSLAVE,idle,196,6,2000,1000,10000,no,self,slavele,3,1375,,,,,, 7529,Ghost Deux@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7529,Ghost Deux@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7529,Ghost Deux@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7530,Wind Sbirro@CR_REFLECTSHIELD,idle,252,5,10000,0,300000,no,self,always,0,,,,,,6, 7530,Wind Sbirro@CR_REFLECTSHIELD,chase,252,5,10000,0,300000,no,self,always,0,,,,,,6, 7530,Wind Sbirro@CR_REFLECTSHIELD,attack,252,5,10000,0,300000,no,self,always,0,,,,,,6, 7530,Wind Sbirro@SM_PROVOKE,chase,6,3,500,600,5000,no,target,myhpltmaxrate,80,,,,,,, 7530,Wind Sbirro@SM_PROVOKE,attack,6,3,500,600,5000,no,target,myhpltmaxrate,80,,,,,,, 7530,Wind Sbirro@NPC_CRITICALWOUND,chase,673,2,2000,500,60000,no,target,always,0,,,,,,, 7530,Wind Sbirro@NPC_CRITICALWOUND,attack,673,2,2000,700,60000,no,target,always,0,,,,,,, 7530,Wind Sbirro@NPC_CRITICALSLASH,chase,170,1,500,300,30000,no,target,always,0,,,,,,36, 7530,Wind Sbirro@NPC_CRITICALSLASH,attack,170,1,500,800,30000,no,target,always,0,,,,,,36, 7530,Wind Sbirro@NPC_COMBOATTACK,attack,171,3,3000,0,5000,no,target,always,0,,,,,,, 7530,Wind Sbirro@NPC_PULSESTRIKE,attack,661,3,1000,0,30000,no,self,always,0,,,,,,32, 7530,Wind Sbirro@MG_THUNDERSTORM,attack,21,15,4000,500,5000,no,target,always,0,,,,,,, 7530,Wind Sbirro@MG_THUNDERSTORM,chase,21,15,4000,500,5000,no,target,always,0,,,,,,, 7530,Wind Sbirro@NPC_SUMMONSLAVE,attack,196,3,2000,1000,10000,no,self,slavele,0,1156,,,,,, 7530,Wind Sbirro@NPC_SUMMONSLAVE,idle,196,3,2000,1000,10000,no,self,slavele,0,1156,,,,,, 7530,Wind Sbirro@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7530,Wind Sbirro@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7530,Wind Sbirro@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7531,Wind Hero@AL_PNEUMA,idle,25,1,10000,0,1000,no,self,longrangeattacked,,,,,,,, 7531,Wind Hero@NPC_SLOWCAST,attack,672,5,10000,0,30000,no,self,always,0,,,,,,, 7531,Wind Hero@NPC_PULSESTRIKE,chase,661,5,2000,0,30000,no,self,always,0,,,,,,, 7531,Wind Hero@NPC_PULSESTRIKE,attack,661,5,2000,0,30000,no,self,always,0,,,,,,, 7531,Wind Hero@NPC_MAGICMIRROR,chase,671,1,10000,0,30000,no,self,always,0,,,,,,, 7531,Wind Hero@NPC_GRANDDARKNESS,attack,339,5,10000,2000,30000,no,self,myhpltmaxrate,80,,,,,,6, 7531,Wind Hero@SA_DISPELL,chase,289,5,100,0,30000,no,target,always,0,,,,,,, 7531,Wind Hero@SA_DISPELL,attack,289,5,100,0,30000,no,target,always,0,,,,,,, 7531,Wind Hero@NPC_WIDECURSE,chase,677,5,5000,800,5000,no,self,always,0,,,,,,, 7531,Wind Hero@NPC_WIDECURSE,attack,677,5,5000,800,5000,no,self,always,0,,,,,,, 7531,Wind Hero@MG_THUNDERSTORM,attack,21,20,4000,500,5000,no,target,always,0,,,,,,, 7531,Wind Hero@MG_THUNDERSTORM,chase,21,20,4000,500,5000,no,target,always,0,,,,,,, 7531,Wind Hero@NPC_SUMMONSLAVE,attack,196,4,2000,1000,10000,no,self,slavele,0,1692,,,,,, 7531,Wind Hero@NPC_SUMMONSLAVE,idle,196,4,2000,1000,10000,no,self,slavele,0,1692,,,,,, 7531,Wind Hero@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7531,Wind Hero@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7531,Wind Hero@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7532,Wind Deux@WZ_METEOR,idle,83,11,10000,300,0,no,target,rudeattacked,,,,,,,, 7532,Wind Deux@NPC_AGIUP,attack,350,5,10000,0,100000,no,self,myhpltmaxrate,50,,,,,,, 7532,Wind Deux@NPC_AGIUP,chase,350,5,10000,0,100000,no,self,myhpltmaxrate,50,,,,,,, 7532,Wind Deux@NPC_PULSESTRIKE,attack,661,5,2000,0,30000,no,self,always,0,,,,,,32, 7532,Wind Deux@KN_TWOHANDQUICKEN,chase,60,20,10000,0,90000,no,self,myhpltmaxrate,30,,,,,,, 7532,Wind Deux@KN_TWOHANDQUICKEN,attack,60,20,10000,0,90000,no,self,myhpltmaxrate,30,,,,,,, 7532,Wind Deux@AS_SONICBLOW,attack,136,10,2000,0,5000,no,target,always,0,,,,,,, 7532,Wind Deux@SA_DISPELL,attack,289,5,10000,0,30000,no,target,always,0,,,,,,, 7532,Wind Deux@SA_DISPELL,chase,289,5,10000,0,30000,no,target,always,0,,,,,,, 7532,Wind Deux@LK_SPIRALPIERCE,attack,397,1,2000,1000,10000,no,target,always,0,,,,,,, 7532,Wind Deux@NPC_HOLYATTACK,attack,189,10,2000,500,5000,no,target,always,0,,,,,,, 7532,Wind Deux@CR_HOLYCROSS,attack,253,10,2000,0,5000,no,target,always,0,,,,,,, 7532,Wind Deux@KN_BRANDISHSPEAR,attack,57,10,2000,0,5000,no,target,always,0,,,,,,, 7532,Wind Deux@WZ_VERMILION,attack,85,20,1000,1000,5000,no,target,always,0,,,,,,, 7532,Wind Deux@WZ_VERMILION,chase,85,20,2000,1000,5000,no,target,always,0,,,,,,, 7532,Wind Deux@MG_THUNDERSTORM,attack,21,25,4000,500,5000,no,target,always,0,,,,,,, 7532,Wind Deux@MG_THUNDERSTORM,chase,21,25,4000,500,5000,no,target,always,0,,,,,,, 7532,Wind Deux@NPC_HELLJUDGEMENT,attack,662,5,5000,800,20000,no,self,myhpltmaxrate,40,,,,,,, 7532,Wind Deux@NPC_SUMMONSLAVE,attack,196,6,2000,1000,10000,no,self,slavele,3,1774,,,,,, 7532,Wind Deux@NPC_SUMMONSLAVE,idle,196,6,2000,1000,10000,no,self,slavele,3,1774,,,,,, 7532,Wind Deux@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7532,Wind Deux@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7532,Wind Deux@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7533,Undead Sbirro@NPC_STONESKIN,idle,675,3,10000,0,30000,no,self,always,0,,,,,,6, 7533,Undead Sbirro@NPC_STONESKIN,chase,675,3,10000,0,30000,no,self,always,0,,,,,,6, 7533,Undead Sbirro@NPC_STONESKIN,attack,675,3,10000,0,30000,no,self,always,0,,,,,,6, 7533,Undead Sbirro@CR_REFLECTSHIELD,idle,252,10,10000,0,300000,no,self,always,0,,,,,,6, 7533,Undead Sbirro@CR_REFLECTSHIELD,chase,252,10,10000,0,300000,no,self,always,0,,,,,,6, 7533,Undead Sbirro@CR_REFLECTSHIELD,attack,252,10,10000,0,300000,no,self,always,0,,,,,,6, 7533,Undead Sbirro@MG_FIREBALL,chase,17,5,2000,300,5000,no,target,always,0,,,,,,, 7533,Undead Sbirro@MG_THUNDERSTORM,attack,21,5,3000,1000,10000,no,target,always,0,,,,,,, 7533,Undead Sbirro@MG_THUNDERSTORM,chase,21,5,3000,1000,10000,no,target,always,0,,,,,,, 7533,Undead Sbirro@WZ_QUAGMIRE,attack,92,5,500,500,5000,no,target,always,0,,,,,,11, 7533,Undead Sbirro@WZ_QUAGMIRE,chase,92,5,500,200,5000,no,target,always,0,,,,,,11, 7533,Undead Sbirro@NPC_WIDECURSE,chase,677,1,500,300,30000,no,self,always,0,,,,,,36, 7533,Undead Sbirro@NPC_WIDECURSE,attack,677,1,500,800,30000,no,self,always,0,,,,,,36, 7533,Undead Sbirro@NPC_SLOWCAST,chase,672,1,2000,300,30000,no,self,always,0,,,,,,36, 7533,Undead Sbirro@NPC_SLOWCAST,attack,672,1,2000,800,30000,no,self,always,0,,,,,,36, 7533,Undead Sbirro@NPC_CRITICALWOUND,chase,673,2,2000,500,60000,no,target,always,0,,,,,,, 7533,Undead Sbirro@NPC_CRITICALWOUND,attack,673,2,2000,700,60000,no,target,always,0,,,,,,, 7533,Undead Sbirro@NPC_DARKNESSATTACK,attack,190,3,2000,0,5000,no,target,always,0,,,,,,, 7533,Undead Sbirro@NPC_DARKSTRIKE,chase,340,5,2000,0,5000,no,target,always,0,,,,,,, 7533,Undead Sbirro@NPC_DARKSTRIKE,attack,340,5,2000,0,5000,no,target,always,0,,,,,,, 7533,Undead Sbirro@NPC_CHANGEUNDEAD,attack,348,1,500,500,6000000,no,target,always,0,,,,,,9, 7533,Undead Sbirro@NPC_DARKNESSBREATH,attack,658,1,500,0,5000,no,target,always,0,,,,,,, 7533,Undead Sbirro@NPC_DRAGONFEAR,attack,659,2,500,0,10000,no,self,myhpltmaxrate,50,,,,,,, 7533,Undead Sbirro@WZ_METEOR,chase,83,3,3000,500,10000,no,target,skillused,18,,,,,,, 7533,Undead Sbirro@WZ_METEOR,chase,83,3,1000,500,10000,no,target,always,0,,,,,,, 7533,Undead Sbirro@NPC_EVILLAND,attack,670,1,4000,0,20000,no,target,always,0,,,,,,, 7533,Undead Sbirro@NPC_EVILLAND,chase,670,1,4000,0,20000,no,target,always,0,,,,,,, 7533,Undead Sbirro@NPC_SUMMONSLAVE,attack,196,3,2000,1000,10000,no,self,slavele,0,1169,,,,,, 7533,Undead Sbirro@NPC_SUMMONSLAVE,idle,196,3,2000,1000,10000,no,self,slavele,0,1169,,,,,, 7533,Undead Sbirro@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7533,Undead Sbirro@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7533,Undead Sbirro@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7534,Undead Hero@NPC_POWERUP,attack,349,5,10000,0,120000,no,self,myhpltmaxrate,30,,,,,,6, 7534,Undead Hero@AS_VENOMDUST,attack,140,5,2000,0,5000,no,target,skillused,18,,,,,,, 7534,Undead Hero@AS_VENOMDUST,attack,140,5,2000,0,5000,no,target,always,0,,,,,,, 7534,Undead Hero@NPC_AGIUP,attack,350,5,10000,0,30000,no,self,myhpltmaxrate,30,,,,,,6, 7534,Undead Hero@MG_STONECURSE,attack,16,10,2000,0,5000,no,target,always,0,,,,,,, 7534,Undead Hero@ASC_METEORASSAULT,attack,406,10,10000,500,5000,no,self,always,0,,,,,,32, 7534,Undead Hero@NPC_CURSEATTACK,attack,181,5,2000,0,5000,no,target,always,0,,,,,,9, 7534,Undead Hero@NPC_CURSEATTACK,chase,181,5,2000,0,5000,no,target,always,0,,,,,,9, 7534,Undead Hero@NPC_DARKBREATH,attack,202,5,500,0,5000,no,target,always,0,,,,,,9, 7534,Undead Hero@NPC_DARKBREATH,chase,202,5,500,0,5000,no,target,always,0,,,,,,9, 7534,Undead Hero@NPC_POISONATTACK,attack,188,5,2000,0,5000,no,target,always,0,,,,,,9, 7534,Undead Hero@SM_BASH,attack,5,10,2000,0,5000,no,target,always,0,,,,,,, 7534,Undead Hero@NPC_DARKTHUNDER,chase,341,10,2000,0,5000,no,target,always,0,,,,,,, 7534,Undead Hero@NPC_DARKTHUNDER,chase,341,10,10000,0,5000,no,target,skillused,18,,,,,,, 7534,Undead Hero@WZ_QUAGMIRE,chase,92,5,2000,0,5000,no,target,always,0,,,,,,, 7534,Undead Hero@NPC_EVILLAND,attack,670,4,4000,0,20000,no,target,always,0,,,,,,, 7534,Undead Hero@NPC_EVILLAND,chase,670,4,4000,0,20000,no,target,always,0,,,,,,, 7534,Undead Hero@NPC_SUMMONSLAVE,attack,196,4,2000,1000,10000,no,self,slavele,0,1117,,,,,, 7534,Undead Hero@NPC_SUMMONSLAVE,idle,196,4,2000,1000,10000,no,self,slavele,0,1117,,,,,, 7534,Undead Hero@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7534,Undead Hero@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7534,Undead Hero@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7535,Undead Deux@AL_DECAGI,chase,30,10,2000,0,60000,no,target,always,0,,,,,,, 7535,Undead Deux@NPC_POWERUP,attack,349,5,10000,0,30000,no,self,myhpltmaxrate,30,,,,,,6, 7535,Undead Deux@KN_BRANDISHSPEAR,attack,57,20,2000,500,5000,no,target,always,0,,,,,,, 7535,Undead Deux@NPC_DARKSTRIKE,chase,340,10,2000,0,5000,no,target,always,0,,,,,,, 7535,Undead Deux@NPC_CHANGEUNDEAD,attack,348,1,2000,0,5000,no,target,always,0,,,,,,, 7535,Undead Deux@NPC_AGIUP,attack,350,5,10000,0,120000,no,self,myhpltmaxrate,30,,,,,,6, 7535,Undead Deux@NPC_GRANDDARKNESS,attack,339,10,1000,700,5000,no,self,myhpltmaxrate,30,,,,,,, 7535,Undead Deux@NPC_STUNATTACK,attack,179,5,2000,0,0,no,target,always,0,,,,,,, 7535,Undead Deux@NPC_DARKSTRIKE,chase,340,10,10000,0,5000,no,target,skillused,18,,,,,,, 7535,Undead Deux@NPC_EVILLAND,attack,670,10,4000,0,20000,no,target,always,0,,,,,,, 7535,Undead Deux@NPC_EVILLAND,chase,670,10,4000,0,20000,no,target,always,0,,,,,,, 7535,Undead Deux@NPC_HELLJUDGEMENT,attack,662,5,5000,800,20000,no,self,myhpltmaxrate,40,,,,,,, 7535,Undead Deux@NPC_SUMMONSLAVE,attack,196,6,2000,1000,10000,no,self,slavele,3,1866,,,,,, 7535,Undead Deux@NPC_SUMMONSLAVE,idle,196,6,2000,1000,10000,no,self,slavele,3,1866,,,,,, 7535,Undead Deux@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7535,Undead Deux@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7535,Undead Deux@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7536,Demon Sbirro@AL_PNEUMA,idle,25,1,10000,0,1000,no,self,longrangeattacked,,,,,,,, 7536,Demon Sbirro@NPC_CRITICALWOUND,attack,673,3,10000,0,5000,no,target,always,0,,,,,,, 7536,Demon Sbirro@NPC_CRITICALWOUND,idle,673,3,5000,0,5000,no,target,always,0,,,,,,, 7536,Demon Sbirro@NPC_CRITICALWOUND,chase,673,3,5000,0,5000,no,target,always,0,,,,,,, 7536,Demon Sbirro@NPC_WIDESILENCE,chase,663,5,10000,1000,20000,no,self,myhpltmaxrate,80,,,,,,36, 7536,Demon Sbirro@NPC_WIDESILENCE,attack,663,5,10000,1000,20000,no,self,myhpltmaxrate,80,,,,,,36, 7536,Demon Sbirro@NPC_ENERGYDRAIN,attack,200,5,4000,0,5000,no,target,always,0,,,,,,, 7536,Demon Sbirro@NPC_ENERGYDRAIN,chase,200,5,4000,0,5000,no,target,always,0,,,,,,, 7536,Demon Sbirro@NPC_SUMMONSLAVE,attack,196,3,2000,1000,10000,no,self,slavele,0,1109,,,,,, 7536,Demon Sbirro@NPC_SUMMONSLAVE,idle,196,3,2000,1000,10000,no,self,slavele,0,1109,,,,,, 7536,Demon Sbirro@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7536,Demon Sbirro@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7536,Demon Sbirro@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7537,Demon Hero@AL_DECAGI,chase,30,10,2000,0,5000,no,target,always,0,,,,,,, 7537,Demon Hero@AS_GRIMTOOTH,chase,137,5,2000,0,5000,no,target,always,0,,,,,,, 7537,Demon Hero@NPC_AGIUP,attack,350,5,10000,0,30000,no,self,myhpltmaxrate,30,,,,,,6, 7537,Demon Hero@NPC_BLOODDRAIN,attack,199,1,3000,0,0,no,target,always,0,,,,,,, 7537,Demon Hero@MO_BODYRELOCATION,chase,264,1,2000,200,5000,no,target,always,0,,,,,,, 7537,Demon Hero@NPC_CHANGEUNDEAD,attack,348,1,2000,0,5000,no,target,always,0,,,,,,9, 7537,Demon Hero@NPC_INVISIBLE,attack,353,1,2000,200,5000,no,self,always,0,,,,,,, 7537,Demon Hero@NPC_INVISIBLE,idle,353,1,2000,200,5000,no,self,always,0,,,,,,, 7537,Demon Hero@NPC_INVISIBLE,chase,353,1,2000,200,5000,no,self,always,0,,,,,,, 7537,Demon Hero@NPC_SILENCEATTACK,attack,178,5,2000,0,5000,no,target,always,0,,,,,,, 7537,Demon Hero@NPC_SILENCEATTACK,chase,178,5,2000,0,5000,no,target,always,0,,,,,,, 7537,Demon Hero@NPC_ENERGYDRAIN,attack,200,7,4000,0,5000,no,target,always,0,,,,,,, 7537,Demon Hero@NPC_ENERGYDRAIN,chase,200,7,4000,0,5000,no,target,always,0,,,,,,, 7537,Demon Hero@NPC_SUMMONSLAVE,attack,196,4,2000,1000,10000,no,self,slavele,0,1773,,,,,, 7537,Demon Hero@NPC_SUMMONSLAVE,idle,196,4,2000,1000,10000,no,self,slavele,0,1773,,,,,, 7537,Demon Hero@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7537,Demon Hero@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7537,Demon Hero@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7538,Demon Deux@MO_BODYRELOCATION,chase,264,1,2000,200,1000,no,target,always,0,,,,,,, 7538,Demon Deux@NPC_DARKSTRIKE,chase,340,10,2000,0,1000,no,target,always,0,,,,,,, 7538,Demon Deux@AS_SONICBLOW,attack,136,5,500,0,20000,no,target,myhpltmaxrate,30,,,,,,, 7538,Demon Deux@NPC_DARKNESSBREATH,attack,658,3,2000,800,5000,no,target,myhpltmaxrate,50,,,,,,29, 7538,Demon Deux@NPC_EVILLAND,chase,670,10,10000,1000,50000,no,target,myhpltmaxrate,70,,,,,,, 7538,Demon Deux@NPC_EVILLAND,attack,670,10,10000,1000,50000,no,target,myhpltmaxrate,70,,,,,,, 7538,Demon Deux@NPC_PULSESTRIKE,chase,661,5,10000,2500,30000,no,self,always,0,,,,,,, 7538,Demon Deux@NPC_PULSESTRIKE,attack,661,5,10000,2500,30000,no,self,always,0,,,,,,, 7538,Demon Deux@KN_BRANDISHSPEAR,chase,57,20,10000,1000,20000,no,target,always,0,,,,,,, 7538,Demon Deux@KN_BRANDISHSPEAR,attack,57,20,10000,1000,20000,no,target,always,0,,,,,,, 7538,Demon Deux@NPC_DARKBREATH,chase,202,1,2000,800,5000,no,target,always,0,,,,,,29, 7538,Demon Deux@NPC_DARKBREATH,attack,202,1,2000,800,5000,no,target,always,0,,,,,,29, 7538,Demon Deux@NPC_ARMORBRAKE,attack,344,10,2000,0,5000,no,target,always,0,,,,,,, 7538,Demon Deux@WZ_VERMILION,attack,85,10,2000,500,10000,no,target,always,0,,,,,,29, 7538,Demon Deux@WZ_VERMILION,chase,85,20,5000,500,10000,no,target,skillused,18,,,,,,29, 7538,Demon Deux@WZ_VERMILION,chase,85,20,2000,500,10000,no,target,always,0,,,,,,29, 7538,Demon Deux@NPC_ENERGYDRAIN,attack,200,10,4000,0,5000,no,target,always,0,,,,,,, 7538,Demon Deux@NPC_ENERGYDRAIN,chase,200,10,4000,0,5000,no,target,always,0,,,,,,, 7538,Demon Deux@NPC_HELLJUDGEMENT,attack,662,5,5000,800,20000,no,self,myhpltmaxrate,40,,,,,,, 7538,Demon Deux@NPC_SUMMONSLAVE,attack,196,6,2000,1000,10000,no,self,slavele,3,1382,,,,,, 7538,Demon Deux@NPC_SUMMONSLAVE,idle,196,6,2000,1000,10000,no,self,slavele,3,1382,,,,,, 7538,Demon Deux@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7538,Demon Deux@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7538,Demon Deux@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7539,Kaos Sbirro@NPC_DARKNESSATTACK,attack,190,2,500,500,5000,no,target,always,0,,,,,,36, 7539,Kaos Sbirro@NPC_GRANDDARKNESS,attack,339,1,500,700,5000,no,self,myhpltmaxrate,50,,,,,,, 7539,Kaos Sbirro@NPC_DARKCROSS,attack,338,3,500,700,5000,no,target,always,0,,,,,,36, 7539,Kaos Sbirro@NPC_CURSEATTACK,attack,181,3,500,800,5000,no,target,always,0,,,,,,, 7539,Kaos Sbirro@NPC_DARKBREATH,attack,202,1,500,800,5000,no,target,always,0,,,,,,29, 7539,Kaos Sbirro@NPC_WIDECURSE,attack,677,3,4000,500,5000,no,self,always,0,,,,,,, 7539,Kaos Sbirro@NPC_WIDECURSE,chase,677,3,4000,500,5000,no,self,always,0,,,,,,, 7539,Kaos Sbirro@NPC_SUMMONSLAVE,attack,196,3,2000,1000,10000,no,self,slavele,0,1163,,,,,, 7539,Kaos Sbirro@NPC_SUMMONSLAVE,idle,196,3,2000,1000,10000,no,self,slavele,0,1163,,,,,, 7539,Kaos Sbirro@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7539,Kaos Sbirro@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7539,Kaos Sbirro@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7540,Kaos Hero@KN_BRANDISHSPEAR,attack,57,5,500,1000,5000,no,target,always,0,,,,,,9, 7540,Kaos Hero@NPC_CHANGEFIRE,attack,164,1,10000,2000,600000,no,self,myhpltmaxrate,20,,,,,,, 7540,Kaos Hero@NPC_DARKNESSATTACK,attack,190,2,500,500,5000,no,target,always,0,,,,,,9, 7540,Kaos Hero@CR_SHIELDCHARGE,attack,250,5,500,0,5000,no,target,always,0,,,,,,9, 7540,Kaos Hero@WZ_METEOR,attack,83,5,2000,1500,5000,no,target,myhpltmaxrate,20,,,,,,, 7540,Kaos Hero@WZ_METEOR,chase,83,5,2000,1500,5000,no,target,myhpltmaxrate,20,,,,,,, 7540,Kaos Hero@NPC_WEAPONBRAKER,attack,343,5,500,0,30000,no,target,always,0,,,,,,, 7540,Kaos Hero@NPC_WIDECURSE,attack,677,4,4000,500,5000,no,self,always,0,,,,,,, 7540,Kaos Hero@NPC_WIDECURSE,chase,677,4,4000,500,5000,no,self,always,0,,,,,,, 7540,Kaos Hero@NPC_SUMMONSLAVE,attack,196,4,2000,1000,10000,no,self,slavele,0,1132,,,,,, 7540,Kaos Hero@NPC_SUMMONSLAVE,idle,196,4,2000,1000,10000,no,self,slavele,0,1132,,,,,, 7540,Kaos Hero@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7540,Kaos Hero@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7540,Kaos Hero@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7541,Kaos Deux@NPC_UNDEADATTACK,attack,347,10,2000,0,5000,no,target,always,0,,,,,,, 7541,Kaos Deux@KN_TWOHANDQUICKEN,attack,60,20,10000,0,120000,no,self,myhpltmaxrate,50,,,,,,6, 7541,Kaos Deux@WZ_JUPITEL,attack,84,18,1000,500,5000,no,target,always,0,,,,,,, 7541,Kaos Deux@MG_THUNDERSTORM,attack,21,10,2000,0,3000,no,target,always,0,,,,,,, 7541,Kaos Deux@AS_SONICBLOW,attack,136,10,2000,0,5000,no,target,always,0,,,,,,18, 7541,Kaos Deux@NPC_CRITICALWOUND,attack,673,6,500,0,5000,no,target,always,0,,,,,,, 7541,Kaos Deux@NPC_DARKSTRIKE,chase,340,10,2000,0,5000,no,target,always,0,,,,,,, 7541,Kaos Deux@NPC_DARKSTRIKE,attack,340,10,2000,0,5000,no,target,always,0,,,,,,, 7541,Kaos Deux@PF_SPIDERWEB,idle,405,3,3000,0,10000,no,target,always,0,,,,,,, 7541,Kaos Deux@PF_SPIDERWEB,attack,405,3,2000,0,10000,no,target,always,0,,,,,,, 7541,Kaos Deux@NPC_BLINDATTACK,chase,177,3,2000,0,5000,no,target,always,0,,,,,,, 7541,Kaos Deux@NPC_CURSEATTACK,attack,181,3,500,800,5000,no,target,always,0,,,,,,, 7541,Kaos Deux@NPC_WIDECURSE,attack,677,5,4000,500,5000,no,self,always,0,,,,,,, 7541,Kaos Deux@NPC_WIDECURSE,chase,677,5,4000,500,5000,no,self,always,0,,,,,,, 7541,Kaos Deux@NPC_HELLJUDGEMENT,attack,662,5,5000,800,20000,no,self,myhpltmaxrate,40,,,,,,, 7541,Kaos Deux@NPC_SUMMONSLAVE,attack,196,6,2000,1000,10000,no,self,slavele,3,1698,,,,,, 7541,Kaos Deux@NPC_SUMMONSLAVE,idle,196,6,2000,1000,10000,no,self,slavele,3,1698,,,,,, 7541,Kaos Deux@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7541,Kaos Deux@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7541,Kaos Deux@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7542,Takeshi Sbirro@NPC_INVISIBLE,chase,353,1,2000,1000,30000,no,self,always,0,,,,,,29, 7542,Takeshi Sbirro@PR_SANCTUARY,attack,70,10,2000,0,10000,no,self,always,0,,,,,,18, 7542,Takeshi Sbirro@HP_ASSUMPTIO,idle,361,5,10000,500,100000,no,self,always,0,,,,,,, 7542,Takeshi Sbirro@HP_ASSUMPTIO,chase,361,5,10000,500,100000,no,self,always,0,,,,,,, 7542,Takeshi Sbirro@HP_ASSUMPTIO,attack,361,5,10000,500,100000,no,self,always,0,,,,,,, 7542,Takeshi Sbirro@NPC_WIDESLEEP,chase,668,5,10000,700,25000,no,self,always,0,,,,,,, 7542,Takeshi Sbirro@NPC_WIDESLEEP,attack,668,5,10000,700,25000,no,self,myhpltmaxrate,80,,,,,,, 7542,Takeshi Sbirro@WZ_WATERBALL,chase,86,3,2000,1000,5000,no,target,always,0,,,,,,, 7542,Takeshi Sbirro@WZ_WATERBALL,attack,86,5,1000,0,5000,no,target,always,0,,,,,,, 7542,Takeshi Sbirro@NPC_STOP,attack,342,1,2000,500,15000,no,target,always,0,,,,,,6, 7542,Takeshi Sbirro@NJ_HUUMA,attack,525,3,4000,0,5000,no,target,always,0,,,,,,6, 7542,Takeshi Sbirro@NJ_HUUMA,chase,525,3,4000,0,5000,no,target,always,0,,,,,,6, 7542,Takeshi Sbirro@NPC_SUMMONSLAVE,attack,196,3,2000,1000,10000,no,self,slavele,0,1188,,,,,, 7542,Takeshi Sbirro@NPC_SUMMONSLAVE,idle,196,3,2000,1000,10000,no,self,slavele,0,1188,,,,,, 7542,Takeshi Sbirro@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7542,Takeshi Sbirro@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7542,Takeshi Sbirro@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7543,Takeshi Hero@KN_BRANDISHSPEAR,attack,57,20,2000,500,5000,no,target,always,0,,,,,,, 7543,Takeshi Hero@NPC_AGIUP,attack,350,5,10000,0,120000,no,self,myhpltmaxrate,30,,,,,,9, 7543,Takeshi Hero@NPC_POWERUP,attack,349,5,10000,0,30000,no,self,myhpltmaxrate,30,,,,,,6, 7543,Takeshi Hero@KN_TWOHANDQUICKEN,attack,60,20,10000,0,120000,no,self,myhpltmaxrate,30,,,,,,6, 7543,Takeshi Hero@NPC_ARMORBRAKE,attack,344,10,2000,0,5000,no,target,always,0,,,,,,, 7543,Takeshi Hero@ASC_BREAKER,idle,379,10,10000,500,5000,no,target,longrangeattacked,,,,,,,, 7543,Takeshi Hero@ASC_BREAKER,chase,379,10,5000,500,10000,no,target,always,0,,,,,,, 7543,Takeshi Hero@ASC_BREAKER,attack,379,10,2000,0,5000,no,target,always,0,,,,,,32, 7543,Takeshi Hero@NPC_CRITICALSLASH,attack,170,1,2000,0,5000,no,target,always,0,,,,,,, 7543,Takeshi Hero@NPC_HELMBRAKE,chase,345,10,2000,0,5000,no,target,always,0,,,,,,, 7543,Takeshi Hero@NPC_GUIDEDATTACK,attack,172,5,500,0,20000,no,target,always,0,,,,,,, 7543,Takeshi Hero@NPC_SHIELDBRAKE,attack,346,10,2000,0,5000,no,target,always,0,,,,,,, 7543,Takeshi Hero@RG_INTIMIDATE,attack,219,10,2000,0,60000,no,target,always,0,,,,,,, 7543,Takeshi Hero@NJ_HUUMA,attack,525,4,4000,0,5000,no,target,always,0,,,,,,6, 7543,Takeshi Hero@NJ_HUUMA,chase,525,4,4000,0,5000,no,target,always,0,,,,,,6, 7543,Takeshi Hero@NPC_SUMMONSLAVE,attack,196,4,2000,1000,10000,no,self,slavele,0,1584,,,,,, 7543,Takeshi Hero@NPC_SUMMONSLAVE,idle,196,4,2000,1000,10000,no,self,slavele,0,1584,,,,,, 7543,Takeshi Hero@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7543,Takeshi Hero@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7543,Takeshi Hero@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, 7544,Takeshi Deux@NPC_POWERUP,attack,349,5,10000,0,30000,no,self,myhpltmaxrate,30,,,,,,6, 7544,Takeshi Deux@NPC_DRAGONFEAR,chase,659,5,10000,0,30000,no,self,always,0,,,,,,6, 7544,Takeshi Deux@NPC_DRAGONFEAR,attack,659,5,2000,1000,20000,no,self,myhpltmaxrate,80,,,,,,32, 7544,Takeshi Deux@NPC_WIDESILENCE,chase,663,5,10000,1000,20000,no,self,myhpltmaxrate,80,,,,,,32, 7544,Takeshi Deux@NPC_WIDESILENCE,attack,663,5,10000,1000,20000,no,self,myhpltmaxrate,80,,,,,,32, 7544,Takeshi Deux@MG_FROSTDIVER,attack,15,10,2000,0,5000,no,target,always,0,,,,,,, 7544,Takeshi Deux@MG_FROSTDIVER,chase,15,10,2000,0,0,no,target,always,0,,,,,,, 7544,Takeshi Deux@NPC_SHIELDBRAKE,attack,346,10,2000,0,0,no,target,always,0,,,,,,2, 7544,Takeshi Deux@NPC_DARKBREATH,attack,202,5,2000,800,5000,no,target,always,0,,,,,,29, 7544,Takeshi Deux@NPC_STOP,attack,342,1,10000,0,15000,no,target,always,0,,,,,,2, 7544,Takeshi Deux@SM_MAGNUM,attack,7,20,2000,0,5000,no,self,attackpcge,2,,,,,,, 7544,Takeshi Deux@NJ_HUUMA,attack,525,5,4000,0,5000,no,target,always,0,,,,,,6, 7544,Takeshi Deux@NJ_HUUMA,chase,525,5,4000,0,5000,no,target,always,0,,,,,,6, 7544,Takeshi Deux@NPC_HELLJUDGEMENT,attack,662,5,5000,800,20000,no,self,myhpltmaxrate,40,,,,,,, 7544,Takeshi Deux@NPC_SUMMONSLAVE,attack,196,6,2000,1000,10000,no,self,slavele,3,1416,,,,,, 7544,Takeshi Deux@NPC_SUMMONSLAVE,idle,196,6,2000,1000,10000,no,self,slavele,3,1416,,,,,, 7544,Takeshi Deux@NPC_CALLSLAVE,attack,352,1,500,0,30000,no,self,always,0,,,,,,, 7544,Takeshi Deux@NPC_CALLSLAVE,idle,352,1,500,0,30000,no,self,always,0,,,,,,, 7544,Takeshi Deux@AL_TELEPORT,idle,26,1,50,0,300000,no,self,always,0,,,,,,, In db/import/mob_avail.txt add: 7500,1833 7501,1831 7502,1832 7503,1894 7504,2016 7505,1112 7506,1777 7507,1252 7508,1779 7509,1991 7510,1885 7511,1957 7512,1919 7513,1785 7514,1916 7515,1978 7516,1623 7517,1685 7518,1618 7519,2087 7520,1147 7521,1987 7522,1871 7523,1874 7524,1262 7525,1720 7526,2022 7527,1704 7528,1921 7529,1768 7530,1992 7531,1918 7532,1931 7533,1870 7534,1038 7535,1373 7536,1920 7537,1389 7538,1929 7539,1702 7540,1268 7541,2018 7542,1518 7543,1492 7544,1418 Modify src/map/mob.h This line: #define MAX_MOB_DB 5000 to: #define MAX_MOB_DB 10000 Obviously recompile. And... I'll let the fixed script attached here. The_Invasor.txt
×
×
  • Create New...