Commit Graph

  • e4108d089f Fix missing paren. Michael Cook (mackal) 2014-01-02 18:19:59 -05:00
  • 4d9d50c9ac Fix stuns from beneficial spells (ex. Harvest) Michael Cook (mackal) 2014-01-02 03:08:59 -05:00
  • b727cbbfe9 Luabind updated to be able to be compiled with Lua 5.2. Didn't really test it with 5.2 though since I'm still on 5.1. In theory it should work now though. KimLS 2013-12-28 18:19:12 -08:00
  • 864338a881 Merge pull request #102 from nhaggmark/FixLoH Alex 2013-12-27 21:19:54 -08:00
  • 6dc444d2d1 Committing update to zone/client_packet.pp which fixes a bug with Lay on Hands and Harm Touch. Basically what is happening is that because LoH and Harm Touch come in on spell slot 9 (ABILITY_SLOT), and because ABILITY_SLOT is handled in the same block of code as standard memorized spells, it was failing the MAX_PP_MEMSPELL check and always getting silently interrupted. I broke DISCIPLINE_SLOT and ABILITY_SLOT processing out into separate blocks which not only resolves this problem, but also cleans up that processing a little bit. #102 Nicholas Haggmark 2013-12-27 22:28:54 -05:00
  • 13fcccefd5 Added support for merchant item filtering by class Michael Cook (mackal) 2013-12-26 16:29:09 -05:00
  • 30e8eac46e Hopefully this is a fix for issue #100 -- Uninitialized alt currency variable causing db corruption. KimLS 2013-12-24 13:21:11 -08:00
  • 646e1f541c Added lua export for Client:PlayMP3 KimLS 2013-12-24 00:27:57 -08:00
  • a7c15ef598 Secrets: Added functionality to Perl/Server for $client->PlayMP3("name of file"). SecretsOTheP 2013-12-24 01:28:32 -05:00
  • bddb03ba3b Akkadius: Perl $client->SilentMessage("Message"); addition, this is a pre-req for a Perl plugin I've shared with EQEmu. This function essentially mimics a player speaking with an NPC - which is used in popup window responses SecretsOTheP 2013-12-24 01:09:35 -05:00
  • 2ac1f37b02 More work on Client Marquee messages. KimLS 2013-12-23 17:35:58 -08:00
  • a96f10b6aa More work on OP_Marquee. Should be enough to implement a function with it. Anyone wants to fiddle around with the unknowns and get them better documented they are free to. KimLS 2013-12-23 15:42:13 -08:00
  • ccf6b5ff68 Added prelim work on OP_Marquee incase anyone else wants to also have a go at it. Packet and opcode for SoD client figured out partially. KimLS 2013-12-22 22:37:41 -08:00
  • 0d661204ed Fix MakeRandomInt for flurry and extraattack Michael Cook (mackal) 2013-12-20 18:45:33 -05:00
  • b0e50f13c9 Switched some stuff that made sense to Mob::InFrontMob Michael Cook (mackal) 2013-12-20 18:43:52 -05:00
  • d3ad253b51 Switched bard check in auto attack to IsBardSong Michael Cook (mackal) 2013-12-20 18:43:16 -05:00
  • 5ac23a2f8f Added facing check to auto attack LoS code Michael Cook (mackal) 2013-12-20 17:47:28 -05:00
  • 9fff694382 Update per discussion on bfb17a2fb53f3924cfaee2a271cb8be036cbae62 JJ 2013-12-19 19:39:34 -05:00
  • 4512326fe8 Merge pull request #98 from KayenEQ/fixes JJ 2013-12-19 16:30:11 -08:00
  • bfb17a2fb5 Kayen: Implemented SE_ArcheryDoubleAttack (Chance to do an extra archery attack) Kayen: Implemented SE_ShieldEquipDmgMod (Increase damage in primary hand if shield equiped) Kayen: Implemented SE_ShieldEquipHateMod (Increase hate generated if shield equiped) Kayen: Implemented SE_TriggerOnAmountValue (Trigger spell if HP/Mana/End bellow X value or num pet on target) #98 KayenEQ 2013-12-17 21:51:13 -05:00
  • 53c124526c Merge pull request #97 from KayenEQ/fixes Michael Cook 2013-12-15 23:17:21 -08:00
  • 8007097aae Kayen: Fix to SE_BlockNextSpellFocus to make it functional again. #97 KayenEQ 2013-12-16 00:53:00 -05:00
  • 32e5ed5ad8 Merge branch 'master' of github.com:KayenEQ/Server into KayenEQ-master Michael Cook (mackal) 2013-12-15 23:51:21 -05:00
  • 65afbd4147 Moved BlockedBuffs check down for spell effects Michael Cook 2013-12-15 18:44:45 -05:00
  • 84c1b5d2f1 Merge 52722dc0c82c47fb5e3dc32728b368c29b796bdd into 81e04ee1851b8382baf71f38474d52be361620e2 #96 KayenEQ 2013-12-15 01:15:01 -08:00
  • 81e04ee185 Fix some indentation Michael Cook 2013-12-15 03:21:57 -05:00
  • 52722dc0c8 Kayen: Implemented SE_ReduceHealing (Reduces amount of healing on target by X amount) Kayen: Implemented SE_CastonFocusEffect (Triggers spell as part of a focus, when that focus effect is used) Kayen: Implemented SE_IncreaseHitDmgTaken (Effect is triggered when X amount of damage is taken) Kayen: More fixes for various spell triggers/procs to now properly use their resist modifier. #96 KayenEQ 2013-12-15 03:15:39 -05:00
  • b9c270fab6 Merge branch 'master' of github.com:EQEmu/Server Michael Cook 2013-12-14 16:44:04 -05:00
  • 48db481fbb Fix blocked buffs from failing Michael Cook 2013-12-14 16:42:12 -05:00
  • 37cacd27b1 Changed enable/disable recipe to confirm change made. JJ 2013-12-14 09:55:46 -05:00
  • 466f541798 Merge pull request #95 from KayenEQ/master Alex 2013-12-13 20:48:24 -08:00
  • 9781af5696 Merge branch 'master' of github.com:KayenEQ/Server #95 KayenEQ 2013-12-13 22:47:04 -05:00
  • f6d5e8031f Kayen: Implemented additional functionality for SE_CurrentHP utilizing base2 values. (ie limit to body type) Kayen: Implemented SE_MitigateMeleeDamageSP (Partial Melee Rune that only is lowered if melee hits are over X amount of damage) Kayen: Implemented SE_SpellOnAmtDmgTaken (Effect is triggered when X amount of damage is taken) Kayen: Fix for various spell triggers/procs to now properly use their resist modifier. Kayen: Fix to mob->ModSkillDmgTaken(skill_num, value), setting value to -1 will now properly effect all skills. KayenEQ 2013-12-13 21:29:35 -05:00
  • c70ea4a621 Fix haste caps Michael Cook 2013-12-11 15:44:59 -05:00
  • 76ec6e4da2 Fixed crippling blow issues with berserker frenzy Michael Cook 2013-12-11 01:49:51 -05:00
  • cd2825288d Fix issue with SpellType_Charm case in AICastSpell Michael Cook (mackal) 2013-12-04 00:52:12 -05:00
  • d95fdda30f Fix procing off of unattackable things Michael Cook 2013-12-03 16:12:13 -05:00
  • 4fdcf604f2 Added #showspellslist command to show us a mob's spells Michael Cook 2013-12-03 15:57:50 -05:00
  • 02c9007765 Bandaid fix to CopyCharacter function. JJ 2013-12-02 22:20:46 -05:00
  • 0f54830bc5 Stacking issues should be resolved now Michael Cook 2013-11-29 18:32:30 -05:00
  • d329fe0c12 Revert "Fixed issue with SE_StackingCommand_Overwrite" Michael Cook 2013-11-29 15:35:51 -05:00
  • a7ce852ca5 Fixed issue with SE_StackingCommand_Overwrite Michael Cook 2013-11-27 16:05:09 -05:00
  • b4fce37c14 Quick fix to issue with self buffs Michael Cook 2013-11-27 14:38:03 -05:00
  • f30c203f12 Merge fe9650660e30e032583c34d839d43505ce6cdddf into 51181c8c8b077676a8c785b3c818825fb45270b1 #93 Leere 2013-11-24 08:01:51 -08:00
  • fe9650660e Add DB support for the AA Seq numbers #93 Leere 2013-11-24 16:43:50 +01:00
  • 51181c8c8b AA fixes for PEQ's reported crash SecretsOTheP 2013-11-23 21:42:22 -05:00
  • 1c07ae9172 Fix for non-standard eqemu options in cmake, please don't do this in the future. Thank you. KimLS 2013-11-23 17:26:41 -08:00
  • 2f8cbb3a9d Fixes to the following crashes seen on PEQ: SecretsOTheP 2013-11-22 15:32:02 -05:00
  • 093af6af0b Merge pull request #92 from clucksoft/master Alex 2013-11-20 02:36:27 -08:00
  • 0567073ca0 Quick fix for dot issue introduced in 765b5ee8 Michael Cook 2013-11-19 18:34:20 -05:00
  • e33eb9d7b0 Partially implement dot_stacking_exempt Michael Cook 2013-11-19 17:43:40 -05:00
  • fd10ddf86d suspend/ban kick fix #92 clucksoft 2013-11-19 12:48:59 -08:00
  • edd4d47929 Merge branch 'master' of https://github.com/EQEmu/Server SecretsOTheP 2013-11-19 09:58:18 -05:00
  • f31b9ad98b Made the variable for disabling the logging system always default to ON instead of OFF. Changed the wording so it's less confusing. SecretsOTheP 2013-11-19 09:57:52 -05:00
  • 10ee3ea346 Fixed shared memory read me Michael Cook (mackal) 2013-11-19 00:09:41 -05:00
  • 62b7eda9e9 Added read me to shared_memory Michael Cook (mackal) 2013-11-19 00:08:22 -05:00
  • 8b7984cf7d Merge branch 'master' of https://github.com/EQEmu/Server SecretsOTheP 2013-11-18 23:56:11 -05:00
  • 4a0e07a54c Fixes to actually use the cmake defs added in the previous revision SecretsOTheP 2013-11-18 23:54:24 -05:00
  • 6e520c8476 Added options to CMake to disable GM command logging or disable logging entirely while keeping GM commands enabled. Cleaned up some logging SecretsOTheP 2013-11-18 23:49:12 -05:00
  • 917a8ed389 Fix some errors in comments Michael Cook (mackal) 2013-11-18 16:21:10 -05:00
  • 86bba4ff0e changed aggro_range to leach_range and tether_range appropriately Sorvani 2013-11-18 13:53:21 -06:00
  • 300799fdc8 Added npc_types.assistradius, defaults to npc_types.aggroradius if set to 0 Michael Cook (mackal) 2013-11-18 12:44:39 -05:00
  • 65e36e02fb fixed leash and tether to correctly used specified range. Sorvani 2013-11-17 20:55:44 -06:00
  • 09dd3c1b37 Fixed an issue that arose from 78ab3471 Michael Cook 2013-11-17 19:37:49 -05:00
  • 36233538fd Some whitespace fixes in zone/spells.cpp Michael Cook (mackal) 2013-11-17 00:34:58 -05:00
  • 3d5b3d1e8c Added Mob::DoCastingChecks() which checks for various casting fail conditions while casting Michael Cook 2013-11-17 00:31:17 -05:00
  • 3c2ae8250f Merge pull request #91 from Leere/drink_message Michael Cook 2013-11-15 19:23:02 -08:00
  • 6a95abb01f Fix for auto-consume drinking message #91 Leere 2013-11-16 03:40:35 +01:00
  • 4c6fce5d5c Add a little more debug info to MQGate hack detection. JJ 2013-11-15 19:31:43 -05:00
  • 08b5225a13 Merge pull request #90 from Leere/stacking_issue Michael Cook 2013-11-15 13:15:53 -08:00
  • 765b5ee826 Fix for a stacking issue with SE_StackingCommand_Block for druid skins #90 Leere 2013-11-15 18:03:13 +01:00
  • a40a34d2e8 Fixed Mob::CalcFocusEffect()'s SE_LimitEffect Michael Cook 2013-11-15 01:17:27 -05:00
  • 983ee2d39b Merge branch 'master' of github.com:EQEmu/Server Michael Cook (mackal) 2013-11-14 20:28:01 -05:00
  • e1255af708 Fix Spell level restrictions Michael Cook (mackal) 2013-11-14 20:26:58 -05:00
  • b99d476754 Change INSERT to REPLACE JJ 2013-11-13 21:59:38 -05:00
  • 23ab896dfc Fix last commit .... Michael Cook 2013-11-13 18:04:11 -05:00
  • d094a09ded Implemented Singing/Instrument Mastery as an AA bonus Michael Cook 2013-11-13 18:03:08 -05:00
  • 3f8ee533d3 Implement bard song instrument mod caps Michael Cook 2013-11-13 15:07:34 -05:00
  • 0c3c84d711 Merge branch 'master' of github.com:EQEmu/Server Michael Cook 2013-11-12 22:32:44 -05:00
  • 79c53a41a8 Add some sanity for bard songs in snares ... Michael Cook 2013-11-12 22:32:03 -05:00
  • 2ffa13c993 Compile fix. cavedude00 2013-11-12 16:08:31 -08:00
  • 8af48bbe48 Merge pull request #89 from httm/master Ludwig 2013-11-12 15:22:47 -08:00
  • 65c0772d37 Update exp.cpp #89 httm 2013-11-12 18:06:24 -05:00
  • 78ab347171 Fix walk speed calculation Michael Cook 2013-11-11 23:55:43 -05:00
  • d83b94d231 Revert "Fixed non-attacking related movement while mobs are snared" Michael Cook 2013-11-11 21:06:48 -05:00
  • ed6c46f7ff Fixed non-attacking related movement while mobs are snared Michael Cook (mackal) 2013-11-11 18:18:12 -05:00
  • 925e19b15c Fix database scheme comments that got clobbered on nullptr conversion Michael Cook (mackal) 2013-11-11 15:37:20 -05:00
  • 2be71fc2ec Cleaned up common/spdat.cpp Michael Cook 2013-11-10 21:37:01 -05:00
  • bc2ee8dce8 Merge pull request #88 from Leere/bardmana_fix Ludwig 2013-11-09 11:20:44 -08:00
  • 1deef77f07 Fix for bard mana regen #88 Leere 2013-11-09 04:56:57 +01:00
  • e00c57bc47 Fix to changelog conflict in merge. KimLS 2013-11-07 12:44:13 -08:00
  • da3ba12560 Fix for #npcedit qglobal JJ 2013-11-06 21:12:57 -05:00
  • f68b89b7d9 Prerelease commit KimLS 2013-11-06 13:48:35 -08:00
  • c944aafb39 Merge branch 'master' into base_data KimLS 2013-11-06 13:18:20 -08:00
  • 0e6c9820cd Importing client files works now KimLS 2013-11-06 13:17:44 -08:00
  • b8d1838dcc Added in-game commands to enable/disable tradeskill recipes -Commands: #enablerecipe recipe_id, #disablerecipe recipe_id -Perl: quest::enablerecipe(recipe_id), quest::disablerecipe(recipe_id) -Lua: eq.enable_recipe(recipe_id), eq.disable_recipe(recipe_id) JJ 2013-11-01 23:55:17 -04:00
  • aba535b589 Merge pull request #87 from Leere/recipe_disable JJ 2013-11-01 08:33:13 -07:00
  • cf117b1a4d Add the ability to disable a tradeskill recipe #87 Leere 2013-10-31 17:55:04 +01:00
  • 1bae570b68 Merge pull request #86 from EQEmu/uleat_cleanup_1 Uleat 2013-10-30 14:39:26 -07:00
  • 1f0e263b6e Fix for compile failure in deity.h - Thanks V! (I should write a book on gcc:vs differences..I have found almost all of them...) #86 Uleat 2013-10-30 03:49:32 -04:00