Commit Graph

  • 05ed577e23 Fixed issue where blind flag was set for beneficial spells like cure.wq Paul Coene 2014-09-27 17:17:12 -04:00
  • 7831162235 changelog #252 KayenEQ 2014-09-27 16:39:37 -04:00
  • 8567fd928a Perl Mob function GetSpellStat(spellid, identifier, slot) indentifier is the spell_new field slot is used for effectids,base,base2, max ect where 1 = first slot. Will add a wiki page KayenEQ 2014-09-27 16:12:10 -04:00
  • 73a23e9f9d Changes so that blind effects like those in Flash of Light work. Paul Coene 2014-09-27 13:00:07 -04:00
  • f232bf1ccd Fix for commit failure. KayenEQ 2014-09-27 09:21:37 -04:00
  • acc6926448 Merge git://github.com/EQEmu/Server into Development KayenEQ 2014-09-27 09:20:27 -04:00
  • 837ce8ab4a Re-ordered client patch ENCODES and DECODES - snuck in a bitswap change for SoF+ item_struct::Slots translations Uleat 2014-09-26 20:51:42 -04:00
  • 2497c719ee Rename Name variable in SendBazaarResults to temp_buffer fixes #253 Michael Cook (mackal) 2014-09-26 12:43:34 -04:00
  • 31b46efcac Clean up of perl based NPC spell scaling functions. Added Perl - $npc->GetSpellFocusDMG(), $npc->GetSpellFocusHeal() KayenEQ 2014-09-26 06:56:42 -04:00
  • 9f3a0a3f95 Merge git://github.com/EQEmu/Server into Development KayenEQ 2014-09-26 06:54:53 -04:00
  • 179400c777 Client::SetClassStartingSkills should now match live Michael Cook (mackal) 2014-09-26 00:44:51 -04:00
  • 0f12a74074 Add bool EQEmu::IsSpecializedSkill(SkillUseTypes skill) Michael Cook (mackal) 2014-09-25 21:40:31 -04:00
  • 61b784e96e Add tests for skills utilities Michael Cook (mackal) 2014-09-25 21:35:17 -04:00
  • 723e5d536a EQEmu::IsTradeskill uint32 to SkillUseTypes Michael Cook (mackal) 2014-09-25 21:20:59 -04:00
  • 225929d937 Merge pull request #240 from addtheice/RunQueryToDatabaseQuery_zone_trading Alex 2014-09-25 17:26:48 -07:00
  • 763ed7f7a3 Merge pull request #242 from addtheice/RunQueryToDatabaseQuery_zone_questmgr Alex 2014-09-25 17:26:22 -07:00
  • ea6ef4c283 Merge pull request #245 from addtheice/RunQueryToDatabaseQuery_zone_groups Alex 2014-09-25 17:26:13 -07:00
  • e5a0cc9ef7 Merge pull request #251 from KayenEQ/Development Alex 2014-09-25 17:25:45 -07:00
  • a79ea9b850 Merge branch 'master' of https://github.com/EQEmu/Server Uleat 2014-09-25 18:49:17 -04:00
  • 039e321dde More re-enumeration prep work Uleat 2014-09-25 18:48:58 -04:00
  • c57292a9dd Tired of this GLM warning (and we dont even use glm rotate grr) also reworked how I approached that peq entity process crash after thinking about it a bit KimLS 2014-09-25 14:54:40 -07:00
  • 9561a3fd3e Merge git://github.com/EQEmu/Server into Development KayenEQ 2014-09-25 15:15:32 -04:00
  • aa021addc1 Fix for potion belt name loading. KimLS 2014-09-25 03:59:59 -07:00
  • c0cbbf3a65 World needs to load skill cap data for char creation Michael Cook (mackal) 2014-09-25 03:14:43 -04:00
  • a73ac9cfe8 Added helper function bool EQEmu::IsTradeskill(uint32 skill) Michael Cook (mackal) 2014-09-24 23:35:10 -04:00
  • ec8c46abfe I keep seeing a crash due to an invalidated iter during mob delete every few days, seeing if this fixes it. KimLS 2014-09-24 19:46:53 -07:00
  • b9b92762b5 Merge git://github.com/EQEmu/Server into Development #251 KayenEQ 2014-09-24 20:51:20 -04:00
  • 7feb531ff7 Re-ordered server opcodes and handlers to facilitate the export of client patch structs and handlers Uleat 2014-09-24 20:23:01 -04:00
  • e67423bba7 Add raid mob message Michael Cook (mackal) 2014-09-24 14:04:17 -04:00
  • 531e4b0207 Fix function signature of Mob::IsRaidTarget() so its actually a virtual Michael Cook (mackal) 2014-09-24 13:50:18 -04:00
  • 34496c49b4 Add Client::SendColoredText(uint32 color, std::string message) Michael Cook (mackal) 2014-09-24 13:14:20 -04:00
  • a445d7e39f Rename OP_BuffFadeMsg to OP_ColoredText since it is a generic opcode Michael Cook (mackal) 2014-09-24 12:22:06 -04:00
  • 0d12715d77 Data verification utils, not in use yet. Also added ability for lua packet to bypass the translation layer (dangerous) if a writer so desires (useful for quickly trying packet stuff) KimLS 2014-09-24 03:30:38 -07:00
  • 9878459049 Fix tribute loading/saving for real akkadius 2014-09-23 20:16:19 -05:00
  • 9be0d3b090 memset size fix to calc current size of 400 bytes for discipline initialization akkadius 2014-09-23 19:19:40 -05:00
  • 16ba3eb11e Restoring Disciplines to their original load order (Slot) Tribute uninitialized value database conversion fix Tribute load fix (Lost in translation) Changed Tribute 0 value to 0xFFFFFFFF instead of 0 Sanity check for unitialized tribute value on load akkadius 2014-09-23 19:12:31 -05:00
  • 973aa94cb5 Fix for database schema conversion where character_ table has 0 characters present. This will allow the tables to still be created properly and the old one renamed. akkadius 2014-09-23 18:28:17 -05:00
  • 4cbccfdce2 Fix for MoveCharacterToZone using zoneid instead of zone_id KimLS 2014-09-23 15:59:58 -07:00
  • a5e6fa3479 Merge git://github.com/EQEmu/Server into Development KayenEQ 2014-09-23 18:58:59 -04:00
  • 3712d36867 Fix for the undye command to properly purge character armor dye akkadius 2014-09-23 17:54:07 -05:00
  • 17291e9977 Merge branch 'master' of github.com:EQEmu/Server KimLS 2014-09-23 15:42:48 -07:00
  • 15f57e4a4c Rob's broken skill up bug reported fixed KimLS 2014-09-23 15:42:20 -07:00
  • e58d63bf35 IncrementAA for scripting functions changed to use SaveAA instead of Save akkadius 2014-09-23 17:21:08 -05:00
  • f89add9f64 Fix for AA conversion KimLS 2014-09-23 15:09:33 -07:00
  • e039f6d2c6 Fix AA issue Michael Cook (mackal) 2014-09-23 17:40:17 -04:00
  • 7cef4d8fe9 Fix for spell books on newer clients not playing well with the tricksy new deblob code KimLS 2014-09-23 13:39:05 -07:00
  • 7b85b09f24 isnan fix for vs2012 KimLS 2014-09-23 13:04:18 -07:00
  • 413538f1b5 Sending the client a spell value that is more inline with what it expects when no spell is set. akkadius 2014-09-23 14:40:09 -05:00
  • c03a70651c SE_ApplySpell and SE_TriggerSpell will now be applied based on which effect slot they are used in (instead of always before all spell effects are checked). Note: If a spell has multiple SE_TriggerSpell effects within it. Only one will be able to trigger. (If you want multiple spells use SE_ApplySpell) KayenEQ 2014-09-23 09:15:02 -04:00
  • ec01e6c69b Merge git://github.com/EQEmu/Server into Development KayenEQ 2014-09-23 09:07:14 -04:00
  • 11773208df Style cleanup, clamp hunger and thirst values to correct ranges KimLS 2014-09-22 16:46:01 -07:00
  • 1f155690d8 Fix to SE_ApplyEffect - Will now trigger spell from this effect at correct time. KayenEQ 2014-09-22 19:42:59 -04:00
  • 36a29dbb9f Fix for creating characters failing at name verification KimLS 2014-09-22 15:37:11 -07:00
  • c160b8716f Kayen: Spell recourse effects / triggerable spell effects will now be applied AFTER the base spells effects have been applied (consistent with live). KayenEQ 2014-09-22 18:02:40 -04:00
  • 7ffce01260 Merge git://github.com/EQEmu/Server into Development KayenEQ 2014-09-22 17:50:35 -04:00
  • 1170b57fd5 Fix starting items for starting_item entries that use slot -1 to find a free slot akkadius 2014-09-22 16:23:43 -05:00
  • fee8a1214a Putting back in demonstar's lowercase check akkadius 2014-09-22 02:52:23 -05:00
  • c26a6959e4 #resetaa now covers the function of #resetaa and #refundaa #resetaa will wipe all AA data, refund the spent points into the available points and send character to character select properly Removed #refundaa Removed a lot of debug code for blob conversion Changed status logging for loads/saves to Debug category akkadius 2014-09-22 01:00:28 -05:00
  • 837b9b7ec7 NoRentExpired character_ reference akkadius 2014-09-21 23:54:52 -05:00
  • a5a8bfb0f4 Bye bye commented old junk akkadius 2014-09-21 23:48:51 -05:00
  • 69bddef5a0 Merge branch 'master' of https://github.com/EQEmu/Server akkadius 2014-09-21 23:35:27 -05:00
  • 7d242045ec Another merge aftermath overwriting character_data reference to old table akkadius 2014-09-21 23:34:53 -05:00
  • c3035fdf41 Merge branch 'master' of https://github.com/EQEmu/Server JJ 2014-09-21 20:03:09 -04:00
  • e34c47414f Consistent directory locations under common. JJ 2014-09-21 20:02:01 -04:00
  • 909dda7c09 Array iter fix akkadius 2014-09-21 19:01:50 -05:00
  • 22ab145f19 Merge branch 'master' of github.com:EQEmu/Server KimLS 2014-09-21 15:59:24 -07:00
  • cd8e30a2ec Bug with MySQLRequestResult KimLS 2014-09-21 15:59:02 -07:00
  • 03be6b2b6b Debug message adjustments akkadius 2014-09-21 16:24:06 -05:00
  • cda2217634 .......................................... akkadius 2014-09-21 04:26:26 -05:00
  • 4525b512ac Build fix plus future travis update KimLS 2014-09-21 02:25:05 -07:00
  • db0d1116f8 make travis shut up akkadius 2014-09-21 04:12:36 -05:00
  • 3ef5d8ef0a gcc fix <stdint.h> vs <limits> akkadius 2014-09-21 03:43:27 -05:00
  • 4ed88e348e Merge aftermath akkadius 2014-09-21 02:58:56 -05:00
  • ad29fa9cfa Merge remote-tracking branch 'remotes/origin/master' into blob_conversion akkadius 2014-09-21 02:32:31 -05:00
  • 388c4bc574 Fix where if players instance is expired when logging back into it, they will get sent properly to bind. Issue was players player profile instance ID did not match the bind instance ID. akkadius 2014-09-21 02:27:57 -05:00
  • b4f3993616 Should compile on gcc now KimLS 2014-09-20 23:56:04 -07:00
  • f9366553a3 Blob changelog.txt akkadius 2014-09-21 01:27:05 -05:00
  • 9733f04c9c Merge of changelog, how i hate thee v1.1.2 KimLS 2014-09-20 15:10:33 -07:00
  • 7140a2054f Ban and suspend commands now require a reason that is recorded in the DB KimLS 2014-09-20 15:09:43 -07:00
  • 1049e48aca Add Spells:SHDProcIDOffByeOne to support newer spell files Michael Cook (mackal) 2014-09-20 16:58:35 -04:00
  • 33b79a3588 Limit character length to 15 (the client doesn't let you enter more) Michael Cook (mackal) 2014-09-20 15:59:34 -04:00
  • f82699c39b Fix crash in SendEnterWorld on illegally long names Michael Cook (mackal) 2014-09-20 15:55:20 -04:00
  • 15eaf4e6d1 Fix issue with not online message from tells Michael Cook (mackal) 2014-09-20 14:57:15 -04:00
  • 7621882b4e Fix toon names being allowed with lower case starting char Michael Cook (mackal) 2014-09-20 02:46:04 -04:00
  • 9b70b73759 Correct tell queue related messages v1.1.2-rc1 Michael Cook (mackal) 2014-09-19 18:17:42 -04:00
  • 8e43134bda Add Client::Tell_StringID for tell queue messages Michael Cook (mackal) 2014-09-19 18:16:52 -04:00
  • 52608d9b2d Character armor dye save fix akkadius 2014-09-18 22:46:28 -05:00
  • d26782b093 Nuke #viewmessages Michael Cook (mackal) 2014-09-18 22:56:16 -04:00
  • a2368b4ea7 Implement tell queues Michael Cook (mackal) 2014-09-18 22:55:06 -04:00
  • 3d6bb964df Stop nuking MySQLRequestResult Success flag Michael Cook (mackal) 2014-09-18 14:59:50 -04:00
  • 347ae1bc34 Fix error in 64f5bfd Michael Cook (mackal) 2014-09-18 01:29:30 -04:00
  • 64f5bfd5ce Make tell message a bit more understandable. Michael Cook (mackal) 2014-09-17 23:46:54 -04:00
  • 3cb02e3b86 Merge branch 'blob_conversion' of https://github.com/EQEmu/Server into blob_conversion akkadius 2014-09-17 20:19:04 -05:00
  • 34c3b8628e Merge from master akkadius 2014-09-17 20:16:37 -05:00
  • 8f921ce919 Merge branch 'blob_conversion' of github.com:EQEmu/Server into blob_conversion KimLS 2014-09-17 17:45:53 -07:00
  • 6754dfdf6d Small sanity checks that was causing a few errors KimLS 2014-09-17 17:45:40 -07:00
  • 81722962cf KLS Nazi Grammar Fix akkadius 2014-09-17 14:30:19 -05:00
  • d169d95ab0 Fix for resource tap when gaining/loosing HP. KayenEQ 2014-09-17 12:08:01 -04:00
  • 63ca4cac5e Fix for calculation for SE_ManaAbsorbPercentDamage KayenEQ 2014-09-17 05:14:10 -04:00
  • f30ae9dd5a Some descriptor adjustments akkadius 2014-09-17 02:52:13 -05:00