Commit Graph

  • 4296e2e39e [API] GetNPCStat default better naming (#2053) KayenEQ 2022-03-12 20:01:25 -05:00
  • e5f924d1d5 [Quest API] Allow EVENT_ZONE to be parsed as non-zero to prevent zoning. (#2052) Kinglykrab 2022-03-12 16:11:27 -05:00
  • fb2aee1827 [Quest API] Add EVENT_CAST_ON exports to EVENT_CAST and EVENT_CAST_BEGIN. (#2051) Kinglykrab 2022-03-12 14:33:00 -05:00
  • 791d8b329d [Quest API] Export killed XYZH to EVENT_DEATH_ZONE in Perl. (#2050) Kinglykrab 2022-03-12 13:44:01 -05:00
  • abcf8cbce1 [Bots] Update Bot Heal & Damage methods to more closely match Clients + Bugfixes (#2045) catapultam-habeo 2022-03-11 15:28:00 -08:00
  • 3ed6663c4c [Repositories] Update repositories (#2040) Chris Miles 2022-03-11 15:27:36 -08:00
  • f22608a43a [Bug FIx] Saylink Collation Database Edge Case (#2039) Chris Miles 2022-03-11 15:27:15 -08:00
  • 0e5d578d71 [Bug Fix] #tune command various fixes (#2046) KayenEQ 2022-03-11 10:13:51 -05:00
  • 8107ed52e1 [API] GetNPCStat can now return default stat values. (#2048) KayenEQ 2022-03-11 09:10:52 -05:00
  • d904db0e52 [Quest API] Add caster_id and caster_level export to EVENT_CAST_ON in Perl/Lua. (#2049) Kinglykrab 2022-03-10 21:46:27 -05:00
  • e6c8a38ffa [Bug Fix] Spell Buckets/Globals did not allow string-based values. (#2043) Kinglykrab 2022-03-09 14:18:24 -05:00
  • dbe0591b09 [API] Perl functions to set invulnerable to and modify environmental damage. (#2044) KayenEQ 2022-03-08 19:50:46 -05:00
  • 5b6f1d38be [Bug Fix] Invisible will display as dropped now on air pets when they attack. (#2042) KayenEQ 2022-03-07 16:41:43 -05:00
  • ce85c70a07 [Database] Update 2022_01_10_checksum_verification.sql (#2041) JJ 2022-03-07 21:30:24 +01:00
  • f814b5bec5 [Bug Fix] PR 2032 would lock client on casting fail as written (#2038) KayenEQ 2022-03-06 23:03:19 -05:00
  • 4e40d7eacc [Command] Fix #killallnpcs from crashing (#2037) Chris Miles 2022-03-06 20:03:10 -08:00
  • 31ad0da811 [Content Filtering] Updates contents flags to be checked at runtime. (#1940) Randy Girard 2022-03-06 23:02:57 -05:00
  • 25a19a13dc [Database] Add Primary ID Keys to Tables (#2036) Chris Miles 2022-03-06 20:02:33 -08:00
  • 2a5ddde78a [Feature] Client Checksum Verification (Resubmit old 1678) (#1922) Paul Coene 2022-03-06 21:26:29 -05:00
  • eca2ed0321 [Feature] EQ2-style implied targeting for spells. (#2032) catapultam-habeo 2022-03-06 18:25:40 -08:00
  • afc32afb02 [AI] Spell Type (1024) InCombatBuff were spam casting (#2030) Paul Coene 2022-03-06 21:18:30 -05:00
  • 751db6fffb [Feature] Allow pets to zone with permanent (buffdurationformula 50) buffs to maintain them through zone transitions (#2035) catapultam-habeo 2022-03-06 18:17:25 -08:00
  • c4eb1f8439 [Bug Fix] Bandolier didn't recognize source weapon on cursor (#2026) Paul Coene 2022-03-06 21:15:22 -05:00
  • d6c03b54a1 [Bug Fix] Fixed several instances of incorrect comparision - & executes after == (#2025) Paul Coene 2022-03-06 19:42:23 -05:00
  • 261a9e6938 [Bots] Fix bot spawn when bot id = char_id (#1984) neckkola 2022-03-06 20:41:53 -04:00
  • ac214f71d4 [Bots] Apply Spells:IgnoreSpellDmgLvlRestriction to bots (#2024) catapultam-habeo 2022-03-06 16:40:21 -08:00
  • fd878e7b16 [Bug Fix] Missing break (#2031) KayenEQ 2022-03-04 18:35:59 -05:00
  • 58cde58b45 Fix order of operations issues in worldshutdown command (#2029) Michael Cook (mackal) 2022-03-04 12:24:13 -05:00
  • cc2ef11158 [Bug Fix] Objects::GetTiltX() and Objects::GetTiltY() Perl Croak Typos. (#2028) Kinglykrab 2022-03-03 22:06:25 -05:00
  • 2dfb7614cc [Bug Fix] Doors::GetSize() Perl Croak Typo. (#2027) Kinglykrab 2022-03-03 21:54:02 -05:00
  • 6dffeacc6e [Spells] Fixes for numhits type 7 counter incrementing incorrectly. (#2022) KayenEQ 2022-03-01 21:20:27 -05:00
  • 2ec6dcbe24 Merge pull request #2023 from EQEmu/bug_fix/lua_argument_dispatch Michael 2022-02-28 20:22:12 -05:00
  • 39bc12b582 [Bug Fix] Removed Lua Event Argument Dispatch. #2023 Kinglykrab 2022-02-28 19:59:34 -05:00
  • 6d78f926c8 [Commands] Cleanup #worldwide command. (#2021) Kinglykrab 2022-02-28 19:46:56 -05:00
  • 00af2903c3 Rule to apply Spell Dmg and Heal Amount stats as a percentage instead of flat value. (#2017) catapultam-habeo 2022-02-28 12:24:16 -08:00
  • 58fafd0f9c [Bug Fix] quest::MovePCInstance() Arguments Fix. (#2020) Kinglykrab 2022-02-27 16:39:45 -05:00
  • 9f0989ee2d [Bug Fix] Spell Buckets/Globals SQL Escape. (#2019) Kinglykrab 2022-02-26 10:17:05 -05:00
  • 14648b96c4 [Spells] SPA 79 SE_CurrentHPOnce now will check for focus, critical and partial resist checks, except for buffs. (#2018) KayenEQ 2022-02-24 13:47:54 -05:00
  • bfd1cf9379 [Quest API] Add EVENT_EQUIP_ITEM_CLIENT and EVENT_UNEQUIP_ITEM_CLIENT to Perl/Lua. (#2015) Kinglykrab 2022-02-22 20:04:08 -05:00
  • 3c35e9bbc8 [GM Command] Fix Crash Issue and Validation with #zclip (#2014) Chris Miles 2022-02-21 17:02:48 -05:00
  • d86544ff60 [Bug Fix] Alleviate some lag with crosszone/worldwide spell casting. (#2016) Kinglykrab 2022-02-20 21:59:46 -05:00
  • 70eed67e08 [Bug Fix] checking casting_spell_slot before its defined is bad (#2013) KayenEQ 2022-02-20 15:56:17 -05:00
  • 1c0524681e [API] perl added GetNPCStat(identifier) (#2012) KayenEQ 2022-02-20 14:00:28 -05:00
  • aa9320de3c [Spells] Bard songs from item clickies should not require components (#2011) KayenEQ 2022-02-18 09:37:09 -05:00
  • ad28f3c3f3 [Bug Fix] Fix for castspell command (#2010) KayenEQ 2022-02-17 20:44:11 -05:00
  • 71dfa9acc0 [Commands] Bug fix for #logs command. (#2008) Kinglykrab 2022-02-17 12:01:06 -05:00
  • 56d0478ab1 [API] Fix for SetBuffDuration function to check bard slots. (#2009) KayenEQ 2022-02-17 12:00:42 -05:00
  • 0d02fadb60 [Quest API] Add GetRandomMob() and GetRandomNPC() to Perl/Lua. (#2006) Kinglykrab 2022-02-17 08:57:02 -05:00
  • 4de5a7b86d [Bug] Fixed trade items record log (#2003) cybernine186 2022-02-16 22:52:14 -05:00
  • ba3c19ad0b [Spells] AE Duration effect (Rains) will now work with Target Ring and PBAE spells. (#2000) KayenEQ 2022-02-16 10:12:13 -05:00
  • 8ec80644ee [Commands] Cleanup #unscribespell Command. (#1998) Kinglykrab 2022-02-16 06:04:01 -05:00
  • ed7e2b2652 [Commands] Cleanup #untraindisc Command. (#1996) Kinglykrab 2022-02-16 06:03:51 -05:00
  • a83ad7080a fix for meloday cast bar issue (#2005) KayenEQ 2022-02-15 14:01:01 -05:00
  • 677d595c9d invis updates (#2004) KayenEQ 2022-02-15 11:39:19 -05:00
  • 615f4a5304 [API] Apply spells with custom buff durations and adjust existing spell buff durations. (#1997) KayenEQ 2022-02-15 08:58:10 -05:00
  • 5fd62d82db Update bonuses.cpp (#2002) KayenEQ 2022-02-15 08:57:53 -05:00
  • b938e6223c [Spells] Invisibility updates and rework (#1991) KayenEQ 2022-02-15 00:18:02 -05:00
  • 51c8771bd2 bug fix (#2001) KayenEQ 2022-02-15 00:17:23 -05:00
  • cc9196bd65 [Commands] Cleanup #showskills Command. (#1994) Kinglykrab 2022-02-14 19:49:14 -05:00
  • 6303f129af [Commands] Cleanup #setskillall Command. (#1992) Kinglykrab 2022-02-14 19:02:27 -05:00
  • 3f0987ba55 [Combat] /shield command "too far away message" (#1999) KayenEQ 2022-02-14 10:44:26 -05:00
  • 296d48993e Convert zone points from old style linked list to std development KimLS 2022-02-14 00:53:56 -08:00
  • 1d4438ae1f [Bug Fix] Edge case AA reset timer issue fixes (#1995) KayenEQ 2022-02-13 21:50:53 -05:00
  • 03adf20fe9 bot crash fix (#1993) KayenEQ 2022-02-13 12:09:32 -05:00
  • dd6cde68bb Small change to order of a couple of files in zone cmakefile, added the gm commands to their own source group so they are cleanly separated in any IDEs cmake supports KimLS 2022-02-12 23:31:51 -08:00
  • 95c8b60ec6 Extra extern c warning squash, XS macro expands to XS_EXTERNAL which under c++ expands to extern c KimLS 2022-02-11 17:45:34 -08:00
  • fa418172d6 What is this random semicoloned if, removed to silence warning KimLS 2022-02-11 17:35:43 -08:00
  • 7b106fc622 Handle default case of GetDynamicZoneTypeName to silence warning KimLS 2022-02-11 17:30:43 -08:00
  • 62a453f0d7 Remove obsolete register spec on int to silence warning KimLS 2022-02-11 17:30:05 -08:00
  • fa9314811e [Bug Fix] Fix for Bot command casting (#1990) KayenEQ 2022-02-12 15:12:35 -05:00
  • d2d7b8108d [Commands] Cleanup #ai Command. (#1980) Kinglykrab 2022-02-11 16:26:08 -05:00
  • 99793cab8b [Spells] Fix for AA recast timers not resetting properly (#1989) KayenEQ 2022-02-11 16:25:59 -05:00
  • e2484997dd revert completed (#1988) KayenEQ 2022-02-11 10:58:43 -05:00
  • 66935fe21b Fix for passing std::string to vsprintf KimLS 2022-02-11 01:15:02 -08:00
  • db988e4261 group message (#1987) KayenEQ 2022-02-10 23:55:59 -05:00
  • fdd260d5fa [Commands] Cleanup #npcloot Command. (#1974) Kinglykrab 2022-02-10 20:05:36 -05:00
  • 9110bc863e [Commands] Cleanup #logs Command. (#1969) Kinglykrab 2022-02-10 16:52:15 -05:00
  • 4a41583805 [Commands] Cleanup #flagedit Command. (#1968) Kinglykrab 2022-02-10 16:17:52 -05:00
  • 5396c0c88b [Commands] Cleanup #name Command. (#1977) Kinglykrab 2022-02-10 16:14:40 -05:00
  • 968ae26c99 [Commands] Cleanup #hatelist Command. (#1976) Kinglykrab 2022-02-10 16:14:17 -05:00
  • 7bf466cf3f [Commands] Cleanup #netstats Command. (#1970) Kinglykrab 2022-02-10 16:10:31 -05:00
  • 49d7eb1402 [Commands] Cleanup #version Command. (#1967) Kinglykrab 2022-02-10 16:10:23 -05:00
  • d83ced6f76 [Commands] Cleanup #undye and #undyeme Commands. (#1966) Kinglykrab 2022-02-10 16:10:16 -05:00
  • 1ea8888607 [Commands] Cleanup #timers Command. (#1965) Kinglykrab 2022-02-10 16:10:06 -05:00
  • f9eb4603a3 [Quest API] Add GetEnvironmentalDamageName() to Perl/Lua. (#1964) Kinglykrab 2022-02-10 16:09:56 -05:00
  • d656be6be4 [Bug Fix] Fix for PR1954 target restriction with npcpc_only_flag from groupbuffs (#1986) KayenEQ 2022-02-10 14:58:28 -05:00
  • fbbbd3b09d [Bug Fix] PR 1982 (#1985) KayenEQ 2022-02-09 23:24:18 -05:00
  • a6d1652f44 fixed (#1983) KayenEQ 2022-02-09 18:02:45 -05:00
  • f0bf285836 [Spells] Support for SPA 194 SE_FadingMemories to use max level checks on aggroed mobs (#1979) KayenEQ 2022-02-09 15:12:39 -05:00
  • 1f560529da [Bug Fix] Bard update fixes 1 (#1982) KayenEQ 2022-02-09 15:07:38 -05:00
  • f65a6d2761 [Quest API] Add AddAISpellEffect(spell_effect_id, base_value, limit_value, max_value) and RemoveAISpellEffect(spell_effect_id) to Lua. (#1981) Kinglykrab 2022-02-08 20:46:59 -05:00
  • 79f250da2d [API] Perl functions added to apply spell effects directly to NPCs without requiring buffs. (#1975) release KayenEQ 2022-02-08 18:32:13 -05:00
  • 752e6c89f3 [Spells] Allow damage spells to heal if quest based spell mitigation is over 100 pct. (#1978) KayenEQ 2022-02-08 09:03:31 -05:00
  • e962ad3a35 procs silence (#1973) KayenEQ 2022-02-08 07:36:20 -05:00
  • 872d494bb6 [Bug Fix] Summon Companion causing pets to warps away. (#1972) KayenEQ 2022-02-08 07:36:04 -05:00
  • 8a48473dbc [Spells] Fix for AA and Discipline recast timers being set on spell casting failure. (#1971) KayenEQ 2022-02-08 07:35:47 -05:00
  • a208801d1f [Spells] Major update to Bard song pulsing, Bard item clicks while singing, and spell casting restriction logic. (#1954) KayenEQ 2022-02-07 07:48:52 -05:00
  • a5d8a64792 [Quest API] Add inventory->CountItemEquippedByID(item_id) and inventory->HasItemEquippedByID(item_id) to Perl/Lua. (#1963) Automated-Release-(Windows-x64) Kinglykrab 2022-02-06 13:21:48 -05:00
  • ee1f0ea91f [Maintenance Script] Pull from different maps mirror for now Chris Miles 2022-02-05 00:34:28 -06:00
  • 7c20a86f23 escape fix for different target types (#1962) KayenEQ 2022-02-04 21:14:53 -05:00