NPCBots v4.0.16a
Make bots static in world (Closes #77, Closes #72, Closes #89, Closes #90, Closes #68, Closes #96, Closes #101, Closes #104). Drop 4.3.4 branch support (Closes #74, Closes #75, Closes #85, Closes #87) Add basic honor for bots (Closes #30). Bots' stats are no longer depend on players (Closes #83, Ref #97, Ref #98). Convert equips from ItemTemplate* from Item* and make bots use real items and benefit from all items properties except certain class ability improvements (increase damage, decrease cast time, etc.) (Closes #51). Add Auto-equip option, allows to quick-equip items with simple item comparison algorithm (item level) (Closes #63). Add 'Unequip all' option, allows to unequip all items (Closes #95). Make npcbots' stats fully player-like (Ref #97, Closes #98). Disable custom cooldowns (Closes #97, Closes #100). Modify bots' formation to never spread too much (Closes #99). Allow bots to attack neutral units (Closes #107). Allow npcbots to queue into Dungeon Finder with master (Closes #20). No manual yet
2014-06-11 22:01:19 +07:00
-- GENERAL --
SET @ BOT_START = 70001 ;
SET @ BOT_END = 71000 ;
2019-10-30 17:13:18 +07:00
-- move to creature_template_movement InhabitType
-- Resistance
-- basevariance, rangevariance -- spell_school_immune_mask -- damage modifier, expirience modifier
-- TOTAL BOT ENTRIES: 352 (348)
NPCBots v4.0.16a
Make bots static in world (Closes #77, Closes #72, Closes #89, Closes #90, Closes #68, Closes #96, Closes #101, Closes #104). Drop 4.3.4 branch support (Closes #74, Closes #75, Closes #85, Closes #87) Add basic honor for bots (Closes #30). Bots' stats are no longer depend on players (Closes #83, Ref #97, Ref #98). Convert equips from ItemTemplate* from Item* and make bots use real items and benefit from all items properties except certain class ability improvements (increase damage, decrease cast time, etc.) (Closes #51). Add Auto-equip option, allows to quick-equip items with simple item comparison algorithm (item level) (Closes #63). Add 'Unequip all' option, allows to unequip all items (Closes #95). Make npcbots' stats fully player-like (Ref #97, Closes #98). Disable custom cooldowns (Closes #97, Closes #100). Modify bots' formation to never spread too much (Closes #99). Allow bots to attack neutral units (Closes #107). Allow npcbots to queue into Dungeon Finder with master (Closes #20). No manual yet
2014-06-11 22:01:19 +07:00
delete from ` creature_template ` where entry between @ BOT_START and @ BOT_END ;
insert into ` creature_template `
2019-10-30 17:13:18 +07:00
( ` entry ` , ` difficulty_entry_1 ` , ` difficulty_entry_2 ` , ` difficulty_entry_3 ` , ` KillCredit1 ` , ` KillCredit2 ` ,
` modelid1 ` , ` modelid2 ` , ` modelid3 ` , ` modelid4 ` , ` name ` , ` subname ` , ` IconName ` , ` gossip_menu_id ` , ` minlevel ` , ` maxlevel ` , ` exp ` ,
` faction ` , ` npcflag ` , ` speed_walk ` , ` speed_run ` , ` scale ` , ` rank ` , ` dmgschool ` , ` BaseAttackTime ` , ` RangeAttackTime ` ,
` unit_class ` , ` unit_flags ` , ` unit_flags2 ` , ` dynamicflags ` , ` family ` , ` type ` , ` type_flags ` , ` lootid ` ,
` pickpocketloot ` , ` skinloot ` , ` PetSpellDataId ` , ` VehicleId ` , ` mingold ` , ` maxgold ` , ` AIName ` , ` MovementType ` ,
` HoverHeight ` , ` HealthModifier ` , ` ManaModifier ` , ` ArmorModifier ` , ` RacialLeader ` , ` movementId ` , ` RegenHealth ` ,
` mechanic_immune_mask ` , ` flags_extra ` , ` ScriptName ` , ` VerifiedBuild ` )
NPCBots v4.0.16a
Make bots static in world (Closes #77, Closes #72, Closes #89, Closes #90, Closes #68, Closes #96, Closes #101, Closes #104). Drop 4.3.4 branch support (Closes #74, Closes #75, Closes #85, Closes #87) Add basic honor for bots (Closes #30). Bots' stats are no longer depend on players (Closes #83, Ref #97, Ref #98). Convert equips from ItemTemplate* from Item* and make bots use real items and benefit from all items properties except certain class ability improvements (increase damage, decrease cast time, etc.) (Closes #51). Add Auto-equip option, allows to quick-equip items with simple item comparison algorithm (item level) (Closes #63). Add 'Unequip all' option, allows to unequip all items (Closes #95). Make npcbots' stats fully player-like (Ref #97, Closes #98). Disable custom cooldowns (Closes #97, Closes #100). Modify bots' formation to never spread too much (Closes #99). Allow bots to attack neutral units (Closes #107). Allow npcbots to queue into Dungeon Finder with master (Closes #20). No manual yet
2014-06-11 22:01:19 +07:00
values
2019-10-30 17:13:18 +07:00
( ' 70001 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3343 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Llane ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70002 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3399 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Thran ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70003 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1300 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Lyria ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70004 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3431 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ander ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70005 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4556 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Malosh ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70006 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3431 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Granis ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70007 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3053 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Kelstrum ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70008 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1578 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Dannal ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70009 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1599 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Austil ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70010 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2103 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Torm ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70011 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2096 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Sark ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70012 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2113 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ker ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70013 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3793 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Harutt ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70014 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3794 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Krang ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70015 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1880 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Frang ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70016 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3743 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Tarshaw ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70017 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1374 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Grezz ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70018 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1375 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Sorek ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70019 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4242 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Zel\ ' mak ' , ' Warrior Bot ' , '' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1 . 1 ' , ' 1 . 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , '' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' - 1 ' ),
( ' 70020 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1721 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Alyissia ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70021 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1707 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Kyra ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70022 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2196 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Arias\ ' ta ' , ' Warrior Bot ' , '' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1 . 1 ' , ' 1 . 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , '' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' - 1 ' ),
( ' 70023 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2198 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Sildanair ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70024 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2620 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Chris ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70025 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2658 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Angela ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70026 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2614 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Baltus ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70027 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3054 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Kelv ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70028 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3055 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Bilban ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70029 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3280 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Wu ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70030 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3287 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ilsa ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70031 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 6071 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Darnath ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70032 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 11037 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Evencane ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70033 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16226 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Kore ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70034 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17212 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ahonan ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70035 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17213 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Behomat ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70036 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17215 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ruada ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70037 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17214 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Kazi ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
( ' 70038 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17211 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Kerra ' , ' Warrior Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3400 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warrior_bot ' , ' -1 ' ) ,
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
-- 70039 - 70050 reserved for warriors
2019-10-30 17:13:18 +07:00
( ' 70051 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3346 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Sammuel ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70052 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3393 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Bromos ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70053 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1299 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Wilhelm ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70054 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1499 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Grayson ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70055 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1622 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Azar ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70056 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3089 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Valgar ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70057 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3088 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Beldruk ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70058 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3087 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Brandur ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70059 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3284 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Arthur ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70060 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3289 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Katherine ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70061 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 7356 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Karman ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70062 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 15521 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Jesthenis ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70063 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16685 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Noellene ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70064 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16224 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Aurelon ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70065 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16815 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Osselan ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70066 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16811 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ithelis ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70067 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16829 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Bachi ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70068 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17225 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Baatun ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70069 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17227 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Kavaan ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70070 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17234 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Tullas ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70071 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17226 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Jol ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70072 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 19596 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Cyssa ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70073 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 21264 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Pyreanor ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
( ' 70074 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 29735 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Rukua ' , ' Paladin Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2300 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' paladin_bot ' , ' -1 ' ) ,
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
-- 70075 - 70100 reserved for paldins
2019-10-30 17:13:18 +07:00
( ' 70101 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3395 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Thorgas ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70102 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4560 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ogromm ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70103 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3558 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Grif ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70104 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4372 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Kragg ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70105 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2112 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Kary ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70106 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2087 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Holt ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70107 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2105 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Urek ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70108 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3810 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Lanka ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70109 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3811 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Yaw ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70110 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1882 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Jen\ ' shan ' , ' Hunter Bot ' , '' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1 . 1 ' , ' 1 . 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , '' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' - 1 ' ),
( ' 70111 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3744 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Thotar ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70112 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1373 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ormak ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70113 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4239 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Xor\ ' juul ' , ' Hunter Bot ' , '' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1 . 1 ' , ' 1 . 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , '' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' - 1 ' ),
( ' 70114 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4241 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Sian\ ' dur ' , ' Hunter Bot ' , '' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1 . 1 ' , ' 1 . 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , '' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' - 1 ' ),
( ' 70115 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1723 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ayanna ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70116 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1703 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Dazalar ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70117 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2066 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Danlaar ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70118 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2205 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Jeen\ ' ra ' , ' Hunter Bot ' , '' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1 . 1 ' , ' 1 . 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , '' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' - 1 ' ),
( ' 70119 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2206 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Jocaste ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70120 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2251 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Dorion ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70121 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3056 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Daera ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70122 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3072 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Olmin ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70123 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3073 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Regnus ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70124 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3299 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Kaerbrus ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70125 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3312 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Einris ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70126 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3309 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ulfir ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70127 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3310 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Thorfin ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70128 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 7538 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Alenndaar ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70129 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 10245 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Dargh ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70130 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 15520 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Sallina ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70131 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16681 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Hannovia ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70132 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16222 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Keilnei ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70133 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16778 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Tana ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70134 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16816 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Oninath ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70135 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16802 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Zandine ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70136 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17434 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Deremiis ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70137 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16860 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Acteon ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70138 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17511 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Vord ' , ' Hunter Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
( ' 70139 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17488 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Killac ' , ' Hunter bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2800 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' hunter_bot ' , ' -1 ' ) ,
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
-- 70140 - 70150 reserved for hunters
2019-10-30 17:13:18 +07:00
( ' 70151 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3351 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Jorik ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70152 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3407 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Solm ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70153 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1297 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Keryn ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70154 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1507 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Osborne ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70155 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3436 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Hogral ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70156 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 5146 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ian ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70157 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1580 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' David ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70158 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2130 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Marion ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70159 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1886 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Rwag ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70160 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3749 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Kaplak ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70161 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1327 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Gest ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70162 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1328 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ormok ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70163 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4360 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Shenthul ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70164 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1725 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Frahun ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70165 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1704 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Jannok ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70166 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2231 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Syurna ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70167 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2252 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Erion ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70168 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2243 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Anishar ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70169 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2659 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Carolyn ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70170 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2639 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Miles ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70171 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2631 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Gregory ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70172 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3101 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Hulfdan ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70173 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3100 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ormyr ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70174 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3113 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Fenthwick ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70175 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 5528 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Fahrad ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70176 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 13171 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Tony ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70177 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 15519 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Kariel ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70178 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16689 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Tannaria ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70179 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16767 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Zelanis ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70180 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16798 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Elara ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
( ' 70181 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16818 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Nerisen ' , ' Rogue Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 2000 ' , ' 4 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' rogue_bot ' , ' -1 ' ) ,
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
-- 70182 - 70200 reserved for rogues
2019-10-30 17:13:18 +07:00
( ' 70201 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3344 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Anetta ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70202 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1495 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Laurena ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70203 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1295 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Josetta ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70204 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3401 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Branstock ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70205 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3429 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Maxan ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70206 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1579 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Duesten ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70207 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1602 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Beryl ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70208 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2139 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Miles ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70209 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2138 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Malakai ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70210 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2137 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Cobb ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70211 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1733 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Shanda ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70212 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1708 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Laurna ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70213 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1897 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Tai\ ' jin ' , ' Priest Bot ' , '' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1 . 1 ' , ' 1 . 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , '' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' - 1 ' ),
( ' 70214 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4068 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ken\ ' jai ' , ' Priest Bot ' , '' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1 . 1 ' , ' 1 . 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , '' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' - 1 ' ),
( ' 70215 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Astarii ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70216 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2201 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Jandria ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70217 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2202 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Lariia ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70218 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2626 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Lankester ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70219 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2618 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Lazarus ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70220 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3086 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Theodrus ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70221 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3066 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Braenna ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70222 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3085 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Toldren ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70223 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3282 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Benjamin ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70224 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3283 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Joshua ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70225 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4690 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Zayus ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70226 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 10473 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' X\ ' yera ' , ' Priest Bot ' , '' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1 . 1 ' , ' 1 . 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , '' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' - 1 ' ),
( ' 70227 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4711 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ur\ ' kyo ' , ' Priest Bot ' , '' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1 . 1 ' , ' 1 . 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , '' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' - 1 ' ),
( ' 70228 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 11044 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Nara ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70229 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 11048 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Alathea ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70230 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 11053 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Rohan ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70231 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 15518 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Arena ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70232 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16707 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ponaris ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70233 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16225 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Zalduun ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70234 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16788 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Aldrae ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70235 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16817 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Lotheolan ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70236 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16795 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Belestra ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70237 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17247 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Caedmos ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70238 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17232 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Guvan ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70239 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17249 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Izmir ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
( ' 70240 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17248 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Fallat ' , ' Priest Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3600 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' priest_bot ' , ' -1 ' ) ,
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
-- 70241 - 70250 reserved for priests
2019-10-30 17:13:18 +07:00
( ' 70251 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4552 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Haromm ' , ' Shaman Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2600 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' shaman_bot ' , ' -1 ' ) ,
( ' 70252 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2123 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Siln ' , ' Shaman Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2600 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' shaman_bot ' , ' -1 ' ) ,
( ' 70253 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2102 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Tigor ' , ' Shaman Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2600 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' shaman_bot ' , ' -1 ' ) ,
( ' 70254 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2082 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Beram ' , ' Shaman Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2600 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' shaman_bot ' , ' -1 ' ) ,
( ' 70255 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 10180 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Meela ' , ' Shaman Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2600 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' shaman_bot ' , ' -1 ' ) ,
( ' 70256 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3816 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Narm ' , ' Shaman Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2600 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' shaman_bot ' , ' -1 ' ) ,
( ' 70257 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1878 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Shikrik ' , ' Shaman Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2600 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' shaman_bot ' , ' -1 ' ) ,
( ' 70258 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3746 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Swart ' , ' Shaman Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2600 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' shaman_bot ' , ' -1 ' ) ,
( ' 70259 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1360 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Kardris ' , ' Shaman Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2600 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' shaman_bot ' , ' -1 ' ) ,
( ' 70260 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4231 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Sian\ ' tsu ' , ' Shaman Bot ' , '' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1 . 1 ' , ' 1 . 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2600 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , '' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' shaman_bot ' , ' - 1 ' ),
( ' 70261 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 13341 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Sagorne ' , ' Shaman Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2600 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' shaman_bot ' , ' -1 ' ) ,
-- ('70262','0','0','0','0','0','17598','0','0','0','Firmanvaar','Shaman Bot','','0','80','80','2','35','1','1.1','1.1','1','0','0','2600','2000','2','0','16432','0','0','7','0','0','0','0','0','0','0','0','','0','1','1','1','1','0','0','0','0','68157552','shaman_bot','-1'),
-- ('70263','0','0','0','0','0','17600','0','0','0','Nobundo','Shaman Bot','','0','80','80','2','35','1','1.1','1.1','1','0','0','2600','2000','2','0','16432','0','0','7','0','0','0','0','0','0','0','0','','0','1','1','1','1','0','0','0','0','68157552','shaman_bot','-1'),
-- ('70264','0','0','0','0','0','17599','0','0','0','Tuluun','Shaman Bot','','0','80','80','2','35','1','1.1','1.1','1','0','0','2600','2000','2','0','16432','0','0','7','0','0','0','0','0','0','0','0','','0','1','1','1','1','0','0','0','0','68157552','shaman_bot','-1'),
( ' 70265 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16914 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Sulaa ' , ' Shaman Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2600 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' shaman_bot ' , ' -1 ' ) ,
-- ('70266','0','0','0','0','0','17792','0','0','0','Hobahken','Shaman Bot','','0','80','80','2','35','1','1.1','1.1','1','0','0','2600','2000','2','0','16432','0','0','7','0','0','0','0','0','0','0','0','','0','1','1','1','1','0','0','0','0','68157552','shaman_bot','-1'),
( ' 70267 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 19598 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Umbrua ' , ' Shaman Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2600 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' shaman_bot ' , ' -1 ' ) ,
( ' 70268 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 21265 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Javad ' , ' Shaman Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2600 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' shaman_bot ' , ' -1 ' ) ,
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
-- 70269 - 70300 reserved for shamans
2019-10-30 17:13:18 +07:00
( ' 70301 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 5001 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Khelden ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70302 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1294 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Zaldimar ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70303 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1484 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Maginor ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70304 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 10216 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Marryk ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70305 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 10215 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Magis ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70306 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1592 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Isabella ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70307 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1600 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Cain ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70308 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2134 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Shymm ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70309 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 6058 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ursyn ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70310 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2135 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Thurston ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70311 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2644 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Pierce ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70312 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2657 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Anastasia ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70313 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3108 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Bink ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70314 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 10214 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Juli ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70315 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3109 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Nittlebur ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70316 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3292 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Jennea ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70317 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 10171 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Un\ ' Thuwa ' , ' Mage Bot ' , '' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1 . 1 ' , ' 1 . 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , '' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' - 1 ' ),
( ' 70318 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4524 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Pephredo ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70319 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4522 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Enyo ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70320 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4526 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Mai\ ' ah ' , ' Mage Bot ' , '' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1 . 1 ' , ' 1 . 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , '' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' - 1 ' ),
( ' 70321 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4523 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Deino ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70322 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 6060 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Uthel\ ' nay ' , ' Mage Bot ' , '' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1 . 1 ' , ' 1 . 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , '' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' - 1 ' ),
( ' 70323 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 6072 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Dink ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70324 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 15522 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Julia ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70325 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16680 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Garridel ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70326 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16223 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Valaatu ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70327 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16781 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Zaedana ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70328 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16824 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Quithas ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70329 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16809 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Inethven ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70330 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16777 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Narinth ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70331 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17242 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Edirah ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70332 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16856 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Valustraa ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70333 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17233 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Semid ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70334 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17243 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Harnan ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70335 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17241 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Bati ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
( ' 70336 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 11466 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Derek ' , ' Mage Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3800 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' mage_bot ' , ' -1 ' ) ,
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
-- 70337 - 70350 reserved for mages
2019-10-30 17:13:18 +07:00
( ' 70351 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3345 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Drusilla ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70352 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1930 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Alamar ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70353 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1469 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Demisette ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70354 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3271 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Maximillian ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70355 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4567 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Kartosh ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70356 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1581 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Maximillion ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70357 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1604 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Rupert ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70358 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1884 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Nartok ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70359 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3745 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Dhugru ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70360 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1324 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Grol\ ' dar ' , ' Warlock Bot ' , '' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1 . 1 ' , ' 1 . 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , '' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' - 1 ' ),
( ' 70361 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1325 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Mirket ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70362 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1326 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Zevrost ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70363 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2675 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Kaal ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70364 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2637 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Luther ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70365 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2646 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Richard ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70366 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3115 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Thistleheart ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70367 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3116 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Briarthorn ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70368 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3122 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Alexander ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70369 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3291 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ursula ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70370 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3286 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Sandahl ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70371 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3607 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Gimrizz ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70372 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 15524 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Teli\ ' Larien ' , ' Warlock Bot ' , '' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1 . 1 ' , ' 1 . 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , '' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' - 1 ' ),
( ' 70373 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16700 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Celoenus ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70374 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16787 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Alamma ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70375 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16800 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Talionia ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70376 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16831 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Zanien ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
( ' 70377 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 21604 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Babagaya ' , ' Warlock Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3500 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' warlock_bot ' , ' -1 ' ) ,
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
-- 70378 - 70400 reserved for warlocks
2019-10-30 17:13:18 +07:00
( ' 70401 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2106 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Turak ' , ' Druid Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' druid_bot ' , ' -1 ' ) ,
( ' 70402 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2121 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Sheal ' , ' Druid Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' druid_bot ' , ' -1 ' ) ,
( ' 70403 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2115 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Kym ' , ' Druid Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' druid_bot ' , ' -1 ' ) ,
( ' 70404 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3819 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Gart ' , ' Druid Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' druid_bot ' , ' -1 ' ) ,
( ' 70405 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 10734 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Gennia ' , ' Druid Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' druid_bot ' , ' -1 ' ) ,
( ' 70406 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1732 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Mardant ' , ' Druid Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' druid_bot ' , ' -1 ' ) ,
( ' 70407 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1706 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Kal ' , ' Druid Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' druid_bot ' , ' -1 ' ) ,
( ' 70408 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2261 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Mathrengyl ' , ' Druid Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' druid_bot ' , ' -1 ' ) ,
( ' 70409 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2250 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Denatharion ' , ' Druid Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' druid_bot ' , ' -1 ' ) ,
( ' 70410 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2255 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Fylerian ' , ' Druid Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' druid_bot ' , ' -1 ' ) ,
( ' 70411 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3300 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Sheldras ' , ' Druid Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' druid_bot ' , ' -1 ' ) ,
( ' 70412 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3301 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Theridran ' , ' Druid Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' druid_bot ' , ' -1 ' ) ,
( ' 70413 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3302 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Maldryn ' , ' Druid Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' druid_bot ' , ' -1 ' ) ,
( ' 70414 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 7357 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Jannos ' , ' Druid Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' druid_bot ' , ' -1 ' ) ,
( ' 70415 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 10738 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Golhine ' , ' Druid Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' druid_bot ' , ' -1 ' ) ,
( ' 70416 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 12053 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Loganaar ' , ' Druid Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' druid_bot ' , ' -1 ' ) ,
( ' 70417 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16739 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Harene ' , ' Druid Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' druid_bot ' , ' -1 ' ) ,
( ' 70418 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16858 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Shalannius ' , ' Druid Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 2 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' druid_bot ' , ' -1 ' ) ,
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
-- 70419 - 70450 reserved for druids
2019-10-30 17:13:18 +07:00
( ' 70451 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 24935 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Siouxsie ' , ' Death Knight Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3300 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' death_knight_bot ' , ' -1 ' ) ,
( ' 70452 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 26939 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Imhadria ' , ' Death Knight Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3300 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' death_knight_bot ' , ' -1 ' ) ,
( ' 70453 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 26854 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Vaelen ' , ' Death Knight Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3300 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' death_knight_bot ' , ' -1 ' ) ,
( ' 70454 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 28039 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Mynx ' , ' Death Knight Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3300 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' death_knight_bot ' , ' -1 ' ) ,
( ' 70455 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 26688 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Lankral ' , ' Death Knight Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3300 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' death_knight_bot ' , ' -1 ' ) ,
( ' 70456 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 26195 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Sliver ' , ' Death Knight Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3300 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' death_knight_bot ' , ' -1 ' ) ,
( ' 70457 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 27402 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Vereth ' , ' Death Knight Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3300 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' death_knight_bot ' , ' -1 ' ) ,
( ' 70458 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 27189 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Arly ' , ' Death Knight Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3300 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' death_knight_bot ' , ' -1 ' ) ,
( ' 70459 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 26217 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Setaal ' , ' Death Knight Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3300 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' death_knight_bot ' , ' -1 ' ) ,
( ' 70460 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 26222 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Uzo ' , ' Death Knight Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3300 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' death_knight_bot ' , ' -1 ' ) ,
( ' 70461 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 28842 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Illyrie ' , ' Death Knight Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3300 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' death_knight_bot ' , ' -1 ' ) ,
( ' 70462 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 28837 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Crok ' , ' Death Knight Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3300 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' death_knight_bot ' , ' -1 ' ) ,
( ' 70463 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 28840 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Zor\ ' be ' , ' Death Knight Bot ' , '' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1 . 1 ' , ' 1 . 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3300 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , '' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' death_knight_bot ' , ' - 1 ' ),
( ' 70464 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 25512 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Datura ' , ' Death Knight Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3300 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' death_knight_bot ' , ' -1 ' ) ,
( ' 70465 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 25500 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Stefan ' , ' Death Knight Bot ' , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 3300 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' death_knight_bot ' , ' -1 ' ) ,
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
-- 70466 - 70500 reserved for deathknights
2019-10-30 17:13:18 +07:00
( ' 70501 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4449 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Imp ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 135266416 ' , ' warlock_pet_bot ' , ' -1 ' ) ,
( ' 70502 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1132 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Voidwalker ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 135266416 ' , ' warlock_pet_bot ' , ' -1 ' ) ,
( ' 70503 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4162 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Succubus ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 135266416 ' , ' warlock_pet_bot ' , ' -1 ' ) ,
( ' 70504 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 850 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Felhunter ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 135266416 ' , ' warlock_pet_bot ' , ' -1 ' ) ,
( ' 70505 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 14255 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Felguard ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 135266416 ' , ' warlock_pet_bot ' , ' -1 ' ) ,
( ' 70506 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 368 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Spider ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70507 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4312 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Serpent ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70508 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 16724 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Bird of Prey ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70509 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 8808 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Bat ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70510 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17562 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Wind Serpent ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70511 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 20308 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ravager ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70512 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17545 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Dragonhawk ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70513 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 19405 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Nether Ray ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70514 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17753 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Sporebat ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70515 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 15590 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Carrion Bird ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70516 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 11319 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Raptor ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70517 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 741 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Wolf ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70518 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1220 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Tallstrider ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70519 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 321 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Cat ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70520 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 2714 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Hyena ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70521 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 29113 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Wasp ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70522 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17798 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Teromoth ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70523 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 20790 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Scorpid ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70524 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1244 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Turtle ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70525 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 809 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Gorilla ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70526 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 706 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Bear ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70527 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 381 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Boar ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70528 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1938 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Crab ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70529 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1250 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Crocolisk ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70530 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 19998 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Warp Stalker ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70531 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 11087 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Silithid ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70532 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 10810 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Chimaera ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70533 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 29673 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Spirit Beast ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70534 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 12168 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Core Hound ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70535 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 5239 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Devilsaur ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70536 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 26279 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Rhino ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70537 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 13212 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Worm ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' hunter_pet_bot ' , ' -1 ' ) ,
( ' 70538 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 24994 ' , ' 24993 ' , ' 24992 ' , ' 24995 ' , ' Risen Ghoul ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 6 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' deathknight_pet_bot ' , ' -1 ' ) ,
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
-- 70539 - 70541 reserved for dk pets
2019-10-30 17:13:18 +07:00
( ' 70542 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 19110 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Shadowfiend ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 5 ' , ' 1500 ' , ' 1500 ' , ' 2 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 10 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' priest_pet_bot ' , ' -1 ' ) ,
( ' 70543 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 21114 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Spirit Wolf ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1500 ' , ' 1500 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' shaman_pet_bot ' , ' -1 ' ) ,
( ' 70544 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 525 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Water Elemental ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' mage_pet_bot ' , ' -1 ' ) ,
( ' 70545 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 18922 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Treant ' , NULL , ' ' , ' 0 ' , ' 80 ' , ' 80 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' druid_pet_bot ' , ' -1 ' ) ,
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
-- 70546 - 70550 reserved for pets
2019-10-30 17:13:18 +07:00
( ' 70551 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17659 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Gorkramato ' , ' Blademaster Bot ' , ' ' , ' 0 ' , ' 81 ' , ' 81 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 4 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157560 ' , ' blademaster_bot ' , ' -1 ' ) ,
( ' 70552 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 17659 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Mirror Image (Blademaster) ' , ' Blademaster bot ' , ' ' , ' 0 ' , ' 81 ' , ' 81 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 4 ' , ' 0 ' , ' 2200 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157560 ' , ' blademaster_bot ' , ' -1 ' ) ,
( ' 70553 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 15343 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Osis ' , ' Obsidian Destroyer Bot ' , ' ' , ' 0 ' , ' 83 ' , ' 83 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 0.7 ' , ' 2 ' , ' 0 ' , ' 1200 ' , ' 1200 ' , ' 8 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 10 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' sphynx_bot ' , ' -1 ' ) ,
( ' 70554 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 15343 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Amot ' , ' Obsidian Destroyer Bot ' , ' ' , ' 0 ' , ' 83 ' , ' 83 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 0.7 ' , ' 2 ' , ' 0 ' , ' 1200 ' , ' 1200 ' , ' 8 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 10 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' sphynx_bot ' , ' -1 ' ) ,
( ' 70555 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 6769 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Detrae ' , ' Archmage Bot ' , ' ' , ' 0 ' , ' 81 ' , ' 81 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 4 ' , ' 0 ' , ' 1420 ' , ' 1420 ' , ' 8 ' , ' 0 ' , ' 16432 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 2048 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 68157552 ' , ' archmage_bot ' , ' -1 ' ) ,
( ' 70556 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 5561 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Water Elemental ' , NULL , ' ' , ' 0 ' , ' 81 ' , ' 81 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 1500 ' , ' 1500 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 4 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' archmage_pet_bot ' , ' -1 ' ) ,
( ' 70557 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 348 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Neroth ' , ' Dreadlord Bot ' , ' ' , ' 0 ' , ' 83 ' , ' 83 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1.5 ' , ' 2 ' , ' 0 ' , ' 1300 ' , ' 1300 ' , ' 2 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' dreadlord_bot ' , ' -1 ' ) ,
( ' 70558 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 348 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Fearoth ' , ' Dreadlord Bot ' , ' ' , ' 0 ' , ' 83 ' , ' 83 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1.5 ' , ' 2 ' , ' 0 ' , ' 1300 ' , ' 1300 ' , ' 2 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' dreadlord_bot ' , ' -1 ' ) ,
( ' 70559 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 348 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Zalamon ' , ' Dreadlord Bot ' , ' ' , ' 0 ' , ' 83 ' , ' 83 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1.5 ' , ' 2 ' , ' 0 ' , ' 1300 ' , ' 1300 ' , ' 2 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' dreadlord_bot ' , ' -1 ' ) ,
( ' 70560 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 348 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Lotthicus ' , ' Dreadlord Bot ' , ' ' , ' 0 ' , ' 83 ' , ' 83 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1.5 ' , ' 2 ' , ' 0 ' , ' 1300 ' , ' 1300 ' , ' 2 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' dreadlord_bot ' , ' -1 ' ) ,
( ' 70561 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 348 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Ramarot ' , ' Dreadlord Bot ' , ' ' , ' 0 ' , ' 83 ' , ' 83 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1.5 ' , ' 2 ' , ' 0 ' , ' 1300 ' , ' 1300 ' , ' 2 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' dreadlord_bot ' , ' -1 ' ) ,
( ' 70562 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 169 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Infernal ' , NULL , ' ' , ' 0 ' , ' 83 ' , ' 83 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.2 ' , ' 1.3 ' , ' 1.5 ' , ' 0 ' , ' 2 ' , ' 1350 ' , ' 1350 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 3 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 135266416 ' , ' dreadlord_pet_bot ' , ' -1 ' ) ,
( ' 70563 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 15511 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Eanor ' , ' Spell Breaker Bot ' , ' ' , ' 0 ' , ' 81 ' , ' 81 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1.5 ' , ' 4 ' , ' 0 ' , ' 1900 ' , ' 1900 ' , ' 2 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' spellbreaker_bot ' , ' -1 ' ) ,
( ' 70564 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 15511 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Narsen ' , ' Spell Breaker Bot ' , ' ' , ' 0 ' , ' 81 ' , ' 81 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1.5 ' , ' 4 ' , ' 0 ' , ' 1900 ' , ' 1900 ' , ' 2 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' spellbreaker_bot ' , ' -1 ' ) ,
( ' 70565 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 15511 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Caelnor ' , ' Spell Breaker Bot ' , ' ' , ' 0 ' , ' 81 ' , ' 81 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1.5 ' , ' 4 ' , ' 0 ' , ' 1900 ' , ' 1900 ' , ' 2 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' spellbreaker_bot ' , ' -1 ' ) ,
( ' 70566 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 15511 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Daenste ' , ' Spell Breaker Bot ' , ' ' , ' 0 ' , ' 81 ' , ' 81 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1.5 ' , ' 4 ' , ' 0 ' , ' 1900 ' , ' 1900 ' , ' 2 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' spellbreaker_bot ' , ' -1 ' ) ,
( ' 70567 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 15511 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Neshdar ' , ' Spell Breaker Bot ' , ' ' , ' 0 ' , ' 81 ' , ' 81 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1.5 ' , ' 4 ' , ' 0 ' , ' 1900 ' , ' 1900 ' , ' 2 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 7 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' spellbreaker_bot ' , ' -1 ' ) ,
( ' 70568 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 30072 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Mara ' , ' Dark Ranger Bot ' , ' ' , ' 0 ' , ' 83 ' , ' 83 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 2 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 6 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' dark_ranger_bot ' , ' -1 ' ) ,
( ' 70569 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 30072 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Tani ' , ' Dark Ranger Bot ' , ' ' , ' 0 ' , ' 83 ' , ' 83 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 2 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 6 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' dark_ranger_bot ' , ' -1 ' ) ,
( ' 70570 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 30072 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Eva ' , ' Dark Ranger Bot ' , ' ' , ' 0 ' , ' 83 ' , ' 83 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 2 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 6 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' dark_ranger_bot ' , ' -1 ' ) ,
( ' 70571 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 30072 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Darise ' , ' Dark Ranger Bot ' , ' ' , ' 0 ' , ' 83 ' , ' 83 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 2 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 6 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' dark_ranger_bot ' , ' -1 ' ) ,
( ' 70572 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 30072 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Lyra ' , ' Dark Ranger Bot ' , ' ' , ' 0 ' , ' 83 ' , ' 83 ' , ' 2 ' , ' 35 ' , ' 1 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 2 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 8 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 6 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' dark_ranger_bot ' , ' -1 ' ) ,
( ' 70573 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 30363 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Dark Minion ' , NULL , ' ' , ' 0 ' , ' 83 ' , ' 83 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 6 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' dark_ranger_pet_bot ' , ' -1 ' ) ,
( ' 70574 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 30363 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' Dark Minion ' , NULL , ' ' , ' 0 ' , ' 83 ' , ' 83 ' , ' 2 ' , ' 35 ' , ' 0 ' , ' 1.1 ' , ' 1.1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 2000 ' , ' 2000 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 6 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 1 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' dark_ranger_pet_bot ' , ' -1 ' ) ;
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
-- 70575 - 71000 reserved for custom stuff
NPCBots v4.0.16a
Make bots static in world (Closes #77, Closes #72, Closes #89, Closes #90, Closes #68, Closes #96, Closes #101, Closes #104). Drop 4.3.4 branch support (Closes #74, Closes #75, Closes #85, Closes #87) Add basic honor for bots (Closes #30). Bots' stats are no longer depend on players (Closes #83, Ref #97, Ref #98). Convert equips from ItemTemplate* from Item* and make bots use real items and benefit from all items properties except certain class ability improvements (increase damage, decrease cast time, etc.) (Closes #51). Add Auto-equip option, allows to quick-equip items with simple item comparison algorithm (item level) (Closes #63). Add 'Unequip all' option, allows to unequip all items (Closes #95). Make npcbots' stats fully player-like (Ref #97, Closes #98). Disable custom cooldowns (Closes #97, Closes #100). Modify bots' formation to never spread too much (Closes #99). Allow bots to attack neutral units (Closes #107). Allow npcbots to queue into Dungeon Finder with master (Closes #20). No manual yet
2014-06-11 22:01:19 +07:00
-- GOSSIPS --
delete from ` npc_text ` where ID between @ BOT_START and @ BOT_END ;
2019-10-30 17:13:18 +07:00
insert into ` npc_text ` ( ` ID ` , ` text0_0 ` , ` VerifiedBuild ` )
NPCBots v4.0.16a
Make bots static in world (Closes #77, Closes #72, Closes #89, Closes #90, Closes #68, Closes #96, Closes #101, Closes #104). Drop 4.3.4 branch support (Closes #74, Closes #75, Closes #85, Closes #87) Add basic honor for bots (Closes #30). Bots' stats are no longer depend on players (Closes #83, Ref #97, Ref #98). Convert equips from ItemTemplate* from Item* and make bots use real items and benefit from all items properties except certain class ability improvements (increase damage, decrease cast time, etc.) (Closes #51). Add Auto-equip option, allows to quick-equip items with simple item comparison algorithm (item level) (Closes #63). Add 'Unequip all' option, allows to unequip all items (Closes #95). Make npcbots' stats fully player-like (Ref #97, Closes #98). Disable custom cooldowns (Closes #97, Closes #100). Modify bots' formation to never spread too much (Closes #99). Allow bots to attack neutral units (Closes #107). Allow npcbots to queue into Dungeon Finder with master (Closes #20). No manual yet
2014-06-11 22:01:19 +07:00
values
2019-10-30 17:13:18 +07:00
( ' 70001 ' , ' I live only to serve the master. ' , ' -1 ' ) ,
( ' 70002 ' , ' You need something? ' , ' -1 ' ) ,
( ' 70003 ' , ' Mortals... usually I kill wretches like you at sight. ' , ' -1 ' ) ,
( ' 70004 ' , ' <You see what is supposed to be an obsidian destroyer. This one looks different though, damaged and faded, and does not react to your presence. You recall the Scourge have been using their own versions of those at some point in the past. How the hell did it end up here? After further examination you notice an opening on creature\ ' s back . > ' , ' - 1 ' ),
( ' 70005 ' , ' <Obsidian Destroyer stares at you and makes a low growling sound.> ' , ' -1 ' ) ,
( ' 70006 ' , ' Are you surprised, mortal? As a lesser nathrezim I have to resort to seeking out allies. You look like you could amuse me at least. ' , ' -1 ' ) ,
( ' 70007 ' , ' What is it now, mortal? ' , ' -1 ' ) ,
( ' 70008 ' , ' Can you just leave me be? <sigh> ' , ' -1 ' ) ,
( ' 70009 ' , ' Now what? ' , ' -1 ' ) ,
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
-- 70010 - 70100 reserved for standard/greet gossips
2019-10-30 17:13:18 +07:00
( ' 70101 ' , ' |cffff3300Blademaster|r$b|cffdd6600-=Warcraft III tribute=-|r$B$B\"An elite swordsman, former member of Burning Blade clan, now an elite fighter within the Horde\".$B$BMain attribute: Agility.$B$BNetherwalk (Windwalk). Allows Blademaster to become invisible, and move faster for a set amount of time. When the Blademaster attacks a unit to break invisibility, he will deal bonus damage.$B$BMirror Image. Confuses the enemy by creating illusions of the Blademaster and dispelling all magic from the Blademaster.$B$BCritical Strike (passive). Gives a 15% chance to deal critical x2(x3,x4) times normal damage on his attacks.$B$BBladestorm (NIY). Grants immunity to magic and deals damage to all surrounding enemies.$B$B ' , ' -1 ' ) ,
2020-05-16 12:15:45 +07:00
( ' 70102 ' , ' |cff9900ccObsidian Destroyer|r$b|cffdd6600-=Warcraft III tribute=-|r$B$B\"An obsidian winged monstrocity with insatiable hunger for magic\".$B$BHigh armor, very high resistances, partially immune to magic, loses mana over time and doesn\ ' t benefit from passive mana regeneration effects , mail / plate armor , dual - wielding wands , deals spellshadow damage , no physical attack , cannot attack enemies not in front while moving , spell power bonus : 50 % attack power + 200 % intellect + wands damage . $ B $ BDevour Magic . Dispels up to 2 magic effects from enemies , up to 2 magic effects and up to 2 curses from allies and damaging summoned units in 20 yards area . Every dispelled effect restores 20 % mana and 5 % health , 7 seconds cooldown . $ B $ BShadow Blast . Empowered attack that deals increased splash damage . $ B $ BDrain Mana . Drains all mana ( limited by caster \ ' s mana pool) from a random friendly unit.$B$BReplenish Mana. Energizes surrounding party and raid members within 25 yards for 2% of their maximum mana nullifying caster\ ' s mana , affects up to 10 targets , 3 seconds cooldown . $ B $ BRegenerating Aura . Heals surrounding party and raid members within 25 yards for 3 % of their maximum health null ifying caster \ ' s mana, affects up to 10 targets, 3 seconds cooldown.$B$BShadow Armor (passive). Restores mana equal to a percentage of damage taken.$B$B ' , ' -1 ' ) ,
2019-10-30 17:13:18 +07:00
( ' 70103 ' , ' |cff0000ddArchmage|r$b|cffdd6600-=Warcraft III tribute=-|r$B$BSpell damage taken reduced by 35%, partially immune to control effects, cloth armor, deals spellsfire/spellfrost damage, no physical attack, spell power bonus: 100% intellect. Main attribute: Intellect.$B$BBlizzard. Your typical blizzard, just a little more powerful, 6 seconds cooldown.$B$BSummon Water Elemental. Summons a water elemental to attack archmage\ ' s enemies for 1 min , 20 seconds cooldown . $ B $ BBrilliance Aura . Increases maximum mana by 10 % and greatly increases mana regeneration of party and raid members within 40 yards . $ B $ BMass Teleport . NIY . ' , ' - 1 ' ),
( ' 70104 ' , ' |cff9900ccDreadlord|r$b|cffdd6600-=Warcraft III tribute=-|r$B$B\"Incredibly powerful demon who wields power of darkness and mental domination\".$B$BHigh armor, high resistances, partially immune to control effects, damage taken speeds up spells recharge, plate armor, deals melee/spellshadow damage, bonus damage against incapacitated targets, spell power bonus: 200% strength. Main attribute: Strength.$B$BCarrion Swarm. Sends a horde of bats combined with chaotic magic to damage enemies in a very large frontal cone, cannot crit, 10 seconds cooldown.$B$BSleep. Puts the enemy target to sleep for 60 seconds and allows next physical attack on that target to bypass armor, direct damage caused will awaken the target, 6 seconds cooldown.$B$BVampiric Aura. Increases physical critical damage by 5% and heals party and raid members within 40 yards for a percentage (100% for Dreadlord and 25% for everyone else) of damage done by melee physical attacks and Carrion Swarm, no threat.$B$BSummon Infernal Servant. Calls an infernal down from the sky dealing damage and stunning enemy units, infernal is very resistant to magic and lasts 180 seconds, 180 seconds cooldown. ' , ' -1 ' ) ,
2020-05-16 12:15:45 +07:00
( ' 70105 ' , ' |cff0000ddSpell Breaker|r$b|cffdd6600-=Warcraft III tribute=-|r$B$B\"An elven warrior trained to disrupt and contort magical energies\".$B$BSpell damage taken reduced by 75%, partially immune to control effects, armor penalty -30%, mail/plate armor, deals melee/arcane damage, spell power bonus: 200% strength. Main attribute: Strength.$B$BSteal Magic (Spellsteal). Steals a benefical spell from an enemy and applies it to a nearby ally or removes a negative spell from an ally and applies it to a nearby enemy, affects magic and curse effects, 3 seconds cooldown.$B$BFeedback (passive). Successful melee attacks burn target\ ' s mana equal to damage caused ( increased by spellpower ) dealing arcane damage . If target is drained , Spell Breaker \ ' s melee attacks will do triple damage with increased critical strike chance ' , ' -1 ' ) ,
2019-10-30 17:13:18 +07:00
( ' 70106 ' , ' |cff9900ccDark Ranger|r$b|cffdd6600-=Warcraft III tribute=-|r$B$B\"A former ranger of Quel\ ' thalas forcibly raised from the dead \ " .$B$BSpell damage taken reduced by 35%, undead, partially immune to control effects, leather/cloth armor, deals physical/spellshadow damage, stick to shadows and generates no threat, spell power bonus: 50% intellect. Main attribute: Agility.$B$BSilence. Silences an enemy and up to 4 nearby targets for 8 seconds, 15 seconds cooldown.$B$BBlack Arrow. Fires a cursed arrow dealing 150% weapon damage and additional spellshadow damage over time. If affected target dies from Dark Ranger\'s damage, Dark Minion will spawn from the corpse (maximum 5 Minions, 80 seconds duration, only works on humanoids, beasts and dragonkin). Deals five times more damage if target is under 20% health.$B$BDrain Life. Drains health from an enemy every second for 5 seconds, healing Dark Ranger for 200% of the drained amount.','-1');
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
-- 70107 - 70200 reserved for custom class descriptions
NPCBots v4.0.16a
Make bots static in world (Closes #77, Closes #72, Closes #89, Closes #90, Closes #68, Closes #96, Closes #101, Closes #104). Drop 4.3.4 branch support (Closes #74, Closes #75, Closes #85, Closes #87) Add basic honor for bots (Closes #30). Bots' stats are no longer depend on players (Closes #83, Ref #97, Ref #98). Convert equips from ItemTemplate* from Item* and make bots use real items and benefit from all items properties except certain class ability improvements (increase damage, decrease cast time, etc.) (Closes #51). Add Auto-equip option, allows to quick-equip items with simple item comparison algorithm (item level) (Closes #63). Add 'Unequip all' option, allows to unequip all items (Closes #95). Make npcbots' stats fully player-like (Ref #97, Closes #98). Disable custom cooldowns (Closes #97, Closes #100). Modify bots' formation to never spread too much (Closes #99). Allow bots to attack neutral units (Closes #107). Allow npcbots to queue into Dungeon Finder with master (Closes #20). No manual yet
2014-06-11 22:01:19 +07:00
-- OUTFITS --
-- Npc Dress mod by Rochet2
CREATE TABLE IF NOT EXISTS ` creature_template_outfits ` (
` entry ` INT ( 10 ) UNSIGNED NOT NULL ,
` race ` tinyint ( 3 ) UNSIGNED NOT NULL DEFAULT ' 1 ' ,
` gender ` tinyint ( 3 ) UNSIGNED NOT NULL DEFAULT ' 0 ' COMMENT ' 0 for male, 1 for female ' ,
` skin ` tinyint ( 3 ) UNSIGNED NOT NULL DEFAULT ' 0 ' ,
` face ` tinyint ( 3 ) UNSIGNED NOT NULL DEFAULT ' 0 ' ,
` hair ` tinyint ( 3 ) UNSIGNED NOT NULL DEFAULT ' 0 ' ,
` haircolor ` tinyint ( 3 ) UNSIGNED NOT NULL DEFAULT ' 0 ' ,
` facialhair ` tinyint ( 3 ) UNSIGNED NOT NULL DEFAULT ' 0 ' ,
` head ` INT ( 10 ) UNSIGNED NOT NULL DEFAULT ' 0 ' ,
` shoulders ` INT ( 10 ) UNSIGNED NOT NULL DEFAULT ' 0 ' ,
` body ` INT ( 10 ) UNSIGNED NOT NULL DEFAULT ' 0 ' ,
` chest ` INT ( 10 ) UNSIGNED NOT NULL DEFAULT ' 0 ' ,
` waist ` INT ( 10 ) UNSIGNED NOT NULL DEFAULT ' 0 ' ,
` legs ` INT ( 10 ) UNSIGNED NOT NULL DEFAULT ' 0 ' ,
` feet ` INT ( 10 ) UNSIGNED NOT NULL DEFAULT ' 0 ' ,
` wrists ` INT ( 10 ) UNSIGNED NOT NULL DEFAULT ' 0 ' ,
` hands ` INT ( 10 ) UNSIGNED NOT NULL DEFAULT ' 0 ' ,
` back ` INT ( 10 ) UNSIGNED NOT NULL DEFAULT ' 0 ' ,
` tabard ` INT ( 10 ) UNSIGNED NOT NULL DEFAULT ' 0 ' ,
PRIMARY KEY ( ` entry ` )
) ENGINE = InnoDB DEFAULT CHARSET = utf8 ;
-- End Npc Dress mod
replace into ` creature_template_outfits ` ( ` entry ` , ` race ` , ` gender ` , ` skin ` , ` face ` , ` hair ` , ` haircolor ` , ` facialhair ` , ` head ` , ` shoulders ` , ` body ` , ` chest ` , ` waist ` , ` legs ` , ` feet ` , ` wrists ` , ` hands ` , ` back ` , ` tabard ` )
values
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
( ' 70551 ' , ' 2 ' , ' 0 ' , ' 0 ' , ' 14 ' , ' 9 ' , ' 7 ' , ' 5 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 59194 ' , ' 64674 ' , ' 0 ' , ' 36248 ' , ' 0 ' , ' 0 ' , ' 0 ' ) , -- Blademaster
( ' 70552 ' , ' 2 ' , ' 0 ' , ' 0 ' , ' 14 ' , ' 9 ' , ' 7 ' , ' 5 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 0 ' , ' 59194 ' , ' 64674 ' , ' 0 ' , ' 36248 ' , ' 0 ' , ' 0 ' , ' 0 ' ) ; -- Mirror Image (Blademaster)
NPCBots v4.0.16a
Make bots static in world (Closes #77, Closes #72, Closes #89, Closes #90, Closes #68, Closes #96, Closes #101, Closes #104). Drop 4.3.4 branch support (Closes #74, Closes #75, Closes #85, Closes #87) Add basic honor for bots (Closes #30). Bots' stats are no longer depend on players (Closes #83, Ref #97, Ref #98). Convert equips from ItemTemplate* from Item* and make bots use real items and benefit from all items properties except certain class ability improvements (increase damage, decrease cast time, etc.) (Closes #51). Add Auto-equip option, allows to quick-equip items with simple item comparison algorithm (item level) (Closes #63). Add 'Unequip all' option, allows to unequip all items (Closes #95). Make npcbots' stats fully player-like (Ref #97, Closes #98). Disable custom cooldowns (Closes #97, Closes #100). Modify bots' formation to never spread too much (Closes #99). Allow bots to attack neutral units (Closes #107). Allow npcbots to queue into Dungeon Finder with master (Closes #20). No manual yet
2014-06-11 22:01:19 +07:00
-- Customize section
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
SET @ CLASS_WARRIOR = 1 ;
SET @ CLASS_PALADIN = 2 ;
SET @ CLASS_HUNTER = 3 ;
SET @ CLASS_ROGUE = 4 ;
SET @ CLASS_PRIEST = 5 ;
SET @ CLASS_DK = 6 ;
SET @ CLASS_SHAMAN = 7 ;
SET @ CLASS_MAGE = 8 ;
SET @ CLASS_WARLOCK = 9 ;
SET @ CLASS_DRUID = 11 ;
SET @ CLASS_BM = 12 ;
SET @ CLASS_SPHYNX = 13 ;
SET @ CLASS_ARCHMAGE = 14 ;
SET @ CLASS_DREADLORD = 15 ;
SET @ CLASS_SPELLBREAKER = 16 ;
SET @ CLASS_DARK_RANGER = 17 ;
NPCBots v4.0.16a
Make bots static in world (Closes #77, Closes #72, Closes #89, Closes #90, Closes #68, Closes #96, Closes #101, Closes #104). Drop 4.3.4 branch support (Closes #74, Closes #75, Closes #85, Closes #87) Add basic honor for bots (Closes #30). Bots' stats are no longer depend on players (Closes #83, Ref #97, Ref #98). Convert equips from ItemTemplate* from Item* and make bots use real items and benefit from all items properties except certain class ability improvements (increase damage, decrease cast time, etc.) (Closes #51). Add Auto-equip option, allows to quick-equip items with simple item comparison algorithm (item level) (Closes #63). Add 'Unequip all' option, allows to unequip all items (Closes #95). Make npcbots' stats fully player-like (Ref #97, Closes #98). Disable custom cooldowns (Closes #97, Closes #100). Modify bots' formation to never spread too much (Closes #99). Allow bots to attack neutral units (Closes #107). Allow npcbots to queue into Dungeon Finder with master (Closes #20). No manual yet
2014-06-11 22:01:19 +07:00
-- Add flags_extra
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
SET @ EX_NO_PARRY_HASTEN = 8 ; -- 0x00000008 - CREATURE_FLAG_EXTRA_NO_PARRY_HASTEN
SET @ EX_NO_BLOCK = 16 ; -- 0x00000010 - CREATURE_FLAG_EXTRA_NO_BLOCK
SET @ EX_NO_CRUSH = 32 ; -- 0x00000020 - CREATURE_FLAG_EXTRA_NO_CRUSH
SET @ EX_NO_XP = 64 ; -- 0x00000040 - CREATURE_FLAG_EXTRA_NO_XP_AT_KILL
SET @ EX_DIMINISH = 1048576 ; -- 0x00100000 - CREATURE_FLAG_EXTRA_ALL_DIMINISH
SET @ EX_NPCBOT = 67108864 ; -- 0x04000000 - CREATURE_FLAG_EXTRA_NPCBOT - custom flag
SET @ EX_NPCBOT_PET = 134217728 ; -- 0x08000000 - CREATURE_FLAG_EXTRA_NPCBOT_PET - custom flag
SET @ FLAGS_EX = @ EX_NO_BLOCK | @ EX_NO_CRUSH | @ EX_NO_XP | @ EX_DIMINISH | @ EX_NPCBOT ;
SET @ FLAGS_EXN = @ EX_NO_BLOCK | @ EX_NO_CRUSH | @ EX_NO_XP | @ EX_DIMINISH | @ EX_NPCBOT | @ EX_NO_PARRY_HASTEN ;
SET @ FLAGS_EX_PET = @ EX_NO_BLOCK | @ EX_NO_CRUSH | @ EX_NO_XP | @ EX_DIMINISH | @ EX_NPCBOT_PET ;
SET @ FLAGS_EX_PET_BLOCK = @ EX_NO_CRUSH | @ EX_NO_XP | @ EX_DIMINISH | @ EX_NPCBOT_PET ;
NPCBots v4.0.16a
Make bots static in world (Closes #77, Closes #72, Closes #89, Closes #90, Closes #68, Closes #96, Closes #101, Closes #104). Drop 4.3.4 branch support (Closes #74, Closes #75, Closes #85, Closes #87) Add basic honor for bots (Closes #30). Bots' stats are no longer depend on players (Closes #83, Ref #97, Ref #98). Convert equips from ItemTemplate* from Item* and make bots use real items and benefit from all items properties except certain class ability improvements (increase damage, decrease cast time, etc.) (Closes #51). Add Auto-equip option, allows to quick-equip items with simple item comparison algorithm (item level) (Closes #63). Add 'Unequip all' option, allows to unequip all items (Closes #95). Make npcbots' stats fully player-like (Ref #97, Closes #98). Disable custom cooldowns (Closes #97, Closes #100). Modify bots' formation to never spread too much (Closes #99). Allow bots to attack neutral units (Closes #107). Allow npcbots to queue into Dungeon Finder with master (Closes #20). No manual yet
2014-06-11 22:01:19 +07:00
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
-- Add unit_flags
-- SET @U_PVP_ATTACKABLE = 8; -- 0x00000008 - UNIT_FLAG_PVP_ATTACKABLE
SET @ FLAGS_U = 0 ;
SET @ FLAGS_U_PET = 0 ;
-- Add unit_flags2
SET @ U2_MIRROR_IMAGE = 16 ; -- 0x00000010 - UNIT_FLAG2_MIRROR_IMAGE - 22.06.19
SET @ U2_INSTANT_APPEAR_MODEL = 32 ; -- 0x00000020 - UNIT_FLAG2_INSTANTLY_APPEAR_MODEL - 29.05.19
SET @ U2_ENEMY_INTERRACT = 16384 ; -- 0x00004000 - UNIT_FLAG2_ALLOW_ENEMY_INTERACT
-- SET @U2_DISABLE_TURN = 32768; -- 0x00008000 - UNIT_FLAG2_DISABLE_TURN
SET @ FLAGS_U2 = @ U2_MIRROR_IMAGE | @ U2_INSTANT_APPEAR_MODEL | @ U2_ENEMY_INTERRACT ;
SET @ FLAGS_U2_NM = @ U2_INSTANT_APPEAR_MODEL | @ U2_ENEMY_INTERRACT ;
SET @ FLAGS_U2_PET = 0 ;
NPCBots v4.0.16a
Make bots static in world (Closes #77, Closes #72, Closes #89, Closes #90, Closes #68, Closes #96, Closes #101, Closes #104). Drop 4.3.4 branch support (Closes #74, Closes #75, Closes #85, Closes #87) Add basic honor for bots (Closes #30). Bots' stats are no longer depend on players (Closes #83, Ref #97, Ref #98). Convert equips from ItemTemplate* from Item* and make bots use real items and benefit from all items properties except certain class ability improvements (increase damage, decrease cast time, etc.) (Closes #51). Add Auto-equip option, allows to quick-equip items with simple item comparison algorithm (item level) (Closes #63). Add 'Unequip all' option, allows to unequip all items (Closes #95). Make npcbots' stats fully player-like (Ref #97, Closes #98). Disable custom cooldowns (Closes #97, Closes #100). Modify bots' formation to never spread too much (Closes #99). Allow bots to attack neutral units (Closes #107). Allow npcbots to queue into Dungeon Finder with master (Closes #20). No manual yet
2014-06-11 22:01:19 +07:00
2019-10-30 17:13:18 +07:00
-- Add type_flags
SET @ CT_CAN_ASSIST = 4096 ; -- 0x00001000 - CREATURE_TYPE_FLAG_CAN_ASSIST - 26.10.19
SET @ FLAGS_CT = @ CT_CAN_ASSIST ;
NPCBots v4.0.16a
Make bots static in world (Closes #77, Closes #72, Closes #89, Closes #90, Closes #68, Closes #96, Closes #101, Closes #104). Drop 4.3.4 branch support (Closes #74, Closes #75, Closes #85, Closes #87) Add basic honor for bots (Closes #30). Bots' stats are no longer depend on players (Closes #83, Ref #97, Ref #98). Convert equips from ItemTemplate* from Item* and make bots use real items and benefit from all items properties except certain class ability improvements (increase damage, decrease cast time, etc.) (Closes #51). Add Auto-equip option, allows to quick-equip items with simple item comparison algorithm (item level) (Closes #63). Add 'Unequip all' option, allows to unequip all items (Closes #95). Make npcbots' stats fully player-like (Ref #97, Closes #98). Disable custom cooldowns (Closes #97, Closes #100). Modify bots' formation to never spread too much (Closes #99). Allow bots to attack neutral units (Closes #107). Allow npcbots to queue into Dungeon Finder with master (Closes #20). No manual yet
2014-06-11 22:01:19 +07:00
2019-10-30 17:13:18 +07:00
-- general
UPDATE ` creature_template ` SET type_flags : = ` type_flags ` | @ FLAGS_CT WHERE ` entry ` BETWEEN @ BOT_START AND @ BOT_END ;
-- minions
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 80 , maxlevel : = 80 , BaseAttackTime : = 3300 , RangeAttackTime : = 2000 , dynamicflags : = 0 , speed_walk : = 1 . 1 , speed_run : = 1 . 1 , scale : = 1 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , mechanic_immune_mask : = 0 , flags_extra : = @ FLAGS_EX , unit_flags : = ` unit_flags ` | @ FLAGS_U , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2 , AIName : = ' '
WHERE ` entry ` IN ( SELECT ` entry ` FROM ` creature_template_npcbot_extras ` WHERE ` class ` = @ CLASS_DK ) ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 80 , maxlevel : = 80 , BaseAttackTime : = 2200 , RangeAttackTime : = 2000 , dynamicflags : = 0 , speed_walk : = 1 . 1 , speed_run : = 1 . 1 , scale : = 1 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , mechanic_immune_mask : = 0 , flags_extra : = @ FLAGS_EX , unit_flags : = ` unit_flags ` | @ FLAGS_U , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2 , AIName : = ' '
WHERE ` entry ` IN ( SELECT ` entry ` FROM ` creature_template_npcbot_extras ` WHERE ` class ` = @ CLASS_DRUID ) ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 80 , maxlevel : = 80 , BaseAttackTime : = 2800 , RangeAttackTime : = 2000 , dynamicflags : = 0 , speed_walk : = 1 . 1 , speed_run : = 1 . 1 , scale : = 1 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , mechanic_immune_mask : = 0 , flags_extra : = @ FLAGS_EX , unit_flags : = ` unit_flags ` | @ FLAGS_U , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2 , AIName : = ' '
WHERE ` entry ` IN ( SELECT ` entry ` FROM ` creature_template_npcbot_extras ` WHERE ` class ` = @ CLASS_HUNTER ) ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 80 , maxlevel : = 80 , BaseAttackTime : = 3800 , RangeAttackTime : = 2000 , dynamicflags : = 0 , speed_walk : = 1 . 1 , speed_run : = 1 . 1 , scale : = 1 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , mechanic_immune_mask : = 0 , flags_extra : = @ FLAGS_EX , unit_flags : = ` unit_flags ` | @ FLAGS_U , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2 , AIName : = ' '
WHERE ` entry ` IN ( SELECT ` entry ` FROM ` creature_template_npcbot_extras ` WHERE ` class ` = @ CLASS_MAGE ) ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 80 , maxlevel : = 80 , BaseAttackTime : = 2300 , RangeAttackTime : = 2000 , dynamicflags : = 0 , speed_walk : = 1 . 1 , speed_run : = 1 . 1 , scale : = 1 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , mechanic_immune_mask : = 0 , flags_extra : = @ FLAGS_EX , unit_flags : = ` unit_flags ` | @ FLAGS_U , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2 , AIName : = ' '
WHERE ` entry ` IN ( SELECT ` entry ` FROM ` creature_template_npcbot_extras ` WHERE ` class ` = @ CLASS_PALADIN ) ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 80 , maxlevel : = 80 , BaseAttackTime : = 3600 , RangeAttackTime : = 2000 , dynamicflags : = 0 , speed_walk : = 1 . 1 , speed_run : = 1 . 1 , scale : = 1 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , mechanic_immune_mask : = 0 , flags_extra : = @ FLAGS_EX , unit_flags : = ` unit_flags ` | @ FLAGS_U , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2 , AIName : = ' '
WHERE ` entry ` IN ( SELECT ` entry ` FROM ` creature_template_npcbot_extras ` WHERE ` class ` = @ CLASS_PRIEST ) ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 80 , maxlevel : = 80 , BaseAttackTime : = 1600 , RangeAttackTime : = 2000 , dynamicflags : = 0 , speed_walk : = 1 . 1 , speed_run : = 1 . 1 , scale : = 1 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , mechanic_immune_mask : = 0 , flags_extra : = @ FLAGS_EX , unit_flags : = ` unit_flags ` | @ FLAGS_U , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2 , AIName : = ' '
WHERE ` entry ` IN ( SELECT ` entry ` FROM ` creature_template_npcbot_extras ` WHERE ` class ` = @ CLASS_ROGUE ) ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 80 , maxlevel : = 80 , BaseAttackTime : = 2600 , RangeAttackTime : = 2000 , dynamicflags : = 0 , speed_walk : = 1 . 1 , speed_run : = 1 . 1 , scale : = 1 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , mechanic_immune_mask : = 0 , flags_extra : = @ FLAGS_EX , unit_flags : = ` unit_flags ` | @ FLAGS_U , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2 , AIName : = ' '
WHERE ` entry ` IN ( SELECT ` entry ` FROM ` creature_template_npcbot_extras ` WHERE ` class ` = @ CLASS_SHAMAN ) ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 80 , maxlevel : = 80 , BaseAttackTime : = 3500 , RangeAttackTime : = 2000 , dynamicflags : = 0 , speed_walk : = 1 . 1 , speed_run : = 1 . 1 , scale : = 1 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , mechanic_immune_mask : = 0 , flags_extra : = @ FLAGS_EX , unit_flags : = ` unit_flags ` | @ FLAGS_U , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2 , AIName : = ' '
WHERE ` entry ` IN ( SELECT ` entry ` FROM ` creature_template_npcbot_extras ` WHERE ` class ` = @ CLASS_WARLOCK ) ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 80 , maxlevel : = 80 , BaseAttackTime : = 3400 , RangeAttackTime : = 2000 , dynamicflags : = 0 , speed_walk : = 1 . 1 , speed_run : = 1 . 1 , scale : = 1 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , mechanic_immune_mask : = 0 , flags_extra : = @ FLAGS_EX , unit_flags : = ` unit_flags ` | @ FLAGS_U , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2 , AIName : = ' '
WHERE ` entry ` IN ( SELECT ` entry ` FROM ` creature_template_npcbot_extras ` WHERE ` class ` = @ CLASS_WARRIOR ) ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 81 , maxlevel : = 81 , BaseAttackTime : = 1940 , RangeAttackTime : = 1940 , dynamicflags : = 0 , speed_walk : = 1 . 1 , speed_run : = 1 . 1 , scale : = 1 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , mechanic_immune_mask : = 1 , flags_extra : = @ FLAGS_EXN , unit_flags : = ` unit_flags ` | @ FLAGS_U , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2 , AIName : = ' '
WHERE ` entry ` IN ( SELECT ` entry ` FROM ` creature_template_npcbot_extras ` WHERE ` class ` = @ CLASS_BM ) ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 83 , maxlevel : = 83 , BaseAttackTime : = 1350 , RangeAttackTime : = 1350 , dynamicflags : = 0 , speed_walk : = 1 . 1 , speed_run : = 1 . 1 , scale : = 0 . 7 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , mechanic_immune_mask : = 0 , flags_extra : = @ FLAGS_EX , unit_flags : = ` unit_flags ` | @ FLAGS_U , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2_NM , AIName : = ' '
WHERE ` entry ` IN ( SELECT ` entry ` FROM ` creature_template_npcbot_extras ` WHERE ` class ` = @ CLASS_SPHYNX ) ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 81 , maxlevel : = 81 , BaseAttackTime : = 1420 , RangeAttackTime : = 1420 , dynamicflags : = 0 , speed_walk : = 1 . 1 , speed_run : = 2 . 1 , scale : = 1 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , mechanic_immune_mask : = 0 , flags_extra : = @ FLAGS_EX , unit_flags : = ` unit_flags ` | @ FLAGS_U , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2 , AIName : = ' '
WHERE ` entry ` IN ( SELECT ` entry ` FROM ` creature_template_npcbot_extras ` WHERE ` class ` = @ CLASS_ARCHMAGE ) ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 83 , maxlevel : = 83 , BaseAttackTime : = 2600 , RangeAttackTime : = 2600 , dynamicflags : = 0 , speed_walk : = 1 . 1 , speed_run : = 1 . 1 , scale : = 1 . 2 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , mechanic_immune_mask : = 0 , flags_extra : = @ FLAGS_EX , unit_flags : = ` unit_flags ` | @ FLAGS_U , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2_NM , AIName : = ' '
WHERE ` entry ` IN ( SELECT ` entry ` FROM ` creature_template_npcbot_extras ` WHERE ` class ` = @ CLASS_DREADLORD ) ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 81 , maxlevel : = 81 , BaseAttackTime : = 1900 , RangeAttackTime : = 1900 , dynamicflags : = 0 , speed_walk : = 1 . 1 , speed_run : = 1 . 1 , scale : = 1 . 1 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , mechanic_immune_mask : = 0 , flags_extra : = @ FLAGS_EX , unit_flags : = ` unit_flags ` | @ FLAGS_U , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2_NM , AIName : = ' '
WHERE ` entry ` IN ( SELECT ` entry ` FROM ` creature_template_npcbot_extras ` WHERE ` class ` = @ CLASS_SPELLBREAKER ) ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 82 , maxlevel : = 82 , BaseAttackTime : = 2000 , RangeAttackTime : = 2000 , dynamicflags : = 0 , speed_walk : = 1 . 1 , speed_run : = 1 . 1 , scale : = 1 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , mechanic_immune_mask : = 0 , flags_extra : = @ FLAGS_EX , unit_flags : = ` unit_flags ` | @ FLAGS_U , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2_NM , AIName : = ' '
WHERE ` entry ` IN ( SELECT ` entry ` FROM ` creature_template_npcbot_extras ` WHERE ` class ` = @ CLASS_DARK_RANGER ) ;
NPCBots v4.0.16a
Make bots static in world (Closes #77, Closes #72, Closes #89, Closes #90, Closes #68, Closes #96, Closes #101, Closes #104). Drop 4.3.4 branch support (Closes #74, Closes #75, Closes #85, Closes #87) Add basic honor for bots (Closes #30). Bots' stats are no longer depend on players (Closes #83, Ref #97, Ref #98). Convert equips from ItemTemplate* from Item* and make bots use real items and benefit from all items properties except certain class ability improvements (increase damage, decrease cast time, etc.) (Closes #51). Add Auto-equip option, allows to quick-equip items with simple item comparison algorithm (item level) (Closes #63). Add 'Unequip all' option, allows to unequip all items (Closes #95). Make npcbots' stats fully player-like (Ref #97, Closes #98). Disable custom cooldowns (Closes #97, Closes #100). Modify bots' formation to never spread too much (Closes #99). Allow bots to attack neutral units (Closes #107). Allow npcbots to queue into Dungeon Finder with master (Closes #20). No manual yet
2014-06-11 22:01:19 +07:00
-- pets
NPCBots v4.7.0a
Changes&Fixes:
Bots equips are now automatically generated (world_generate_bot_equips.sql)
Free bots no longer use healing spells
Bots no longer buff bot pets
Split follow distance and attack distance. Follow distance still determines engage distance; attack distance determines combat positioning
No more pvp attackable state inconsistencies
Healing algorithm has been changed to compare expected damage taken against spell heal amount
DPS bonus from ammo is now emulated
Honor gain for bot kills has been fixed
Crowd control effects duration fixed when casted by bots on players
Tons of other small fixes.
New stuff:
New custom classes (Warcraft III tribute): Obsidian Destroyer, Archmage, Dreadlord, Spell Breaker, Dark Ranger. Use gossip option <study the creature> for the info on the class
Bots appearances are added. Equips are now visible on bots (delayed update)
Pets are back, old and new! Water Elemental (Archmage), Dark Minion (Dark Ranger), Infernal (Dreadlord), Ghoul (Death Knight), Force of Nature (Druid), all Hunter pets (normal and exotic), Water Elemental (Mage), Shadowfiend (Priest), Spirit Wolf (Shaman), Imp, Voidwalker, Succubus, Felhound and Felguard (Warlock)
Mage, Priest and Warlock bots now can use wands
You can choose pet type for bots to use
Refreshment Table, Soulwell
Some other missing class spells added
New config settings (check your worldserver.conf for details)
2019-10-17 10:24:58 +07:00
SET @ PET_START = 70501 ;
SET @ PET_END = 70550 ;
SET @ PET_WATER_ELEMENTAL = 70556 ;
SET @ PET_INFERNAL = 70562 ;
SET @ PET_DARK_MINION = 70573 ;
SET @ PET_DARK_MINION_ELITE = 70574 ;
2019-10-30 17:13:18 +07:00
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 80 , maxlevel : = 80 , dynamicflags : = 0 , speed_walk : = 1 . 2 , speed_run : = 1 . 3 , scale : = 1 . 0 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , flags_extra : = @ FLAGS_EX_PET , unit_flags : = ` unit_flags ` | @ FLAGS_U_PET , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2_PET , AIName : = ' '
WHERE ` entry ` BETWEEN @ PET_START and @ PET_END ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 81 , maxlevel : = 81 , dynamicflags : = 0 , speed_walk : = 1 . 2 , speed_run : = 1 . 3 , scale : = 1 . 3 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , flags_extra : = @ FLAGS_EX_PET , unit_flags : = ` unit_flags ` | @ FLAGS_U_PET , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2_PET , AIName : = ' '
WHERE ` entry ` = @ PET_WATER_ELEMENTAL ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 83 , maxlevel : = 83 , dynamicflags : = 0 , speed_walk : = 1 . 2 , speed_run : = 1 . 3 , scale : = 1 . 5 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , flags_extra : = @ FLAGS_EX_PET , unit_flags : = ` unit_flags ` | @ FLAGS_U_PET , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2_PET , AIName : = ' '
WHERE ` entry ` = @ PET_INFERNAL ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 83 , maxlevel : = 83 , dynamicflags : = 0 , speed_walk : = 1 . 2 , speed_run : = 1 . 3 , scale : = 0 . 8 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , flags_extra : = @ FLAGS_EX_PET_BLOCK , unit_flags : = ` unit_flags ` | @ FLAGS_U_PET , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2_PET , AIName : = ' '
WHERE ` entry ` = @ PET_DARK_MINION ;
UPDATE ` creature_template ` SET exp : = 2 , faction : = 35 , minlevel : = 83 , maxlevel : = 83 , dynamicflags : = 0 , speed_walk : = 1 . 2 , speed_run : = 1 . 3 , scale : = 0 . 9 , HealthModifier : = 1 , ManaModifier : = 1 , ArmorModifier : = 1 , RegenHealth : = 0 , flags_extra : = @ FLAGS_EX_PET_BLOCK , unit_flags : = ` unit_flags ` | @ FLAGS_U_PET , unit_flags2 : = ` unit_flags2 ` | @ FLAGS_U2_PET , AIName : = ' '
WHERE ` entry ` = @ PET_DARK_MINION_ELITE ;