Commit Graph

  • bfa0588fac typo :( should olso fix linux compile Rat 2010-05-12 07:32:04 +02:00
  • 75c1364682 added Honorable Defender buff for Arathi Basin nodes -players protecting their bases will gain +50% honor near the base Rat 2010-05-12 00:23:00 +02:00
  • df6a39cebc give xp only in BattleGrounds and not in arenas Rat 2010-05-11 21:48:03 +02:00
  • eae6f5c094 started implementing battleground experience system -players gain xp by killing enemy players (event bonuses not added for now) -player can switch xp gain on/off by talking to npc Slahtz or Behsten for a fee of 10golds NOTE: turning off xp gain will turn off ALL xp gains from quests,monsters,pvp,etc Rat 2010-05-11 21:42:39 +02:00
  • bf9694a354 Spell custom attribute data for Northrend faction commendation badges (spells 61306,61308,61311,61312,69757). They now give proper reputation Machiavelli 2010-05-11 18:43:47 +02:00
  • 19010df80f Force animprogress for GameObjects Type FishNode Original patch by beberlescaraber Spp 2010-05-10 12:48:35 +02:00
  • 758faad1ca Typo. (Need more caffeine) Machiavelli 2010-05-10 21:38:05 +02:00
  • 4335d97f37 Fix typo that occured in the mess of exporting/stripping, my humble apologies. Machiavelli 2010-05-10 20:31:24 +02:00
  • b468669ef7 Merge Thanks to Aokromes for helping me test my previous commit Machiavelli 2010-05-10 19:50:05 +02:00
  • d2f35a2045 Cleanup and optimization in realmd netcode. - Get rid of some potential memory leaks and lingering connections issues. - Code style cleanup where applicable. Machiavelli 2010-05-10 18:06:28 +02:00
  • 5626c294e4 Remove double-included headers from script + remove whitespace. Closes issue 2091. click 2010-05-10 16:48:39 +02:00
  • 7957d06654 * Add SCRIPT_COMMAND_CLOSE_GOSSIP that can be used in gossip_scripts to force * the gossip window to close when a given menu option is chosen. * This is with all my love -- for Malcrom :P Brian 2010-05-07 19:17:51 -06:00
  • 608855f0a0 Stop drinking heavily and instead do things properly - fixes a typo from previous commit... click 2010-05-10 14:14:07 +02:00
  • 7817596a96 Fix the little messup from the previous commit (sorry!) click 2010-05-10 14:08:53 +02:00
  • d79f6295aa Add support for NPC-based start of playing moviesequence + clean up indenting on earlier commit click 2010-05-10 13:27:18 +02:00
  • 5b20d478ff Another little fix on hunter Disengage - stop it from being usable when rooted click 2010-05-10 03:02:30 +02:00
  • c214b4afb0 Correctly complete quests with QUEST_FLAGS_AUTO_ACCEPT which should be completed the moment you accept it. This fixes the quests which weren't completable in starting areas. Fixes issue #2042. Patch by liberate. click 2010-05-10 02:59:41 +02:00
  • 3b3f0caa69 Fix a crash in GameObject::TakenDamage Fixes issue 2082 Spp 2010-05-09 21:32:49 +02:00
  • 02dfc46849 Fix hunters Disengage - disallow use when not in combat + use correct text when attempting to use it out of combat Patch by mrDiver - fixes issue #568. click 2010-05-09 08:39:25 +02:00
  • 8154f98737 Backout 8109. Spp 2010-05-09 06:31:54 +02:00
  • e3caa446aa Show GameObject HealthBar Original patch by beberlescaraber Closes issue 2056 Spp 2010-05-09 06:25:06 +02:00
  • 42a379bfb1 * Fix the damn everloving neutral assist once again * Patch coutesy of PivoNRoll Brian 2010-05-06 02:13:15 -06:00
  • f60d534b73 Cleanup on some database-related files: merge some DB-related files, add some consistency to callhandles in sourcetree (M + combine MySQL-specific files into main database-files (click) + fix vcproj-files, adjust handler-function names for consistency (Machiavelli) click 2010-05-08 05:03:32 +02:00
  • d6df19cd99 Add GUID to groups Spp 2010-05-08 01:58:47 +02:00
  • 0d06050eb4 Fix Beacon Of Light: not applying when not in LoS. Patch by beberlescaraber (adapted to latest rev). Fixes issue #921. Trazom62 2010-05-06 21:07:20 +02:00
  • c7c6a11ed6 Fix Script AzjolNerub/Anubarak. Patch by Snakeice. Fixes issue #2022. Trazom62 2010-05-06 21:01:43 +02:00
  • 03159c599a Fix Script Ahnkahet/Volazj. Trazom62 2010-05-06 20:58:26 +02:00
  • ec324f0d55 * Removed registration form that was not kept up to date. * If you want to run a public server, write your own Brian 2010-05-03 20:07:50 -06:00
  • 889fbc5b0b * Renamed map extractor folder to something more fitting Brian 2010-05-03 20:06:29 -06:00
  • 92bb163343 * Cleanup of old VS build files for the map extractor Brian 2010-05-03 20:05:15 -06:00
  • a5fc22895e Correctly allocate memory for script npc_crusade_recruit. Bug found by hunteee. Anubisss 2010-05-06 14:58:45 +02:00
  • b45e55fde9 small tweak for escortAI's debuglog Rat 2010-05-06 11:46:13 +02:00
  • cb84d3e617 Cleanup : Remove postgreSQL-support (not used and has also been broken for a long time) click 2010-05-06 09:53:09 +02:00
  • 38061a6fa6 Remove a double transaction-start (creating a nested transaction = bad) click 2010-05-06 00:35:09 +02:00
  • 6ad4d4c8d2 Make sure that socket reference is removed on closing WorldSession server sided before ReactorRunnable does in the reactor event loop. Machiavelli 2010-05-05 22:56:02 +02:00
  • d6f7547eba Any opcode sent after CMSG_CHAR_ENUM should reset the timeout timer, not just CMSG_PLAYER_LOGIN. Machiavelli 2010-05-05 22:50:11 +02:00
  • 62dc839819 Use ACE_GUARD_RETURN macro in LockedQueue::next to guarrantee the lock is acquired before changing the queue´s properties Machiavelli 2010-05-05 21:46:54 +02:00
  • 6ead23e353 Add support for quest 4921 (The scent of Lar'Korwi) Patch by D_Skywalk Fixes issue 1671 Spp 2010-05-05 19:13:17 +02:00
  • 64b0112382 Remove a nested transaction messing up character savestates - thanks to Zor for spotting the culprit Fixes issue #2018. Fixes issue #2004. click 2010-05-05 17:59:56 +02:00
  • 173d30879f Fix crash when deleting vendoritems with multiple extendedcosts - thanks to Vladimir Fixes issue #1989 click 2010-05-05 14:30:53 +02:00
  • 1acb837a33 Fix crash in CreatureGroup::MemberAttackStart. Fixes issue #1982. Trazom62 2010-05-05 13:58:25 +02:00
  • 0ccadb1a3b Forgot Map.h from previous commit. sorry. Trazom62 2010-05-05 13:27:17 +02:00
  • 76d4894f47 Sorted out minor (but boring) issues with the pdump-command (load/save/store-on-delete) Fixes issue #1659 + changed the dumpheader from engrish1.0 to engwegian1.2 click 2010-05-05 13:11:07 +02:00
  • eee3ebe6d6 Fix raid groups load from DB and save to DB. Fixes issue #299. Trazom62 2010-05-05 12:40:52 +02:00
  • 3199e7b8db SOTA: Fix team being declared winner when it should be tie Original patch by Gyullo closes issue 1111 Spp 2010-05-05 02:55:51 +02:00
  • 601fa2721e Add missing sql file from rev 8111 Spp 2010-05-05 02:27:44 +02:00
  • 8bf304ecc6 Merge Machiavelli 2010-05-05 02:13:02 +02:00
  • c7ec359495 Save items with itemstate ITEM_CHANGED using DELETE followed by an INSERT query (wrapped in a transaction). Machiavelli 2010-05-05 02:09:49 +02:00
  • 7de6dea607 Account access: Set default value -1 to realmId (All realms access) Patch by Sundark closes issue 1852 Spp 2010-05-05 02:06:08 +02:00
  • 52893aeae2 Violet Hold: make boss ichoron attackable patch by maketheking closes issue 2012 Spp 2010-05-05 01:51:51 +02:00
  • bc4ac8fe5d Fix Arcane Empowerment proc event Patch by Metaphysicaldrama closes issue 994 Spp 2010-05-05 01:39:51 +02:00
  • 890940c8e6 Fix Arena starting personal rating formula Original patch by maketheking closes issue 2013 Spp 2010-05-05 01:17:50 +02:00
  • b54a361d60 Fix crash in script for quest 10512 + code style cleanup. Machiavelli 2010-05-05 01:38:47 +02:00
  • 6649215e61 Use DELETE + INSERT statement wrapped in a transaction in Item::SaveRefundDataToDB() Machiavelli 2010-05-05 01:02:35 +02:00
  • ce17866ef0 Unstable Affliction: Fix caster, bonus and penalty damage Original Patch by N4rk0 Closes issue 739 Spp 2010-05-04 21:54:13 +02:00
  • 7df73e7705 Fix: Force rogues not to steal stuff during charcreation - it stole a double set of startingweapons intead of a single set (Thanks to BioHazard for the note) click 2010-05-04 20:54:14 +02:00
  • 6fba13410c *fixed compile -NOTE: COMPILE BEFORE PUSHING, thankyou Rat 2010-05-04 20:47:58 +02:00
  • efcceb750e Fix Script Sunwell/Felmyst. Thanks Ille000. Fixes issue #318. Trazom62 2010-05-04 19:29:14 +02:00
  • 4833d28be7 Some additional checks to Login Instance check. + code layout. Trazom62 2010-05-04 19:21:01 +02:00
  • 029e480454 Add stricter regulations for instances (login-checks and support for sending unbound player to parent-instance / homebind if not matching criterias) Patch by Elron103 - closes issue #1323. click 2010-05-04 18:25:30 +02:00
  • 51d0c07c90 Allow spellid_x fields in item_template to be -1 Spp 2010-05-04 17:51:30 +02:00
  • 390f11078f Add support to set RandomProperty / RandomSuffix to -1 in item_template Spp 2010-05-04 17:51:11 +02:00
  • 5b4647dcf4 Fix Honor Kill formula Patch by JohnHoliver Closes issue 1863 Spp 2010-05-04 17:48:47 +02:00
  • a65f6ab60e Remove Marks and Quest Reward at BG finish. Patch by Gyullo Spp 2010-05-04 17:30:50 +02:00
  • 9207757861 ALWAYS use starting personal rating from config IF greater then 0, thanks to Gyullo using 0 will let core calculate it Rat 2010-05-04 16:53:19 +02:00
  • 1677e6e5ec elites in instances should have a 2.75x base xp bonus instead of the regular 2x world bonus Rat 2010-05-04 12:52:10 +02:00
  • 7d93b99c1f starting from season 6, new arena team members should get the team rating as a starting personal rating, with a maximum of 1000 Rat 2010-05-04 12:46:53 +02:00
  • 3516be7cf9 use DB speeds for battleground creatures fixes moving cannons, if you set speeds to 0 in DB for them Rat 2010-05-04 12:16:45 +02:00
  • afc7106e85 Fix typos in SQL (changed the original around to sort them numerically and forgot it) click 2010-05-04 08:53:02 +02:00
  • 49b40ac6c8 Fix quest 9868 (The Totem of Kar'dash) - thanks to Erocoloco Closes issue 1086. click 2010-05-04 08:41:02 +02:00
  • 0fd39511ac Add support for quest 6641 (Vorsha The Lasher) click 2010-05-04 08:30:11 +02:00
  • 5b88cd584a Add support for quest 1126 (Hive in the Tower) - patch by supabad Closes issue #68 click 2010-05-04 08:09:55 +02:00
  • 44edbe1f53 *Fix: correctly apply or remove enchantments requiring a skill when gaining a skill level - fix by Liberate Closes issue #1407 click 2010-05-04 07:20:22 +02:00
  • 9fbdcbb706 Revert parts of a previous transaction-fix (would create a nested transaction), add missing support for rollback in battleground-group creation click 2010-05-03 16:30:53 +02:00
  • 2c31b77129 *more script texts fixed, thanks to terrorbringer Rat 2010-05-03 15:33:30 +02:00
  • a70d56b6f1 *when dismounting from a flying vehicle (and it was flying) you will get a pretty parachute Rat 2010-05-03 13:01:20 +02:00
  • f9ebcce8f6 *fixed quest support for hunter pet trainers Rat 2010-05-03 09:31:25 +02:00
  • 0692dc3704 Rename some more opcodes - patch by Zor click 2010-05-03 05:32:35 +02:00
  • b82a1f7fe2 Add support for GO Bash'ir Crystalforge (Blades Edge/Outlands) click 2010-05-02 23:36:12 +02:00
  • e4ef76a505 Include petsaving under transactioncontrol in Player::SaveToDB() click 2010-05-02 22:34:49 +02:00
  • 0a4d79ef39 Fix command .server plimit. Fix obsolete comment for PlayerLimit in trinitycore.conf.dist Thanks Phil.Pigeon and Johnholiver. Trazom62 2010-05-02 16:48:18 +02:00
  • e0cce6984c Fix: Give the correct amount of talent points when leveling up after a talent reset - patch by Liberate Fixes issue #1568, fixes issue #765, fixes issue #772 click 2010-05-02 16:19:38 +02:00
  • 5ebee9fbd0 Fix crash in Gluth Script. Fixes issue #1896. Trazom62 2010-05-02 15:17:30 +02:00
  • 9664034eea Rename one opcode Patch by Zor Spp 2010-05-02 12:21:26 +02:00
  • f2b01ccdad Fix Script FoS/Bronjahm. Thanks Johnholiver. Trazom62 2010-05-02 10:12:58 +02:00
  • 208c05bf41 Code Style. Closes issue 1515 Spp 2010-05-02 04:30:11 +02:00
  • e2d6abb681 Add support for quest 12916 (Our Only Hope) - Patch by supabad Closes issue #940 click 2010-05-02 03:00:45 +02:00
  • b7e1570e87 Remove unused defines. Closes issue 1947. Alternative solution added Spp 2010-05-02 01:06:29 +02:00
  • fe26dcc278 Fix local change that wasn't supposed to be pushed... Spp 2010-05-02 00:46:35 +02:00
  • 274457a7fb Make RealmList a Singleton. Patch by Anubiss Spp 2010-05-02 00:06:08 +02:00
  • a0e1357e2b Fix locale selection at server load. Spp 2010-05-02 00:16:05 +02:00
  • d3a842ee37 Rename two more opcodes Patch by Zor Spp 2010-05-01 23:20:11 +02:00
  • 6d5f7cac24 remove uint32 cast from previous commit. It wasn't supposed to be pushed. Spp 2010-05-01 22:57:39 +02:00
  • 3c4e8f36f4 Rename some more opcodes. Spp 2010-05-01 22:40:53 +02:00
  • e107730ffb Fix more warnings. Spp 2010-05-01 22:25:14 +02:00
  • dd9485993b Fix instance load broken by me in 8c4b824176 Spp 2010-05-01 20:59:56 +02:00
  • 18782ec1f7 Add support for quest 10512 (Getting the Bladespire Tanked) Patch by supabad - closes issue #1217 click 2010-05-01 22:39:02 +02:00
  • 3683de3f80 Add support for quest 12688 (Engineering a Disaster) - patch by supabad Closes issue #982 click 2010-05-01 22:17:48 +02:00
  • 0803f644a5 Fix CRLF click 2010-05-01 09:28:24 +02:00
  • 593d962665 Add support for quest 1440 (Return to Vahlarriel) - patch by Supabad Closes issue #323 click 2010-05-01 09:12:52 +02:00