Ядра от ZG-Team - Страница 2 - Форум администраторов игровых серверов
Форум администраторов игровых серверов StormWall - Защита от DDos атак
Регистрация Мнения Справка Пользователи Календарь Все разделы прочитаны
Вернуться   Форум администраторов игровых серверов > MMO > Другие игры / Other games > World of WarCraft > Ядра

Ядра Ядро, для уже не новых пользователей, которые не хотят использовать готовые сборки.

Ответ
Опции темы
Непрочитано 26.10.2009, 14:59   #11
Аватар для Perfecto
Пользователь

Автор темы (Топик Стартер) Re: Ядра от ZG-Team

Новое ядро. Киберк, если что можешь на фан поставить. Твои пожелания с директориями для sql - учел
__________________
Просьба к пользователям, соблюдайте правила. Экономьте свои/наши время и нервы

Последний раз редактировалось Perfecto; 26.10.2009 в 15:55.
Perfecto вне форума Отправить сообщение для Perfecto с помощью ICQ Ответить с цитированием
Сказали спасибо:
Непрочитано 26.10.2009, 18:24   #12
Аватар для kiberk
Пользователь

По умолчанию Re: Ядра от ZG-Team

Ок, спс скоро займусь
__________________
Больше не могу...©
kiberk вне форума Отправить сообщение для kiberk с помощью ICQ Ответить с цитированием
Непрочитано 05.11.2009, 00:16   #13
Аватар для Perfecto
Пользователь

Автор темы (Топик Стартер) Re: Ядра от ZG-Team

Новое ядро и новый патч. Обновил первый пост
Так же сегодня будут сборки
__________________
Просьба к пользователям, соблюдайте правила. Экономьте свои/наши время и нервы
Perfecto вне форума Отправить сообщение для Perfecto с помощью ICQ Ответить с цитированием
Непрочитано 08.11.2009, 19:19   #14
Аватар для DWS
Пользователь

По умолчанию Re: Ядра от ZG-Team

Выдает такие ошибки и падает...

[SPOILER]2009-11-08 20:13:59 ERROR:CastCustomSpell: unknown spell id 47762

2009-11-08 20:10:01 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)

2009-11-08 20:11:51 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 37)

2009-11-08 20:08:00 ERROR:SESSION: opcode CMSG_ACCEPT_TRADE (0x011A) have unprocessed tail data (read stop at 0 from 4)

2009-11-08 20:05:59 ERROR:Player Валитенаменя(GUID: 1010) has SpecCount = 0 and ActiveSpec = 0.
2009-11-08 20:06:14 ERROR:SPELL: wrong map (1 instead 571) target coordinates for spell ID 46343


2009-11-08 19:58:18 ERROR:SESSION: opcode CMSG_MESSAGECHAT (0x0095) have unprocessed tail data (read stop at 8 from 25)

2009-11-08 19:58:24 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 52)

2009-11-08 19:58:31 ERROR:SESSION: opcode CMSG_MESSAGECHAT (0x0095) have unprocessed tail data (read stop at 8 from 35)[/SPOILER]

Как исправить такие ошибки?
DWS вне форума Отправить сообщение для DWS с помощью ICQ Ответить с цитированием
Непрочитано 08.11.2009, 21:07   #15
Аватар для Perfecto
Пользователь

Автор темы (Топик Стартер) Re: Ядра от ZG-Team

Цитата:
Сообщение от DWS Посмотреть сообщение
[SPOILER]
2009-11-08 20:10:01 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)

2009-11-08 20:11:51 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 37)

2009-11-08 20:08:00 ERROR:SESSION: opcode CMSG_ACCEPT_TRADE (0x011A) have unprocessed tail data (read stop at 0 from 4)

2009-11-08 19:58:18 ERROR:SESSION: opcode CMSG_MESSAGECHAT (0x0095) have unprocessed tail data (read stop at 8 from 25)

2009-11-08 19:58:24 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 52)

2009-11-08 19:58:31 ERROR:SESSION: opcode CMSG_MESSAGECHAT (0x0095) have unprocessed tail data (read stop at 8 from 35)[/SPOILER]
Эти ошибки не критичны.

Код:
2009-11-08 20:06:14 ERROR:SPELL: wrong map (1 instead 571) target coordinates for spell ID 46343
исправление этой
Код:
UPDATE `spell_target_position` SET `target_map`='571' WHERE (`id`='46343')
По видимому краш происходит из-за этого
Код:
2009-11-08 20:13:59 ERROR:CastCustomSpell: unknown spell id 47762
Вот только что это за спелл с таким номером я не знаю, при каких обстоятельствах краш происходит (т.е. что в игре при этом делается)?
__________________
Просьба к пользователям, соблюдайте правила. Экономьте свои/наши время и нервы
Perfecto вне форума Отправить сообщение для Perfecto с помощью ICQ Ответить с цитированием
Непрочитано 08.11.2009, 21:21   #16
Аватар для DWS
Пользователь

По умолчанию Re: Ядра от ZG-Team

Что происходит в мири стараюсь вычеслить пока сам не знаю.
Если
Код:
ERROR:SPELL: wrong map (1 instead 571) target coordinates for spell ID 46343
испровляется как ты написал то
Код:
ERROR:SPELL: wrong map (0 instead 530) target coordinates for spell ID 17334
этим ? и так все можно истравить ?
Код:
UPDATE `spell_target_position` SET `target_map`='530' WHERE (`id`='17334')
а на счет падение я так и думал... но не могу понять простой НПС не юзает спел(47762) его точно не прописанно в creature template.
Думаю это босс юзает через скрипт тока скрипты найти не могу... =(
DWS вне форума Отправить сообщение для DWS с помощью ICQ Ответить с цитированием
Непрочитано 08.11.2009, 22:51   #17
Аватар для Perfecto
Пользователь

Автор темы (Топик Стартер) Re: Ядра от ZG-Team

Цитата:
Сообщение от DWS Посмотреть сообщение
Код:
ERROR:SPELL: wrong map (0 instead 530) target coordinates for spell ID 17334
этим ? и так все можно истравить ?
Код:
UPDATE `spell_target_position` SET `target_map`='530' WHERE (`id`='17334')
Да именно так
Цитата:
Сообщение от DWS Посмотреть сообщение
а на счет падение я так и думал... но не могу понять простой НПС не юзает спел(47762) его точно не прописанно в creature template.
Думаю это босс юзает через скрипт тока скрипты найти не могу... =(
Этот кастомный спелл используется в ауре 8152, которая в свою очередь используется в спелле 63730 (прозорливость/Serendipity) у приста.
Проверь если при касте этого спелла крашей не происходит то проблема вовсе не в этом.
Вообще желательно бы увидеть полные логи
__________________
Просьба к пользователям, соблюдайте правила. Экономьте свои/наши время и нервы
Perfecto вне форума Отправить сообщение для Perfecto с помощью ICQ Ответить с цитированием
Непрочитано 09.11.2009, 12:36   #18
Аватар для DWS
Пользователь

По умолчанию Re: Ядра от ZG-Team

8152 - Крадущийся зверь
63730 - вообще не кастуется

Полный лог
[SPOILER]2009-11-08 18:15:55 MaNGOS/0.15.0-DEV (2009-11-04 18:52:52 Revision 8772 - aebf5a3f13f5d2f81eb8c7c00f4ae4f24d0516c1) for Win32 (little-endian) [world-daemon]
2009-11-08 18:15:55 <Ctrl-C> to stop.


************************************************** ****
**Compiled by Perfecto. For Zone-Game.info & ZG-Team**
************************************************** ****
MM MM MM MM MMMMM MMMM MMMMM
MM MM MM MM MMM MMM MM MM MMM MMM
MMM MMM MMM MM MMM MMM MM MM MMM
MM M MM MMMM MM MMM MM MM MMM
MM M MM MMMMM MM MMMM MMM MM MM MMM
MM M MM M MMM MM MMM MMMMMMM MM MM MMM
MM MM MMM MM MM MM MMM MM MM MMM
MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM
MM MM MM MMM MM MM MMMMMM MMMM MMMMM
MM MMM http://getmangos.com
MMMMMM


2009-11-08 18:15:55 Using configuration file mangosd.conf.
2009-11-08 18:15:55 World Database: 127.0.0.1;3306;root;******;pvp_mangos
2009-11-08 18:15:55 MySQL client library: 5.0.56
2009-11-08 18:15:55 MySQL server ver: 5.0.51b-community-nt-log
2009-11-08 18:15:55 Character Database: 127.0.0.1;3306;root;******;pvp_characters
2009-11-08 18:15:55 MySQL client library: 5.0.56
2009-11-08 18:15:55 MySQL server ver: 5.0.51b-community-nt-log
2009-11-08 18:15:55 Login Database: 127.0.0.1;3306;root;******;pvp_realmd
2009-11-08 18:15:55 MySQL client library: 5.0.56
2009-11-08 18:15:55 MySQL server ver: 5.0.51b-community-nt-log
2009-11-08 18:15:55 Realm running as realm ID 1
2009-11-08 18:15:55 Using World DB: YTDB_0.10.7_R517_MaNGOS_R8754_SD2_R1484_ACID_R301_ RuDB_R33
2009-11-08 18:15:55 Using creature EventAI: ACID 3.0.0 - Full Release for Mangos
2009-11-08 18:15:55 Using DataDir C:\Server`s\WOW\lk_maps/
2009-11-08 18:15:55 WORLD: VMap support included. LineOfSight:0, getHeight:0
2009-11-08 18:15:55 WORLD: VMap data directory is: C:\Server`s\WOW\lk_maps/vmaps
2009-11-08 18:15:55 WORLD: VMap config keys are: vmap.enableLOS, vmap.enableHeight, vmap.ignoreMapIds, vmap.ignoreSpellIds
2009-11-08 18:15:55
2009-11-08 18:15:55 Loading MaNGOS strings...
2009-11-08 18:15:55
2009-11-08 18:15:55 >> Loaded 811 MaNGOS strings from table mangos_string
2009-11-08 18:15:55 Initialize data stores...
2009-11-08 18:15:56
2009-11-08 18:15:56 >> Initialized 80 data stores
2009-11-08 18:15:56 Using ruRU DBC Locale as default. All available DBC locales: ruRU
2009-11-08 18:15:56
2009-11-08 18:15:56 Loading Script Names...
2009-11-08 18:15:57
2009-11-08 18:15:57 >> Loaded 878 Script Names
2009-11-08 18:15:57 Loading InstanceTemplate...
2009-11-08 18:15:57 >> Loaded 121 Instance Template definitions
2009-11-08 18:15:57
2009-11-08 18:15:57 Loading SkillLineAbilityMultiMap Data...
2009-11-08 18:15:57
2009-11-08 18:15:57 >> Loaded 10165 SkillLineAbility MultiMap Data
2009-11-08 18:15:57 Cleaning up instances...
2009-11-08 18:15:57
2009-11-08 18:15:57 >> Initialized 44 instances
2009-11-08 18:15:57 Packing instances...
2009-11-08 18:15:57 >> Instance numbers remapped, next instance id is 45
2009-11-08 18:15:58
2009-11-08 18:15:58
2009-11-08 18:15:58 Loading Localization strings...
2009-11-08 18:15:59
2009-11-08 18:15:59 >> Loaded 20322 creature locale strings
2009-11-08 18:15:59
2009-11-08 18:15:59 >> Loaded 16636 gameobject locale strings
2009-11-08 18:16:00
2009-11-08 18:16:00 >> Loaded 32984 Item locale strings
2009-11-08 18:16:01
2009-11-08 18:16:01 >> Loaded 8906 Quest locale strings
2009-11-08 18:16:02
2009-11-08 18:16:02 >> Loaded 4263 NpcText locale strings
2009-11-08 18:16:02
2009-11-08 18:16:02 >> Loaded 1526 PageText locale strings
2009-11-08 18:16:02
2009-11-08 18:16:02 >> Loaded 0 npc_option locale strings. DB table `locales_npc_option` is empty.
2009-11-08 18:16:02
2009-11-08 18:16:02 >> Loaded 0 points_of_interest locale strings. DB table `locales_points_of_interest` is empty.
2009-11-08 18:16:02 >>> Localization strings loaded
2009-11-08 18:16:02
2009-11-08 18:16:02 Loading Page Texts...
2009-11-08 18:16:02 >> Loaded 1801 page texts
2009-11-08 18:16:02
2009-11-08 18:16:02 Loading Game Object Templates...
2009-11-08 18:16:03 >> Loaded 18954 game object templates
2009-11-08 18:16:03
2009-11-08 18:16:03 Loading Spell Chain Data...
2009-11-08 18:16:03
2009-11-08 18:16:03 >> Loaded 2523 spell chain records
2009-11-08 18:16:03 Loading Spell Elixir types...
2009-11-08 18:16:03
2009-11-08 18:16:03 >> Loaded 130 spell elixir definitions
2009-11-08 18:16:03 Loading Spell Learn Skills...
2009-11-08 18:16:03
2009-11-08 18:16:03 >> Loaded 99 Spell Learn Skills from DBC
2009-11-08 18:16:03 Loading Spell Learn Spells...
2009-11-08 18:16:04
2009-11-08 18:16:04 >> Loaded 19 spell learn spells + 572 found in DBC
2009-11-08 18:16:04 Loading Spell Proc Event conditions...
2009-11-08 18:16:04
2009-11-08 18:16:04 >> Loaded 842 extra spell proc event conditions +53 custom
2009-11-08 18:16:04 Loading Spell Bonus Data...
2009-11-08 18:16:04
2009-11-08 18:16:04 >> Loaded 147 extra spell bonus data
2009-11-08 18:16:04 Loading Spell Proc Item Enchant...
2009-11-08 18:16:04
2009-11-08 18:16:04 >> Loaded 3 proc item enchant definitions
2009-11-08 18:16:04 Loading Aggro Spells Definitions...
2009-11-08 18:16:04
2009-11-08 18:16:04 >> Loaded 123 aggro generating spells
2009-11-08 18:16:04 Loading NPC Texts...
2009-11-08 18:16:05
2009-11-08 18:16:05 >> Loaded 5577 npc texts
2009-11-08 18:16:05 Loading Item Random Enchantments Table...
2009-11-08 18:16:05
2009-11-08 18:16:05 >> Loaded 28635 Item Enchantment definitions
2009-11-08 18:16:05 Loading Items...
2009-11-08 18:16:09 >> Loaded 35603 item prototypes
2009-11-08 18:16:09
2009-11-08 18:16:09 Loading Item Texts...
2009-11-08 18:16:09
2009-11-08 18:16:09 >> Loaded 35 item texts
2009-11-08 18:16:09 Loading Creature Model Based Info Data...
2009-11-08 18:16:10 >> Loaded 23377 creature model based info
2009-11-08 18:16:10
2009-11-08 18:16:10 Loading Equipment templates...
2009-11-08 18:16:10 >> Loaded 3762 equipment template
2009-11-08 18:16:10
2009-11-08 18:16:10 Loading Creature templates...
2009-11-08 18:16:14 >> Loaded 28089 creature definitions
2009-11-08 18:16:14
2009-11-08 18:16:14 ERROR:Table `creature_template` have creature (Entry: 99005) with equipment_id 99003 not found in table `creature_equip_template`, set to no equipment.
2009-11-08 18:16:14 Loading SpellsScriptTarget...
2009-11-08 18:16:14
2009-11-08 18:16:14 >> Loaded 1036 Spell Script Targets
2009-11-08 18:16:14 Loading ItemRequiredTarget...
2009-11-08 18:16:14 ERROR:Table `item_required_target`: Spell used by item 46954 does not have implicit target TARGET_CHAIN_DAMAGE(6), TARGET_DUELVSPLAYER(25), already listed in `spell_script_target` or doesn't have item spelltrigger.
2009-11-08 18:16:14 ERROR:Table `item_required_target`: Spell used by item 46954 does not have implicit target TARGET_CHAIN_DAMAGE(6), TARGET_DUELVSPLAYER(25), already listed in `spell_script_target` or doesn't have item spelltrigger.
2009-11-08 18:16:14
2009-11-08 18:16:14 >> Loaded 233 Item required targets
2009-11-08 18:16:14 Loading Creature Reputation OnKill Data...
2009-11-08 18:16:14
2009-11-08 18:16:14 >> Loaded 1708 creature award reputation definitions
2009-11-08 18:16:14 Loading Points Of Interest Data...
2009-11-08 18:16:14
2009-11-08 18:16:14 >> Loaded 125 Points of Interest definitions
2009-11-08 18:16:14 Loading Creature Data...
2009-11-08 18:16:22 ERROR:Table `creature` have creature (GUID: 88778 Entry: 28833) with low current mana (0), `creature_template`.`minmana`=2117.
2009-11-08 18:16:22 ERROR:Table `creature` have creature (GUID: 88777 Entry: 28833) with low current mana (0), `creature_template`.`minmana`=2117.
2009-11-08 18:16:22 ERROR:Table `creature` have creature (GUID: 88776 Entry: 28833) with low current mana (0), `creature_template`.`minmana`=2117.
2009-11-08 18:16:22 ERROR:Table `creature` have creature (GUID: 88775 Entry: 28833) with low current mana (0), `creature_template`.`minmana`=2117.
2009-11-08 18:16:22 ERROR:Table `creature` have creature (GUID: 88774 Entry: 28833) with low current mana (0), `creature_template`.`minmana`=2117.
2009-11-08 18:16:22 ERROR:Table `creature` have creature (GUID: 88773 Entry: 28833) with low current mana (0), `creature_template`.`minmana`=2117.
2009-11-08 18:16:23 ERROR:Table `creature` has creature (GUID: 4607038) with non existing creature entry 16, skipped.
2009-11-08 18:16:23 ERROR:Table `creature` has creature (GUID: 4607039) with non existing creature entry 11, skipped.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607041 Entry: 3353) with `creature_template`.`RegenHealth`=1 and low current health (2461), `creature_template`.`minhealth`=4102.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607042 Entry: 16648) with `creature_template`.`RegenHealth`=1 and low current health (1260), `creature_template`.`minhealth`=2100.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607043 Entry: 28474) with `creature_template`.`RegenHealth`=1 and low current health (12600), `creature_template`.`minhealth`=126000.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607044 Entry: 3032) with `creature_template`.`RegenHealth`=1 and low current health (1020), `creature_template`.`minhealth`=1700.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607045 Entry: 16684) with `creature_template`.`RegenHealth`=1 and low current health (1500), `creature_template`.`minhealth`=2500.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607046 Entry: 16658) with `creature_template`.`RegenHealth`=1 and low current health (1320), `creature_template`.`minhealth`=2200.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607047 Entry: 23128) with `creature_template`.`RegenHealth`=1 and low current health (4191), `creature_template`.`minhealth`=6986.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607048 Entry: 28956) with `creature_template`.`RegenHealth`=1 and low current health (1953), `creature_template`.`minhealth`=3256.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607049 Entry: 16674) with `creature_template`.`RegenHealth`=1 and low current health (576), `creature_template`.`minhealth`=960.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607050 Entry: 16655) with `creature_template`.`RegenHealth`=1 and low current health (1440), `creature_template`.`minhealth`=2400.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607051 Entry: 8724) with `creature_template`.`RegenHealth`=1 and low current health (3987), `creature_template`.`minhealth`=6645.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607052 Entry: 8357) with `creature_template`.`RegenHealth`=1 and low current health (3326), `creature_template`.`minhealth`=5544.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607053 Entry: 20500) with `creature_template`.`RegenHealth`=1 and low current health (4080), `creature_template`.`minhealth`=6800.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607054 Entry: 31247) with `creature_template`.`RegenHealth`=1 and low current health (7062), `creature_template`.`minhealth`=11770.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607055 Entry: 26957) with `creature_template`.`RegenHealth`=1 and low current health (4308), `creature_template`.`minhealth`=7181.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607056 Entry: 19184) with `creature_template`.`RegenHealth`=1 and low current health (2760), `creature_template`.`minhealth`=3524.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607057 Entry: 28706) with `creature_template`.`RegenHealth`=1 and low current health (5104), `creature_template`.`minhealth`=8508.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607058 Entry: 14337) with `creature_template`.`RegenHealth`=1 and low current health (582), `creature_template`.`minhealth`=970.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607059 Entry: 29631) with `creature_template`.`RegenHealth`=1 and low current health (6381), `creature_template`.`minhealth`=10635.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607060 Entry: 18988) with `creature_template`.`RegenHealth`=1 and low current health (1920), `creature_template`.`minhealth`=3200.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607061 Entry: 28699) with `creature_template`.`RegenHealth`=1 and low current health (6381), `creature_template`.`minhealth`=10635.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607062 Entry: 28698) with `creature_template`.`RegenHealth`=1 and low current health (6381), `creature_template`.`minhealth`=10635.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607063 Entry: 28697) with `creature_template`.`RegenHealth`=1 and low current health (6381), `creature_template`.`minhealth`=10635.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607064 Entry: 28696) with `creature_template`.`RegenHealth`=1 and low current health (6381), `creature_template`.`minhealth`=10635.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607065 Entry: 28700) with `creature_template`.`RegenHealth`=1 and low current health (6381), `creature_template`.`minhealth`=10635.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607066 Entry: 28701) with `creature_template`.`RegenHealth`=1 and low current health (6381), `creature_template`.`minhealth`=10635.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607067 Entry: 28702) with `creature_template`.`RegenHealth`=1 and low current health (5104), `creature_template`.`minhealth`=8508.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607068 Entry: 28703) with `creature_template`.`RegenHealth`=1 and low current health (5104), `creature_template`.`minhealth`=8508.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607069 Entry: 28704) with `creature_template`.`RegenHealth`=1 and low current health (5104), `creature_template`.`minhealth`=8508.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607070 Entry: 18753) with `creature_template`.`RegenHealth`=1 and low current health (2040), `creature_template`.`minhealth`=3400.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4607071 Entry: 28694) with `creature_template`.`RegenHealth`=1 and low current health (6381), `creature_template`.`minhealth`=10635.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4457153 Entry: 3890) with `creature_template`.`RegenHealth`=1 and low current health (7700), `creature_template`.`minhealth`=157200.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4457154 Entry: 20386) with `creature_template`.`RegenHealth`=1 and low current health (2600), `creature_template`.`minhealth`=359050.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4457156 Entry: 15007) with `creature_template`.`RegenHealth`=1 and low current health (82700), `creature_template`.`minhealth`=157200.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4457214 Entry: 16681) with `creature_template`.`RegenHealth`=1 and low current health (570), `creature_template`.`minhealth`=2442.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4457263 Entry: 3403) with `creature_template`.`RegenHealth`=1 and low current health (450), `creature_template`.`minhealth`=1753.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4457338 Entry: 11869) with `creature_template`.`RegenHealth`=1 and low current health (2700), `creature_template`.`minhealth`=15505.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4457344 Entry: 11870) with `creature_template`.`RegenHealth`=1 and low current health (1600), `creature_template`.`minhealth`=15505.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458597 Entry: 2998) with `creature_template`.`RegenHealth`=1 and low current health (870), `creature_template`.`minhealth`=1342.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458927 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458928 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458929 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458930 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458931 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458935 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458936 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458937 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458938 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458939 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458940 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458941 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458942 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458943 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458944 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458945 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458946 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458947 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458948 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458952 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458953 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458954 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458955 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458956 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458957 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458958 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458959 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458960 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458961 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458962 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458963 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458964 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458965 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458967 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458968 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458969 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458970 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458971 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458972 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458973 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4458974 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4459086 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4459090 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4459091 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4459092 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4459093 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4459096 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4459100 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23 ERROR:Table `creature` have creature (GUID: 4459210 Entry: 16222) with `creature_template`.`RegenHealth`=1 and low current health (12000), `creature_template`.`minhealth`=15952.
2009-11-08 18:16:23
2009-11-08 18:16:23 >> Loaded 131445 creatures
2009-11-08 18:16:23 Loading pet levelup spells...
2009-11-08 18:16:23
2009-11-08 18:16:23 >> Loaded 1824 pet levelup and default spells for 39 families
2009-11-08 18:16:23 Loading pet default spell additional to levelup spells...
2009-11-08 18:16:23
2009-11-08 18:16:23 >> Loaded addition spells for 102 pet spell data entries and 637 summonable creature templates
2009-11-08 18:16:23 Loading Creature Addon Data...
2009-11-08 18:16:23
2009-11-08 18:16:23 >> Loaded 7866 creature template addons
2009-11-08 18:16:23
2009-11-08 18:16:23 >> Loaded 26417 creature addons
2009-11-08 18:16:23
2009-11-08 18:16:23 >>> Creature Addon Data loaded
2009-11-08 18:16:23
2009-11-08 18:16:23 Loading Creature Respawn Data...
2009-11-08 18:16:23 >> Loaded 124 creature respawn times
2009-11-08 18:16:23
2009-11-08 18:16:23 Loading Gameobject Data...
2009-11-08 18:16:30
2009-11-08 18:16:30 >> Loaded 85389 gameobjects
2009-11-08 18:16:30 Loading Gameobject Respawn Data...
2009-11-08 18:16:30 >> Loaded 5 gameobject respawn times
2009-11-08 18:16:30
2009-11-08 18:16:30 Loading Objects Pooling Data...
2009-11-08 18:16:30
2009-11-08 18:16:30 >> Loaded 8965 objects pools
2009-11-08 18:16:30
2009-11-08 18:16:30 >> Loaded 1057 creatures in pools
2009-11-08 18:16:30
2009-11-08 18:16:30 >> Loaded 21670 gameobject in pools
2009-11-08 18:16:30
2009-11-08 18:16:30 >> Loaded 6510 pools in mother pools
2009-11-08 18:16:30 Loading Game Event Data...
2009-11-08 18:16:30
2009-11-08 18:16:31
2009-11-08 18:16:31 >> Loaded 38 game events
2009-11-08 18:16:31
2009-11-08 18:16:31 >> Loaded 1616 creatures in game events
2009-11-08 18:16:31
2009-11-08 18:16:31 >> Loaded 16645 gameobjects in game events
2009-11-08 18:16:31
2009-11-08 18:16:31 >> Loaded 0 model/equipment changes in game events
2009-11-08 18:16:31
2009-11-08 18:16:31 >> Loaded 105 quests additions in game events
2009-11-08 18:16:31
2009-11-08 18:16:31 >> Loaded 0 pools in game events
2009-11-08 18:16:31 >>> Game Event Data loaded
2009-11-08 18:16:31
2009-11-08 18:16:31 Loading Weather Data...
2009-11-08 18:16:31
2009-11-08 18:16:31 >> Loaded 40 weather definitions
2009-11-08 18:16:31 Loading Quests...
2009-11-08 18:16:32
2009-11-08 18:16:32 >> Loaded 9197 quests definitions
2009-11-08 18:16:32 Loading Quests Relations...
2009-11-08 18:16:32
2009-11-08 18:16:32
2009-11-08 18:16:32 >> Loaded 538 quest relations from gameobject_questrelation
2009-11-08 18:16:32
2009-11-08 18:16:32 >> Loaded 453 quest relations from gameobject_involvedrelation
2009-11-08 18:16:33
2009-11-08 18:16:33 >> Loaded 7712 quest relations from creature_questrelation
2009-11-08 18:16:33
2009-11-08 18:16:33 >> Loaded 7990 quest relations from creature_involvedrelation
2009-11-08 18:16:33 >>> Quests Relations loaded
2009-11-08 18:16:33
2009-11-08 18:16:33 Loading UNIT_NPC_FLAG_SPELLCLICK Data...
2009-11-08 18:16:33
2009-11-08 18:16:33 >> Loaded 41 spellclick definitions
2009-11-08 18:16:33 Loading SpellArea Data...
2009-11-08 18:16:33
2009-11-08 18:16:33 >> Loaded 167 spell area requirements
2009-11-08 18:16:33 Loading AreaTrigger definitions...
2009-11-08 18:16:33
2009-11-08 18:16:33 >> Loaded 229 area trigger teleport definitions
2009-11-08 18:16:33 Loading Quest Area Triggers...
2009-11-08 18:16:33
2009-11-08 18:16:33 >> Loaded 57 quest trigger points
2009-11-08 18:16:33 Loading Tavern Area Triggers...
2009-11-08 18:16:33
2009-11-08 18:16:33 >> Loaded 113 tavern triggers
2009-11-08 18:16:33 Loading AreaTrigger script names...
2009-11-08 18:16:33
2009-11-08 18:16:33 >> Loaded 11 areatrigger scripts
2009-11-08 18:16:33 Loading Graveyard-zone links...
2009-11-08 18:16:33
2009-11-08 18:16:33 >> Loaded 824 graveyard-zone links
2009-11-08 18:16:33 Loading Spell target coordinates...
2009-11-08 18:16:33
2009-11-08 18:16:33 >> Loaded 366 spell teleport coordinates
2009-11-08 18:16:33 Loading spell pet auras...
2009-11-08 18:16:34
2009-11-08 18:16:34 >> Loaded 47 spell pet auras
2009-11-08 18:16:34 Loading Player Create Info & Level Stats...
2009-11-08 18:16:34
2009-11-08 18:16:34
2009-11-08 18:16:34 >> Loaded 62 player create definitions
2009-11-08 18:16:34
2009-11-08 18:16:34 >> Loaded 0 custom player create items
2009-11-08 18:16:34
2009-11-08 18:16:34 >> Loaded 2788 player create spells
2009-11-08 18:16:34
2009-11-08 18:16:34 >> Loaded 440 player create actions
2009-11-08 18:16:34
2009-11-08 18:16:34 >> Loaded 800 level health/mana definitions
2009-11-08 18:16:34
2009-11-08 18:16:34 >> Loaded 4960 level stats definitions
2009-11-08 18:16:34
2009-11-08 18:16:34 >> Loaded 79 xp for level definitions
2009-11-08 18:16:34 >>> Player Create Info & Level Stats loaded
2009-11-08 18:16:34
2009-11-08 18:16:34 Loading Exploration BaseXP Data...
2009-11-08 18:16:34
2009-11-08 18:16:34 >> Loaded 71 BaseXP definitions
2009-11-08 18:16:34 Loading Pet Name Parts...
2009-11-08 18:16:34
2009-11-08 18:16:34 >> Loaded 313 pet name parts
2009-11-08 18:16:34 Loading the max pet number...
2009-11-08 18:16:34
2009-11-08 18:16:34 >> Loaded the max pet number: 10394
2009-11-08 18:16:34 Loading pet level stats...
2009-11-08 18:16:34
2009-11-08 18:16:34 >> Loaded 2720 level pet stats definitions
2009-11-08 18:16:34 Loading Player Corpses...
2009-11-08 18:16:34
2009-11-08 18:16:34 >> Loaded 4 corpses
2009-11-08 18:16:34 Loading Player level dependent mail rewards...
2009-11-08 18:16:34
2009-11-08 18:16:34 ERROR:>> Loaded `mail_level_reward`, table is empty!
2009-11-08 18:16:34 Loading Spell disabled...
2009-11-08 18:16:34
2009-11-08 18:16:34 >> Loaded 0 disabled spells
2009-11-08 18:16:34 Loading Loot Tables...
2009-11-08 18:16:34
2009-11-08 18:16:34 creature_loot_template :
2009-11-08 18:16:47
2009-11-08 18:16:47 >> Loaded 942853 loot definitions (7778 templates)
2009-11-08 18:16:47 fishing_loot_template :
2009-11-08 18:16:47
2009-11-08 18:16:47 >> Loaded 3602 loot definitions (469 templates)
2009-11-08 18:16:47 gameobject_loot_template :
2009-11-08 18:16:47
2009-11-08 18:16:47 >> Loaded 29785 loot definitions (1290 templates)
2009-11-08 18:16:47 item_loot_template :
2009-11-08 18:16:48
2009-11-08 18:16:48 >> Loaded 7565 loot definitions (281 templates)
2009-11-08 18:16:48 mail_loot_template :
2009-11-08 18:16:48
2009-11-08 18:16:48 >> Loaded 83 loot definitions (83 templates)
2009-11-08 18:16:48 milling_loot_template :
2009-11-08 18:16:48
2009-11-08 18:16:48 >> Loaded 90 loot definitions (47 templates)
2009-11-08 18:16:48 pickpocketing_loot_template :
2009-11-08 18:16:48
2009-11-08 18:16:48 >> Loaded 19382 loot definitions (3665 templates)
2009-11-08 18:16:48 skinning_loot_template :
2009-11-08 18:16:48
2009-11-08 18:16:48 >> Loaded 5622 loot definitions (1531 templates)
2009-11-08 18:16:48 disenchant_loot_template :
2009-11-08 18:16:49
2009-11-08 18:16:49 >> Loaded 30046 loot definitions (14316 templates)
2009-11-08 18:16:49 prospecting_loot_template :
2009-11-08 18:16:49
2009-11-08 18:16:49 >> Loaded 106 loot definitions (10 templates)
2009-11-08 18:16:49 spell_loot_template :
2009-11-08 18:16:49
2009-11-08 18:16:49 >> Loaded 319 loot definitions (19 templates)
2009-11-08 18:16:49 reference_loot_template :
2009-11-08 18:16:49
2009-11-08 18:16:49 >> Loaded 1398 loot definitions (175 templates)
2009-11-08 18:16:49 >>> Loot Tables loaded
2009-11-08 18:16:49
2009-11-08 18:16:49 Loading Skill Discovery Table...
2009-11-08 18:16:49
2009-11-08 18:16:49 >> Loaded 344 skill discovery definitions
2009-11-08 18:16:49 Loading Skill Extra Item Table...
2009-11-08 18:16:49
2009-11-08 18:16:49 >> Loaded 219 spell specialization definitions
2009-11-08 18:16:49 Loading Skill Fishing base level requirements...
2009-11-08 18:16:50
2009-11-08 18:16:50 >> Loaded 93 areas for fishing base skill level
2009-11-08 18:16:50 Loading Achievements...
2009-11-08 18:16:50
2009-11-08 18:16:50
2009-11-08 18:16:50 >> Loaded 43 achievement references.
2009-11-08 18:16:50
2009-11-08 18:16:50 >> Loaded 876 achievement criteria.
2009-11-08 18:16:50
2009-11-08 18:16:50 >> Loaded 1521 additional achievement criteria data (212 disabled).
2009-11-08 18:16:50
2009-11-08 18:16:50 >> Loaded 88 achievement rewards
2009-11-08 18:16:50
2009-11-08 18:16:50 >> Loaded 9 achievement reward locale strings
2009-11-08 18:16:50
2009-11-08 18:16:50 >> Loaded 341 realm completed achievements.
2009-11-08 18:16:50 >>> Achievements loaded
2009-11-08 18:16:50
2009-11-08 18:16:50 Loading Auctions...
2009-11-08 18:16:50
2009-11-08 18:16:50
2009-11-08 18:16:50 >> Loaded 0 auction items
2009-11-08 18:16:50
2009-11-08 18:16:50 >> Loaded 0 auctions. DB table `auctionhouse` is empty.
2009-11-08 18:16:50 >>> Auctions loaded
2009-11-08 18:16:50
2009-11-08 18:16:50 Loading Guilds...
2009-11-08 18:16:50
2009-11-08 18:16:50 >> Loaded 4 guild definitions
2009-11-08 18:16:50 Loading ArenaTeams...
2009-11-08 18:16:50
2009-11-08 18:16:50 >> Loaded 0 arenateam definitions
2009-11-08 18:16:50 Loading Groups...
2009-11-08 18:16:50
2009-11-08 18:16:50 >> Loaded 15 group definitions
2009-11-08 18:16:50
2009-11-08 18:16:50 >> Loaded 17 group-instance binds total
2009-11-08 18:16:50
2009-11-08 18:16:50 >> Loaded 17 group members total
2009-11-08 18:16:50 Loading ReservedNames...
2009-11-08 18:16:50
2009-11-08 18:16:50 >> Loaded 35 reserved player names
2009-11-08 18:16:50 Loading GameObjects for quests...
2009-11-08 18:16:50
2009-11-08 18:16:50 >> Loaded 1109 GameObjects for quests
2009-11-08 18:16:50 Loading BattleMasters...
2009-11-08 18:16:50
2009-11-08 18:16:50 >> Loaded 122 battlemaster entries
2009-11-08 18:16:50 Loading BattleGround event indexes...
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150383 is registered, for a nonexistant event: map:30, event1:0, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150382 is registered, for a nonexistant event: map:30, event1:0, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150355 is registered, for a nonexistant event: map:30, event1:0, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150354 is registered, for a nonexistant event: map:30, event1:0, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150380 is registered, for a nonexistant event: map:30, event1:0, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150397 is registered, for a nonexistant event: map:30, event1:0, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150396 is registered, for a nonexistant event: map:30, event1:0, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150369 is registered, for a nonexistant event: map:30, event1:0, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150368 is registered, for a nonexistant event: map:30, event1:0, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150387 is registered, for a nonexistant event: map:30, event1:0, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150385 is registered, for a nonexistant event: map:30, event1:1, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150384 is registered, for a nonexistant event: map:30, event1:1, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150381 is registered, for a nonexistant event: map:30, event1:1, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150356 is registered, for a nonexistant event: map:30, event1:1, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150383 is registered, for a nonexistant event: map:30, event1:1, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150357 is registered, for a nonexistant event: map:30, event1:1, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150399 is registered, for a nonexistant event: map:30, event1:1, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150398 is registered, for a nonexistant event: map:30, event1:1, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150371 is registered, for a nonexistant event: map:30, event1:1, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150370 is registered, for a nonexistant event: map:30, event1:1, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150388 is registered, for a nonexistant event: map:30, event1:1, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150387 is registered, for a nonexistant event: map:30, event1:2, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150386 is registered, for a nonexistant event: map:30, event1:2, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150382 is registered, for a nonexistant event: map:30, event1:2, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150359 is registered, for a nonexistant event: map:30, event1:2, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150358 is registered, for a nonexistant event: map:30, event1:2, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150401 is registered, for a nonexistant event: map:30, event1:2, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150400 is registered, for a nonexistant event: map:30, event1:2, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150373 is registered, for a nonexistant event: map:30, event1:2, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150372 is registered, for a nonexistant event: map:30, event1:2, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150389 is registered, for a nonexistant event: map:30, event1:2, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150388 is registered, for a nonexistant event: map:30, event1:3, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150417 is registered, for a nonexistant event: map:30, event1:3, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150416 is registered, for a nonexistant event: map:30, event1:3, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150415 is registered, for a nonexistant event: map:30, event1:3, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150414 is registered, for a nonexistant event: map:30, event1:3, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150389 is registered, for a nonexistant event: map:30, event1:3, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150412 is registered, for a nonexistant event: map:30, event1:3, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150411 is registered, for a nonexistant event: map:30, event1:3, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150410 is registered, for a nonexistant event: map:30, event1:3, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150361 is registered, for a nonexistant event: map:30, event1:3, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150360 is registered, for a nonexistant event: map:30, event1:3, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150390 is registered, for a nonexistant event: map:30, event1:3, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150413 is registered, for a nonexistant event: map:30, event1:3, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150425 is registered, for a nonexistant event: map:30, event1:3, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150424 is registered, for a nonexistant event: map:30, event1:3, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150403 is registered, for a nonexistant event: map:30, event1:3, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150423 is registered, for a nonexistant event: map:30, event1:3, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150402 is registered, for a nonexistant event: map:30, event1:3, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150422 is registered, for a nonexistant event: map:30, event1:3, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150418 is registered, for a nonexistant event: map:30, event1:3, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150375 is registered, for a nonexistant event: map:30, event1:3, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150374 is registered, for a nonexistant event: map:30, event1:3, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150421 is registered, for a nonexistant event: map:30, event1:3, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150420 is registered, for a nonexistant event: map:30, event1:3, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150419 is registered, for a nonexistant event: map:30, event1:3, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150427 is registered, for a nonexistant event: map:30, event1:3, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150426 is registered, for a nonexistant event: map:30, event1:3, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150391 is registered, for a nonexistant event: map:30, event1:4, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150390 is registered, for a nonexistant event: map:30, event1:4, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150384 is registered, for a nonexistant event: map:30, event1:4, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150363 is registered, for a nonexistant event: map:30, event1:4, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150362 is registered, for a nonexistant event: map:30, event1:4, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150405 is registered, for a nonexistant event: map:30, event1:4, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150404 is registered, for a nonexistant event: map:30, event1:4, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150377 is registered, for a nonexistant event: map:30, event1:4, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150376 is registered, for a nonexistant event: map:30, event1:4, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150391 is registered, for a nonexistant event: map:30, event1:4, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150393 is registered, for a nonexistant event: map:30, event1:5, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150392 is registered, for a nonexistant event: map:30, event1:5, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150385 is registered, for a nonexistant event: map:30, event1:5, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150365 is registered, for a nonexistant event: map:30, event1:5, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150364 is registered, for a nonexistant event: map:30, event1:5, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150407 is registered, for a nonexistant event: map:30, event1:5, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150406 is registered, for a nonexistant event: map:30, event1:5, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150379 is registered, for a nonexistant event: map:30, event1:5, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150392 is registered, for a nonexistant event: map:30, event1:5, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150378 is registered, for a nonexistant event: map:30, event1:5, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150395 is registered, for a nonexistant event: map:30, event1:6, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150394 is registered, for a nonexistant event: map:30, event1:6, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150386 is registered, for a nonexistant event: map:30, event1:6, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150367 is registered, for a nonexistant event: map:30, event1:6, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150366 is registered, for a nonexistant event: map:30, event1:6, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150409 is registered, for a nonexistant event: map:30, event1:6, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150408 is registered, for a nonexistant event: map:30, event1:6, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150393 is registered, for a nonexistant event: map:30, event1:6, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150381 is registered, for a nonexistant event: map:30, event1:6, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150380 is registered, for a nonexistant event: map:30, event1:6, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150306 is registered, for a nonexistant event: map:30, event1:7, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150399 is registered, for a nonexistant event: map:30, event1:7, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150398 is registered, for a nonexistant event: map:30, event1:7, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150397 is registered, for a nonexistant event: map:30, event1:7, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150396 is registered, for a nonexistant event: map:30, event1:7, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150323 is registered, for a nonexistant event: map:30, event1:7, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150322 is registered, for a nonexistant event: map:30, event1:7, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150347 is registered, for a nonexistant event: map:30, event1:7, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150346 is registered, for a nonexistant event: map:30, event1:7, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150318 is registered, for a nonexistant event: map:30, event1:7, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150235 is registered, for a nonexistant event: map:30, event1:7, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150234 is registered, for a nonexistant event: map:30, event1:7, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150233 is registered, for a nonexistant event: map:30, event1:7, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150232 is registered, for a nonexistant event: map:30, event1:7, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150231 is registered, for a nonexistant event: map:30, event1:7, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150230 is registered, for a nonexistant event: map:30, event1:7, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150229 is registered, for a nonexistant event: map:30, event1:7, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150228 is registered, for a nonexistant event: map:30, event1:7, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150227 is registered, for a nonexistant event: map:30, event1:7, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150236 is registered, for a nonexistant event: map:30, event1:7, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150324 is registered, for a nonexistant event: map:30, event1:8, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150307 is registered, for a nonexistant event: map:30, event1:8, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150403 is registered, for a nonexistant event: map:30, event1:8, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150402 is registered, for a nonexistant event: map:30, event1:8, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150401 is registered, for a nonexistant event: map:30, event1:8, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150325 is registered, for a nonexistant event: map:30, event1:8, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150400 is registered, for a nonexistant event: map:30, event1:8, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150349 is registered, for a nonexistant event: map:30, event1:8, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150348 is registered, for a nonexistant event: map:30, event1:8, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150319 is registered, for a nonexistant event: map:30, event1:8, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150243 is registered, for a nonexistant event: map:30, event1:8, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150242 is registered, for a nonexistant event: map:30, event1:8, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150241 is registered, for a nonexistant event: map:30, event1:8, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150240 is registered, for a nonexistant event: map:30, event1:8, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150239 is registered, for a nonexistant event: map:30, event1:8, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150238 is registered, for a nonexistant event: map:30, event1:8, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150237 is registered, for a nonexistant event: map:30, event1:8, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150245 is registered, for a nonexistant event: map:30, event1:8, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150244 is registered, for a nonexistant event: map:30, event1:8, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150407 is registered, for a nonexistant event: map:30, event1:9, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150327 is registered, for a nonexistant event: map:30, event1:9, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150406 is registered, for a nonexistant event: map:30, event1:9, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150326 is registered, for a nonexistant event: map:30, event1:9, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150405 is registered, for a nonexistant event: map:30, event1:9, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150404 is registered, for a nonexistant event: map:30, event1:9, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150308 is registered, for a nonexistant event: map:30, event1:9, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150351 is registered, for a nonexistant event: map:30, event1:9, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150350 is registered, for a nonexistant event: map:30, event1:9, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150320 is registered, for a nonexistant event: map:30, event1:9, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150250 is registered, for a nonexistant event: map:30, event1:9, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150249 is registered, for a nonexistant event: map:30, event1:9, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150248 is registered, for a nonexistant event: map:30, event1:9, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150247 is registered, for a nonexistant event: map:30, event1:9, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150246 is registered, for a nonexistant event: map:30, event1:9, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150255 is registered, for a nonexistant event: map:30, event1:9, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150254 is registered, for a nonexistant event: map:30, event1:9, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150253 is registered, for a nonexistant event: map:30, event1:9, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150251 is registered, for a nonexistant event: map:30, event1:9, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150252 is registered, for a nonexistant event: map:30, event1:9, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150329 is registered, for a nonexistant event: map:30, event1:10, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150328 is registered, for a nonexistant event: map:30, event1:10, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150411 is registered, for a nonexistant event: map:30, event1:10, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150309 is registered, for a nonexistant event: map:30, event1:10, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150410 is registered, for a nonexistant event: map:30, event1:10, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150409 is registered, for a nonexistant event: map:30, event1:10, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150408 is registered, for a nonexistant event: map:30, event1:10, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150353 is registered, for a nonexistant event: map:30, event1:10, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150321 is registered, for a nonexistant event: map:30, event1:10, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150352 is registered, for a nonexistant event: map:30, event1:10, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150260 is registered, for a nonexistant event: map:30, event1:10, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150259 is registered, for a nonexistant event: map:30, event1:10, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150258 is registered, for a nonexistant event: map:30, event1:10, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150257 is registered, for a nonexistant event: map:30, event1:10, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150256 is registered, for a nonexistant event: map:30, event1:10, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150265 is registered, for a nonexistant event: map:30, event1:10, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150264 is registered, for a nonexistant event: map:30, event1:10, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150263 is registered, for a nonexistant event: map:30, event1:10, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150262 is registered, for a nonexistant event: map:30, event1:10, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150261 is registered, for a nonexistant event: map:30, event1:10, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150339 is registered, for a nonexistant event: map:30, event1:11, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150338 is registered, for a nonexistant event: map:30, event1:11, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150314 is registered, for a nonexistant event: map:30, event1:11, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150269 is registered, for a nonexistant event: map:30, event1:11, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150268 is registered, for a nonexistant event: map:30, event1:11, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150267 is registered, for a nonexistant event: map:30, event1:11, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150266 is registered, for a nonexistant event: map:30, event1:11, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150275 is registered, for a nonexistant event: map:30, event1:11, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150274 is registered, for a nonexistant event: map:30, event1:11, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150273 is registered, for a nonexistant event: map:30, event1:11, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150272 is registered, for a nonexistant event: map:30, event1:11, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150271 is registered, for a nonexistant event: map:30, event1:11, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150270 is registered, for a nonexistant event: map:30, event1:11, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150412 is registered, for a nonexistant event: map:30, event1:11, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150331 is registered, for a nonexistant event: map:30, event1:11, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150310 is registered, for a nonexistant event: map:30, event1:11, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150330 is registered, for a nonexistant event: map:30, event1:11, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150415 is registered, for a nonexistant event: map:30, event1:11, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150414 is registered, for a nonexistant event: map:30, event1:11, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150413 is registered, for a nonexistant event: map:30, event1:11, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150315 is registered, for a nonexistant event: map:30, event1:12, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150341 is registered, for a nonexistant event: map:30, event1:12, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150340 is registered, for a nonexistant event: map:30, event1:12, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150278 is registered, for a nonexistant event: map:30, event1:12, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150277 is registered, for a nonexistant event: map:30, event1:12, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150276 is registered, for a nonexistant event: map:30, event1:12, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150285 is registered, for a nonexistant event: map:30, event1:12, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150284 is registered, for a nonexistant event: map:30, event1:12, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150283 is registered, for a nonexistant event: map:30, event1:12, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150282 is registered, for a nonexistant event: map:30, event1:12, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150281 is registered, for a nonexistant event: map:30, event1:12, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150280 is registered, for a nonexistant event: map:30, event1:12, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150279 is registered, for a nonexistant event: map:30, event1:12, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150419 is registered, for a nonexistant event: map:30, event1:12, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150418 is registered, for a nonexistant event: map:30, event1:12, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150417 is registered, for a nonexistant event: map:30, event1:12, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150416 is registered, for a nonexistant event: map:30, event1:12, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150311 is registered, for a nonexistant event: map:30, event1:12, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150333 is registered, for a nonexistant event: map:30, event1:12, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150332 is registered, for a nonexistant event: map:30, event1:12, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150316 is registered, for a nonexistant event: map:30, event1:13, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150343 is registered, for a nonexistant event: map:30, event1:13, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150342 is registered, for a nonexistant event: map:30, event1:13, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150288 is registered, for a nonexistant event: map:30, event1:13, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150287 is registered, for a nonexistant event: map:30, event1:13, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150286 is registered, for a nonexistant event: map:30, event1:13, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150295 is registered, for a nonexistant event: map:30, event1:13, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150294 is registered, for a nonexistant event: map:30, event1:13, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150293 is registered, for a nonexistant event: map:30, event1:13, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150292 is registered, for a nonexistant event: map:30, event1:13, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150291 is registered, for a nonexistant event: map:30, event1:13, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150290 is registered, for a nonexistant event: map:30, event1:13, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150289 is registered, for a nonexistant event: map:30, event1:13, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150423 is registered, for a nonexistant event: map:30, event1:13, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150422 is registered, for a nonexistant event: map:30, event1:13, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150421 is registered, for a nonexistant event: map:30, event1:13, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150312 is registered, for a nonexistant event: map:30, event1:13, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150420 is registered, for a nonexistant event: map:30, event1:13, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150335 is registered, for a nonexistant event: map:30, event1:13, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150334 is registered, for a nonexistant event: map:30, event1:13, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150317 is registered, for a nonexistant event: map:30, event1:14, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150345 is registered, for a nonexistant event: map:30, event1:14, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150344 is registered, for a nonexistant event: map:30, event1:14, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150297 is registered, for a nonexistant event: map:30, event1:14, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150296 is registered, for a nonexistant event: map:30, event1:14, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150305 is registered, for a nonexistant event: map:30, event1:14, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150304 is registered, for a nonexistant event: map:30, event1:14, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150303 is registered, for a nonexistant event: map:30, event1:14, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150302 is registered, for a nonexistant event: map:30, event1:14, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150301 is registered, for a nonexistant event: map:30, event1:14, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150300 is registered, for a nonexistant event: map:30, event1:14, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150299 is registered, for a nonexistant event: map:30, event1:14, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150298 is registered, for a nonexistant event: map:30, event1:14, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150426 is registered, for a nonexistant event: map:30, event1:14, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150337 is registered, for a nonexistant event: map:30, event1:14, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150425 is registered, for a nonexistant event: map:30, event1:14, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150336 is registered, for a nonexistant event: map:30, event1:14, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150424 is registered, for a nonexistant event: map:30, event1:14, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150313 is registered, for a nonexistant event: map:30, event1:14, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150427 is registered, for a nonexistant event: map:30, event1:14, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150157 is registered, for a nonexistant event: map:30, event1:15, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150156 is registered, for a nonexistant event: map:30, event1:15, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150159 is registered, for a nonexistant event: map:30, event1:15, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150158 is registered, for a nonexistant event: map:30, event1:15, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150187 is registered, for a nonexistant event: map:30, event1:15, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150186 is registered, for a nonexistant event: map:30, event1:15, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150185 is registered, for a nonexistant event: map:30, event1:15, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150184 is registered, for a nonexistant event: map:30, event1:15, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150215 is registered, for a nonexistant event: map:30, event1:15, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150214 is registered, for a nonexistant event: map:30, event1:15, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150213 is registered, for a nonexistant event: map:30, event1:15, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150212 is registered, for a nonexistant event: map:30, event1:15, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150240 is registered, for a nonexistant event: map:30, event1:15, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150243 is registered, for a nonexistant event: map:30, event1:15, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150242 is registered, for a nonexistant event: map:30, event1:15, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150241 is registered, for a nonexistant event: map:30, event1:15, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150271 is registered, for a nonexistant event: map:30, event1:15, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150270 is registered, for a nonexistant event: map:30, event1:15, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150269 is registered, for a nonexistant event: map:30, event1:15, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150268 is registered, for a nonexistant event: map:30, event1:15, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150299 is registered, for a nonexistant event: map:30, event1:15, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150298 is registered, for a nonexistant event: map:30, event1:15, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150297 is registered, for a nonexistant event: map:30, event1:15, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150296 is registered, for a nonexistant event: map:30, event1:15, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150327 is registered, for a nonexistant event: map:30, event1:15, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150326 is registered, for a nonexistant event: map:30, event1:15, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150325 is registered, for a nonexistant event: map:30, event1:15, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150324 is registered, for a nonexistant event: map:30, event1:15, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150355 is registered, for a nonexistant event: map:30, event1:15, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150354 is registered, for a nonexistant event: map:30, event1:15, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150353 is registered, for a nonexistant event: map:30, event1:15, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150352 is registered, for a nonexistant event: map:30, event1:15, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150163 is registered, for a nonexistant event: map:30, event1:16, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150162 is registered, for a nonexistant event: map:30, event1:16, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150161 is registered, for a nonexistant event: map:30, event1:16, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150160 is registered, for a nonexistant event: map:30, event1:16, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150189 is registered, for a nonexistant event: map:30, event1:16, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150188 is registered, for a nonexistant event: map:30, event1:16, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150191 is registered, for a nonexistant event: map:30, event1:16, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150190 is registered, for a nonexistant event: map:30, event1:16, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150219 is registered, for a nonexistant event: map:30, event1:16, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150218 is registered, for a nonexistant event: map:30, event1:16, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150217 is registered, for a nonexistant event: map:30, event1:16, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150216 is registered, for a nonexistant event: map:30, event1:16, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150247 is registered, for a nonexistant event: map:30, event1:16, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150246 is registered, for a nonexistant event: map:30, event1:16, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150245 is registered, for a nonexistant event: map:30, event1:16, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150244 is registered, for a nonexistant event: map:30, event1:16, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150272 is registered, for a nonexistant event: map:30, event1:16, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150275 is registered, for a nonexistant event: map:30, event1:16, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150274 is registered, for a nonexistant event: map:30, event1:16, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150273 is registered, for a nonexistant event: map:30, event1:16, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150303 is registered, for a nonexistant event: map:30, event1:16, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150302 is registered, for a nonexistant event: map:30, event1:16, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150301 is registered, for a nonexistant event: map:30, event1:16, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150300 is registered, for a nonexistant event: map:30, event1:16, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150331 is registered, for a nonexistant event: map:30, event1:16, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150330 is registered, for a nonexistant event: map:30, event1:16, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150329 is registered, for a nonexistant event: map:30, event1:16, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150328 is registered, for a nonexistant event: map:30, event1:16, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150359 is registered, for a nonexistant event: map:30, event1:16, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150358 is registered, for a nonexistant event: map:30, event1:16, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150357 is registered, for a nonexistant event: map:30, event1:16, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150356 is registered, for a nonexistant event: map:30, event1:16, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150167 is registered, for a nonexistant event: map:30, event1:17, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150166 is registered, for a nonexistant event: map:30, event1:17, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150165 is registered, for a nonexistant event: map:30, event1:17, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150164 is registered, for a nonexistant event: map:30, event1:17, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150195 is registered, for a nonexistant event: map:30, event1:17, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150194 is registered, for a nonexistant event: map:30, event1:17, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150193 is registered, for a nonexistant event: map:30, event1:17, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150192 is registered, for a nonexistant event: map:30, event1:17, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150221 is registered, for a nonexistant event: map:30, event1:17, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150220 is registered, for a nonexistant event: map:30, event1:17, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150223 is registered, for a nonexistant event: map:30, event1:17, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150222 is registered, for a nonexistant event: map:30, event1:17, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150251 is registered, for a nonexistant event: map:30, event1:17, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150250 is registered, for a nonexistant event: map:30, event1:17, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150249 is registered, for a nonexistant event: map:30, event1:17, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150248 is registered, for a nonexistant event: map:30, event1:17, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150279 is registered, for a nonexistant event: map:30, event1:17, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150278 is registered, for a nonexistant event: map:30, event1:17, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150277 is registered, for a nonexistant event: map:30, event1:17, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150276 is registered, for a nonexistant event: map:30, event1:17, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150304 is registered, for a nonexistant event: map:30, event1:17, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150307 is registered, for a nonexistant event: map:30, event1:17, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150306 is registered, for a nonexistant event: map:30, event1:17, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150305 is registered, for a nonexistant event: map:30, event1:17, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150335 is registered, for a nonexistant event: map:30, event1:17, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150334 is registered, for a nonexistant event: map:30, event1:17, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150333 is registered, for a nonexistant event: map:30, event1:17, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150332 is registered, for a nonexistant event: map:30, event1:17, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150363 is registered, for a nonexistant event: map:30, event1:17, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150362 is registered, for a nonexistant event: map:30, event1:17, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150361 is registered, for a nonexistant event: map:30, event1:17, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150360 is registered, for a nonexistant event: map:30, event1:17, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150170 is registered, for a nonexistant event: map:30, event1:18, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150169 is registered, for a nonexistant event: map:30, event1:18, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150168 is registered, for a nonexistant event: map:30, event1:18, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150171 is registered, for a nonexistant event: map:30, event1:18, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150199 is registered, for a nonexistant event: map:30, event1:18, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150198 is registered, for a nonexistant event: map:30, event1:18, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150197 is registered, for a nonexistant event: map:30, event1:18, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150196 is registered, for a nonexistant event: map:30, event1:18, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150227 is registered, for a nonexistant event: map:30, event1:18, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150226 is registered, for a nonexistant event: map:30, event1:18, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150225 is registered, for a nonexistant event: map:30, event1:18, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150224 is registered, for a nonexistant event: map:30, event1:18, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150254 is registered, for a nonexistant event: map:30, event1:18, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150253 is registered, for a nonexistant event: map:30, event1:18, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150252 is registered, for a nonexistant event: map:30, event1:18, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150255 is registered, for a nonexistant event: map:30, event1:18, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150283 is registered, for a nonexistant event: map:30, event1:18, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150282 is registered, for a nonexistant event: map:30, event1:18, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150281 is registered, for a nonexistant event: map:30, event1:18, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150280 is registered, for a nonexistant event: map:30, event1:18, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150311 is registered, for a nonexistant event: map:30, event1:18, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150310 is registered, for a nonexistant event: map:30, event1:18, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150309 is registered, for a nonexistant event: map:30, event1:18, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150308 is registered, for a nonexistant event: map:30, event1:18, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150337 is registered, for a nonexistant event: map:30, event1:18, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150336 is registered, for a nonexistant event: map:30, event1:18, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150339 is registered, for a nonexistant event: map:30, event1:18, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150338 is registered, for a nonexistant event: map:30, event1:18, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150367 is registered, for a nonexistant event: map:30, event1:18, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150366 is registered, for a nonexistant event: map:30, event1:18, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150365 is registered, for a nonexistant event: map:30, event1:18, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150364 is registered, for a nonexistant event: map:30, event1:18, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150175 is registered, for a nonexistant event: map:30, event1:19, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150174 is registered, for a nonexistant event: map:30, event1:19, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150173 is registered, for a nonexistant event: map:30, event1:19, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150172 is registered, for a nonexistant event: map:30, event1:19, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150203 is registered, for a nonexistant event: map:30, event1:19, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150202 is registered, for a nonexistant event: map:30, event1:19, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150201 is registered, for a nonexistant event: map:30, event1:19, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150200 is registered, for a nonexistant event: map:30, event1:19, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150231 is registered, for a nonexistant event: map:30, event1:19, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150230 is registered, for a nonexistant event: map:30, event1:19, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150229 is registered, for a nonexistant event: map:30, event1:19, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150228 is registered, for a nonexistant event: map:30, event1:19, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150259 is registered, for a nonexistant event: map:30, event1:19, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150258 is registered, for a nonexistant event: map:30, event1:19, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150257 is registered, for a nonexistant event: map:30, event1:19, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150256 is registered, for a nonexistant event: map:30, event1:19, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150286 is registered, for a nonexistant event: map:30, event1:19, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150285 is registered, for a nonexistant event: map:30, event1:19, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150284 is registered, for a nonexistant event: map:30, event1:19, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150287 is registered, for a nonexistant event: map:30, event1:19, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150315 is registered, for a nonexistant event: map:30, event1:19, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150314 is registered, for a nonexistant event: map:30, event1:19, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150313 is registered, for a nonexistant event: map:30, event1:19, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150312 is registered, for a nonexistant event: map:30, event1:19, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150343 is registered, for a nonexistant event: map:30, event1:19, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150342 is registered, for a nonexistant event: map:30, event1:19, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150341 is registered, for a nonexistant event: map:30, event1:19, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150340 is registered, for a nonexistant event: map:30, event1:19, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150369 is registered, for a nonexistant event: map:30, event1:19, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150368 is registered, for a nonexistant event: map:30, event1:19, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150371 is registered, for a nonexistant event: map:30, event1:19, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150370 is registered, for a nonexistant event: map:30, event1:19, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150176 is registered, for a nonexistant event: map:30, event1:20, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150179 is registered, for a nonexistant event: map:30, event1:20, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150178 is registered, for a nonexistant event: map:30, event1:20, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150177 is registered, for a nonexistant event: map:30, event1:20, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150207 is registered, for a nonexistant event: map:30, event1:20, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150206 is registered, for a nonexistant event: map:30, event1:20, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150205 is registered, for a nonexistant event: map:30, event1:20, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150204 is registered, for a nonexistant event: map:30, event1:20, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150235 is registered, for a nonexistant event: map:30, event1:20, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150234 is registered, for a nonexistant event: map:30, event1:20, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150233 is registered, for a nonexistant event: map:30, event1:20, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150232 is registered, for a nonexistant event: map:30, event1:20, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150263 is registered, for a nonexistant event: map:30, event1:20, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150262 is registered, for a nonexistant event: map:30, event1:20, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150261 is registered, for a nonexistant event: map:30, event1:20, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150260 is registered, for a nonexistant event: map:30, event1:20, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150291 is registered, for a nonexistant event: map:30, event1:20, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150290 is registered, for a nonexistant event: map:30, event1:20, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150289 is registered, for a nonexistant event: map:30, event1:20, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150288 is registered, for a nonexistant event: map:30, event1:20, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150318 is registered, for a nonexistant event: map:30, event1:20, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150317 is registered, for a nonexistant event: map:30, event1:20, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150316 is registered, for a nonexistant event: map:30, event1:20, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150319 is registered, for a nonexistant event: map:30, event1:20, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150347 is registered, for a nonexistant event: map:30, event1:20, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150346 is registered, for a nonexistant event: map:30, event1:20, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150345 is registered, for a nonexistant event: map:30, event1:20, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150344 is registered, for a nonexistant event: map:30, event1:20, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150375 is registered, for a nonexistant event: map:30, event1:20, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150374 is registered, for a nonexistant event: map:30, event1:20, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150373 is registered, for a nonexistant event: map:30, event1:20, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150372 is registered, for a nonexistant event: map:30, event1:20, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150183 is registered, for a nonexistant event: map:30, event1:21, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150182 is registered, for a nonexistant event: map:30, event1:21, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150181 is registered, for a nonexistant event: map:30, event1:21, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150180 is registered, for a nonexistant event: map:30, event1:21, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150208 is registered, for a nonexistant event: map:30, event1:21, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150211 is registered, for a nonexistant event: map:30, event1:21, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150210 is registered, for a nonexistant event: map:30, event1:21, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150209 is registered, for a nonexistant event: map:30, event1:21, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150239 is registered, for a nonexistant event: map:30, event1:21, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150238 is registered, for a nonexistant event: map:30, event1:21, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150237 is registered, for a nonexistant event: map:30, event1:21, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150236 is registered, for a nonexistant event: map:30, event1:21, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150267 is registered, for a nonexistant event: map:30, event1:21, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150266 is registered, for a nonexistant event: map:30, event1:21, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150265 is registered, for a nonexistant event: map:30, event1:21, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150264 is registered, for a nonexistant event: map:30, event1:21, event2:3
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150295 is registered, for a nonexistant event: map:30, event1:21, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150294 is registered, for a nonexistant event: map:30, event1:21, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150293 is registered, for a nonexistant event: map:30, event1:21, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150292 is registered, for a nonexistant event: map:30, event1:21, event2:4
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150323 is registered, for a nonexistant event: map:30, event1:21, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150322 is registered, for a nonexistant event: map:30, event1:21, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150321 is registered, for a nonexistant event: map:30, event1:21, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150320 is registered, for a nonexistant event: map:30, event1:21, event2:5
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150350 is registered, for a nonexistant event: map:30, event1:21, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150349 is registered, for a nonexistant event: map:30, event1:21, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150348 is registered, for a nonexistant event: map:30, event1:21, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150351 is registered, for a nonexistant event: map:30, event1:21, event2:6
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150379 is registered, for a nonexistant event: map:30, event1:21, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150378 is registered, for a nonexistant event: map:30, event1:21, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150377 is registered, for a nonexistant event: map:30, event1:21, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150376 is registered, for a nonexistant event: map:30, event1:21, event2:7
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151030 is registered, for a nonexistant event: map:30, event1:46, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151031 is registered, for a nonexistant event: map:30, event1:46, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151029 is registered, for a nonexistant event: map:30, event1:46, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150706 is registered, for a nonexistant event: map:30, event1:47, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150705 is registered, for a nonexistant event: map:30, event1:47, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150707 is registered, for a nonexistant event: map:30, event1:47, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150144 is registered, for a nonexistant event: map:30, event1:48, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150145 is registered, for a nonexistant event: map:30, event1:49, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150969 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150777 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150937 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150798 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150958 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150766 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150926 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150787 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150947 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150915 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150797 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150968 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150776 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150936 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150957 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150765 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150925 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150786 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150946 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150807 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150796 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150967 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150775 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150935 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150956 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150764 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150924 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150785 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150945 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150806 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150795 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150966 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150774 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150934 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150955 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150763 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150923 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150784 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150944 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150805 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150794 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150965 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150773 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150933 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150954 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150762 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150922 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150783 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150943 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150804 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150793 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150964 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150772 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150932 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150953 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150761 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150921 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150782 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150942 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150803 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150792 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150963 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150771 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150931 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150952 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150760 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150920 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150781 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150941 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150802 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150791 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150962 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150770 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150930 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150951 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150759 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150919 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150780 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150940 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150801 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150961 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150769 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150929 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150790 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150950 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150758 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150918 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150971 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150779 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150939 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150800 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150960 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150768 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150928 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150789 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150949 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150917 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150970 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150778 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150938 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150799 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150959 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150767 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150927 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150788 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150948 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150916 is registered, for a nonexistant event: map:30, event1:50, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150972 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151025 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150826 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151014 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150815 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150993 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150847 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151003 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150982 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150836 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150857 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151024 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150825 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151013 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150814 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150992 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150846 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151002 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150981 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150835 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150856 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151023 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150824 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151012 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150813 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150991 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150845 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151001 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150980 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150834 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150855 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151022 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150823 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151011 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150812 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150990 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150844 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151000 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150979 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150833 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150822 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150854 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151021 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151010 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150811 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150989 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150843 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150999 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150978 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150832 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150821 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150853 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151020 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151009 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150810 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150988 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150842 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150998 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150977 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150831 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150820 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150852 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151019 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151008 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150809 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150987 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150841 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150976 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150830 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151018 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150819 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150997 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150851 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151007 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150986 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150840 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150808 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150975 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151028 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150829 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151017 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150818 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150996 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150850 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151006 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150985 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150839 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150974 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151027 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150828 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151016 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150817 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150995 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150849 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151005 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150984 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150838 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150973 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151026 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150827 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151015 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150816 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150994 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150848 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 151004 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150983 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150837 is registered, for a nonexistant event: map:30, event1:50, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150757 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150736 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150889 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150878 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150910 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150725 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150867 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150746 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150899 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150714 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150756 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150735 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150888 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150877 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150909 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150724 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150866 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150745 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150898 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150713 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150755 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150734 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150887 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150876 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150908 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150723 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150865 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150744 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150897 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150712 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150754 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150733 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150886 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150875 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150907 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150722 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150864 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150743 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150896 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150711 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150753 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150732 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150885 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150874 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150906 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150721 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150863 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150742 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150895 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150710 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150752 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150731 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150884 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150873 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150905 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150720 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150862 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150741 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150894 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150709 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150730 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150883 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150872 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150751 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150904 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150719 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150861 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150740 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150893 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150708 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150914 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150729 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150882 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150871 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150750 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150903 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150718 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150860 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150739 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150892 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150913 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150728 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150881 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150870 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150749 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150902 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150717 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150859 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150738 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150891 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150912 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150727 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150880 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150869 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150748 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150901 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150716 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150858 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150737 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150890 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150879 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150911 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150726 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150868 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150747 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150900 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150715 is registered, for a nonexistant event: map:30, event1:50, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150502 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150481 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150623 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150491 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150644 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150523 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150512 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150654 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150633 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150501 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150480 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150622 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150490 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150643 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150522 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150511 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150653 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150632 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150500 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150479 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150621 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150521 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150489 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150642 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150510 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150652 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150631 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150499 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150478 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150620 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150520 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150488 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150641 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150509 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150651 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150630 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150498 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150619 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150519 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150487 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150640 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150508 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150629 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150497 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150650 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150618 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150518 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150639 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150507 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150486 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150628 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150496 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150649 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150617 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150517 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150638 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150506 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150485 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150627 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150495 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150648 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150527 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150516 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150637 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150505 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150484 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150626 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150494 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150647 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150526 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150515 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150636 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150504 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150483 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150625 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150493 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150646 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150525 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150514 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150635 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150503 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150482 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150624 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150492 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150645 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150524 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150513 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150655 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150634 is registered, for a nonexistant event: map:30, event1:51, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150548 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150679 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150658 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150537 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150569 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150558 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150689 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150668 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150547 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150678 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150657 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150536 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150568 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150557 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150688 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150667 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150546 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150677 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150656 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150535 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150567 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150556 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150687 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150666 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150545 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150676 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150577 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150534 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150566 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150555 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150686 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150665 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150544 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150576 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150533 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150675 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150565 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150554 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150685 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150664 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150543 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150575 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150564 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150532 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150674 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150553 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150684 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150663 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150542 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150574 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150563 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150694 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150531 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150673 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150552 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150683 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150662 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150541 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150573 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150562 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150693 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150530 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150672 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150551 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150682 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150661 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150540 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150572 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150561 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150692 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150529 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150671 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150550 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150681 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150660 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150539 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150571 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150560 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150691 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150528 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150670 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150549 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150680 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150659 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150538 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150570 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150559 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150690 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150669 is registered, for a nonexistant event: map:30, event1:51, event2:1
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150444 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150597 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150476 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150696 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150433 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150586 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150465 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150454 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150607 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150443 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150596 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150475 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150695 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150432 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150585 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150464 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150453 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150606 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150442 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150595 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150474 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150616 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150431 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150584 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150463 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150452 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150605 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150704 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150441 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150594 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150473 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150615 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150430 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150462 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150451 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150604 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150583 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150703 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150440 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150593 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150472 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150614 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150429 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150461 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150450 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150603 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150582 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150702 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150439 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150592 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150471 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150613 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150428 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150460 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150449 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150602 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150581 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150701 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150438 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150591 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150470 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150612 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150459 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150448 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150601 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150580 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150700 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150437 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150590 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150469 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150611 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150458 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150447 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150600 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150579 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150699 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150436 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150589 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150468 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150457 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150610 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150446 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150599 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150578 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150698 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150435 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150588 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150467 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150456 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150609 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150445 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150598 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150477 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150697 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150434 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150587 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150466 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150455 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150608 is registered, for a nonexistant event: map:30, event1:51, event2:2
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150146 is registered, for a nonexistant event: map:30, event1:52, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150147 is registered, for a nonexistant event: map:30, event1:53, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150148 is registered, for a nonexistant event: map:30, event1:54, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150149 is registered, for a nonexistant event: map:30, event1:55, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150150 is registered, for a nonexistant event: map:30, event1:56, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150151 is registered, for a nonexistant event: map:30, event1:57, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150152 is registered, for a nonexistant event: map:30, event1:58, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150153 is registered, for a nonexistant event: map:30, event1:59, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150155 is registered, for a nonexistant event: map:30, event1:60, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150154 is registered, for a nonexistant event: map:30, event1:60, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150142 is registered, for a nonexistant event: map:30, event1:61, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: creature with guid 150143 is registered, for a nonexistant event: map:30, event1:62, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150433 is registered, for a nonexistant event: map:30, event1:63, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150432 is registered, for a nonexistant event: map:30, event1:63, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150431 is registered, for a nonexistant event: map:30, event1:63, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150430 is registered, for a nonexistant event: map:30, event1:63, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150429 is registered, for a nonexistant event: map:30, event1:63, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150428 is registered, for a nonexistant event: map:30, event1:63, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150437 is registered, for a nonexistant event: map:30, event1:63, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150436 is registered, for a nonexistant event: map:30, event1:63, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150435 is registered, for a nonexistant event: map:30, event1:63, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150434 is registered, for a nonexistant event: map:30, event1:63, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150442 is registered, for a nonexistant event: map:30, event1:64, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150441 is registered, for a nonexistant event: map:30, event1:64, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150440 is registered, for a nonexistant event: map:30, event1:64, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150439 is registered, for a nonexistant event: map:30, event1:64, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150438 is registered, for a nonexistant event: map:30, event1:64, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150447 is registered, for a nonexistant event: map:30, event1:64, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150446 is registered, for a nonexistant event: map:30, event1:64, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150445 is registered, for a nonexistant event: map:30, event1:64, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150444 is registered, for a nonexistant event: map:30, event1:64, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150443 is registered, for a nonexistant event: map:30, event1:64, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150225 is registered, for a nonexistant event: map:30, event1:254, event2:0
2009-11-08 18:16:51 ERROR:BattleGroundEvent: gameobject with guid 150226 is registered, for a nonexistant event: map:30, event1:254, event2:0
2009-11-08 18:16:51
2009-11-08 18:16:51 >> Loaded 125 battleground eventindexes
2009-11-08 18:16:51 Loading GameTeleports...
2009-11-08 18:16:51
2009-11-08 18:16:51 >> Loaded 1422 GameTeleports
2009-11-08 18:16:51 Loading Npc Text Id...
2009-11-08 18:16:51
2009-11-08 18:16:51 >> Loaded 2864 NpcTextId
2009-11-08 18:16:51 Loading Npc Options...
2009-11-08 18:16:51
2009-11-08 18:16:51 >> Loaded 49 npc_option entries
2009-11-08 18:16:51 Loading Vendors...
2009-11-08 18:16:52
2009-11-08 18:16:52 >> Loaded 43813 Vendors
2009-11-08 18:16:52 Loading Trainers...
2009-11-08 18:16:52
2009-11-08 18:16:52 >> Loaded 75389 Trainers
2009-11-08 18:16:52 Loading Waypoints...
2009-11-08 18:16:52
2009-11-08 18:16:56
2009-11-08 18:16:56 >> Paths loaded
2009-11-08 18:16:57
2009-11-08 18:16:57 >> Waypoints and behaviors loaded
2009-11-08 18:16:57
2009-11-08 18:16:57 >>> Loaded 3283 paths, 40032 nodes and 704 behaviors
2009-11-08 18:16:57 Loading GM tickets...
2009-11-08 18:16:57
2009-11-08 18:16:57 >> Loaded 4 GM tickets
2009-11-08 18:16:57 Returning old mails...
2009-11-08 18:16:57
2009-11-08 18:16:57 >> Only expired mails (need to be return or delete) or DB table `mail` is empty.
2009-11-08 18:16:57 Loading Scripts...
2009-11-08 18:16:57
2009-11-08 18:16:57 quest_start_scripts :
2009-11-08 18:16:57
2009-11-08 18:16:57 >> Loaded 597 script definitions
2009-11-08 18:16:57 quest_end_scripts :
2009-11-08 18:16:57
2009-11-08 18:16:57 >> Loaded 360 script definitions
2009-11-08 18:16:57 spell_scripts :
2009-11-08 18:16:58
2009-11-08 18:16:58 >> Loaded 117 script definitions
2009-11-08 18:16:58 gameobject_scripts :
2009-11-08 18:16:58
2009-11-08 18:16:58 >> Loaded 23 script definitions
2009-11-08 18:16:58 event_scripts :
2009-11-08 18:16:58
2009-11-08 18:16:58 >> Loaded 688 script definitions
2009-11-08 18:16:58 >>> Scripts loaded
2009-11-08 18:16:58
2009-11-08 18:16:58 Loading Scripts text locales...
2009-11-08 18:16:58
2009-11-08 18:16:58 >> Loaded 382 string templates from db_script_string
2009-11-08 18:16:58 Loading VehicleData...
2009-11-08 18:16:58
2009-11-08 18:16:58 >> Loaded 321 vehicle data
2009-11-08 18:16:58 Loading VehicleSeatData...
2009-11-08 18:16:58
2009-11-08 18:16:58 >> Loaded 17 vehicle seat data
2009-11-08 18:16:58 Loading CreatureEventAI Texts...
2009-11-08 18:16:58
2009-11-08 18:16:58 >> Loaded 728 string templates from creature_ai_texts
2009-11-08 18:16:58 Loading EventAI Texts additional data...
2009-11-08 18:16:58
2009-11-08 18:16:58 >> Loaded 728 additional CreatureEventAI Texts data.
2009-11-08 18:16:58 Loading CreatureEventAI Summons...
2009-11-08 18:16:58
2009-11-08 18:16:58 >> Loaded 18 CreatureEventAI summon definitions
2009-11-08 18:16:58 Loading CreatureEventAI Scripts...
2009-11-08 18:16:58
2009-11-08 18:16:58 >> Loaded 12369 CreatureEventAI scripts
2009-11-08 18:16:58 Initializing Scripts...
2009-11-08 18:16:58
2009-11-08 18:16:58 >>> Scripts Library MaNGOSScript.dll was successfully loaded.

2009-11-08 18:16:58
2009-11-08 18:16:58 MMM MMM MM
2009-11-08 18:16:58 M MM M M M M
2009-11-08 18:16:58 MM M M M
2009-11-08 18:16:58 MMM M M M
2009-11-08 18:16:58 MM M M MMMM
2009-11-08 18:16:58 MM M M M
2009-11-08 18:16:58 MMM MMM http://www.scriptdev2.com
2009-11-08 18:16:58
2009-11-08 18:16:58 SD2: Using configuration file scriptdev2.conf
2009-11-08 18:16:58
2009-11-08 18:16:58 MySQL client library: 5.0.56
2009-11-08 18:16:58 MySQL server ver: 5.0.51b-community-nt-log
2009-11-08 18:16:58 SD2: ScriptDev2 database at 127.0.0.1;3306;root;******;pvp_sd2 initialized.
2009-11-08 18:16:58
2009-11-08 18:16:58 Loading ScriptDev2 (for MaNGOS 8759+)
2009-11-08 18:16:58
2009-11-08 18:16:58 SD2: Loading Script Texts...
2009-11-08 18:16:59
2009-11-08 18:16:59 >> Loaded 1865 string templates from script_texts
2009-11-08 18:16:59 SD2: Loading Script Texts additional data...
2009-11-08 18:16:59
2009-11-08 18:16:59 >> Loaded 1865 additional Script Texts data.
2009-11-08 18:16:59 SD2: Loading Custom Texts...
2009-11-08 18:16:59
2009-11-08 18:16:59 >> Loaded 0 string templates. DB table `custom_texts` is empty.
2009-11-08 18:16:59 SD2: Loading Custom Texts additional data...
2009-11-08 18:16:59
2009-11-08 18:16:59 >> Loaded 0 additional Custom Texts data. DB table `custom_texts` is empty.
2009-11-08 18:16:59 SD2: Loading Script Waypoints for 43 creature(s)...
2009-11-08 18:16:59
2009-11-08 18:16:59 >> Loaded 1092 Script Waypoint nodes.
2009-11-08 18:16:59 SD2: Loading C++ scripts
2009-11-08 18:16:59
2009-11-08 18:16:59 >> Loaded 810 C++ Scripts.
2009-11-08 18:16:59 DEBUG:: Initialize game time and timers
2009-11-08 18:16:59 Starting Map System
2009-11-08 18:16:59 Starting BattleGround System
2009-11-08 18:16:59
2009-11-08 18:16:59 >> Loaded 13 battlegrounds
2009-11-08 18:16:59 Loading Transports...
2009-11-08 18:16:59
2009-11-08 18:16:59 >> Loaded 20 transports
2009-11-08 18:16:59 Deleting expired bans...
2009-11-08 18:16:59 Calculate next daily quest reset time...
2009-11-08 18:16:59 Starting objects Pooling system...
2009-11-08 18:16:59 Pool handling system initialized, 2455 pools spawned.
2009-11-08 18:16:59 Starting Game Event system...
2009-11-08 18:16:59 GameEvent 16 "Gurubashi Arena Booty Run" started.
2009-11-08 18:16:59 GameEvent 19 "Call to Arms: Warsong Gulch!" started.
2009-11-08 18:16:59 GameEvent 38 "Edge of Madness, Wushoolay" started.
2009-11-08 18:16:59 GameEvent 41 "Pilgrim's Bounty" started.
2009-11-08 18:16:59 Next game event check in 6182 seconds.
2009-11-08 18:16:59 Game Event system initialized.
2009-11-08 18:16:59 Starting Autobroadcast system by Xeross...
2009-11-08 18:16:59 WORLD: World initialized
2009-11-08 18:16:59 SERVER STARTUP TIME: 1 minutes 4 seconds
2009-11-08 18:16:59 mangosd process priority class set to HIGH
2009-11-08 18:16:59
2009-11-08 18:16:59
2009-11-08 18:16:59 Max allowed socket connections 4096
2009-11-08 18:17:06 Account: 28 (IP: 10.2.8.200) Delete Character:[Тест] (guid: 1003)
2009-11-08 18:17:17 Account: 28 (IP: 10.2.8.200) Create Character:[Тест]
2009-11-08 18:17:33 ERROR:Player Тест(GUID: 1004) has SpecCount = 0 and ActiveSpec = 0.
2009-11-08 18:18:12 ERROR:SESSION: opcode CMSG_SET_TRADE_GOLD (0x011F) have unprocessed tail data (read stop at 0 from 4)
2009-11-08 18:18:12 ERROR:SESSION: opcode CMSG_SET_TRADE_GOLD (0x011F) have unprocessed tail data (read stop at 0 from 4)
2009-11-08 18:18:12 ERROR:SESSION: opcode CMSG_SET_TRADE_GOLD (0x011F) have unprocessed tail data (read stop at 0 from 4)
2009-11-08 18:18:12 ERROR:SESSION: opcode CMSG_SET_TRADE_GOLD (0x011F) have unprocessed tail data (read stop at 0 from 4)
2009-11-08 18:20:02 ERROR:Creature (GUIDLow: 4607072 Entry: 881 ) has duplicate aura (spell 12544 effect 0) in `auras` field.
2009-11-08 18:20:44 ERROR:Spell (ID: 7728) has effect EffectImplicitTargetA/EffectImplicitTargetB = TARGET_SCRIPT or TARGET_SCRIPT_COORDINATES, but does not have record in `spell_script_target`
2009-11-08 18:20:51 ERROR:Spell (ID: 7728) has effect EffectImplicitTargetA/EffectImplicitTargetB = TARGET_SCRIPT or TARGET_SCRIPT_COORDINATES, but does not have record in `spell_script_target`
2009-11-08 18:20:54 ERROR:Spell (ID: 7728) has effect EffectImplicitTargetA/EffectImplicitTargetB = TARGET_SCRIPT or TARGET_SCRIPT_COORDINATES, but does not have record in `spell_script_target`
2009-11-08 18:21:01 ERROR:Spell (ID: 7728) has effect EffectImplicitTargetA/EffectImplicitTargetB = TARGET_SCRIPT or TARGET_SCRIPT_COORDINATES, but does not have record in `spell_script_target`
2009-11-08 18:21:05 ERROR:SPELL: wrong map (0 instead 530) target coordinates for spell ID 17334
2009-11-08 18:24:07 ERROR:SESSION: received unexpected opcode CMSG_GUILD_ROSTER (0x0089) the player has not logged in yet
2009-11-08 18:26:00 ERROR:Spell (ID: 8674) has effect EffectImplicitTargetA/EffectImplicitTargetB = TARGET_SCRIPT or TARGET_SCRIPT_COORDINATES, but does not have record in `spell_script_target`
2009-11-08 18:26:08 ERROR:Spell (ID: 8674) has effect EffectImplicitTargetA/EffectImplicitTargetB = TARGET_SCRIPT or TARGET_SCRIPT_COORDINATES, but does not have record in `spell_script_target`
2009-11-08 18:26:09 ERROR:Spell (ID: 8674) has effect EffectImplicitTargetA/EffectImplicitTargetB = TARGET_SCRIPT or TARGET_SCRIPT_COORDINATES, but does not have record in `spell_script_target`
2009-11-08 18:26:58 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48819 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 18:26:58 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48820 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 18:26:58 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48821 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 18:26:58 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48822 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 18:26:58 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48823 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 18:27:24 WorldSocket::HandleAuthSession: Sent Auth Response (Account IP differs).
2009-11-08 18:30:12 ERROR:EffectSummonType: Unhandled summon type 1362
2009-11-08 18:31:31 ERROR:SESSION: opcode CMSG_MOVE_FEATHER_FALL_ACK (0x02CF) have unprocessed tail data (read stop at 0 from 41)
2009-11-08 18:31:46 ERROR:SESSION: opcode CMSG_MOVE_FEATHER_FALL_ACK (0x02CF) have unprocessed tail data (read stop at 0 from 41)
2009-11-08 18:31:47 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 52)
2009-11-08 18:35:13 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 52)
2009-11-08 18:36:42 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48909 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 18:36:42 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48908 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 18:36:42 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48907 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 18:36:42 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48906 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 18:36:42 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48905 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 18:36:48 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48910 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 18:36:48 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48911 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 18:36:48 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48912 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 18:36:48 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48913 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 18:36:48 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48914 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 18:37:51 ERROR:SPELL: wrong map (1 instead 571) target coordinates for spell ID 17608
2009-11-08 18:38:00 ERROR:SESSION: opcode CMSG_CLEAR_TRADE_ITEM (0x011E) have unprocessed tail data (read stop at 0 from 1)
2009-11-08 18:38:47 ERROR:SPELL: wrong map (530 instead 571) target coordinates for spell ID 33728
2009-11-08 18:38:55 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 18:39:17 ERROR:SESSION: opcode CMSG_ACCEPT_TRADE (0x011A) have unprocessed tail data (read stop at 0 from 4)
2009-11-08 18:39:26 ERROR:SESSION: opcode CMSG_ACCEPT_TRADE (0x011A) have unprocessed tail data (read stop at 0 from 4)
2009-11-08 18:39:26 ERROR:SESSION: opcode CMSG_CLEAR_TRADE_ITEM (0x011E) have unprocessed tail data (read stop at 0 from 1)
2009-11-08 18:39:46 ERROR:SESSION: opcode CMSG_ACCEPT_TRADE (0x011A) have unprocessed tail data (read stop at 0 from 4)
2009-11-08 18:39:53 ERROR:SESSION: opcode CMSG_ACCEPT_TRADE (0x011A) have unprocessed tail data (read stop at 0 from 4)
2009-11-08 18:40:02 ERROR:SPELL: wrong map (530 instead 0) target coordinates for spell ID 33728
2009-11-08 18:40:11 ERROR:SESSION: opcode CMSG_CLEAR_TRADE_ITEM (0x011E) have unprocessed tail data (read stop at 0 from 1)
2009-11-08 18:40:12 ERROR:SPELL: wrong map (571 instead 530) target coordinates for spell ID 61420
2009-11-08 18:41:47 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 52)
2009-11-08 18:42:56 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 52)
2009-11-08 18:43:07 ERROR:SESSION: received unexpected opcode CMSG_CANCEL_TRADE (0x011C) the player has not logged in yet and not recently logout
2009-11-08 18:43:07 ERROR:SESSION: received unexpected opcode CMSG_CANCEL_TRADE (0x011C) the player has not logged in yet and not recently logout
2009-11-08 18:43:08 ERROR:SESSION: received unexpected opcode CMSG_CANCEL_TRADE (0x011C) the player has not logged in yet and not recently logout
2009-11-08 18:43:15 Account: 28 (IP: 10.2.8.200) Delete Character:[Тест] (guid: 1004)
2009-11-08 18:43:21 ERROR:CreatureEventAI: Creature 8035 has events but no events added to list because of instance flags.
2009-11-08 18:44:26 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 52)
2009-11-08 18:45:30 ERROR:InstanceMap::SetResetSchedule: cannot turn schedule on, no save available for instance 46 of 90
2009-11-08 18:46:05 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 18:46:54 ERROR:SPELL: wrong map (1 instead 530) target coordinates for spell ID 17609
2009-11-08 18:47:31 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 52)
2009-11-08 18:48:25 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 18:49:12 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 18:49:58 ERROR:SPELL: wrong map (530 instead 1) target coordinates for spell ID 35718
2009-11-08 18:50:12 Account: 3321 (IP: 195.239.189.90) Create Character:[Хилневиноват]
2009-11-08 18:50:21 ERROR:Player Хилневиноват(GUID: 1005) has SpecCount = 0 and ActiveSpec = 0.
2009-11-08 18:50:23 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 18:51:26 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 52)
2009-11-08 18:53:44 ERROR:SPELL: wrong map (530 instead 571) target coordinates for spell ID 33728
2009-11-08 18:55:59 ERROR:HandleMoveNotActiveMover: incorrect mover guid: mover is 000000000000037F and should be 000000000000037F instead of 895
2009-11-08 18:56:15 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 37)
2009-11-08 18:57:36 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 18:57:39 ERROR:SQL: INSERT INTO group_instance SELECT guid, instance, permanent FROM character_instance WHERE guid = '788'
2009-11-08 18:57:39 ERROR:SQL ERROR: Duplicate entry '788-35' for key 1
2009-11-08 18:58:40 ERROR:CreatureEventAI: Creature 12129 has events but no events added to list because of instance flags.
2009-11-08 18:58:40 ERROR:CreatureEventAI: Creature 12129 has events but no events added to list because of instance flags.
2009-11-08 18:58:40 ERROR:CreatureEventAI: Creature 12129 has events but no events added to list because of instance flags.
2009-11-08 18:58:40 ERROR:CreatureEventAI: Creature 12129 has events but no events added to list because of instance flags.
2009-11-08 18:58:40 ERROR:CreatureEventAI: Creature 12129 has events but no events added to list because of instance flags.
2009-11-08 18:59:31 ERROR:SESSION: received unexpected opcode CMSG_GUILD_ROSTER (0x0089) the player has not logged in yet
2009-11-08 18:59:37 ERROR:InstanceSaveManager::ScheduleReset: cannot cancel the reset, the event(0,90,46) was not found!
2009-11-08 18:59:37 ERROR:CreatureEventAI: Creature 8035 has events but no events added to list because of instance flags.
2009-11-08 18:59:55 ERROR:SPELL: wrong map (571 instead 90) target coordinates for spell ID 54406
2009-11-08 19:00:51 ERROR:SPELL: wrong map (571 instead 530) target coordinates for spell ID 53141
2009-11-08 19:03:22 ERROR:SPELL: wrong map (0 instead 530) target coordinates for spell ID 17334
2009-11-08 19:03:30 ERROR:SPELL: wrong map (530 instead 0) target coordinates for spell ID 35718
2009-11-08 19:04:24 ERROR:SPELL: wrong map (571 instead 530) target coordinates for spell ID 61420
2009-11-08 19:05:01 ERROR:SESSION: opcode CMSG_CHAR_CREATE (0x0036) have unprocessed tail data (read stop at 13 from 20)
2009-11-08 19:05:11 ERROR:SESSION: opcode CMSG_CHAR_CREATE (0x0036) have unprocessed tail data (read stop at 13 from 20)
2009-11-08 19:05:26 Account: 2913 (IP: 10.2.77.157) Delete Character:[Шурка] (guid: 978)
2009-11-08 19:06:05 Account: 2913 (IP: 10.2.77.157) Create Character:[Сащёк]
2009-11-08 19:06:26 ERROR:SPELL: wrong map (0 instead 530) target coordinates for spell ID 17611
2009-11-08 19:07:06 ERROR:SPELL: wrong map (530 instead 0) target coordinates for spell ID 33728
2009-11-08 19:07:08 ERROR:SPELL: wrong map (530 instead 571) target coordinates for spell ID 35718
2009-11-08 19:07:09 ERROR:SPELL: wrong map (530 instead 571) target coordinates for spell ID 35718
2009-11-08 19:07:31 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 52)
2009-11-08 19:07:36 ERROR:Player Хилневиноват(GUID: 1005) has SpecCount = 0 and ActiveSpec = 0.
2009-11-08 19:07:56 ERROR:SPELL: wrong map (571 instead 530) target coordinates for spell ID 61420
2009-11-08 19:08:12 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:08:27 ERROR:HandleMoveNotActiveMover: incorrect mover guid: mover is 0000000000000370 and should be 0000000000000370 instead of 880
2009-11-08 19:08:37 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:08:45 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:10:00 ERROR:SPELL: wrong map (530 instead 571) target coordinates for spell ID 33728
2009-11-08 19:10:39 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:10:49 ERROR:HandleMoveNotActiveMover: incorrect mover guid: mover is 0000000000000370 and should be 0000000000000370 instead of 880
2009-11-08 19:12:44 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48740 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 19:12:44 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48741 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 19:12:44 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48742 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 19:12:44 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48743 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 19:12:44 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48744 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 19:12:47 ERROR:SPELL: wrong map (530 instead 609) target coordinates for spell ID 35718
2009-11-08 19:14:12 ERROR:SPELL: wrong map (571 instead 530) target coordinates for spell ID 53141
2009-11-08 19:14:46 ERROR:SPELL: wrong map (530 instead 571) target coordinates for spell ID 33728
2009-11-08 19:15:42 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48860 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 19:15:42 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48861 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 19:15:42 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48862 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 19:15:42 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48863 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 19:15:42 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48864 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 19:15:47 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48870 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 19:15:47 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48871 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 19:15:47 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48872 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 19:15:47 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48873 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 19:15:47 ERROR:WORLD: CMSG_ITEM_NAME_QUERY for item 48874 failed (item listed in Item.dbc but not exist in DB)
2009-11-08 19:16:54 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:17:37 ERROR:Player Сирка(GUID: 995) has SpecCount = 0 and ActiveSpec = 0.
2009-11-08 19:19:01 ERROR:SESSION: opcode CMSG_CHAR_CREATE (0x0036) have unprocessed tail data (read stop at 13 from 20)
2009-11-08 19:19:09 Account: 3409 (IP: 94.79.44.5) Create Character:[Рашер]
2009-11-08 19:19:34 ERROR:Player Рашер(GUID: 1007) has SpecCount = 0 and ActiveSpec = 0.
2009-11-08 19:21:38 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:22:12 Create pet
2009-11-08 19:22:12 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:22:28 Account: 3409 (IP: 94.79.44.5) Create Character:[Пацанчик]
2009-11-08 19:22:34 ERROR:Player Пацанчик(GUID: 1008) has SpecCount = 0 and ActiveSpec = 0.
2009-11-08 19:22:36 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:23:01 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:23:32 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:24:17 Account: 3410 (IP: 81.88.222.98) Create Character:[Сайберн]
2009-11-08 19:24:29 ERROR:Player Сайберн(GUID: 1009) has SpecCount = 0 and ActiveSpec = 0.
2009-11-08 19:24:33 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:26:04 ERROR:SPELL: wrong map (571 instead 530) target coordinates for spell ID 53141
2009-11-08 19:26:08 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:26:49 ERROR:SPELL: wrong map (0 instead 530) target coordinates for spell ID 17334
2009-11-08 19:26:53 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:27:19 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:27:42 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:28:05 ERROR:SPELL: wrong map (1 instead 530) target coordinates for spell ID 17609
2009-11-08 19:28:37 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:28:53 ERROR:SPELL: wrong map (530 instead 1) target coordinates for spell ID 35718
2009-11-08 19:29:06 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:29:32 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:29:47 ERROR:SPELL: wrong map (1 instead 530) target coordinates for spell ID 17609
2009-11-08 19:30:06 ERROR:SQL: SELECT speed,Val1 FROM cheaters WHERE player='Санек' AND reason LIKE 'Tele hack' AND Map='369' AND last_date >= NOW()-300
2009-11-08 19:30:06 ERROR:query ERROR: Table 'pvp_characters.cheaters' doesn't exist
2009-11-08 19:30:06 ERROR:SQL: INSERT INTO cheaters (player,acctid,reason,speed,count,first_date,last_ date,`Op`,Val1,Val2,Map,Pos,Level) VALUES ('Санек','3389','Tele hack','1532.790283','1',NOW(),NOW(),'MSG_MOVE_SET_ FACING','0.000000','0','369','OldPos: -44.8708 -11.8471 -3.45694','20')
2009-11-08 19:30:06 ERROR:SQL ERROR: Table 'pvp_characters.cheaters' doesn't exist
2009-11-08 19:30:08 ERROR:Player Пацанчик(GUID: 1008) has SpecCount = 0 and ActiveSpec = 0.
2009-11-08 19:30:10 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:30:50 ERROR:SPELL: wrong map (530 instead 1) target coordinates for spell ID 35718
2009-11-08 19:31:28 ERROR:SPELL: wrong map (1 instead 530) target coordinates for spell ID 17609
2009-11-08 19:32:33 ERROR:Player::addSpell: Non-existed in SpellStore spell #50621 request.
2009-11-08 19:32:37 ERROR:SPELL: wrong map (530 instead 1) target coordinates for spell ID 35718
2009-11-08 19:33:09 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:33:39 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 52)
2009-11-08 19:33:40 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 52)
2009-11-08 19:35:05 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:35:05 ERROR:SPELL: wrong map (571 instead 530) target coordinates for spell ID 61420
2009-11-08 19:36:23 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:36:59 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 79)
2009-11-08 19:36:59 ERROR:HandleMoveNotActiveMover: incorrect mover guid: mover is 00000000000003E0 and should be 00000000000003E0 instead of 992
2009-11-08 19:37:02 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:37:09 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:37:37 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:38:08 ERROR:CastCustomSpell: unknown spell id 47762
2009-11-08 19:38:38 ERROR:CastCustomSpell: unknown spell id 47762
2009-11-08 19:38:41 ERROR:CastCustomSpell: unknown spell id 47762
2009-11-08 19:38:41 ERROR:CastCustomSpell: unknown spell id 47762
2009-11-08 19:40:47 ERROR:SPELL: wrong map (530 instead 0) target coordinates for spell ID 33728
2009-11-08 19:42:24 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:42:33 ERROR:CastSpell: unknown spell id 173 by caster: creature (Entry: 18547)
2009-11-08 19:43:00 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:43:34 ERROR:Player::addSpell: Non-existed in SpellStore spell #20554 request.
2009-11-08 19:45:44 ERROR:EffectSummonType: Unhandled summon type 208
2009-11-08 19:46:02 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:47:17 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 52)
2009-11-08 19:48:31 ERROR:EffectSummonType: Unhandled summon type 208
2009-11-08 19:51:10 ERROR:CastCustomSpell: unknown spell id 47762
2009-11-08 19:51:27 ERROR:CastCustomSpell: unknown spell id 47762
2009-11-08 19:51:28 ERROR:CastCustomSpell: unknown spell id 47762
2009-11-08 19:51:30 ERROR:CastCustomSpell: unknown spell id 47762
2009-11-08 19:51:31 ERROR:CastCustomSpell: unknown spell id 47762
2009-11-08 19:51:57 ERROR:Player::addSpell: Non-existed in SpellStore spell #20554 request.
2009-11-08 19:53:19 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:53:20 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:54:15 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 19:55:02 ERROR:SPELL: wrong map (0 instead 530) target coordinates for spell ID 17334
2009-11-08 19:58:18 ERROR:SESSION: opcode CMSG_MESSAGECHAT (0x0095) have unprocessed tail data (read stop at 8 from 25)
2009-11-08 19:58:24 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 52)
2009-11-08 19:58:31 ERROR:SESSION: opcode CMSG_MESSAGECHAT (0x0095) have unprocessed tail data (read stop at 8 from 35)
2009-11-08 20:00:01 GameEvent 16 "Gurubashi Arena Booty Run" removed.
2009-11-08 20:00:01 Next game event check in 3600 seconds.
2009-11-08 20:00:58 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 20:01:34 ERROR:CastCustomSpell: unknown spell id 47762
2009-11-08 20:05:26 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 20:05:32 Account: 3319 (IP: 195.239.189.90) Create Character:[Валитенаменя]
2009-11-08 20:05:59 ERROR:Player Валитенаменя(GUID: 1010) has SpecCount = 0 and ActiveSpec = 0.
2009-11-08 20:06:14 ERROR:SPELL: wrong map (1 instead 571) target coordinates for spell ID 46343
2009-11-08 20:07:58 ERROR:SESSION: opcode CMSG_ACCEPT_TRADE (0x011A) have unprocessed tail data (read stop at 0 from 4)
2009-11-08 20:08:00 ERROR:SESSION: opcode CMSG_ACCEPT_TRADE (0x011A) have unprocessed tail data (read stop at 0 from 4)
2009-11-08 20:09:01 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 20:10:01 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 53)
2009-11-08 20:11:51 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 37)
2009-11-08 20:13:59 ERROR:CastCustomSpell: unknown spell id 47762
2009-11-08 20:20:56 WorldSocket::HandleAuthSession: Sent Auth Response (Account IP differs).[/SPOILER]

Последний раз редактировалось Perfecto; 09.11.2009 в 12:45. Причина: Пароли к базе не обязательны ;) Для безопасноти стер
DWS вне форума Отправить сообщение для DWS с помощью ICQ Ответить с цитированием
Непрочитано 09.11.2009, 12:48   #19
Аватар для Perfecto
Пользователь

Автор темы (Топик Стартер) Re: Ядра от ZG-Team

О_о ошибок тьма тьмущая (у меня при запуске пара ошибок и то незначительные), что я заметил так это то что накатаны не все патчи из папки !!!addition!!! Античита например нет. Надо бы залить
8152 - это я имел ввиду ауру а не спелл
__________________
Просьба к пользователям, соблюдайте правила. Экономьте свои/наши время и нервы
Perfecto вне форума Отправить сообщение для Perfecto с помощью ICQ Ответить с цитированием
Непрочитано 09.11.2009, 12:50   #20
Аватар для DWS
Пользователь

По умолчанию Re: Ядра от ZG-Team

Цитата:
Сообщение от Perfecto Посмотреть сообщение
О_о ошибок тьма тьмущая (у меня при запуске пара ошибок и то незначительные), что я заметил так это то что накатаны не все патчи из папки !!!addition!!! Античита например нет. Надо бы залить
8152 - это я имел ввиду ауру а не спелл
хммм заливал все...
мб базу мангос перезалить ? я пользуюсь ytdb твои sql совместимы ?
DWS вне форума Отправить сообщение для DWS с помощью ICQ Ответить с цитированием
Ответ


Здесь присутствуют: 1 (пользователей: 0 , гостей: 1)
 
Опции темы

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход


© 2007–2024 «Форум администраторов игровых серверов»
Защита сайта от DDoS атак — StormWall
Работает на Булке неизвестной версии с переводом от zCarot
Текущее время: 15:22. Часовой пояс GMT +3.

Вверх