Jump to content

frostic

Members
  • Posts

    35
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by frostic

  1. ok so i found out what the problem was..... when i deleted mangosscript.dll the server did not crash.... so i re-downloaded the scriptdev2 and recompiled it again and bing bang boom the server is working now
  2. "nothing" custom just the latest core, latest udb and latest scriptdev2. they was downloaded tuesday morning my sql is older i have had it installed for about a year i use xampp.. and all the other cores i have compiled and worked with it. yes i cleaned solution and set it to release i have made many servers and never had any issues with crashes i think the error lies in the latest source code. if i knew how to pull an earlier source i would but i dont know how to pull older code only the master revision
  3. ok so i think i know why my build is not working im getting 2 errors in 2 different database .cpp files when i build it and i need help to fix them database.cpp //resize stmt container if(m_holder.size() <= nIndex) <-----this line says warning C4018 '<=' signed/unsigned mismatch m_holder.resize(nIndex + 1, NULL); SqlPreparedStatement * pStmt = NULL; and in databasemysql.cpp void MySqlPreparedStatement::addParam( int nIndex, const SqlStmtFieldData& data ) { MANGOS_ASSERT(m_pInputArgs); MANGOS_ASSERT(nIndex < m_nParams); <----- this line says warning C4018 '<' signed/unsigned mismatch MYSQL_BIND& pData = m_pInputArgs[nIndex]; my_bool bUnsigned = 0; enum_field_types dataType = ToMySQLType(data, bUnsigned); //setup MYSQL_BIND structure pData.buffer_type = dataType; pData.is_unsigned = bUnsigned; pData.buffer = data.buff(); pData.length = 0; pData.buffer_length = data.type() == FIELD_STRING ? data.size() : 0; } can somone please explain why these are the only 2 warning i get when i compile and give me an idea how to fix this? remember im having a crash just read above^^ i do believe this is why mangosd.exe is crashing please if anyone has source code that does not crash please paste lines 54 in database.cpp and line 427 from databasemysql.cpp so i can compair to this one or just give me a link to the last build that you have used that works i have git so i just need to know where to get an older source code that works.
  4. yes i downloaded everything yesterday lol i dont know how to get an older version
  5. ok the issue im having is this mangos loads everything up to the Loaded 1964 Script Waypoint nodes. then crashes 2012-01-17 15:57:11 MaNGOS/0.17.0-DEV (* * Revision 11874 - *) for Win32 (little-endian) [world-daemon] 2012-01-17 15:57:11 <Ctrl-C> to stop. 2012-01-17 15:57:11 MM MM MM MM MMMMM MMMM MMMMM MM MM MM MM MMM MMM MM MM MMM MMM MMM MMM MMM MM MMM MMM MM MM MMM MM M MM MMMM MM MMM MM MM MMM MM M MM MMMMM MM MMMM MMM MM MM MMM MM M MM M MMM MM MMM MMMMMMM MM MM MMM MM MM MMM MM MM MM MMM MM MM MMM MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM MM MM MM MMM MM MM MMMMMM MMMM MMMMM MM MMM http://getmangos.eu MMMMMM 2012-01-17 15:57:11 Using configuration file mangosd.conf. 2012-01-17 15:57:11 World Database total connections: 2 2012-01-17 15:57:11 MySQL client library: 5.1.49 2012-01-17 15:57:11 MySQL server ver: 5.5.16 2012-01-17 15:57:11 MySQL client library: 5.1.49 2012-01-17 15:57:11 MySQL server ver: 5.5.16 2012-01-17 15:57:11 Character Database total connections: 2 2012-01-17 15:57:11 MySQL client library: 5.1.49 2012-01-17 15:57:11 MySQL server ver: 5.5.16 2012-01-17 15:57:11 MySQL client library: 5.1.49 2012-01-17 15:57:11 MySQL server ver: 5.5.16 2012-01-17 15:57:11 Login Database total connections: 2 2012-01-17 15:57:11 MySQL client library: 5.1.49 2012-01-17 15:57:11 MySQL server ver: 5.5.16 2012-01-17 15:57:11 MySQL client library: 5.1.49 2012-01-17 15:57:11 MySQL server ver: 5.5.16 2012-01-17 15:57:11 Realm running as realm ID 1 2012-01-17 15:57:11 Using World DB: UDB 0.12.2 (402) for MaNGOS 11792 with SD2 SQL for rev. 2279 2012-01-17 15:57:11 Using creature EventAI: ACID 3.0.8 - Full Release for Mangos (3.3.5a Client) 2012-01-17 15:57:11 Using DataDir ./ 2012-01-17 15:57:11 WORLD: VMap support included. LineOfSight:1, getHeight:1, indoorCheck:1 2012-01-17 15:57:11 WORLD: VMap data directory is: ./vmaps 2012-01-17 15:57:11 2012-01-17 15:57:11 Loading MaNGOS strings... 2012-01-17 15:57:11 2012-01-17 15:57:11 >> Loaded 825 MaNGOS strings from table mangos_string 2012-01-17 15:57:11 Initialize data stores... 2012-01-17 15:57:12 2012-01-17 15:57:12 >> Initialized 94 data stores 2012-01-17 15:57:12 Using enUS DBC Locale as default. All available DBC locales: enUS 2012-01-17 15:57:12 2012-01-17 15:57:12 Loading Script Names... 2012-01-17 15:57:12 2012-01-17 15:57:12 >> Loaded 925 Script Names 2012-01-17 15:57:12 Loading WorldTemplate... 2012-01-17 15:57:12 >> Loaded 4 World Template definitions 2012-01-17 15:57:12 2012-01-17 15:57:12 Loading InstanceTemplate... 2012-01-17 15:57:12 >> Loaded 83 Instance Template definitions 2012-01-17 15:57:12 2012-01-17 15:57:12 Loading SkillLineAbilityMultiMap Data... 2012-01-17 15:57:13 2012-01-17 15:57:13 >> Loaded 10219 SkillLineAbility MultiMap Data 2012-01-17 15:57:13 Loading SkillRaceClassInfoMultiMap Data... 2012-01-17 15:57:13 2012-01-17 15:57:13 >> Loaded 188 SkillRaceClassInfo MultiMap Data 2012-01-17 15:57:13 Cleaning up instances... 2012-01-17 15:57:13 2012-01-17 15:57:13 >> Instances cleaned up 2012-01-17 15:57:13 Packing instances... 2012-01-17 15:57:13 >> Instance numbers remapped, next instance id is 1 2012-01-17 15:57:13 2012-01-17 15:57:13 Packing groups... 2012-01-17 15:57:13 >> Group Ids remapped, next group id is 1 2012-01-17 15:57:13 2012-01-17 15:57:13 2012-01-17 15:57:13 Loading Page Texts... 2012-01-17 15:57:13 >> Loaded 1773 page texts 2012-01-17 15:57:13 2012-01-17 15:57:13 Loading Game Object Templates... 2012-01-17 15:57:13 >> Loaded 19004 game object templates 2012-01-17 15:57:13 2012-01-17 15:57:13 Loading Spell Chain Data... 2012-01-17 15:57:13 2012-01-17 15:57:13 >> Loaded 4637 spell chain records (2994 from DBC data with 2 req field updates, and 1643 loaded from table) 2012-01-17 15:57:13 Loading Spell Elixir types... 2012-01-17 15:57:13 2012-01-17 15:57:13 >> Loaded 133 spell elixir definitions 2012-01-17 15:57:14 Loading Spell Learn Skills... 2012-01-17 15:57:14 2012-01-17 15:57:14 >> Loaded 99 Spell Learn Skills from DBC 2012-01-17 15:57:14 Loading Spell Learn Spells... 2012-01-17 15:57:14 2012-01-17 15:57:14 >> Loaded 18 spell learn spells + 572 found in DBC 2012-01-17 15:57:14 Loading Spell Proc Event conditions... 2012-01-17 15:57:14 2012-01-17 15:57:14 >> Loaded 593 extra spell proc event conditions +72 custom proc (inc. +4 custom ranks) 2012-01-17 15:57:14 Loading Spell Bonus Data... 2012-01-17 15:57:14 2012-01-17 15:57:14 >> Loaded 147 extra spell bonus data 2012-01-17 15:57:14 Loading Spell Proc Item Enchant... 2012-01-17 15:57:14 2012-01-17 15:57:14 >> Loaded 8 proc item enchant definitions 2012-01-17 15:57:14 Loading Aggro Spells Definitions... 2012-01-17 15:57:14 2012-01-17 15:57:14 >> Loaded 110 spell threat entries 2012-01-17 15:57:14 Loading NPC Texts... 2012-01-17 15:57:14 2012-01-17 15:57:14 >> Loaded 5862 npc texts 2012-01-17 15:57:14 Loading Item Random Enchantments Table... 2012-01-17 15:57:14 2012-01-17 15:57:14 >> Loaded 28607 Item Enchantment definitions 2012-01-17 15:57:14 Loading Items... 2012-01-17 15:57:16 >> Loaded 36456 item prototypes 2012-01-17 15:57:16 2012-01-17 15:57:16 Loading Item converts... 2012-01-17 15:57:16 2012-01-17 15:57:16 >> Loaded 10 Item converts 2012-01-17 15:57:16 Loading Item expire converts... 2012-01-17 15:57:16 2012-01-17 15:57:16 >> Loaded 6 Item expire converts 2012-01-17 15:57:16 Loading Creature Model Based Info Data... 2012-01-17 15:57:17 >> Loaded 24155 creature model based info 2012-01-17 15:57:17 2012-01-17 15:57:17 Loading Equipment templates... 2012-01-17 15:57:17 >> Loaded 2334 equipment template 2012-01-17 15:57:17 2012-01-17 15:57:17 Loading Creature templates... 2012-01-17 15:57:18 >> Loaded 29920 creature definitions 2012-01-17 15:57:18 2012-01-17 15:57:18 Loading Creature Model for race... 2012-01-17 15:57:18 2012-01-17 15:57:18 >> Loaded 20 creature_model_race entries 2012-01-17 15:57:18 Loading SpellsScriptTarget... 2012-01-17 15:57:18 2012-01-17 15:57:18 >> Loaded 1656 Spell Script Targets 2012-01-17 15:57:18 Loading ItemRequiredTarget... 2012-01-17 15:57:18 2012-01-17 15:57:18 >> Loaded 169 Item required targets 2012-01-17 15:57:18 Loading Reputation Reward Rates... 2012-01-17 15:57:18 2012-01-17 15:57:18 >> Loaded 14 reputation_reward_rate 2012-01-17 15:57:18 Loading Creature Reputation OnKill Data... 2012-01-17 15:57:18 2012-01-17 15:57:18 >> Loaded 1664 creature award reputation definitions 2012-01-17 15:57:18 Loading Reputation Spillover Data... 2012-01-17 15:57:18 2012-01-17 15:57:18 >> Loaded 26 reputation_spillover_template 2012-01-17 15:57:18 Loading Points Of Interest Data... 2012-01-17 15:57:19 2012-01-17 15:57:19 >> Loaded 446 Points of Interest definitions 2012-01-17 15:57:19 Loading Creature Data... 2012-01-17 15:57:21 ERROR:Table `creature` have creature (GUID: 46833 Entry: 11798) with low current mana (0), `creature_template`.`minmana`=2790. 2012-01-17 15:57:21 2012-01-17 15:57:21 >> Loaded 140693 creatures 2012-01-17 15:57:21 Loading pet levelup spells... 2012-01-17 15:57:21 2012-01-17 15:57:21 >> Loaded 1634 pet levelup and default spells for 39 families 2012-01-17 15:57:21 Loading pet default spell additional to levelup spells... 2012-01-17 15:57:21 2012-01-17 15:57:21 >> Loaded addition spells for 111 pet spell data entries and 303 summonable creature templates 2012-01-17 15:57:21 Loading Creature Addon Data... 2012-01-17 15:57:21 2012-01-17 15:57:21 >> Loaded 13581 creature template addons 2012-01-17 15:57:21 2012-01-17 15:57:21 >> Loaded 17286 creature addons 2012-01-17 15:57:21 2012-01-17 15:57:21 >>> Creature Addon Data loaded 2012-01-17 15:57:21 2012-01-17 15:57:21 Loading Gameobject Data... 2012-01-17 15:57:24 ERROR:Table `gameobject` have gameobject (GUID: 92219 Entry: 75296) that have wrong spawn mask 3 including not supported difficulty modes for map (Id: 189), skip 2012-01-17 15:57:24 ERROR:Table `gameobject` have gameobject (GUID: 92220 Entry: 75297) that have wrong spawn mask 3 including not supported difficulty modes for map (Id: 189), skip 2012-01-17 15:57:24 ERROR:Table `gameobject` have gameobject (GUID: 92230 Entry: 75299) that have wrong spawn mask 3 including not supported difficulty modes for map (Id: 189), skip 2012-01-17 15:57:24 2012-01-17 15:57:24 >> Loaded 101633 gameobjects 2012-01-17 15:57:24 Loading Gameobject Addon Data... 2012-01-17 15:57:24 ERROR:gameobject_addon table is empty! 2012-01-17 15:57:24 >> Loaded 0 gameobject addons 2012-01-17 15:57:24 2012-01-17 15:57:24 Loading CreatureLinking Data... 2012-01-17 15:57:24 >> Table creature_linking_template is empty. 2012-01-17 15:57:24 2012-01-17 15:57:24 Loading Objects Pooling Data... 2012-01-17 15:57:24 2012-01-17 15:57:24 >> Loaded 6043 objects pools 2012-01-17 15:57:24 2012-01-17 15:57:24 >> Loaded 23 creatures in pools from `pool_creature` 2012-01-17 15:57:24 2012-01-17 15:57:24 >> Loaded 721 creatures in pools from `pool_creature_template` 2012-01-17 15:57:24 2012-01-17 15:57:24 >> Loaded 34628 gameobject in pools from `pool_gameobject` 2012-01-17 15:57:24 2012-01-17 15:57:24 >> Loaded 141 gameobject in pools from `pool_gameobject_template` 2012-01-17 15:57:25 2012-01-17 15:57:25 >> Loaded 5479 pools in mother pools 2012-01-17 15:57:25 Loading Weather Data... 2012-01-17 15:57:25 2012-01-17 15:57:25 >> Loaded 35 weather definitions 2012-01-17 15:57:25 Loading Quests... 2012-01-17 15:57:25 ERROR:Spell (id: 33824) have SPELL_EFFECT_QUEST_COMPLETE for quest 10162 , but quest does not have SpecialFlags QUEST_SPECIAL_FLAG_EXPLORATION_OR_EVENT (2) set. Quest SpecialFlags should be corrected to enable this objective. 2012-01-17 15:57:25 2012-01-17 15:57:25 >> Loaded 9079 quests definitions 2012-01-17 15:57:25 Loading Quest POI 2012-01-17 15:57:26 2012-01-17 15:57:26 >> Loaded 18483 quest POI definitions 2012-01-17 15:57:26 Loading Quests Relations... 2012-01-17 15:57:26 2012-01-17 15:57:26 2012-01-17 15:57:26 >> Loaded 412 quest relations from gameobject_questrelation 2012-01-17 15:57:26 2012-01-17 15:57:26 >> Loaded 341 quest relations from gameobject_involvedrelation 2012-01-17 15:57:26 2012-01-17 15:57:26 >> Loaded 7680 quest relations from creature_questrelation 2012-01-17 15:57:26 2012-01-17 15:57:26 >> Loaded 7901 quest relations from creature_involvedrelation 2012-01-17 15:57:26 >>> Quests Relations loaded 2012-01-17 15:57:26 2012-01-17 15:57:26 Loading Game Event Data... 2012-01-17 15:57:26 2012-01-17 15:57:26 2012-01-17 15:57:26 >> Loaded 65 game events 2012-01-17 15:57:26 2012-01-17 15:57:26 >> Loaded 3376 creatures in game events 2012-01-17 15:57:26 2012-01-17 15:57:26 >> Loaded 24744 gameobjects in game events 2012-01-17 15:57:27 2012-01-17 15:57:27 >> Loaded 81 creature reactions at game events 2012-01-17 15:57:27 2012-01-17 15:57:27 >> Loaded 37 quest additions in game events 2012-01-17 15:57:27 2012-01-17 15:57:27 >> Loaded 24 start/end game event mails 2012-01-17 15:57:27 >>> Game Event Data loaded 2012-01-17 15:57:27 2012-01-17 15:57:27 Creating map persistent states for non-instanceable maps... 2012-01-17 15:57:27 Loading Creature Respawn Data... 2012-01-17 15:57:27 2012-01-17 15:57:27 >> Loaded 0 creature respawn time. 2012-01-17 15:57:27 Loading Gameobject Respawn Data... 2012-01-17 15:57:27 2012-01-17 15:57:27 >> Loaded 0 gameobject respawn time. 2012-01-17 15:57:27 Loading UNIT_NPC_FLAG_SPELLCLICK Data... 2012-01-17 15:57:27 2012-01-17 15:57:27 >> Loaded 23 spellclick definitions 2012-01-17 15:57:27 Loading SpellArea Data... 2012-01-17 15:57:27 2012-01-17 15:57:27 >> Loaded 248 spell area requirements 2012-01-17 15:57:27 Loading AreaTrigger definitions... 2012-01-17 15:57:27 2012-01-17 15:57:27 >> Loaded 228 area trigger teleport definitions 2012-01-17 15:57:27 Loading Quest Area Triggers... 2012-01-17 15:57:27 2012-01-17 15:57:27 >> Loaded 55 quest trigger points 2012-01-17 15:57:27 Loading Tavern Area Triggers... 2012-01-17 15:57:27 2012-01-17 15:57:27 >> Loaded 113 tavern triggers 2012-01-17 15:57:27 Loading AreaTrigger script names... 2012-01-17 15:57:27 2012-01-17 15:57:27 >> Loaded 39 areatrigger scripts 2012-01-17 15:57:27 Loading event id script names... 2012-01-17 15:57:27 2012-01-17 15:57:27 >> Loaded 23 scripted event id 2012-01-17 15:57:27 Loading Graveyard-zone links... 2012-01-17 15:57:28 2012-01-17 15:57:28 >> Loaded 695 graveyard-zone links 2012-01-17 15:57:28 Loading spell target destination coordinates... 2012-01-17 15:57:28 2012-01-17 15:57:28 >> Loaded 556 spell target destination coordinates 2012-01-17 15:57:28 Loading spell pet auras... 2012-01-17 15:57:28 2012-01-17 15:57:28 >> Loaded 45 spell pet auras 2012-01-17 15:57:28 Loading Player Create Info & Level Stats... 2012-01-17 15:57:28 2012-01-17 15:57:28 2012-01-17 15:57:28 >> Loaded 62 player create definitions 2012-01-17 15:57:28 2012-01-17 15:57:28 >> Loaded 0 custom player create items 2012-01-17 15:57:28 2012-01-17 15:57:28 >> Loaded 2851 player create spells 2012-01-17 15:57:28 2012-01-17 15:57:28 >> Loaded 355 player create actions 2012-01-17 15:57:28 2012-01-17 15:57:28 >> Loaded 800 level health/mana definitions 2012-01-17 15:57:28 2012-01-17 15:57:28 >> Loaded 4960 level stats definitions 2012-01-17 15:57:28 2012-01-17 15:57:28 >> Loaded 79 xp for level definitions 2012-01-17 15:57:28 >>> Player Create Info & Level Stats loaded 2012-01-17 15:57:28 2012-01-17 15:57:28 Loading Exploration BaseXP Data... 2012-01-17 15:57:29 2012-01-17 15:57:29 >> Loaded 71 BaseXP definitions 2012-01-17 15:57:29 Loading Pet Name Parts... 2012-01-17 15:57:29 2012-01-17 15:57:29 >> Loaded 313 pet name parts 2012-01-17 15:57:29 Cleaning character database... 2012-01-17 15:57:29 Loading the max pet number... 2012-01-17 15:57:29 2012-01-17 15:57:29 >> Loaded the max pet number: 0 2012-01-17 15:57:29 Loading pet level stats... 2012-01-17 15:57:29 2012-01-17 15:57:29 >> Loaded 2560 level pet stats definitions 2012-01-17 15:57:29 Loading Player Corpses... 2012-01-17 15:57:29 2012-01-17 15:57:29 >> Loaded 0 corpses 2012-01-17 15:57:29 Loading Player level dependent mail rewards... 2012-01-17 15:57:29 2012-01-17 15:57:29 >> Loaded 24 level dependent mail rewards, 2012-01-17 15:57:29 Loading Loot Tables... 2012-01-17 15:57:29 2012-01-17 15:57:29 creature_loot_template : 2012-01-17 15:57:30 2012-01-17 15:57:30 >> Loaded 262252 loot definitions (7888 templates) 2012-01-17 15:57:30 fishing_loot_template : 2012-01-17 15:57:30 2012-01-17 15:57:30 >> Loaded 256 loot definitions (217 templates) 2012-01-17 15:57:30 gameobject_loot_template : 2012-01-17 15:57:30 2012-01-17 15:57:30 >> Loaded 17984 loot definitions (1131 templates) 2012-01-17 15:57:30 item_loot_template : 2012-01-17 15:57:30 2012-01-17 15:57:30 >> Loaded 5042 loot definitions (283 templates) 2012-01-17 15:57:30 mail_loot_template : 2012-01-17 15:57:30 2012-01-17 15:57:30 >> Loaded 72 loot definitions (71 templates) 2012-01-17 15:57:30 milling_loot_template : 2012-01-17 15:57:31 2012-01-17 15:57:31 >> Loaded 45 loot definitions (45 templates) 2012-01-17 15:57:31 pickpocketing_loot_template : 2012-01-17 15:57:31 2012-01-17 15:57:31 >> Loaded 11001 loot definitions (2550 templates) 2012-01-17 15:57:31 skinning_loot_template : 2012-01-17 15:57:31 2012-01-17 15:57:31 >> Loaded 3382 loot definitions (948 templates) 2012-01-17 15:57:31 disenchant_loot_template : 2012-01-17 15:57:31 2012-01-17 15:57:31 >> Loaded 123 loot definitions (55 templates) 2012-01-17 15:57:31 prospecting_loot_template : 2012-01-17 15:57:31 2012-01-17 15:57:31 >> Loaded 103 loot definitions (10 templates) 2012-01-17 15:57:31 spell_loot_template : 2012-01-17 15:57:31 2012-01-17 15:57:31 >> Loaded 161 loot definitions (21 templates) 2012-01-17 15:57:31 reference_loot_template : 2012-01-17 15:57:31 2012-01-17 15:57:31 >> Loaded 9393 loot definitions (554 templates) 2012-01-17 15:57:31 >>> Loot Tables loaded 2012-01-17 15:57:31 2012-01-17 15:57:31 Loading Skill Discovery Table... 2012-01-17 15:57:32 2012-01-17 15:57:32 >> Loaded 348 skill discovery definitions 2012-01-17 15:57:32 Loading Skill Extra Item Table... 2012-01-17 15:57:32 2012-01-17 15:57:32 >> Loaded 206 spell specialization definitions 2012-01-17 15:57:32 Loading Skill Fishing base level requirements... 2012-01-17 15:57:32 2012-01-17 15:57:32 >> Loaded 93 areas for fishing base skill level 2012-01-17 15:57:32 Loading Achievements... 2012-01-17 15:57:32 2012-01-17 15:57:32 2012-01-17 15:57:32 >> Loaded 43 achievement references. 2012-01-17 15:57:32 2012-01-17 15:57:32 >> Loaded 1105 achievement criteria. 2012-01-17 15:57:32 2012-01-17 15:57:32 >> Loaded 2020 additional achievement criteria data (198 disabled). 2012-01-17 15:57:32 2012-01-17 15:57:32 >> Loaded 102 achievement rewards 2012-01-17 15:57:32 2012-01-17 15:57:32 >> Loaded 0 achievement reward locale strings. DB table `locales_achievement_reward` is empty. 2012-01-17 15:57:32 2012-01-17 15:57:32 >> Loaded 0 realm completed achievements . DB table `character_achievement` is empty. 2012-01-17 15:57:32 >>> Achievements loaded 2012-01-17 15:57:32 2012-01-17 15:57:32 Loading Instance encounters data... 2012-01-17 15:57:32 2012-01-17 15:57:32 >> Loaded 590 Instance Encounters 2012-01-17 15:57:32 Loading Npc Text Id... 2012-01-17 15:57:33 2012-01-17 15:57:33 >> Loaded 3364 NpcTextId 2012-01-17 15:57:33 Loading Gossip scripts... 2012-01-17 15:57:33 gossip_scripts : 2012-01-17 15:57:33 2012-01-17 15:57:33 >> Loaded 178 script definitions 2012-01-17 15:57:33 (Re)Loading Gossip menus... 2012-01-17 15:57:33 2012-01-17 15:57:33 >> Loaded 3395 gossip_menu entries 2012-01-17 15:57:33 (Re)Loading Gossip menu options... 2012-01-17 15:57:33 2012-01-17 15:57:33 >> Loaded 2734 gossip_menu_option entries 2012-01-17 15:57:33 Loading Vendors... 2012-01-17 15:57:33 2012-01-17 15:57:33 >> Loaded 23 vendor template items 2012-01-17 15:57:33 2012-01-17 15:57:33 >> Loaded 36032 vendor items 2012-01-17 15:57:33 Loading Trainers... 2012-01-17 15:57:33 2012-01-17 15:57:33 >> Loaded 2294 trainer template spells 2012-01-17 15:57:33 2012-01-17 15:57:33 >> Loaded 22671 trainer spells 2012-01-17 15:57:33 Loading Waypoint scripts... 2012-01-17 15:57:33 creature_movement_scripts : 2012-01-17 15:57:34 2012-01-17 15:57:34 >> Loaded 102 script definitions 2012-01-17 15:57:34 Loading Waypoints... 2012-01-17 15:57:34 2012-01-17 15:57:36 2012-01-17 15:57:36 >> Paths loaded 2012-01-17 15:57:36 2012-01-17 15:57:36 >> Waypoints and behaviors loaded 2012-01-17 15:57:36 2012-01-17 15:57:36 >>> Loaded 2377 paths, 49737 nodes and 795 behaviors 2012-01-17 15:57:36 2012-01-17 15:57:36 >> Path templates loaded 2012-01-17 15:57:36 2012-01-17 15:57:36 >> Waypoint templates loaded 2012-01-17 15:57:36 2012-01-17 15:57:36 >>> Loaded 49 path templates with 1340 nodes and 11 behaviors 2012-01-17 15:57:36 Loading Localization strings... 2012-01-17 15:57:36 2012-01-17 15:57:36 >> Loaded 0 creature locale strings. DB table `locales_creature` is empty. 2012-01-17 15:57:36 2012-01-17 15:57:36 >> Loaded 0 gameobject locale strings. DB table `locales_gameobject` is empty. 2012-01-17 15:57:36 2012-01-17 15:57:36 >> Loaded 0 Item locale strings. DB table `locales_item` is empty. 2012-01-17 15:57:36 2012-01-17 15:57:36 >> Loaded 0 Quest locale strings. DB table `locales_quest` is empty. 2012-01-17 15:57:36 2012-01-17 15:57:36 >> Loaded 0 Quest locale strings. DB table `locales_npc_text` is empty. 2012-01-17 15:57:36 2012-01-17 15:57:36 >> Loaded 0 PageText locale strings. DB table `locales_page_text` is empty. 2012-01-17 15:57:36 2012-01-17 15:57:36 >> Loaded 0 gossip_menu_option locale strings. DB table `locales_gossip_menu_option` is empty. 2012-01-17 15:57:36 2012-01-17 15:57:36 >> Loaded 0 points_of_interest locale strings. DB table `locales_points_of_interest` is empty. 2012-01-17 15:57:36 >>> Localization strings loaded 2012-01-17 15:57:36 2012-01-17 15:57:36 Loading Auctions... 2012-01-17 15:57:36 2012-01-17 15:57:36 2012-01-17 15:57:36 >> Loaded 0 auction items 2012-01-17 15:57:36 2012-01-17 15:57:36 >> Loaded 0 auctions. DB table `auction` is empty. 2012-01-17 15:57:36 >>> Auctions loaded 2012-01-17 15:57:36 2012-01-17 15:57:36 Loading Guilds... 2012-01-17 15:57:36 2012-01-17 15:57:36 >> Loaded 0 guild definitions 2012-01-17 15:57:36 Loading ArenaTeams... 2012-01-17 15:57:36 2012-01-17 15:57:36 >> Loaded 0 arenateam definitions 2012-01-17 15:57:36 Loading Groups... 2012-01-17 15:57:36 2012-01-17 15:57:36 >> Loaded 0 group definitions 2012-01-17 15:57:36 Loading ReservedNames... 2012-01-17 15:57:36 2012-01-17 15:57:36 >> Loaded 0 reserved player names 2012-01-17 15:57:36 Loading GameObjects for quests... 2012-01-17 15:57:37 2012-01-17 15:57:37 >> Loaded 1551 GameObjects for quests 2012-01-17 15:57:37 Loading BattleMasters... 2012-01-17 15:57:37 2012-01-17 15:57:37 >> Loaded 136 battlemaster entries 2012-01-17 15:57:37 Loading BattleGround event indexes... 2012-01-17 15:57:37 2012-01-17 15:57:37 >> Loaded 1236 battleground eventindexes 2012-01-17 15:57:37 Loading GameTeleports... 2012-01-17 15:57:37 2012-01-17 15:57:37 >> Loaded 1424 GameTeleports 2012-01-17 15:57:37 Loading GM tickets... 2012-01-17 15:57:37 2012-01-17 15:57:37 >> Loaded `character_ticket`, table is empty. 2012-01-17 15:57:37 Returning old mails... 2012-01-17 15:57:37 2012-01-17 15:57:37 >> Only expired mails (need to be return or delete) or DB table `mail` is empty. 2012-01-17 15:57:37 Loading Scripts... 2012-01-17 15:57:37 2012-01-17 15:57:37 quest_start_scripts : 2012-01-17 15:57:37 2012-01-17 15:57:37 >> Loaded 246 script definitions 2012-01-17 15:57:37 quest_end_scripts : 2012-01-17 15:57:37 2012-01-17 15:57:37 >> Loaded 354 script definitions 2012-01-17 15:57:37 spell_scripts : 2012-01-17 15:57:37 2012-01-17 15:57:37 >> Loaded 21 script definitions 2012-01-17 15:57:37 gameobject_scripts : 2012-01-17 15:57:37 2012-01-17 15:57:37 >> Loaded 54 script definitions 2012-01-17 15:57:37 event_scripts : 2012-01-17 15:57:38 2012-01-17 15:57:38 >> Loaded 479 script definitions 2012-01-17 15:57:38 >>> Scripts loaded 2012-01-17 15:57:38 2012-01-17 15:57:38 Loading Scripts text locales... 2012-01-17 15:57:38 2012-01-17 15:57:38 >> Loaded 487 string templates from db_script_string 2012-01-17 15:57:38 Loading CreatureEventAI Texts... 2012-01-17 15:57:38 2012-01-17 15:57:38 >> Loaded 1133 string templates from creature_ai_texts 2012-01-17 15:57:38 Loading EventAI Texts additional data... 2012-01-17 15:57:38 2012-01-17 15:57:38 >> Loaded 1133 additional CreatureEventAI Texts data. 2012-01-17 15:57:38 Loading CreatureEventAI Summons... 2012-01-17 15:57:38 2012-01-17 15:57:38 >> Loaded 15 CreatureEventAI summon definitions 2012-01-17 15:57:38 Loading CreatureEventAI Scripts... 2012-01-17 15:57:38 2012-01-17 15:57:38 >> Loaded 24976 CreatureEventAI scripts 2012-01-17 15:57:38 Initializing Scripts... 2012-01-17 15:57:38 2012-01-17 15:57:38 MMM MMM MM 2012-01-17 15:57:38 M MM M M M M 2012-01-17 15:57:38 MM M M M 2012-01-17 15:57:38 MMM M M M 2012-01-17 15:57:38 MM M M MMMM 2012-01-17 15:57:38 MM M M M 2012-01-17 15:57:38 MMM MMM http://www.scriptdev2.com 2012-01-17 15:57:38 2012-01-17 15:57:38 SD2: Using configuration file scriptdev2.conf 2012-01-17 15:57:38 2012-01-17 15:57:38 MySQL client library: 5.1.49 2012-01-17 15:57:38 MySQL server ver: 5.5.16 2012-01-17 15:57:38 MySQL client library: 5.1.49 2012-01-17 15:57:38 MySQL server ver: 5.5.16 2012-01-17 15:57:38 SD2: ScriptDev2 database at 127.0.0.1;3306;root;eurelyn123;scriptdev2 initialized. 2012-01-17 15:57:38 2012-01-17 15:57:38 Loading ScriptDev2 (for MaNGOS 11812+) Revision [2387] (*) * * (Win32) 2012-01-17 15:57:38 2012-01-17 15:57:38 SD2: Loading Script Texts... 2012-01-17 15:57:39 2012-01-17 15:57:39 >> Loaded 3340 string templates from script_texts 2012-01-17 15:57:39 SD2: Loading Script Texts additional data... 2012-01-17 15:57:39 2012-01-17 15:57:39 >> Loaded 3340 additional Script Texts data. 2012-01-17 15:57:39 SD2: Loading Custom Texts... 2012-01-17 15:57:39 2012-01-17 15:57:39 >> Loaded 0 string templates. DB table `custom_texts` is empty. 2012-01-17 15:57:39 SD2: Loading Custom Texts additional data... 2012-01-17 15:57:39 2012-01-17 15:57:39 >> Loaded 0 additional Custom Texts data. DB table `custom_texts` is empty. 2012-01-17 15:57:39 SD2: Loading Gossip Texts... 2012-01-17 15:57:39 2012-01-17 15:57:39 >> Loaded 55 string templates from gossip_texts 2012-01-17 15:57:39 SD2: Loading Script Waypoints for 70 creature(s)... 2012-01-17 15:57:39 2012-01-17 15:57:39 >> Loaded 1964 Script Waypoint nodes. crash!!!!! the only error in dberror.log is this 2012-01-17 15:57:24 Table `gameobject` have gameobject (GUID: 92219 Entry: 75296) that have wrong spawn mask 3 including not supported difficulty modes for map (Id: 189), skip 2012-01-17 15:57:24 Table `gameobject` have gameobject (GUID: 92220 Entry: 75297) that have wrong spawn mask 3 including not supported difficulty modes for map (Id: 189), skip 2012-01-17 15:57:24 Table `gameobject` have gameobject (GUID: 92230 Entry: 75299) that have wrong spawn mask 3 including not supported difficulty modes for map (Id: 189), skip 2012-01-17 15:57:25 Spell (id: 33824) have SPELL_EFFECT_QUEST_COMPLETE for quest 10162 , but quest does not have SpecialFlags QUEST_SPECIAL_FLAG_EXPLORATION_OR_EVENT (2) set. Quest SpecialFlags should be corrected to enable this objective. i have recompiled mangos over 5 times and have done my database over and over too the steps i did to make the server was as follows 1 move scriptdev2 folder into bindings 2 compile mangos 3 compile scriptdev2 4 create udb database 5 create scriptdev2 database using full script sql 6 updated udb with mangos core updates in sql folder "only the ones needed" 7 made maps/vmaps and moved them all into c:/mangos/realmname 8 started mangos and realmd MaNGOS/0.17.0-DEV (* * Revision 11874 - *) ACID 3.0.8 - Full Release for Mangos (3.3.5a Client) UDB 0.12.2 (402) for MaNGOS 11792 with SD2 SQL for rev. 2279 ScriptDev2 (for MaNGOS 11812+)
  6. the last step git diff -p master vehicle > vehicle.patch does nothing. all it does is makes an empty file. this is lame patch that prolly dont even work. as the instructions are even wrong.
  7. is there a tutorial how to merge the branch? im a noob to patches etc.
  8. im running mangos rev 10435 is anything else needed other than this sql to fix vehicles? please let me know wat all i need. thanks
  9. on a complete custom that has a max of 3 players on at a time who cares? we cant do raids without lots of users. i cant find users so we just having fun messing around making custom instances and other custom stuff.
  10. read the post again i was confirming Multiprocessing till i seen how old the post is time to delete this post dont ya think?
  11. Multiprocessing old posts like this should be deleted if they are from 2008................
  12. ETA when you will impliment this in the core? if it actually works, thanks
  13. awesome it works. added thanks to you
  14. yes i understand you and thankyou ill go try this.
  15. added thanks to you friend thankyou so much for your help that has been driving me nuts all day and night lol
  16. i can see ppl dont care to help me out 1 bit thanks for the help guys!!!
  17. how can i make my core not use graveyards? i don't want it to send ppl to graveyards because im making custom leveling zones and these zones have alot of different zones in them. for example: in the crypt the zone changes as you walk around. but if you die in the crypt in different areas you get sent to different graveyards = not good, because the custom zone is not reachable from outside. I want to make it so when you die you don't get sent to any graveyards at all and it allows you to res "where" you died. so ppl stay inside the crypt.
  18. it works with food but thats not the issue the issue is that it should regen slowly without food or water.
  19. can some one make a webpage out of this and give me a download link? it dont need to be pretty i just need a account creation page and thats all
  20. yes it is when out of combat i even ported to new areas and still no regen and no regen if its a duel too
  21. i want to make icc a custom instance not a raid instance how to do this? is there a table in db i should look at? im not going to script mobs just going to spawn some up and add my own stuff its complete custom. please point me in the right direction. thanks for the help couldnt find the right section so i posted here
  22. come back after testing without the custom patches and let us all know if it fixed it
  23. ok here do this recompile without that patch. delete your cache folder in wow and try again if the error is gone then you know for a fact the patch is the cause. as my server dont have that patch and this dont happen on my server. omg your last post 666 you is now evil lol j/k
  24. It modifies a players faction temporarily? that would definatly make hostile mobs turn green seems there is your bug. i know you dont want it to be that but ya its not core related if you have a custom patch that messes with factions that is your bug.
  25. i use udb 0.12.0(388) and have never had this happen are you sure that the flags on the npc's are set correct in db? try checking that mobs entry in the creature_template for its factions it could be set wrong and wat is Cross-Faction Groupingm Auto Broadcaster? that says faction it could have an error recognizing a faction and is displaying it as green? try the core without it and see if that dont fix it?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use