GithubHelp home page GithubHelp logo

lordofdoom / mmocore Goto Github PK

View Code? Open in Web Editor NEW
36.0 36.0 40.0 94.53 MB

This core is not supported anymore - Please use the new MMOCoreEvo

Home Page: https://github.com/LORDofDOOM/MMOCoreEvo

License: GNU General Public License v2.0

Perl 0.01% Python 0.02% Objective-C 2.06% Shell 0.10% R 0.08% D 0.02% C 28.36% C++ 69.31% PHP 0.01% C# 0.03%

mmocore's Introduction

👋 I'm Thiemo 😊

I'm a Full Stack Developer, mainly working with C#/.NET and Python. 👩‍💻✨ I also working in Software Architecture and Design.

Technologies that I use

Me on GitHub

Top Langs

mmocore's People

Contributors

aokromes avatar azazel avatar click avatar dduarte avatar erfa1l avatar kaelima avatar keystone76bma avatar leak avatar lopin avatar lordofdoom avatar maanuel avatar machiavell1 avatar malcrom avatar panaut0lordv avatar paradox avatar polevik avatar qaston avatar runningnak3d avatar shauren avatar shocker avatar signfinder avatar star-lion avatar subv avatar tobmaps avatar vincent-michael avatar vlad852 avatar w1sht0l1v3 avatar warpten avatar xurxogr avatar zxbiohazardzx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

mmocore's Issues

Argentumtunierplatz

Die Fraktionshändler am Argentumtunierplatz gehen nicht richtig. Man kann nur bei den Händlern seiner eigenen Fraktion einkaufen.

ICC Nach Update

Nach dem Update, funktioniert kein Teleporter mehr, wenn man den Frostriesen gekillt hatt. Man kommt nicht mehr zu Saurfang hoch

ICC Proffessor Seuchenmord

Debuff im HC kann man nicht verteilen, Schlammkleber bleibt auch nach dem Tot noch auf dem Spieler, In Monstrosität verwandlung kann man keine Spells nutzen um die Pfützen aufzusaugen

PDC

Eric der Reine gibt beim killen kein Loot

[Sql] CombinedSql batch

hey i made a sql combine because MMoCore have to much sql to execute one by one :)
it's based into the combinedsql form trinitycore but i have adapted to the MMoCore

@echo off
setlocal EnableDelayedExpansion
set WorldUpdates=All_World_Updates.sql
set CharactersUpdates=All_Characters_Updates.sql
set AuthUpdates=All_Auth_Updates.sql
set FcUpdates=All_Fc_updates.sql
set CharactersFcUpdates=All_CharactersFc_updates.sql
set WorldFcUpdates=All_WorldFc_updates.sql
set WorldMMUpdates=All_WorldMM_updates.sql
set MMCharactersUpdates=All_MMCharacters_updates.sql
set MMAuthUpdates=All_MMAuth_updates.sql
set CastleUpdates=All_Castle_updates

if exist %CharactersUpdates% del %CharactersUpdates%
if exist %AuthUpdates% del %AuthUpdates%
if exist %WorldUpdates% del %WorldUpdates%

for %%a in (sql\updates\world*.sql) do (
echo /* >>%WorldUpdates%
echo * %%a >>%WorldUpdates%
echo */ >>%WorldUpdates%
copy/b %WorldUpdates%+"%%a" %WorldUpdates%
echo. >>%WorldUpdates%
echo. >>%WorldUpdates%)

for %%a in (sql\updates\characters*.sql) do (
echo /* >>%CharactersUpdates%
echo * %%a >>%CharactersUpdates%
echo */ >>%CharactersUpdates%
copy/b %CharactersUpdates%+"%%a" %CharactersUpdates%
echo. >>%CharactersUpdates%
echo. >>%CharactersUpdates%)

for %%a in (sql\updates\auth*.sql) do (
echo /* >>%AuthUpdates%
echo * %%a >>%AuthUpdates%
echo */ >>%AuthUpdates%
copy/b %AuthUpdates%+"%%a" %AuthUpdates%
echo. >>%AuthUpdates%
echo. >>%AuthUpdates%)

for %%a in (sql\updates\fc_updates*.sql) do (
echo /* >>%FcUpdates%
echo * %%a >>%FcUpdates%
echo */ >>%FcUpdates%
copy/b %FcUpdates%+"%%a" %FcUpdates%
echo. >>%FcUpdates%
echo. >>%FcUpdates%)

for %%a in (sql\updates\fc_updates_characters*.sql) do (
echo /* >>%CharactersFcUpdates%
echo * %%a >>%CharactersFcUpdates%
echo */ >>%CharactersFcUpdates%
copy/b %CharactersFcUpdates%+"%%a" %CharactersFcUpdates%
echo. >>%CharactersFcUpdates%
echo. >>%CharactersFcUpdates%)

for %%a in (sql\updates\fc_updates_world*.sql) do (
echo /* >>%WorldFcUpdates%
echo * %%a >>%WorldFcUpdates%
echo */ >>%WorldFcUpdates%
copy/b %WorldFcUpdates%+"%%a" %WorldFcUpdates%
echo. >>%WorldFcUpdates%
echo. >>%WorldFcUpdates%)

for %%a in (sql\updates\mmo_updates_world*.sql) do (
echo /* >>%WorldMMUpdates%
echo * %%a >>%WorldMMUpdates%
echo */ >>%WorldMMUpdates%
copy/b %WorldMMUpdates%+"%%a" %WorldMMUpdates%
echo. >>%WorldMMUpdates%
echo. >>%WorldMMUpdates%)

for %%a in (sql\updates\mmo_updates_characters*.sql) do (
echo /* >>%MMCharactersUpdates%
echo * %%a >>%MMCharactersUpdates%
echo */ >>%MMCharactersUpdates%
copy/b %MMCharactersUpdates%+"%%a" %MMCharactersUpdates%
echo. >>%MMCharactersUpdates%
echo. >>%MMCharactersUpdates%)

for %%a in (sql\updates\mmo_updates_auth*.sql) do (
echo /* >>%MMAuthUpdates%
echo * %%a >>%MMAuthUpdates%
echo */ >>%MMAuthUpdates%
copy/b %MMAuthUpdates%+"%%a" %MMAuthUpdates%
echo. >>%MMAuthUpdates%
echo. >>%MMAuthUpdates%)

for %%a in (sql\updates\castle_updates*.sql) do (
echo /* >>%CastleUpdates%
echo * %%a >>%CastleUpdates%
echo */ >>%CastleUpdates%
copy/b %CastleUpdates%+"%%a" %CastleUpdates%
echo. >>%CastleUpdates%
echo. >>%CastleUpdates%)

error and crash

E:/gunship sources/MMOCore new/MMOCore/src/server/game/Entities/Object\Object.h:538 in GridObject::RemoveFromGrid ASSERTION FAILED:
IsInGrid()
[0x1bd4f2]
[0x1be5b1]
[0x1befed]
[0x2bf091]
[0x2bedc1]
ACE_Task_Base::svc_run()+0x2e [0x0]
ACE_Thread_Adapter::invoke_i()+0x6b [0x0]
ACE_Thread_Adapter::invoke()+0x83 [0x0]
endthreadex()+0x3a [0x0]
endthreadex()+0xe4 [0x0]
BaseThreadInitThunk()+0x12 [0x0]
RtlInitializeExceptionChain()+0x63 [0x0]
RtlInitializeExceptionChain()+0x36 [0x0]

[Crash] WorldServer

2012-04-18 09:43:11 Using configuration file worldserver.conf.
2012-04-18 09:43:11 Using SSL version: OpenSSL 1.0.1 14 Mar 2012 (library: OpenSSL 1.0.0d 8 Feb 2011)
2012-04-18 09:43:11 Using ACE version: 5.8.3
2012-04-18 09:43:11 MMOCore rev. 0000-00-00 00:00:00 +0000 (Archived) (Win32, Release) (worldserver-daemon)
2012-04-18 09:43:11 to stop.

2012-04-18 09:43:11 ______ __
2012-04-18 09:43:11 /__ \ __ */\ *
2012-04-18 09:43:11 /
/\ / _ __ /\ ___ /\ , _\ __ __
2012-04-18 09:43:11 \ \ /'**\/\ \ /' _ /\ \ \ / /\ /\
2012-04-18 09:43:11 \ \ \ \ / \ \ /\ /\ \ \ \ \ _\ \ _\
2012-04-18 09:43:11 \ _\ _\ \ _\ _\ \ \ **/____ \ 2012-04-18 09:43:11 \/_/\/_/ \/_/\/_/\/_/\/_/\/__//**/>
2012-04-18 09:43:11 C O R E /**
/
2012-04-18 09:43:11 http://TrinityCore.org /__/

2012-04-18 09:43:11 Realm running as realm ID 1
2012-04-18 09:43:11 Using World DB: YTDB_0.14.4_R618_TC_R15263_TDBAI_335.0.3_RuDB_R47
2012-04-18 09:43:11 Will clear logs table of entries older than 1209600 seconds every 10 minutes.
2012-04-18 09:43:11 Using DataDir Data/
2012-04-18 09:43:11 WORLD: VMap support included. LineOfSight:1, getHeight:1, indoorCheck:1 PetLOS:1
2012-04-18 09:43:11 WORLD: VMap data directory is: Data/vmaps
2012-04-18 09:43:11
2012-04-18 09:43:11 Loading Trinity strings...
2012-04-18 09:43:12 >> Loaded 955 Trinity strings from table trinity_string in 47 ms
2012-04-18 09:43:12
2012-04-18 09:43:12 Initialize data stores...
2012-04-18 09:43:17 >> Initialized 96 data stores in 5734 ms
2012-04-18 09:43:17
2012-04-18 09:43:17 Using esES DBC Locale as default. All available DBC locales: esES
2012-04-18 09:43:17
2012-04-18 09:43:17 Loading spell dbc data corrections...
2012-04-18 09:43:17 >> Loading spell dbc data corrections in 32 ms
2012-04-18 09:43:17
2012-04-18 09:43:17 Loading SpellInfo store...
2012-04-18 09:43:17 >> Loaded spell custom attributes in 156 ms
2012-04-18 09:43:17
2012-04-18 09:43:17 Loading SkillLineAbilityMultiMap Data...
2012-04-18 09:43:18 >> Loaded 10219 SkillLineAbility MultiMap Data in 31 ms
2012-04-18 09:43:18
2012-04-18 09:43:18 Loading spell custom attributes...
2012-04-18 09:43:18 >> Loaded spell custom attributes in 78 ms
2012-04-18 09:43:18
2012-04-18 09:43:18 Loading GameObject models...
2012-04-18 09:43:18 >> Loaded 2321 GameObject models in 31 ms
2012-04-18 09:43:18
2012-04-18 09:43:18 Loading Script Names...
2012-04-18 09:43:18 >> Loaded 2057 Script Names in 516 ms
2012-04-18 09:43:18
2012-04-18 09:43:18 Loading Instance Template...
2012-04-18 09:43:18 >> Loaded 88 instance templates in 0 ms
2012-04-18 09:43:18
2012-04-18 09:43:18 Loading instances...
2012-04-18 09:43:20 >> Loaded instances in 1406 ms
2012-04-18 09:43:20
2012-04-18 09:43:20 Loading Localization strings...
2012-04-18 09:43:20 >> Loaded 29985 creature locale strings in 453 ms
2012-04-18 09:43:20
2012-04-18 09:43:21 >> Loaded 17165 gameobject locale strings in 360 ms
2012-04-18 09:43:21
2012-04-18 09:43:21 >> Loaded 37353 Item locale strings in 609 ms
2012-04-18 09:43:21
2012-04-18 09:43:22 >> Loaded 2192 Item set name locale strings in 47 ms
2012-04-18 09:43:22
2012-04-18 09:43:22 >> Loaded 9500 Quest locale strings in 719 ms
2012-04-18 09:43:22
2012-04-18 09:43:23 >> Loaded 7228 NpcText locale strings in 359 ms
2012-04-18 09:43:23
2012-04-18 09:43:23 >> Loaded 1847 PageText locale strings in 62 ms
2012-04-18 09:43:23
2012-04-18 09:43:23 >> Loaded 2587 gossip_menu_option locale strings in 31 ms
2012-04-18 09:43:23
2012-04-18 09:43:23 >> Loaded 494 points_of_interest locale strings in 0 ms
2012-04-18 09:43:23
2012-04-18 09:43:23 >> Localization strings loaded in 3125 ms
2012-04-18 09:43:23
2012-04-18 09:43:23 Loading Page Texts...
2012-04-18 09:43:23 >> Loaded 2077 page texts in 47 ms
2012-04-18 09:43:23
2012-04-18 09:43:23 Loading Game Object Templates...
2012-04-18 09:43:24 >> Loaded 19346 game object templates in 828 ms
2012-04-18 09:43:24
2012-04-18 09:43:24 Loading Spell Rank Data...
2012-04-18 09:43:24 >> Loaded 5592 spell rank records in 47 ms
2012-04-18 09:43:24
2012-04-18 09:43:24 Loading Spell Required Data...
2012-04-18 09:43:24 >> Loaded 41 spell required records in 0 ms
2012-04-18 09:43:24
2012-04-18 09:43:24 Loading Spell Group types...
2012-04-18 09:43:24 >> Loaded 453 spell group definitions in 0 ms
2012-04-18 09:43:24
2012-04-18 09:43:24 Loading Spell Learn Skills...
2012-04-18 09:43:24 >> Loaded 99 Spell Learn Skills from DBC in 16 ms
2012-04-18 09:43:24
2012-04-18 09:43:24 Loading Spell Learn Spells...
2012-04-18 09:43:24 >> Loaded 19 spell learn spells + 572 found in DBC in 15 ms
2012-04-18 09:43:24
2012-04-18 09:43:24 Loading Spell Proc Event conditions...
2012-04-18 09:43:24 >> Loaded 1098 extra and 65 custom spell proc event conditions in 32 ms
2012-04-18 09:43:24
2012-04-18 09:43:24 Loading Spell Proc conditions and data...
2012-04-18 09:43:24 >> Loaded 0 spell proc conditions and data. DB table spell_proc is empty.
2012-04-18 09:43:24
2012-04-18 09:43:24 Loading Spell Bonus Data...
2012-04-18 09:43:24 >> Loaded 339 extra spell bonus data in 0 ms
2012-04-18 09:43:24
2012-04-18 09:43:24 Loading Aggro Spells Definitions...
2012-04-18 09:43:24 >> Loaded 106 SpellThreatEntries in 0 ms
2012-04-18 09:43:24
2012-04-18 09:43:24 Loading Spell Group Stack Rules...
2012-04-18 09:43:24 >> Loaded 48 spell group stack rules in 31 ms
2012-04-18 09:43:24
2012-04-18 09:43:24 Loading NPC Texts...
2012-04-18 09:43:25 >> Loaded 7397 npc texts in 688 ms
2012-04-18 09:43:25
2012-04-18 09:43:25 Loading Enchant Spells Proc datas...
2012-04-18 09:43:25 >> Loaded 42 enchant proc data definitions in 15 ms
2012-04-18 09:43:25
2012-04-18 09:43:25 Loading Item Random Enchantments Table...
2012-04-18 09:43:25 >> Loaded 28691 Item Enchantment definitions in 203 ms
2012-04-18 09:43:25
2012-04-18 09:43:25 Loading Disables
2012-04-18 09:43:25 >> Loaded 6 disables in 32 ms
2012-04-18 09:43:25
2012-04-18 09:43:25 Loading Items...
2012-04-18 09:43:30 ERROR: Item (Entry: 999999) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000001) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000001) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000001) has wrong value in stackable (0), replace by default 1.
2012-04-18 09:43:30 ERROR: Item (Entry: 9000002) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000002) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000003) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000003) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000004) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000004) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000004) has wrong value in stackable (0), replace by default 1.
2012-04-18 09:43:30 ERROR: Item (Entry: 9000005) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000005) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000006) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000006) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000007) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000007) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000008) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000008) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000009) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000009) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000010) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000010) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000011) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000011) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000012) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000012) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000013) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000013) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000014) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9000014) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900003) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900003) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900004) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900004) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900005) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900005) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900006) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900006) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900007) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900007) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900008) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900008) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900009) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900009) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900010) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900010) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900011) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900011) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900012) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900012) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900013) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900013) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900014) does not exist in item.dbc! (not correct id?).
2012-04-18 09:43:30 ERROR: Item (Entry: 9900014) has wrong BuyCount value (0), set to default(1).
2012-04-18 09:43:30 >> Loaded 37581 item templates in 4734 ms
2012-04-18 09:43:30
2012-04-18 09:43:30 Loading Item set names...
2012-04-18 09:43:30 >> Loaded 2481 item set names in 31 ms
2012-04-18 09:43:30
2012-04-18 09:43:30 Loading Creature Model Based Info Data...
2012-04-18 09:43:30 >> Loaded 24154 creature model based info in 235 ms
2012-04-18 09:43:30
2012-04-18 09:43:30 Loading Equipment templates...
2012-04-18 09:43:30 >> Loaded 4223 equipment templates in 109 ms
2012-04-18 09:43:30
2012-04-18 09:43:30 Loading Creature templates...
2012-04-18 09:43:33 ERROR: Table creature_template lists creature (Entry: 50004) with expansion 3. Ignored and set to 0.
2012-04-18 09:43:33 >> Loaded 30084 creature definitions in 2969 ms
2012-04-18 09:43:33
2012-04-18 09:43:33 Loading Creature template addons...
2012-04-18 09:43:33 ERROR: Creature (Entry: 300005) has wrong spell 0 defined in auras field in creature_template_addon.
2012-04-18 09:43:33 >> Loaded 8984 creature template addons in 141 ms
2012-04-18 09:43:33
2012-04-18 09:43:33 Loading Reputation Reward Rates...
2012-04-18 09:43:33 >> Loaded 14 reputation_reward_rate in 0 ms
2012-04-18 09:43:33
2012-04-18 09:43:33 Loading Creature Reputation OnKill Data...
2012-04-18 09:43:33 >> Loaded 2380 creature award reputation definitions in 78 ms
2012-04-18 09:43:33
2012-04-18 09:43:33 Loading Reputation Spillover Data...
2012-04-18 09:43:33 >> Loaded 26 reputation_spillover_template in 0 ms
2012-04-18 09:43:33
2012-04-18 09:43:33 Loading Points Of Interest Data...
2012-04-18 09:43:33 >> Loaded 494 Points of Interest definitions in 15 ms
2012-04-18 09:43:33
2012-04-18 09:43:33 Loading Creature Base Stats...
2012-04-18 09:43:33 >> Loaded 400 creature base stats in 16 ms
2012-04-18 09:43:33
2012-04-18 09:43:33 Loading Creature Data...
2012-04-18 09:43:41 ERROR: Table creature have creature (Entry: 32170) with equipment_id 2796 not found in table creature_equip_template, set to no equipment.
2012-04-18 09:43:42 >> Loaded 142076 creatures in 8422 ms
2012-04-18 09:43:42
2012-04-18 09:43:42 Loading pet levelup spells...
2012-04-18 09:43:42 >> Loaded 993 pet levelup and default spells for 39 families in 16 ms
2012-04-18 09:43:42
2012-04-18 09:43:42 Loading pet default spells additional to levelup spells...
2012-04-18 09:43:42 >> Loaded addition spells for 112 pet spell data entries in 0 ms
2012-04-18 09:43:42
2012-04-18 09:43:42 Loading summonable creature templates...
2012-04-18 09:43:42 >> Loaded 767 summonable creature templates in 15 ms
2012-04-18 09:43:42
2012-04-18 09:43:42 Loading Creature Addon Data...
2012-04-18 09:43:42 ERROR: Creature (GUID: 83459) does not exist but has a record in creature_addon
2012-04-18 09:43:42 ERROR: Creature (GUID: 78383) does not exist but has a record in creature_addon
2012-04-18 09:43:42 ERROR: Creature (GUID: 81170) does not exist but has a record in creature_addon
2012-04-18 09:43:42 ERROR: Creature (GUID: 81165) does not exist but has a record in creature_addon
2012-04-18 09:43:42 ERROR: Creature (GUID: 81531) does not exist but has a record in creature_addon
2012-04-18 09:43:42 ERROR: Creature (GUID: 136117) does not exist but has a record in creature_addon
2012-04-18 09:43:42 ERROR: Creature (GUID: 136132) does not exist but has a record in creature_addon
2012-04-18 09:43:42 ERROR: Creature (GUID: 136209) does not exist but has a record in creature_addon
2012-04-18 09:43:42 ERROR: Creature (GUID: 136208) does not exist but has a record in creature_addon
2012-04-18 09:43:42 ERROR: Creature (GUID: 79310) does not exist but has a record in creature_addon
2012-04-18 09:43:42 ERROR: Creature (GUID: 79313) does not exist but has a record in creature_addon
2012-04-18 09:43:42 ERROR: Creature (GUID: 136111) does not exist but has a record in creature_addon
2012-04-18 09:43:42 ERROR: Creature (GUID: 136110) does not exist but has a record in creature_addon
2012-04-18 09:43:42 >> Loaded 23489 creature addons in 219 ms
2012-04-18 09:43:42
2012-04-18 09:43:42 Loading Creature Respawn Data...
2012-04-18 09:43:42 >> Loaded 0 creature respawn time.
2012-04-18 09:43:42
2012-04-18 09:43:42 Loading Gameobject Data...
2012-04-18 09:43:46 >> Loaded 85340 gameobjects in 3875 ms
2012-04-18 09:43:46
2012-04-18 09:43:46 Loading Gameobject Respawn Data...
2012-04-18 09:43:46 >> Loaded 0 gameobject respawn times. DB table gameobject_respawn is empty!
2012-04-18 09:43:46
2012-04-18 09:43:46 Loading Creature Linked Respawn...
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201001
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201218
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201238
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201259
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201275
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201296
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201306
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201307
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201314
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201335
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201346
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201385
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201396
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201444
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201446
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201458
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201479
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201482
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201501
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201530
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201550
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201553
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201589
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201595
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201604
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201630
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201640
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201646
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201659
2012-04-18 09:43:46 ERROR: Couldn't get creature data for GUIDLow 201673
2012-04-18 09:43:46 >> Loaded 5614 linked respawns in 281 ms
2012-04-18 09:43:46
2012-04-18 09:43:46 Loading Weather Data...
2012-04-18 09:43:46 >> Loaded 41 weather definitions in 0 ms
2012-04-18 09:43:46
2012-04-18 09:43:46 Loading Quests...
2012-04-18 09:43:48 >> Loaded 9500 quests definitions in 1578 ms
2012-04-18 09:43:48
2012-04-18 09:43:48 Checking Quest Disables
2012-04-18 09:43:48 >> Checked 2 quest disables in 0 ms
2012-04-18 09:43:48
2012-04-18 09:43:48 Loading Quest POI
2012-04-18 09:43:48 >> Loaded 18925 quest POI definitions in 578 ms
2012-04-18 09:43:48
2012-04-18 09:43:48 Loading Quests Relations...
2012-04-18 09:43:48 Loading GO Start Quest Data...
2012-04-18 09:43:48 >> Loaded 537 quest relations from gameobject_questrelation in 0 ms
2012-04-18 09:43:48
2012-04-18 09:43:48 Loading GO End Quest Data...
2012-04-18 09:43:48 >> Loaded 461 quest relations from gameobject_involvedrelation in 16 ms
2012-04-18 09:43:48
2012-04-18 09:43:48 Loading Creature Start Quest Data...
2012-04-18 09:43:48 ERROR: Table creature_questrelation: Quest 9800001 listed for entry 37120 does not exist.
2012-04-18 09:43:49 >> Loaded 7575 quest relations from creature_questrelation in 46 ms
2012-04-18 09:43:49
2012-04-18 09:43:49 Loading Creature End Quest Data...
2012-04-18 09:43:49 ERROR: Table creature_involvedrelation: Quest 9800001 listed for entry 37120 does not exist.
2012-04-18 09:43:49 >> Loaded 8149 quest relations from creature_involvedrelation in 47 ms
2012-04-18 09:43:49
2012-04-18 09:43:49 Loading Objects Pooling Data...
2012-04-18 09:43:49 >> Loaded 13617 objects pools in 31 ms
2012-04-18 09:43:49
2012-04-18 09:43:49 Loading Creatures Pooling Data...
2012-04-18 09:43:49 >> Loaded 1301 creatures in pools in 15 ms
2012-04-18 09:43:49
2012-04-18 09:43:49 Loading Gameobject Pooling Data...
2012-04-18 09:43:49 >> Loaded 34531 gameobject in pools in 282 ms
2012-04-18 09:43:49
2012-04-18 09:43:49 Loading Mother Pooling Data...
2012-04-18 09:43:49 >> Loaded 7928 pools in mother pools in 62 ms
2012-04-18 09:43:49
2012-04-18 09:43:49 Loading Quest Pooling Data...
2012-04-18 09:43:49 >> Loaded 101 quests in pools in 0 ms
2012-04-18 09:43:49
2012-04-18 09:43:49 Starting objects pooling system...
2012-04-18 09:43:50 Pool handling system initialized, 5688 pools spawned in 906 ms
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Game Event Data...
2012-04-18 09:43:50 >> Loaded 82 game events in 0 ms
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Game Event Saves Data...
2012-04-18 09:43:50 >> Loaded 0 game event saves in game events. DB table game_event_save is empty.
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Game Event Prerequisite Data...
2012-04-18 09:43:50 >> Loaded 0 game event prerequisites in game events. DB table game_event_prerequisite is empty.
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Game Event Creature Data...
2012-04-18 09:43:50 >> Loaded 10521 creatures in game events in 125 ms
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Game Event GO Data...
2012-04-18 09:43:50 >> Loaded 15157 gameobjects in game events in 140 ms
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Game Event Model/Equipment Change Data...
2012-04-18 09:43:50 >> Loaded 911 model/equipment changes in game events in 32 ms
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Game Event Quest Data...
2012-04-18 09:43:50 >> Loaded 148 quests additions in game events in 0 ms
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Game Event GO Quest Data...
2012-04-18 09:43:50 >> Loaded 0 go quests additions in game events. DB table game_event_gameobject_quest is empty.
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Game Event Quest Condition Data...
2012-04-18 09:43:50 >> Loaded 0 quest event conditions in game events. DB table game_event_quest_condition is empty.
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Game Event Condition Data...
2012-04-18 09:43:50 >> Loaded 0 conditions in game events. DB table game_event_condition is empty.
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Game Event Condition Save Data...
2012-04-18 09:43:50 >> Loaded 0 condition saves in game events. DB table game_event_condition_save is empty.
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Game Event NPCflag Data...
2012-04-18 09:43:50 >> Loaded 0 npcflags in game events. DB table game_event_npcflag is empty.
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Game Event Seasonal Quest Relations...
2012-04-18 09:43:50 >> Loaded 614 quests additions in game events in 0 ms
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Game Event Vendor Additions Data...
2012-04-18 09:43:50 >> Loaded 0 vendor additions in game events. DB table game_event_npc_vendor is empty.
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Game Event Battleground Data...
2012-04-18 09:43:50 >> Loaded 4 battleground holidays in game events in 0 ms
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Game Event Pool Data...
2012-04-18 09:43:50 >> Loaded 1 pools for game events in 0 ms
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading UNIT_NPC_FLAG_SPELLCLICK Data...
2012-04-18 09:43:50 >> Loaded 309 spellclick definitions in 0 ms
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Vehicle Template Accessories...
2012-04-18 09:43:50 >> Loaded 141 Vehicle Template Accessories in 31 ms
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Vehicle Accessories...
2012-04-18 09:43:50 >> Loaded 0 Vehicle Accessories in 0 ms
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Dungeon boss data...
2012-04-18 09:43:50 >> Loaded 612 instance encounters in 47 ms
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading LFG rewards...
2012-04-18 09:43:50 >> Loaded 15 lfg dungeon rewards in 16 ms
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading SpellArea Data...
2012-04-18 09:43:50 >> Loaded 510 spell area requirements in 47 ms
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading AreaTrigger definitions...
2012-04-18 09:43:50 >> Loaded 256 area trigger teleport definitions in 31 ms
2012-04-18 09:43:50
2012-04-18 09:43:50 Loading Access Requirements...
2012-04-18 09:43:51 >> Loaded 121 access requirement definitions in 31 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading Quest Area Triggers...
2012-04-18 09:43:51 >> Loaded 65 quest trigger points in 0 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading Tavern Area Triggers...
2012-04-18 09:43:51 >> Loaded 117 tavern triggers in 0 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading AreaTrigger script names...
2012-04-18 09:43:51 >> Loaded 77 areatrigger scripts in 0 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading Graveyard-zone links...
2012-04-18 09:43:51 >> Loaded 556 graveyard-zone links in 16 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading spell pet auras...
2012-04-18 09:43:51 >> Loaded 47 spell pet auras in 31 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading Spell target coordinates...
2012-04-18 09:43:51 >> Loaded 596 spell teleport coordinates in 0 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading enchant custom attributes...
2012-04-18 09:43:51 >> Loaded 32 custom enchant attributes in 0 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading linked spells...
2012-04-18 09:43:51 >> Loaded 416 linked spells in 0 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading Player Create Data...
2012-04-18 09:43:51 >> Loaded 62 player create definitions in 0 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading Player Create Items Data...
2012-04-18 09:43:51 >> Loaded 11 custom player create items in 0 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading Player Create Spell Data...
2012-04-18 09:43:51 >> Loaded 2824 player create spells in 31 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading Player Create Action Data...
2012-04-18 09:43:51 >> Loaded 325 player create actions in 16 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading Player Create Level HP/Mana Data...
2012-04-18 09:43:51 >> Loaded 800 level health/mana definitions in 15 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading Player Create Level Stats Data...
2012-04-18 09:43:51 >> Loaded 4960 level stats definitions in 63 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading Player Create XP Data...
2012-04-18 09:43:51 >> Loaded 79 xp for level definitions in 0 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading Exploration BaseXP Data...
2012-04-18 09:43:51 >> Loaded 80 BaseXP definitions in 0 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading Pet Name Parts...
2012-04-18 09:43:51 >> Loaded 313 pet name parts in 0 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading the max pet number...
2012-04-18 09:43:51 >> Loaded the max pet number: 0 in 0 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading pet level stats...
2012-04-18 09:43:51 >> Loaded 3120 level pet stats definitions in 78 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading Player Corpses...
2012-04-18 09:43:51 >> Loaded 0 corpses. DB table corpse is empty.
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading Player level dependent mail rewards...
2012-04-18 09:43:51 >> Loaded 24 level dependent mail rewards in 15 ms
2012-04-18 09:43:51
2012-04-18 09:43:51 Loading creature loot templates...
2012-04-18 09:43:53 >> Loaded 209042 creature loot templates in 2406 ms
2012-04-18 09:43:53
2012-04-18 09:43:53 Loading fishing loot templates...
2012-04-18 09:43:53 >> Loaded 1810 fishing loot templates in 47 ms
2012-04-18 09:43:53
2012-04-18 09:43:53 Loading gameobject loot templates...
2012-04-18 09:43:53 >> Loaded 7821 gameobject loot templates in 109 ms
2012-04-18 09:43:53
2012-04-18 09:43:53 Loading item loot templates...
2012-04-18 09:43:54 >> Loaded 2932 prospecting loot templates in 78 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading mail loot templates...
2012-04-18 09:43:54 >> Loaded 134 mail loot templates in 0 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading milling loot templates...
2012-04-18 09:43:54 >> Loaded 87 milling loot templates in 0 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading pickpocketing loot templates...
2012-04-18 09:43:54 ERROR: Table 'pickpocketing_loot_template' entry 41038 isn't creature pickpocket lootid and not referenced from loot, and then useless.
2012-04-18 09:43:54 >> Loaded 17685 pickpocketing loot templates in 250 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading skinning loot templates...
2012-04-18 09:43:54 >> Loaded 4879 skinning loot templates in 109 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading disenchanting loot templates...
2012-04-18 09:43:54 >> Loaded 122 disenchanting loot templates in 47 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading prospecting loot templates...
2012-04-18 09:43:54 >> Loaded 100 prospecting loot templates in 0 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading spell loot templates...
2012-04-18 09:43:54 >> Loaded 319 spell loot templates in 15 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading reference loot templates...
2012-04-18 09:43:54 >> Loaded refence loot templates in 125 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading Skill Discovery Table...
2012-04-18 09:43:54 >> Loaded 330 skill discovery definitions in 32 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading Skill Extra Item Table...
2012-04-18 09:43:54 >> Loaded 226 spell specialization definitions in 0 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading Skill Fishing base level requirements...
2012-04-18 09:43:54 >> Loaded 198 areas for fishing base skill level in 0 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading Achievements...
2012-04-18 09:43:54 >> Loaded 43 achievement references in 0 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading Achievement Criteria Lists...
2012-04-18 09:43:54 >> Loaded 1105 achievement criteria in 46 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading Achievement Criteria Data...
2012-04-18 09:43:54 >> Loaded 3107 additional achievement criteria data in 32 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading Achievement Rewards...
2012-04-18 09:43:54 >> Loaded 101 achievement rewards in 31 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading Achievement Reward Locales...
2012-04-18 09:43:54 >> Loaded 24 achievement reward locale strings in 0 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading Completed Achievements...
2012-04-18 09:43:54 >> Loaded 0 completed achievements. DB table character_achievement is empty.
2012-04-18 09:43:54
2012-04-18 09:43:54 Deleting expired auctions...
2012-04-18 09:43:54 >> No expired auctions to delete
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading Item Auctions...
2012-04-18 09:43:54 >> Loaded 0 auction items. DB table auctionhouse or item_instance is empty!
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading Auctions...
2012-04-18 09:43:54 >> Loaded 0 auctions. DB table auctionhouse is empty.
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading guilds definitions...
2012-04-18 09:43:54 >> Loaded 0 guild definitions. DB table guild is empty.
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading ArenaTeams...
2012-04-18 09:43:54 >> Loaded 0 arena teams. DB table arena_team is empty!
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading Groups...
2012-04-18 09:43:54 >> Loaded 0 group definitions. DB table groups is empty!
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading ReservedNames...
2012-04-18 09:43:54 >> Loaded 0 reserved player names. DB table reserved_name is empty!
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading GameObjects for quests...
2012-04-18 09:43:54 >> Loaded 1186 GameObjects for quests in 0 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading BattleMasters...
2012-04-18 09:43:54 >> Loaded 145 battlemaster entries in 62 ms
2012-04-18 09:43:54
2012-04-18 09:43:54 Loading GameTeleports...
2012-04-18 09:43:55 >> Loaded 1434 GameTeleports in 47 ms
2012-04-18 09:43:55
2012-04-18 09:43:55 Loading Gossip menu...
2012-04-18 09:43:55 >> Loaded 5264 gossip_menu entries in 94 ms
2012-04-18 09:43:55
2012-04-18 09:43:55 Loading Gossip menu options...
2012-04-18 09:43:55 >> Loaded 5106 gossip_menu_option entries in 250 ms
2012-04-18 09:43:55
2012-04-18 09:43:55 Loading Vendors...
2012-04-18 09:43:55 ERROR: Table (game_event_)npc_vendor for Vendor (Entry: 900002) have in item list non-existed item (60033), ignore
2012-04-18 09:43:55 >> Loaded 34731 Vendors in 437 ms
2012-04-18 09:43:55
2012-04-18 09:43:55 Loading Trainers...
2012-04-18 09:43:56 >> Loaded 74748 Trainers in 1141 ms
2012-04-18 09:43:56
2012-04-18 09:43:56 Loading Waypoints...
2012-04-18 09:43:58 >> Loaded 53120 waypoints in 1078 ms
2012-04-18 09:43:58
2012-04-18 09:43:58 Loading SmartAI Waypoints...
2012-04-18 09:43:58 >> Loaded 95 SmartAI waypoint paths (total 1228 waypoints) in 94 ms
2012-04-18 09:43:58
2012-04-18 09:43:58 Loading Creature Formations...
2012-04-18 09:43:58 >> Loaded 63 creatures in formations in 16 ms
2012-04-18 09:43:58
2012-04-18 09:43:58 Loading World States...
2012-04-18 09:43:58 >> Loaded 8 world states in 0 ms
2012-04-18 09:43:58
2012-04-18 09:43:58 Loading Conditions...
2012-04-18 09:43:58 ERROR: SourceEntry 66665 SourceGroup 1 in condition table - spell 66665 does not have implicit targets of types: AREA, CONE, NEARBY for effect 0, SourceGroup needs correction, ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 66665 SourceGroup 1 in condition table - spell 66665 does not have implicit targets of types: AREA, CONE, NEARBY for effect 0, SourceGroup needs correction, ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 47344 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 42794 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 42695 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 56669 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 56667 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 56665 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 49899 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 69400 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 74455 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 56578 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 47344 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 47310 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 66665 SourceGroup 1 in condition table - spell 66665 does not have implicit targets of types: AREA, CONE, NEARBY for effect 0, SourceGroup needs correction, ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 70464 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 69708 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 70194 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 69784 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 70224 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 70225 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 69431 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 69431 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 69431 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 69431 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 69431 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 42436 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: Title condition has non existing title in value1 (24108), skipped
2012-04-18 09:43:58 ERROR: SourceEntry 42518 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 42518 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 70173 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 69402 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 70175 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 70383 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 69400 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 70173 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 69402 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 70175 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 69400 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 70173 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 69402 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 70175 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 69400 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 70173 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 69402 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 70175 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 70374 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 72959 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 69705 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 ERROR: SourceEntry 69705 in condition table, has incorrect SourceGroup 0 (spell effectMask) set , ignoring.
2012-04-18 09:43:58 >> Loaded 9088 conditions in 391 ms
2012-04-18 09:43:58
2012-04-18 09:43:58 Loading faction change achievement pairs...
2012-04-18 09:43:58 >> Loaded 127 faction change achievement pairs in 0 ms
2012-04-18 09:43:58
2012-04-18 09:43:58 Loading faction change spell pairs...
2012-04-18 09:43:58 >> Loaded 102 faction change spell pairs in 0 ms
2012-04-18 09:43:58
2012-04-18 09:43:58 Loading faction change item pairs...
2012-04-18 09:43:58 >> Loaded 735 faction change item pairs in 0 ms
2012-04-18 09:43:58
2012-04-18 09:43:58 Loading faction change reputation pairs...
2012-04-18 09:43:58 >> Loaded 15 faction change reputation pairs in 0 ms
2012-04-18 09:43:58
2012-04-18 09:43:58 Loading GM tickets...
2012-04-18 09:43:58 >> Loaded 0 GM tickets. DB table gm_tickets is empty!
2012-04-18 09:43:58
2012-04-18 09:43:58 Loading GM surveys...
2012-04-18 09:43:58 >> Loaded GM Survey count from database in 0 ms
2012-04-18 09:43:58
2012-04-18 09:43:58 Loading client addons...
2012-04-18 09:43:58 >> Loaded 0 known addons. DB table addons is empty!
2012-04-18 09:43:58
2012-04-18 09:43:58 Returning old mails...
2012-04-18 09:43:58 >> No expired mails found.
2012-04-18 09:43:58
2012-04-18 09:43:58 Loading Autobroadcasts...
2012-04-18 09:43:58 >> Loaded 0 autobroadcasts definitions. DB table autobroadcast is empty!
2012-04-18 09:43:58
2012-04-18 09:43:58 Loading quest_start_scripts...
2012-04-18 09:43:58 >> Loaded 629 script definitions in 16 ms
2012-04-18 09:43:58
2012-04-18 09:43:58 Loading quest_end_scripts...
2012-04-18 09:43:58 >> Loaded 769 script definitions in 78 ms
2012-04-18 09:43:58
2012-04-18 09:43:58 Loading spell_scripts...
2012-04-18 09:43:58 >> Loaded 236 script definitions in 15 ms
2012-04-18 09:43:58
2012-04-18 09:43:58 Loading gameobject_scripts...
2012-04-18 09:43:58 >> Loaded 145 script definitions in 0 ms
2012-04-18 09:43:58
2012-04-18 09:43:58 Loading event_scripts...
2012-04-18 09:43:58 >> Loaded 758 script definitions in 79 ms
2012-04-18 09:43:58
2012-04-18 09:43:58 Loading waypoint_scripts...
2012-04-18 09:43:58 >> Loaded 1084 script definitions in 125 ms
2012-04-18 09:43:58
2012-04-18 09:43:59 Loading Scripts text locales...
2012-04-18 09:43:59 >> Loaded 715 string templates from db_script_string in 172 ms
2012-04-18 09:43:59
2012-04-18 09:43:59 Loading CreatureEventAI Texts...
2012-04-18 09:43:59 >> Loaded 1077 string templates from creature_ai_texts in 109 ms
2012-04-18 09:43:59
2012-04-18 09:43:59 >> Loaded 1077 additional CreatureEventAI Texts data in 218 ms
2012-04-18 09:43:59
2012-04-18 09:43:59 Loading CreatureEventAI Summons...
2012-04-18 09:43:59 >> Loaded 21 CreatureEventAI summon definitions in 15 ms
2012-04-18 09:43:59
2012-04-18 09:43:59 Loading CreatureEventAI Scripts...
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31193 are using repeatable event(3119302) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 14688 are using repeatable event(1468803) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 14688 are using repeatable event(1468802) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 14688 are using repeatable event(1468801) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31193 are using repeatable event(3119301) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31192 are using repeatable event(3119202) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31192 are using repeatable event(3119201) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31191 are using repeatable event(3119102) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31191 are using repeatable event(3119101) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31271 are using repeatable event(3127102) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31271 are using repeatable event(3127101) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31242 are using repeatable event(3124202) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31277 are using repeatable event(3127703) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31242 are using repeatable event(3124201) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31196 are using repeatable event(3119602) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31196 are using repeatable event(3119601) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31195 are using repeatable event(3119503) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31195 are using repeatable event(3119502) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31195 are using repeatable event(3119501) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31222 are using timed event(3122203) with param2 < param1 (InitialMax < InitialMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31222 are using repeatable event(3122203) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31194 are using repeatable event(3119401) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31277 are using repeatable event(3127702) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31277 are using repeatable event(3127701) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31222 are using repeatable event(3122202) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: CreatureEventAI: Creature 31222 are using repeatable event(3122201) with param4 < param3 (RepeatMax < RepeatMin). Event will never repeat.
2012-04-18 09:43:59 ERROR: Creature entry 33243 has EventAI scripts, but its AIName is not 'EventAI', changing to EventAI
2012-04-18 09:43:59 ERROR: Creature entry 33272 has EventAI scripts, but its AIName is not 'EventAI', changing to EventAI
2012-04-18 09:43:59 ERROR: Creature entry 33220 has EventAI scripts, but its AIName is not 'EventAI', changing to EventAI
2012-04-18 09:44:00 ERROR: Creature entry 14688 has EventAI scripts, but its AIName is not 'EventAI', changing to EventAI
2012-04-18 09:44:00 ERROR: Creature entry 31271 has EventAI scripts, but its AIName is not 'EventAI', changing to EventAI
2012-04-18 09:44:00 ERROR: Creature entry 31242 has EventAI scripts, but its AIName is not 'EventAI', changing to EventAI
2012-04-18 09:44:00 ERROR: Creature entry 31277 has EventAI scripts, but its AIName is not 'EventAI', changing to EventAI
2012-04-18 09:44:00 ERROR: Creature entry 31195 has EventAI scripts, but its AIName is not 'EventAI', changing to EventAI
2012-04-18 09:44:00 ERROR: Creature entry 31222 has EventAI scripts, but its AIName is not 'EventAI', changing to EventAI
2012-04-18 09:44:00 ERROR: Creature entry 33229 has EventAI scripts, but its AIName is not 'EventAI', changing to EventAI
2012-04-18 09:44:00 >> Loaded 17732 CreatureEventAI scripts in 469 ms
2012-04-18 09:44:00
2012-04-18 09:44:00 Loading spell script names...
2012-04-18 09:44:00 >> Loaded 803 spell script names in 0 ms
2012-04-18 09:44:00
2012-04-18 09:44:00 Loading Creature Texts...
2012-04-18 09:44:00 >> Loaded 1387 creature texts for 410 creatures in 78 ms
2012-04-18 09:44:00
2012-04-18 09:44:00 Loading Creature Text Locales...
2012-04-18 09:44:00 Initializing Scripts...
2012-04-18 09:44:00 TSCR: Loading Script Texts...
2012-04-18 09:44:00 ERROR: Table script_texts contain data for already loaded entry -1000473 (from another table?), ignored.
2012-04-18 09:44:00 ERROR: Table script_texts contain data for already loaded entry -1000472 (from another table?), ignored.
2012-04-18 09:44:00 ERROR: Table script_texts contain data for already loaded entry -1000474 (from another table?), ignored.
2012-04-18 09:44:00 ERROR: Table script_texts contain data for already loaded entry -1000475 (from another table?), ignored.
2012-04-18 09:44:00 ERROR: Table script_texts contain data for already loaded entry -1000476 (from another table?), ignored.
2012-04-18 09:44:00 >> Loaded 3054 string templates from script_texts in 32 ms
2012-04-18 09:44:00
2012-04-18 09:44:00 TSCR: Loading Script Texts additional data...
2012-04-18 09:44:00 ERROR: TSCR: Entry -1000475 in table script_texts has Type 14 but this Chat Type does not exist.
2012-04-18 09:44:00 ERROR: TSCR: Entry -1000476 in table script_texts has Type 14 but this Chat Type does not exist.
2012-04-18 09:44:00 ERROR: TSCR: Entry -1000473 in table script_texts has Type 14 but this Chat Type does not exist.
2012-04-18 09:44:00 ERROR: TSCR: Entry -1000474 in table script_texts has Type 14 but this Chat Type does not exist.
2012-04-18 09:44:00 ERROR: TSCR: Entry -1000472 in table script_texts has Type 14 but this Chat Type does not exist.
2012-04-18 09:44:00 >> Loaded 3059 additional Script Texts data in 31 ms
2012-04-18 09:44:00
2012-04-18 09:44:00 TSCR: Loading Custom Texts...
2012-04-18 09:44:00 >> Loaded 0 string templates. DB table custom_texts is empty.
2012-04-18 09:44:00
2012-04-18 09:44:00 TSCR: Loading Custom Texts additional data...
2012-04-18 09:44:00 >> Loaded 0 additional Custom Texts data. DB table custom_texts is empty.
2012-04-18 09:44:00
2012-04-18 09:44:00 TSCR: Loading Script Waypoints for 84 creature(s)...
2012-04-18 09:44:00 >> Loaded 2158 Script Waypoint nodes in 125 ms
2012-04-18 09:44:00
2012-04-18 09:44:00 TSCR: WARNING >> Loaded 0 npc_teleport.
2012-04-18 09:44:00 Loading C++ scripts
2012-04-18 09:44:00 ERROR: Script named 'spell_gen_wg_water' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'spell_sha_chain_heal' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'spell_warr_overpower' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_og_camera_vehicle' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_og_mekkatorque' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_og_assistants' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_og_i_infantry' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_og_infantry' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_og_boltcog' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_og_cannon' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_og_i_tank' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_og_bomber' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_og_trogg' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_og_tank' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_og_suit' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_og_rl' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_gnome_citizen' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_steamcrank' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_mekkatorque' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_shoot_bunny' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'spell_motivate_a_tron' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_frostlord_ahune' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_ahune_ice_spear' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'go_ahune_ice_stone' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'spell_spinning_pain_spike' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'boss_flame_leviathan_seat' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'boss_flame_leviathan_defense_turret' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'boss_flame_leviathan_defense_cannon' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'boss_flame_leviathan_overload_device' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_saronite_animus' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_saronite_vapors' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'achievement_smell_saronite' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_muradin_gunship' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_saurfang_gunship' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_korkron_axethrower_rifleman' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_gunship_cannon' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_sergeant' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_marine_or_reaver' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_gunship_skybreaker' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_gunship_orgrimmar' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'spell_rocket_pack' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_volatile_ooze' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_gas_cloud' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'spell_sindragosa_mystic_buffet' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_tournament_training_dummy' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'guildmaster' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_item_summon_all' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_item_summon_9999019' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_item_summon_9999020' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_item_summon_9999021' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'item_custom_stone' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'professionnpc' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_likantropo' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_lava_boost' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_quel_nagas' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_might_of_sylvanas' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_trollzilla' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_perotharn' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_uznam_the_watcher' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_legion_master' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'event_npc_firelord' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'event_npc_icelord' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'event_npc_earthlord' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'event_npc_darklord' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'event_mage_ice' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'event_mage_fire' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'event_dk' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'event_warrior' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'npc_vip' does not have a script name assigned in database.
2012-04-18 09:44:00 ERROR: Script named 'levelnpc' does not have a script name assigned in database.
2012-04-18 09:44:00 >> Loaded 1986 C++ scripts in 641 ms
2012-04-18 09:44:00
2012-04-18 09:44:00 Validating spell scripts...
2012-04-18 09:44:00 ERROR: TSCR: Spell 43310 Effect Index: EFFECT_0 AuraName: 32 of script spell_brewfest_speed did not match dbc effect data - handler bound to hook OnEffectApply of AuraScript won't be executed
2012-04-18 09:44:00 ERROR: TSCR: Spell 43332 Effect Index: EFFECT_0 AuraName: 32 of script spell_brewfest_speed did not match dbc effect data - handler bound to hook OnEffectApply of AuraScript won't be executed
2012-04-18 09:44:00 ERROR: TSCR: Spell 43332 Effect Index: EFFECT_2 AuraName: 191 of script spell_brewfest_speed did not match dbc effect data - handler bound to hook OnEffectRemove of AuraScript won't be executed
2012-04-18 09:44:00 ERROR: TSCR: Spell 43332 Effect Index: EFFECT_1 AuraName: 226 of script spell_brewfest_speed did not match dbc effect data - handler bound to hook OnEffectPeriodic of AuraScript won't be executed
2012-04-18 09:44:00 ERROR: TSCR: Spell 48278 Effect Index: EFFECT_0 Target: 15 of script spell_paralyze_pinnacle did not match dbc effect data - handler bound to hook OnUnitTargetSelect of SpellScript won't be executed
2012-04-18 09:44:00 ERROR: TSCR: Spell 63944 Effect Index: EFFECT_0 AuraName: 4 of script spell_gen_damage_reduction_aura did not match dbc effect data - handler bound to hook OnEffectApply of AuraScript won't be executed
2012-04-18 09:44:00 ERROR: TSCR: Spell 63944 Effect Index: EFFECT_0 AuraName: 4 of script spell_gen_damage_reduction_aura did not match dbc effect data - handler bound to hook OnEffectRemove of AuraScript won't be executed
2012-04-18 09:44:00 >> Validated 950 scripts in 31 ms
2012-04-18 09:44:00
2012-04-18 09:44:00 Loading SmartAI scripts...
2012-04-18 09:44:01 >> Loaded 1272 SmartAI scripts in 375 ms
2012-04-18 09:44:01
2012-04-18 09:44:01 Loading Calendar data...
2012-04-18 09:44:01 Initialize game time and timers
2012-04-18 09:44:01 Starting Map System
2012-04-18 09:44:01 Starting Game Event system...
2012-04-18 09:44:01 Player::DeleteOldChars: Deleting all characters which have been deleted 30 days before...
2012-04-18 09:44:01 Starting Arena Season...
2012-04-18 09:44:01 Arena Season 8 started...
2012-04-18 09:44:01
2012-04-18 09:44:01 Starting Battleground System
2012-04-18 09:44:01 >> Loaded 13 battlegrounds in 31 ms
2012-04-18 09:44:01
2012-04-18 09:44:01 Starting Outdoor PvP System
2012-04-18 09:44:01 >> Loaded 8 outdoor PvP definitions in 375 ms
2012-04-18 09:44:01
2012-04-18 09:44:01 Loading Transports...
2012-04-18 09:44:01 >> Loaded 25 transports in 141 ms
2012-04-18 09:44:01
2012-04-18 09:44:01 Loading Transport NPCs...
2012-04-18 09:44:02 >> Loaded 247 transport npcs in 984 ms
2012-04-18 09:44:02
2012-04-18 09:44:02 Loading Warden Checks...
2012-04-18 09:44:02 >> Warden disabled, loading checks skipped.
2012-04-18 09:44:02
2012-04-18 09:44:02 Loading Warden Action Overrides...
2012-04-18 09:44:03 >> Loaded 0 Warden action overrides. DB table warden_action is empty!
2012-04-18 09:44:03
2012-04-18 09:44:03 Deleting expired bans...
2012-04-18 09:44:03 Delete inactive accounts...
2012-04-18 09:44:03 Automatic account deletion is disabled
2012-04-18 09:44:03 Calculate next daily quest reset time...
2012-04-18 09:44:03 Calculate next weekly quest reset time...
2012-04-18 09:44:03 Calculate random battleground reset time...
2012-04-18 09:44:03 Loading character name data
2012-04-18 09:44:03 ERROR: No character name data loaded, empty query
2012-04-18 09:44:03 Initialize AuctionHouseBot...
2012-04-18 09:44:03 AuctionHouseBot and AuctionHouseBuyer have been loaded.
2012-04-18 09:44:03
2012-04-18 09:44:03 WORLD: World initialized in 0 minutes 51 seconds
2012-04-18 09:44:03
2012-04-18 09:44:03 worldserver process priority class set to HIGH
2012-04-18 09:44:03
2012-04-18 09:44:03 Max allowed socket connections 1024
2012-04-18 09:44:03 MMOCore rev. 0000-00-00 00:00:00 +0000 (Archived) (Win32, Release) (worldserver-daemon) ready...
2012-04-18 09:44:03


** TriniChat Threaded IRC Client **
** With Enhanced GM Control. **


2012-04-18 09:44:03 ****** TriniChat: Version 2.0.0 ********
2012-04-18 09:44:03 ** TriniChat: Cleaning Up Inchan Table
2012-04-18 09:44:03 *** TriniChat: Connecting to myhost.com Try # 1 ******
2012-04-18 09:44:25 ERROR: IRCLIENT: Cannot connect to myhost.com
2012-04-18 09:44:55 *** TriniChat: Connecting to myhost.com Try # 2 ******
2012-04-18 09:45:06 ERROR: Creature (GUID: 10045972 Entry: 300005) has wrong spell 0 defined in auras field.
2012-04-18 09:45:15 ERROR: IRCLIENT: Cannot connect to myhost.com
2012-04-18 09:45:17 ERROR: Creature (GUID: 10045968 Entry: 300005) has wrong spell 0 defined in auras field.
2012-04-18 09:45:45 *** TriniChat: Connecting to myhost.com Try # 3 ******
2012-04-18 09:46:06 ERROR: IRCLIENT: Cannot connect to myhost.com
2012-04-18 09:46:36 *** TriniChat: Connecting to myhost.com Try # 4 ******
2012-04-18 09:46:57 ERROR: IRCLIENT: Cannot connect to myhost.com
2012-04-18 09:47:27 *** TriniChat: Connecting to myhost.com Try # 5 ******
2012-04-18 09:47:37 ERROR:
C:\MMOCore\src\server\shared\Database\MySQLConnection.cpp:531 in MySQLConnection::_HandleMySQLErrno FATAL ERROR:
Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders.

2012-04-18 09:47:37 ERROR:
C:\MMOCore\src\server\shared\Database\MySQLConnection.cpp:531 in MySQLConnection::_HandleMySQLErrno FATAL ERROR:
Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders.

[DB] Error MMOCore and MMODatabase

WorldServer:
2012-04-17 21:23:31 Using configuration file worldserver.conf.
2012-04-17 21:23:31 Using SSL version: OpenSSL 1.0.1 14 Mar 2012 (library: OpenSSL 1.0.0d 8 Feb 2011)
2012-04-17 21:23:31 Using ACE version: 5.8.3
2012-04-17 21:23:31 MMOCore rev. 0000-00-00 00:00:00 +0000 (Archived) (Win32, Release) (worldserver-daemon)
2012-04-17 21:23:31 to stop.

2012-04-17 21:23:31 ______ __
2012-04-17 21:23:31 /__ \ __ */\ *
2012-04-17 21:23:31 /
/\ / _ __ /\ ___ /\ , _\ __ __
2012-04-17 21:23:31 \ \ /'**\/\ \ /' _ /\ \ \ / /\ /\
2012-04-17 21:23:31 \ \ \ \ / \ \ /\ /\ \ \ \ \ _\ \ _\
2012-04-17 21:23:31 \ _\ _\ \ _\ _\ \ \ **/____ \ 2012-04-17 21:23:31 \/_/\/_/ \/_/\/_/\/_/\/_/\/__//**/>
2012-04-17 21:23:31 C O R E /**
/
2012-04-17 21:23:31 http://TrinityCore.org /__/

2012-04-17 21:23:31 Realm running as realm ID 1
2012-04-17 21:23:31 Using World DB: YTDB_0.14.4_R618_TC_R15263_TDBAI_335.0.3_RuDB_R47
2012-04-17 21:23:31 Will clear logs table of entries older than 1209600 seconds every 10 minutes.
2012-04-17 21:23:31 Using DataDir Data/
2012-04-17 21:23:31 WORLD: VMap support included. LineOfSight:1, getHeight:1, indoorCheck:1 PetLOS:1
2012-04-17 21:23:31 WORLD: VMap data directory is: Data/vmaps
2012-04-17 21:23:31 ERROR:
C:\MMOCore\src\server\shared\Database\MySQLConnection.cpp:531 in MySQLConnection::_HandleMySQLErrno FATAL ERROR:
Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders

AuthServer:
2012-04-17 21:33:40 MMOCore rev. 0000-00-00 00:00:00 +0000 (Archived) (Win32, Release) (authserver)
2012-04-17 21:33:40 to stop.

2012-04-17 21:33:40 Using configuration file authserver.conf.
2012-04-17 21:33:40 Added realm "Trinity".
2012-04-17 21:33:40 ERROR: Auth server can not bind to 0.0.0.0:3724

And I put the updates the source...

Küchnerrei

In nagrand kann man die Wildtiere nicht küchnern.bitte mal nachschauen

[Bat] SQL Combination Source.

@echo off
setlocal EnableDelayedExpansion
set WorldUpdates=All_World_Updates.sql
set CharactersUpdates=All_Characters_Updates.sql
set AuthUpdates=All_Auth_Updates.sql
set castleUpdates=castle_updates.sql
set fcUpdates=fc_updates.sql
set fcUpdatesCharacters=fc_updates_characters.sql
set fcUpdatesWorld=fc_updates_world.sql
set mmoUpdatesAuth=mmo_updates_auth.sql
set mmoUpdatesCharacters=mmo_updates_characters.sql
set mmoUpdatesWorld=mmo_updates_world.sql

if exist %CharactersUpdates% del %CharactersUpdates%
if exist %AuthUpdates% del %AuthUpdates%
if exist %WorldUpdates% del %WorldUpdates%

for %%a in (sql\updates\world*.sql) do (
echo /* >>%WorldUpdates%
echo * %%a >>%WorldUpdates%
echo */ >>%WorldUpdates%
copy/b %WorldUpdates%+"%%a" %WorldUpdates%
echo. >>%WorldUpdates%
echo. >>%WorldUpdates%)

for %%a in (sql\updates\characters*.sql) do (
echo /* >>%CharactersUpdates%
echo * %%a >>%CharactersUpdates%
echo */ >>%CharactersUpdates%
copy/b %CharactersUpdates%+"%%a" %CharactersUpdates%
echo. >>%CharactersUpdates%
echo. >>%CharactersUpdates%)

for %%a in (sql\updates\auth*.sql) do (
echo /* >>%AuthUpdates%
echo * %%a >>%AuthUpdates%
echo */ >>%AuthUpdates%
copy/b %AuthUpdates%+"%%a" %AuthUpdates%
echo. >>%AuthUpdates%
echo. >>%AuthUpdates%)

for %%a in (sql\updates\castle_updates*.sql) do (
echo /* >>%castleUpdates%
echo * %%a >>%castleUpdates%
echo */ >>%castleUpdates%
copy/b %castleUpdates%+"%%a" %castleUpdates%
echo. >>%castleUpdates%
echo. >>%castleUpdates%)

for %%a in (sql\updates\fc_updates*.sql) do (
echo /* >>%fcUpdates%
echo * %%a >>%fcUpdates%
echo */ >>%fcUpdates%
copy/b %fcUpdates%+"%%a" %fcUpdates%
echo. >>%fcUpdates%
echo. >>%fcUpdates%)

for %%a in (sql\updates\fc_updates_characters*.sql) do (
echo /* >>%fcUpdatesCharacters%
echo * %%a >>%fcUpdatesCharacters%
echo */ >>%fcUpdatesCharacters%
copy/b %fcUpdatesCharacters%+"%%a" %fcUpdatesCharacters%
echo. >>%fcUpdatesCharacters%
echo. >>%fcUpdatesCharacters%)

for %%a in (sql\updates\fc_updates_world*.sql) do (
echo /* >>%fcUpdatesWorld%
echo * %%a >>%fcUpdatesWorld%
echo */ >>%fcUpdatesWorld%
copy/b %fcUpdatesWorld%+"%%a" %fcUpdatesWorld%
echo. >>%fcUpdatesWorld%
echo. >>%fcUpdatesWorld%)

for %%a in (sql\updates\mmo_updates_characters*.sql) do (
echo /* >>%mmoUpdatesCharacters%
echo * %%a >>%mmoUpdatesCharacters%
echo */ >>%mmoUpdatesCharacters%
copy/b %mmoUpdatesCharacters%+"%%a" %mmoUpdatesCharacters%
echo. >>%mmoUpdatesCharacters%
echo. >>%mmoUpdatesCharacters%)

for %%a in (sql\updates\mmo_updates_auth*.sql) do (
echo /* >>%mmoUpdatesAuth%
echo * %%a >>%mmoUpdatesAuth%
echo */ >>%mmoUpdatesAuth%
copy/b %mmoUpdatesAuth%+"%%a" %mmoUpdatesAuth%
echo. >>%mmoUpdatesAuth%
echo. >>%mmoUpdatesAuth%)

for %%a in (sql\updates\mmo_updates_world*.sql) do (
echo /* >>%mmoUpdatesWorld%
echo * %%a >>%mmoUpdatesWorld%
echo */ >>%mmoUpdatesWorld%
copy/b %mmoUpdatesWorld%+"%%a" %mmoUpdatesWorld%
echo. >>%mmoUpdatesWorld%
echo. >>%mmoUpdatesWorld%)

[Premium System] I have made a new Premium system i give to you

From 3fd5a67867c883a3ceedb37a77c6d5ccab6f0f98 Mon Sep 17 00:00:00 2001
From: detonatorss [email protected]
Date: Mon, 27 Feb 2012 14:56:08 +0100
Subject: [PATCH] =?UTF-8?q?A=C3=B1adido=20sistema=20vip?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit


sql/updates/auth/Vip Account patch.sql | 8 ++++++++
src/server/authserver/Server/AuthSocket.cpp | 4 ++++
src/server/game/Entities/Player/Player.cpp | 17 +++++++++++++++--
src/server/game/Miscellaneous/Formulas.h | 3 ++-
src/server/game/Server/WorldSession.cpp | 4 ++--
src/server/game/Server/WorldSession.h | 4 +++-
src/server/game/Server/WorldSocket.cpp | 14 +++++++++++++-
src/server/game/World/World.cpp | 7 +++++++
src/server/game/World/World.h | 4 ++++
.../Database/Implementation/LoginDatabase.cpp | 1 +
.../shared/Database/Implementation/LoginDatabase.h | 1 +
src/server/worldserver/worldserver.conf.dist | 18 ++++++++++++++++++
12 files changed, 78 insertions(+), 7 deletions(-)
create mode 100644 sql/updates/auth/Vip Account patch.sql

diff --git a/sql/updates/auth/Vip Account patch.sql b/sql/updates/auth/Vip Account patch.sql
new file mode 100644
index 0000000..df317ed
--- /dev/null
+++ b/sql/updates/auth/Vip Account patch.sql
@@ -0,0 +1,8 @@
+CREATE TABLE IF NOT EXISTS account_premium (

  • id int(11) NOT NULL default '0' COMMENT 'Account id',

  • setdate bigint(40) NOT NULL default '0',

  • unsetdate bigint(40) NOT NULL default '0',

  • premium_type tinyint(4) unsigned NOT NULL default '1',

  • active tinyint(4) NOT NULL default '1',

  • PRIMARY KEY (id,setdate)
    +) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Premium Accounts';
    \ No newline at end of file
    diff --git a/src/server/authserver/Server/AuthSocket.cpp b/src/server/authserver/Server/AuthSocket.cpp
    index e1d77c6..84c82b8 100755
    --- a/src/server/authserver/Server/AuthSocket.cpp
    +++ b/src/server/authserver/Server/AuthSocket.cpp
    @@ -357,6 +357,10 @@ bool AuthSocket::_HandleLogonChallenge()

    // Verify that this IP is not in the ip_banned table
    LoginDatabase.Execute(LoginDatabase.GetPreparedStatement(LOGIN_DEL_EXPIRED_IP_BANS));

  • LoginDatabase.Execute(

  •    LoginDatabase.GetPreparedStatement(LOGIN_UPD_ACCOUNT_PREMIUM)
    
  •        );
    

    const std::string& ip_address = socket().getRemoteAddress();
    PreparedStatement _stmt = LoginDatabase.GetPreparedStatement(LOGIN_SEL_IP_BANNED);
    diff --git a/src/server/game/Entities/Player/Player.cpp b/src/server/game/Entities/Player/Player.cpp
    index fffb1a6..b5abb8c 100755
    --- a/src/server/game/Entities/Player/Player.cpp
    +++ b/src/server/game/Entities/Player/Player.cpp
    @@ -6872,7 +6872,9 @@ void Player::CheckAreaExploreAndOutdoor()
    {
    XP = uint32(sObjectMgr->GetBaseXP(p->area_level)_sWorld->getRate(RATE_XP_EXPLORE));

    }

  •            if(GetSession()->IsPremium())
    
  •            XP *= sWorld->getRate(RATE_XP_EXPLORE_PREMIUM);
             GiveXP(XP, NULL);
             SendExplorationExperience(area, XP);
         }
    

    @@ -7242,7 +7244,15 @@ bool Player::RewardHonor(Unit* uVictim, uint32 groupsize, int32 honor, bool pvpt
    AddPctN(honor_f, GetMaxPositiveAuraModifier(SPELL_AURA_MOD_HONOR_GAIN_PCT));
    }

  • honor_f *= sWorld->getRate(RATE_HONOR);

  • if (GetSession()->IsPremium())

  • {

  •    honor_f *= sWorld->getRate(RATE_VIP_HONOR_PREMIUM);
    
  • }

  • else

  • {

  •    honor_f *= sWorld->getRate(RATE_HONOR);
    
  • }

  • // Back to int now
    honor = int32(honor_f);
    // honor - for show honor points in log
    @@ -15092,6 +15102,9 @@ void Player::RewardQuest(Quest const* quest, uint32 reward, Object* questGiver,
    Unit::AuraEffectList const& ModXPPctAuras = GetAuraEffectsByType(SPELL_AURA_MOD_XP_QUEST_PCT);
    for (Unit::AuraEffectList::const_iterator i = ModXPPctAuras.begin(); i != ModXPPctAuras.end(); ++i)
    AddPctN(XP, (*i)->GetAmount());

  •   if (GetSession()->IsPremium())
    
  •    XP *= sWorld->getRate(RATE_XP_QUEST_PREMIUM);
    

    int32 moneyRew = 0;
    if (getLevel() < sWorld->getIntConfig(CONFIG_MAX_PLAYER_LEVEL))
    diff --git a/src/server/game/Miscellaneous/Formulas.h b/src/server/game/Miscellaneous/Formulas.h
    index 4faacc1..21503d1 100755
    --- a/src/server/game/Miscellaneous/Formulas.h
    +++ b/src/server/game/Miscellaneous/Formulas.h
    @@ -178,7 +178,8 @@ namespace Trinity
    gain *= 2;
    }

  •            gain = uint32(gain * sWorld->getRate(RATE_XP_KILL));
    
  •            float premium_rate = player->GetSession()->IsPremium() ? sWorld->getRate(RATE_XP_KILL_PREMIUM) : 1.0f;
    
  •            return uint32(gain*sWorld->getRate(RATE_XP_KILL)*premium_rate);
         }
    
         sScriptMgr->OnGainCalculation(gain, player, u);
    

    diff --git a/src/server/game/Server/WorldSession.cpp b/src/server/game/Server/WorldSession.cpp
    index 211ca42..d071ddc 100755
    --- a/src/server/game/Server/WorldSession.cpp
    +++ b/src/server/game/Server/WorldSession.cpp
    @@ -88,9 +88,9 @@ bool WorldSessionFilter::Process(WorldPacket* packet)
    }

    /// WorldSession constructor
    -WorldSession::WorldSession(uint32 id, WorldSocket* sock, AccountTypes sec, uint8 expansion, time_t mute_time, LocaleConstant locale, uint32 recruiter, bool isARecruiter):
    +WorldSession::WorldSession(uint32 id, WorldSocket* sock, AccountTypes sec, bool ispremium,uint8 expansion, time_t mute_time, LocaleConstant locale, uint32 recruiter, bool isARecruiter):
    m_muteTime(mute_time), m_timeOutTime(0), _player(NULL), m_Socket(sock),
    -_security(sec), _accountId(id), m_expansion(expansion), _logoutTime(0),
    +_security(sec), _ispremium(ispremium),_accountId(id), m_expansion(expansion), _logoutTime(0),
    m_inQueue(false), m_playerLoading(false), m_playerLogout(false),
    m_playerRecentlyLogout(false), m_playerSave(false),
    m_sessionDbcLocale(sWorld->GetAvailableDbcLocale(locale)),
    diff --git a/src/server/game/Server/WorldSession.h b/src/server/game/Server/WorldSession.h
    index a18067f..0a2c6d1 100755
    --- a/src/server/game/Server/WorldSession.h
    +++ b/src/server/game/Server/WorldSession.h
    @@ -215,7 +215,7 @@ class CharacterCreateInfo
    class WorldSession
    {
    public:

  •    WorldSession(uint32 id, WorldSocket\* sock, AccountTypes sec, uint8 expansion, time_t mute_time, LocaleConstant locale, uint32 recruiter, bool isARecruiter);
    
  •    WorldSession(uint32 id, WorldSocket* sock, AccountTypes sec, bool ispremium, uint8 expansion, time_t mute_time, LocaleConstant locale, uint32 recruiter, bool isARecruiter);
     ~WorldSession();
    
     bool PlayerLoading() const { return m_playerLoading; }
    

    @@ -243,6 +243,7 @@ class WorldSession
    void SendClientCacheVersion(uint32 version);

     AccountTypes GetSecurity() const { return _security; }
    
  •   bool IsPremium() const { return _ispremium; }
     uint32 GetAccountId() const { return _accountId; }
     Player\* GetPlayer() const { return _player; }
     char const\* GetPlayerName() const;
    

    @@ -954,6 +955,7 @@ class WorldSession
    AccountTypes _security;
    uint32 _accountId;
    uint8 m_expansion;

  •   bool _ispremium;
    
     typedef std::list<AddonInfo> AddonsList;
    

diff --git a/src/server/game/Server/WorldSocket.cpp b/src/server/game/Server/WorldSocket.cpp
index 2c6098f..157aa5b 100755
--- a/src/server/game/Server/WorldSocket.cpp
+++ b/src/server/game/Server/WorldSocket.cpp
@@ -778,6 +778,7 @@ int WorldSocket::HandleAuthSession (WorldPacket& recvPacket)
//uint8 expansion = 0;
LocaleConstant locale;
std::string account;

  • bool isPremium = false;
    SHA1Hash sha;
    BigNumber v, s, g, N;
    WorldPacket packet, SendAddonPacked;
    @@ -932,6 +933,17 @@ int WorldSocket::HandleAuthSession (WorldPacket& recvPacket)
    sLog->outError ("WorldSocket::HandleAuthSession: Sent Auth Response (Account banned).");
    return -1;
    }
  • QueryResult premresult =
  •    LoginDatabase.PQuery ("SELECT 1 "
    
  •                            "FROM account_premium "
    
  •                            "WHERE id = '%u' "
    
  •                            "AND active = 1",
    
  •                            id);
    
  • if (premresult) // if account premium
  • {
  •    isPremium = true;
    
  • }

// Check locked state for server
AccountTypes allowedAccountType = sWorld->GetPlayerSecurityLimit();
@@ -992,7 +1004,7 @@ int WorldSocket::HandleAuthSession (WorldPacket& recvPacket)
LoginDatabase.Execute(stmt);

// NOTE ATM the socket is single-threaded, have this in mind ...

  • ACE_NEW_RETURN (m_Session, WorldSession (id, this, AccountTypes(security), expansion, mutetime, locale, recruiter, isRecruiter), -1);
  • ACE_NEW_RETURN (m_Session, WorldSession (id, this, AccountTypes(security), isPremium, expansion, mutetime, locale, recruiter, isRecruiter), -1);

m_Crypt.Init(&k);

diff --git a/src/server/game/World/World.cpp b/src/server/game/World/World.cpp
index 45924db..31177ba 100755
--- a/src/server/game/World/World.cpp
+++ b/src/server/game/World/World.cpp
@@ -473,6 +473,13 @@ void World::LoadConfigSettings(bool reload)
sLog->outError("Rate.RepairCost (%f) must be >=0. Using 0.0 instead.", rate_values[RATE_REPAIRCOST]);
rate_values[RATE_REPAIRCOST] = 0.0f;
}

  • rate_values[RATE_XP_KILL_PREMIUM] = ConfigMgr::GetFloatDefault("Rate.XP.Kill.Premium", 1.0f);
  • rate_values[RATE_XP_QUEST] = ConfigMgr::GetFloatDefault("Rate.XP.Quest", 1.0f);
  • rate_values[RATE_XP_QUEST_PREMIUM] = ConfigMgr::GetFloatDefault("Rate.XP.Quest.Premium", 1.0f);
  • rate_values[RATE_XP_EXPLORE] = ConfigMgr::GetFloatDefault("Rate.XP.Explore", 1.0f);
  • rate_values[RATE_XP_EXPLORE_PREMIUM] = ConfigMgr::GetFloatDefault("Rate.XP.Explore.Premium", 1.0f);
  • rate_values[RATE_VIP_HONOR_PREMIUM] = ConfigMgr::GetFloatDefault("Rate.Honor.Premium", 1.0f);
    rate_values[RATE_REPUTATION_GAIN] = ConfigMgr::GetFloatDefault("Rate.Reputation.Gain", 1.0f);
    rate_values[RATE_REPUTATION_LOWLEVEL_KILL] = ConfigMgr::GetFloatDefault("Rate.Reputation.LowLevel.Kill", 1.0f);
    rate_values[RATE_REPUTATION_LOWLEVEL_QUEST] = ConfigMgr::GetFloatDefault("Rate.Reputation.LowLevel.Quest", 1.0f);
    diff --git a/src/server/game/World/World.h b/src/server/game/World/World.h
    index 3bbcf4d..3c5eac5 100755
    --- a/src/server/game/World/World.h
    +++ b/src/server/game/World/World.h
    @@ -342,6 +342,10 @@ enum Rates
    RATE_DROP_ITEM_REFERENCED_AMOUNT,
    RATE_DROP_MONEY,
    RATE_XP_KILL,
  • RATE_XP_KILL_PREMIUM,
  • RATE_XP_QUEST_PREMIUM,
  • RATE_XP_EXPLORE_PREMIUM,
  • RATE_VIP_HONOR_PREMIUM,
    RATE_XP_QUEST,
    RATE_XP_EXPLORE,
    RATE_REPAIRCOST,
    diff --git a/src/server/shared/Database/Implementation/LoginDatabase.cpp b/src/server/shared/Database/Implementation/LoginDatabase.cpp
    index 8ef8d3b..25ba025 100755
    --- a/src/server/shared/Database/Implementation/LoginDatabase.cpp
    +++ b/src/server/shared/Database/Implementation/LoginDatabase.cpp
    @@ -62,4 +62,5 @@ void LoginDatabaseConnection::DoPrepareStatements()
    PREPARE_STATEMENT(LOGIN_DEL_ACCOUNT_ACCESS, "DELETE FROM account_access WHERE id = ?", CONNECTION_ASYNC);
    PREPARE_STATEMENT(LOGIN_DEL_ACCOUNT_ACCESS_BY_REALM, "DELETE FROM account_access WHERE id = ? AND (RealmID = ? OR RealmID = -1)", CONNECTION_ASYNC);
    PREPARE_STATEMENT(LOGIN_INS_ACCOUNT_ACCESS, "INSERT INTO account_access (id,gmlevel,RealmID) VALUES (?, ?, ?)", CONNECTION_ASYNC);
  • PREPARE_STATEMENT(LOGIN_UPD_ACCOUNT_PREMIUM, "UPDATE account_premium SET active = 0 WHERE unsetdate<=UNIX_TIMESTAMP() AND unsetdate<>setdate", CONNECTION_ASYNC)
    }
    diff --git a/src/server/shared/Database/Implementation/LoginDatabase.h b/src/server/shared/Database/Implementation/LoginDatabase.h
    index afb1880..33d1461 100755
    --- a/src/server/shared/Database/Implementation/LoginDatabase.h
    +++ b/src/server/shared/Database/Implementation/LoginDatabase.h
    @@ -82,6 +82,7 @@ enum LoginDatabaseStatements
    LOGIN_DEL_ACCOUNT_ACCESS,
    LOGIN_DEL_ACCOUNT_ACCESS_BY_REALM,
    LOGIN_INS_ACCOUNT_ACCESS,
  • LOGIN_UPD_ACCOUNT_PREMIUM,

MAX_LOGINDATABASE_STATEMENTS,
};
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist
index 7101341..7cc848b 100644
--- a/src/server/worldserver/worldserver.conf.dist
+++ b/src/server/worldserver/worldserver.conf.dist
@@ -2911,3 +2911,21 @@ PlayerDump.DisallowOverwrite = 1

+###################################################################################################
+# VIP CONFIG
+#
+# Rate.XP.Kill.Premium
+# Rate.XP.Quest.Premium
+# Rate.XP.Explore.Premium
+# Rate.Honor.Premium
+# Descripcion: Modify Premium Rates.
+# Default: 1
+
+Rate.XP.Kill.Premium = 1
+Rate.XP.Quest.Premium = 1
+Rate.XP.Explore.Premium = 1
+Rate.Honor.Premium = 1
+
+#

+########################################################################

1.7.8.msysgit.0

start error!

Ladies and gentlemen, Hello, everyone!
Ihavejoinedall SQLinytdb618
SQL join many errors!
When I start the server, or start error!
A good-hearted people can copy a DB can use!
Very grateful!
Mailbox:[email protected]

Npc in Icc

Der Npc in Icc der die Ringe umtauscht geht leider nicht so richt.Von Respektvoll auf Ehrfürchtig.Wenn man Ehrfürctig erreicht hat kann man das item nicht umtauschen

ICC Blutrat

Der Blutrat spammt durchgehen machterfüllte Schattenlanze und die normale Schattenlanze viel zu schnell.

Die Orakel

Der Npc Blitzrufer Soo-Met steht nicht da bzw nur im gm on und wird auch nicht durch phasenveränderung sichtbar

Die Sturmgipfeln

Lok'Lira die Greisin, spawnt nicht vor der Höhle in Brunhildar wenn man die Questreihe macht.
Und der NPC Brijana wird feindlich, sobald mal sich ihr nähert um eine Quest anzufangen/abzugeben.

Important

Hello LORDofDOOM.

can you update the source to the newest Rev of Trinitycore ? or Facecore ?

really your core.

i just found it :D and tested somethings and its AWSOME!

ty.

PDK

Die Zwilingsvalkyen machen zuviel Schaden, sind nicht legbar

Crash And Error Sqls

Startup Error: gh_guildadd doesn't exists

Hi,
I just forked your core to test it, and now I'm finished with patching the db:
When I start up the server it gives the error:
[ERROR] Table 'xxxx.gh_guildadd' doesn't exists

I have ytdb 588 + all your sql's but still this bug..

Thanks for your attention

ICC Syndragosa 10 HC

Bitte nochmal anschauen Syndragosa benutzt Eisblock und ihre Flammen gleichzeitg, sodass man keine chance hatt sich hinter den Eingefororenen Spielern zu verstecken

Bug Liste momentan

"Geheiligter SChild" vom Paladin lässt sich ab und zu nicht casten.
+
Gedankenkontrolle führt ab und an zum DC vom Caster oder vom Betroffenen.

Skillbaum vom Jäger Pet: Zu wenig Skillpunkte
+
"Eine würdige Waffe." Opferring funktioniert nicht.
+
"Eine Klinge, eines Champions würdig." Maid gibt das Schwert nicht.
+
"Der große Arenakampf". Duell wird nicht gestartet.
+
Der Erfolg: "Bezwingt die Fraktionschampions" wird nach dem besiegen der Bosse in PDk nicht vergeben.
+
Nach dem letzten Boss in PDk funktioniert das Dalaran - Portal nicht.
+
Die Quest "Der Zwielichtzerstörer" kann nicht am Wyrmruhtempel bei Krasus nicht abgegeben werden.

Arenasuchwertung

Hiho Thiemo,
irgentwas muss mit der Arenasuchwertung passiert sein bei mir beschweren sich die "kleineren" Teams 1500 rating ect das sie dauernt gegen leute mit einem 2000+ rating o.ä. drankommen. Und mir geht es langsam auch auf den sack wenn man mit 2.1k rating nur gg leute mit 1,3-1,6k spielt und für jeden win genau einen punkt bekommt
man bekommt zwar instant einen invite aber es bringt halt nicht wirklich viel den kleinen teams gegenüber weil sie weder wertung gewinnen noch verlieren und den großen teams auch nicht da man ja immer nur einen punkt bekommt

mfg Benny alias Livia

P.S man sieht am ende nicht mehr was man schreibt ;D

ICC Saurfang

Der Spell Blutnova von Saurfang macht keinen bzw viel zu wenig schaden

ошибки компиляции..

2>spell_paladin.cpp
2>........\1\src\server\scripts\Spells\spell_paladin.cpp(342) : error C2011: spell_pal_sacred_shield: переопределение типа "class"
2> ........\1\src\server\scripts\Spells\spell_paladin.cpp(253): см. объявление 'spell_pal_sacred_shield'
2>........\1\src\server\scripts\Spells\spell_paladin.cpp(409) : error C2027: использование неопределенного типа "spell_pal_sacred_shield"
2> ........\1\src\server\scripts\Spells\spell_paladin.cpp(253): см. объявление 'spell_pal_sacred_shield'
2>........\1\src\server\scripts\Spells\spell_paladin.cpp(409) : fatal error C1903: не удается восстановить после предыдущих ошибок; остановка компиляции

ICC nach Hotfix wichtig

Lord Mark'Gar spawnt nach nichtmal 30 minuten wieder, nach wipe sind wieder alle ports deaktiviert. (mark gar erstmal despawnt)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.