Commit Graph

  • 9b06221be0 [Bug Fix] Fix bug where IVU could not be cast on char with Invis #1548 Noudess 2021-09-20 11:30:33 -04:00
  • c0de178173 [Commands] Overhauled #npcedit. (#1538) Kinglykrab 2021-09-19 19:32:21 -04:00
  • 6a5face0aa [Dialogue] Add support for Dialogue Window buttons. (#1546) Kinglykrab 2021-09-19 19:24:04 -04:00
  • c15c54e920 [Quest API] Cross zone and world wide method overhaul. (#1520) Kinglykrab 2021-09-19 19:15:14 -04:00
  • 24c079dca4 [Hotfix] Fix freeze formatting for Quest API parsing (Spire) (#1547) Chris Miles 2021-09-19 15:25:52 -05:00
  • 8eef7bb283 [Quest API] Add EVENT_COMBINE to Perl and Lua. (#1536) Kinglykrab 2021-09-19 16:22:51 -04:00
  • 80493719f2 [Summoning] Make Summon a bit more live like (#1539) Michael Cook (mackal) 2021-09-19 16:19:29 -04:00
  • df9d6bc506 [Spells] Corrected implementation of SE_Purify 291 (#1541) KayenEQ 2021-09-19 16:17:10 -04:00
  • 71870cbd1c [Spells] Update to SPA 442 and 443 (SE_TriggerOnReqTarget, SE_TriggerOnReqCaster) (#1543) KayenEQ 2021-09-19 16:16:56 -04:00
  • f715ccd368 [Bug Fix] Fixes EVENT_DISCONNECT for /quit and /exit. (#1542) Kinglykrab 2021-09-19 16:16:38 -04:00
  • 46edd56acc [Spells] Update SPA 101 SE_CompleteHeal (#1544) KayenEQ 2021-09-19 16:16:21 -04:00
  • 442850aebb [Spells] Update to SPA305 (#1545) KayenEQ 2021-09-19 16:16:02 -04:00
  • d4e752987e fixes KayenEQ 2021-09-17 23:21:03 -04:00
  • 9c6a85ff16 heal code updates KayenEQ 2021-09-17 22:27:45 -04:00
  • b82dfb91ae Fix for bot breaking, I don't normally build bots. KimLS 2021-09-16 11:21:37 -07:00
  • 5891b2c426 Change out 300 for named constant KimLS 2021-09-16 00:58:57 -07:00
  • 6e16f6c1b6 Match the client's bugged state with natural durability, remove redundant statbonus maxhp KimLS 2021-09-16 00:53:11 -07:00
  • fa8d8eccc2 [Quest API] Add corpse->RemoveItemByID(item_id, quantity) to Perl and Lua. (#1535) Kinglykrab 2021-09-13 15:42:04 -04:00
  • 6e76f89ca2 [Quest API] Add EVENT_CONSIDER to Perl and Lua. (#1531) Kinglykrab 2021-09-13 15:30:17 -04:00
  • 9589bf6bf8 [Hotfix] Crash fix that apparently didn't make it in another PR Akkadius 2021-09-13 14:15:08 -05:00
  • ce5fa9502f [Commands] Adds #dye command. (#1537) Kinglykrab 2021-09-12 23:40:43 -04:00
  • 7b1b05a35c [Bug Fix] Resolves issues with improper genders and textures on spells. (#1533) Kinglykrab 2021-09-12 23:40:07 -04:00
  • 38a86edc70 [Quest API] Add EVENT_CONSIDER_CORPSE to Perl and Lua. (#1530) Kinglykrab 2021-09-12 23:39:09 -04:00
  • 56b9b6f2c4 [Quest API] Add corpse->GetLootList() and npc->GetLootList() to Perl and Lua. (#1529) Kinglykrab 2021-09-12 23:38:38 -04:00
  • 97dcba70cf [Bots] Fix for Bot Pets Taunting (#1519) Chris 2021-09-12 23:37:39 -04:00
  • 6b93130c13 [Saylinks] Implement Auto Saylink Injection (#1525) Chris Miles 2021-09-12 22:08:30 -05:00
  • 94c1a50cc8 [GM Command] Door Manipulation Command Port (#1524) Chris Miles 2021-09-12 22:08:04 -05:00
  • fba333fe8a Suggested change, and simplified the AA function KimLS 2021-09-11 22:42:35 -07:00
  • edb7ea4ee3 Fix for build KimLS 2021-09-11 21:21:50 -07:00
  • 31ab1d4287 Merge pull request #1522 from EQEmu/feature/temp_merchant_list_bug_fix Kinglykrab 2021-09-11 10:35:39 -04:00
  • b6ba493450 Merge pull request #1528 from noudess/merchant Paul Coene 2021-09-11 10:19:37 -04:00
  • 66cf4b546c Various changes: - Heroic Sta HP calc will now apply after natural durability. - The base 5 hp that everyone gets will now apply after natural durability. - Fixed a rounding issue in the mana calc that would sometimes give the player +1 mana - Fixed the endurance calc to match the client better. - When a server has a custom stat cap active the new stat caps will be reflected on the client. This is done by reserving an AA slot for a "Phantom" AA that will act like Planar Power with the difference between what the client sees and what the server has. - AA slots cap now will be 300 (the later clients max) instead of 240 (titanium's max) KimLS 2021-09-10 19:52:28 -07:00
  • c613db2338 Merge pull request #1527 from noudess/toofar Paul Coene 2021-09-10 18:21:38 -04:00
  • 05ac8499df Fix bug where stacks of non-stackable items are removed when you buy 1. #1528 Noudess 2021-09-10 10:18:59 -04:00
  • 69244a094d Update changelog.txt Chris Miles 2021-09-09 09:52:26 -05:00
  • 1155673642 Hack to fix melee chasing fleeing mobs "too far" issues. #1527 Noudess 2021-09-09 08:42:14 -04:00
  • 930079959c [Bug Fix] Resolves issue where loading temporary merchant list "fails" because there aren't any to load. #1522 Kinglykrab 2021-09-06 20:37:34 -04:00
  • c078257f70 [Quest API] Port DiaWind Plugin to Native Quest API (#1521) Chris Miles 2021-09-05 20:29:21 -05:00
  • e7dd8d49a9 [Shared Tasks] Shared Tasks System Implementation (#1451) Chris Miles 2021-09-05 01:21:23 -05:00
  • 943c623be0 [Hitpoints] More HP Fixes - Remove Hacks (#1518) splose 2021-09-05 00:17:59 -04:00
  • 41352f77ae [Spells] Implement PVP resist and duration overrides (#1513) Michael Cook (mackal) 2021-09-03 21:19:39 -04:00
  • af6d344e12 [Mods] Added Hastev3Cap (#1506) Logan 2021-09-03 18:15:24 -07:00
  • 59434e0101 [Spells] Updated SE_NegateSpellEffect SPA 382, new functionality (#1514) KayenEQ 2021-09-03 21:15:07 -04:00
  • 119018cf41 [Quest API] Add GetHealScale() and GetSpellScale() to Perl and Lua. (#1515) Kinglykrab 2021-09-03 20:47:33 -04:00
  • e1df72d64d [Hitpoints] Remove HP Update Throttling (#1517) Chris Miles 2021-09-03 19:47:25 -05:00
  • 7f823256f4 [Hotfix] Fixing FMT Format Crash (#1516) Chris Miles 2021-09-03 12:59:17 -05:00
  • 9525827881 [Spells] Allow SE_SecondaryForte 248 to be calculated as a bonus instead of hardcoded AA (#1507) KayenEQ 2021-08-31 02:32:16 -04:00
  • fec1b1538e [Quest API] Modify GetItemStat() and GetSpellStat() functionality. (#1509) Kinglykrab 2021-08-31 02:31:56 -04:00
  • 87a4f64ff0 [Compile Fix] Squelch warnings Akkadius 2021-08-31 01:24:21 -05:00
  • 7b069dcf20 [Cheat Detection] Anti-Cheat reimplementation (#1434) Dencelle 2021-08-31 01:08:31 -05:00
  • 26299354b6 [Quest API] Adds new methods to NPCs and Corpses (#1510) Kinglykrab 2021-08-31 01:42:08 -04:00
  • 642cbfcadc [Bug Fix] Shared Bank Charges Fix (#1511) Kinglykrab 2021-08-31 01:41:43 -04:00
  • cb3f8daedd [Spells] Major update to cast restriction code and new spell field 'caster_requirement_id' (field220) implemented (#1508) KayenEQ 2021-08-31 01:41:20 -04:00
  • 5f3c054044 [Spells] Updated pet suspend code to use spell effect data and bonuses (#1501) KayenEQ 2021-08-31 01:35:18 -04:00
  • 3b01608a71 [Server] Tweak inter process keepalive timers; this is a very tiny overhead for inter-process chatter to check for connection liveness (#1502) Chris Miles 2021-08-31 00:34:28 -05:00
  • 06890f695a [Repositories] Add datetime support to repositories (#1503) Chris Miles 2021-08-31 00:34:10 -05:00
  • 228e0007ca Pad zero size packets which is what we did on encrypted connections prior to #1464 (#1504) Chris Miles 2021-08-31 00:33:49 -05:00
  • f4bd7c53c0 [Logging] Implement World GMSay Logging (#1505) Chris Miles 2021-08-31 00:33:31 -05:00
  • 1c8231eb9e [Netcode] Remove security from servertalk connections (#1464) Alex 2021-08-15 21:39:38 -07:00
  • bde5d6931c [Spells] Implemented SPA 390 SE_FcTimerLockout (#1496) KayenEQ 2021-08-16 00:17:04 -04:00
  • d40d21121a [Feature] Implemented /shield ability and related affects (#1494) KayenEQ 2021-08-15 23:59:10 -04:00
  • 9c62bf3c2f [Spells] Fix SPA 209 SE_DispelBeneficial not causing aggro (#1495) KayenEQ 2021-08-13 16:01:29 -04:00
  • c821397367 [Spells] Implemented SPA 471 SE_Double_Melee_Round (#1492) KayenEQ 2021-08-11 02:38:38 -04:00
  • b539c63326 [cmake] Update min cmake version due to fe7cb76 (#1489) Michael Cook (mackal) 2021-08-10 19:40:07 -04:00
  • 2c01fe59ce [Spells] Implemented SPA 489 SE_Worn_Endurance_Regen_Cap (#1493) KayenEQ 2021-08-10 19:39:12 -04:00
  • 416fadd554 [Spells] Implemented SPA 504 and 506 (#1488) KayenEQ 2021-08-10 15:46:52 -04:00
  • 51ad6d65dc [Spells] Implemented SPA 476 SE_Weapons_Stance and Live-like AA Enable/Disable Toggle (#1477) KayenEQ 2021-08-10 15:46:37 -04:00
  • c69446c460 [Spells] SPIndex fix for wrong const in variable (#1487) KayenEQ 2021-08-02 22:42:41 -04:00
  • 38a84cae93 [Quest API] Sit method (#1449) Gangsta 2021-08-01 18:58:05 -07:00
  • bb3c918eac [Spells] IsInvisSpell() Method + InvisRequireGroup Rule (#1453) Gangsta 2021-08-01 18:44:06 -07:00
  • 0e7cfe96ef [Spells] Update to SPA 130 and SPA 131 focus calculation, focus code improvements (#1486) KayenEQ 2021-08-01 20:23:59 -04:00
  • e71b11fcba [Spells] New SPA focus effects and focus limits (#1462) KayenEQ 2021-08-01 18:45:05 -04:00
  • d270670145 [Spells] Update for SPA 403 and 404 (#1482) KayenEQ 2021-08-01 14:47:17 -04:00
  • f01cf74fa6 [Spells] Update SPA 339 SE_TriggerOnCast (#1478) KayenEQ 2021-08-01 14:26:44 -04:00
  • 93b0264a8b Update to focus SE_BlockNextSpell (#1479) KayenEQ 2021-08-01 14:19:42 -04:00
  • 38beb804a3 [Spells] Added constant labeling to all StatBonuses that use as arrays. (#1485) KayenEQ 2021-08-01 14:13:14 -04:00
  • 72056ffba3 [Spells] Focus related functions to use int32 instead of int16 KayenEQ 2021-08-01 14:06:57 -04:00
  • 2d296eb317 [CI] Enable Bots (Typo) in Drone Config (#1481) Michael Cook (mackal) 2021-07-30 12:47:22 -04:00
  • c3f8b8073b Fix bots with ExtraAttackChance changes (#1480) Michael Cook (mackal) 2021-07-30 12:09:44 -04:00
  • 187d6e9dc4 [Spells] Bug fix for AOE Harmony/Lull (#1472) KayenEQ 2021-07-29 19:20:21 -04:00
  • 78b15a0214 Implemented SPA 498 and 499 (extra attack chance effects) (#1475) KayenEQ 2021-07-29 19:19:35 -04:00
  • a50663e0a4 Fix SE_TwinCastBlocker to block twinproc (#1476) KayenEQ 2021-07-29 18:56:02 -04:00
  • fee8772bb6 Implemented SPA 482 SE_Skill_Base_Damage_Mod (#1474) KayenEQ 2021-07-29 18:55:06 -04:00
  • 7e85224202 [Merchants] Fix issue where an item purchased with 1 charges actually is bought with 0 charges Gangsta 2021-07-26 23:03:17 -07:00
  • 5d92d484a1 Projectiles Update (#1468) KayenEQ 2021-07-26 22:20:13 -04:00
  • 792a3b1443 Add SetGMStatus to LUA, cleanup unused variable, cleanup naming of new function added to Client class, remove unneeded return on void function. (#1471) E Spause 2021-07-26 13:03:17 -04:00
  • 8696ba398b Merge pull request #1460 from EQEmu/feature/random_enhancements splose 2021-07-26 12:28:37 -04:00
  • 696d875624 Merge pull request #1457 from Natedog2012/master_copy2 splose 2021-07-26 12:28:01 -04:00
  • b401404227 [Quest API] Add $client->SetGMStatus() (#1465) splose 2021-07-26 12:21:06 -04:00
  • fe7cb764b2 Fix for compile issue when you either don't have openSSL or you're using a version not supported by httplib KimLS 2021-07-22 19:03:05 -07:00
  • 2b74d71ff5 [Feature] New SPAs pass 2 (#1459) KayenEQ 2021-07-20 11:06:20 -04:00
  • ddb14187b0 Add some knobs to our RNG class #1460 Michael Cook (mackal) 2021-07-16 21:50:46 -04:00
  • 7decf74505 Add Rank to lua Spell #1457 Natedog2012 2021-07-15 19:00:50 -05:00
  • 8a2a1b152e [Feature] New SPAs pass 1 (#1454) KayenEQ 2021-07-14 23:15:04 -04:00
  • a8e12c82a7 [Repository Usage] Migrate NPC Scale Manager to use repositories (#1441) Chris Miles 2021-07-08 11:44:02 -05:00
  • b68607a6ef [Repository Generator] Add int64/bigint support, add support for reserved words (#1439) Chris Miles 2021-07-08 11:43:35 -05:00
  • ab89fe13b4 [Code] Addition of zone constants for hard coding (#1443) Dencelle 2021-07-08 11:43:13 -05:00
  • c72a37a434 [Bugfix] Fixes guards assisting mobs against players (#1448) Gangsta 2021-07-08 09:39:58 -07:00
  • 36e009a5bd Allow NPCs to aggro player pets with NPCAggro field set in database and new rule AggroPlayerPets set to true (#1450) Natedog2012 2021-07-08 11:38:57 -05:00
  • f5ab135906 [Commands] Make #maxskills work on target. (#1445) Dencelle 2021-07-07 10:55:23 -05:00