Commit Graph

  • bf239f9691 A 'hack' and a 'fix' (bot movement changes) Uleat 2017-02-27 21:32:07 -05:00
  • 666513c4ab Better comment SendGroupCreatePacket Michael Cook (mackal) 2017-02-27 15:21:50 -05:00
  • 1b2df18cea Merge branch 'master' of https://github.com/EQEmu/Server Uleat 2017-02-26 22:14:34 -05:00
  • b1be667884 Update bot spell casting chances table and implemented 'pre-combat' mode for all bots (only bard is actively coded atm) Uleat 2017-02-26 22:13:41 -05:00
  • 91ae6a6613 Secondary aggro meter fix Michael Cook (mackal) 2017-02-26 19:13:47 -05:00
  • 303f056075 Forgot loader... Uleat 2017-02-26 07:02:20 -05:00
  • ec9af74dc9 Update bot spells entries for new npc spells id values Uleat 2017-02-26 07:00:24 -05:00
  • a49e3d6471 Update for saved bot data to use new spells id values Uleat 2017-02-26 06:26:59 -05:00
  • 9ae585dd81 Moved bot npc spells entries to the 3000 + class id range Uleat 2017-02-26 05:47:10 -05:00
  • 0d1e63c92a Merge remote-tracking branch 'origin/master' into eqstream KimLS 2017-02-25 15:31:40 -08:00
  • 0ee3168241 Merge branch 'master' of https://github.com/EQEmu/Server Uleat 2017-02-25 18:02:47 -05:00
  • 6033f48b47 Update libuv KimLS 2017-02-25 14:30:35 -08:00
  • 3fd40e9449 Make ST_AreaNPCOnly skip faction check Michael Cook (mackal) 2017-02-25 14:36:17 -05:00
  • c61c275221 Added position update packet in out-of-combat movement code when movement occurs (rule-based; default: false) - appears to help with rubber-banding effect Uleat 2017-02-25 09:02:20 -05:00
  • 7a6d5d46f4 Added node pathing to the bot movement dilemma... Uleat 2017-02-25 03:48:02 -05:00
  • 14a5ff399a clear xtarget manager on death Michael Cook (mackal) 2017-02-25 02:37:57 -05:00
  • 31907382c8 Lets not aggro zonign clients Michael Cook (mackal) 2017-02-25 02:21:48 -05:00
  • 5c6492bc0f Merge branch 'master' of https://github.com/EQEmu/Server Uleat 2017-02-24 20:09:53 -05:00
  • 0968ce0d60 Add petnaming type 5 (`s ward) Michael Cook (mackal) 2017-02-24 15:28:22 -05:00
  • 171474f1d2 Fix for bot combat line-of-sight issue (let me know if this causes zone training again) Uleat 2017-02-24 10:02:50 -05:00
  • 3383f65ff7 Updated bot casting roles to not refresh with every spell cast (oversight in recent casting chances commit) Uleat 2017-02-24 04:48:33 -05:00
  • 7621bf47c8 Quick fix to resolve some serious group issues Michael Cook (mackal) 2017-02-24 01:12:46 -05:00
  • 72ed770037 Merge branch 'master' of https://github.com/EQEmu/Server Uleat 2017-02-23 19:16:54 -05:00
  • 4e8a03f7b4 Migrated bot spell casting chance data to the database Uleat 2017-02-23 19:16:36 -05:00
  • 602381ebec copy paste fail Michael Cook (mackal) 2017-02-23 12:27:44 -05:00
  • e098836934 Upload table lists that PEQ uses in daily database dump Akkadius 2017-02-22 22:49:23 -06:00
  • d402b25d69 Merge fix KimLS 2017-02-21 21:20:33 -08:00
  • af097caa52 Remove reuse addr from udp bind, it was hiding a configuration bug KimLS 2017-02-21 21:16:12 -08:00
  • ce3fc0f2c3 Merge branch 'master' of https://github.com/EQEmu/Server Uleat 2017-02-21 20:40:35 -05:00
  • 9adfe5b9ff Fix for bot wizard repeating familiar casting when pet is dead and buff is active Uleat 2017-02-21 20:40:04 -05:00
  • b423ad0d80 Crash fix Michael Cook (mackal) 2017-02-21 18:02:58 -05:00
  • 9a157fa028 Turn aggro meter off by default until more tested Michael Cook (mackal) 2017-02-21 17:54:25 -05:00
  • 7db82a3b14 Fixes issue with calculating the value of items being sold. The loop was starting at 0 instead of 1. Drajor 2017-02-22 06:26:49 +10:00
  • 056725b9bd Make timer for aggro meter not a magic number Michael Cook (mackal) 2017-02-21 13:38:00 -05:00
  • 8bbf099636 Merge fix Akkadius 2017-02-21 03:57:10 -06:00
  • a884639534 Reduce the initial telnet console prompt timer Akkadius 2017-02-21 03:55:21 -06:00
  • 8f67df1f4f Oops! (Won't affect any changes up to this point) [skip ci] Uleat 2017-02-20 22:50:43 -05:00
  • f851b1a3b4 Added combat-prep song buffing note [skip ci] Uleat 2017-02-20 21:47:47 -05:00
  • b41bb8e179 Merge branch 'master' of https://github.com/EQEmu/Server Uleat 2017-02-20 21:41:25 -05:00
  • d9633dfee4 Bard bot song twisting update Uleat 2017-02-20 21:41:15 -05:00
  • 46b19e8e6f Disable the aggro meter timer if it's not enabled Michael Cook (mackal) 2017-02-20 18:41:17 -05:00
  • f0f5c41c30 Fixed an issue where clients would sell x1000 stacks of items where the price overflows data sizes, the code will now make sure not to sell too many items that go over this data size Akkadius 2017-02-19 21:12:18 -06:00
  • 08c2f73e37 Implement aggro meter for RoF2 (RoF wasn't tested) Michael Cook (mackal) 2017-02-18 22:27:34 -05:00
  • 9f4604ec3e Rework how XTarget auto haters work Michael Cook (mackal) 2017-02-17 21:04:48 -05:00
  • d1447107d3 Crash fix KimLS 2017-02-16 00:12:37 -08:00
  • d774de3a1b Add crazy logging to daybreak class KimLS 2017-02-16 00:02:17 -08:00
  • 8177f7d9bb Activation of bot_spells_entries table Uleat 2017-02-15 19:04:36 -05:00
  • 4ec3fda59d Merge branch 'master' of https://github.com/EQEmu/Server Uleat 2017-02-15 18:38:45 -05:00
  • e3c8b75259 Moved bot spell entries out of npc spell entries (easier to manage bot changes by committing to non-bot manifest) Uleat 2017-02-15 07:42:17 -05:00
  • d62a449f9c Missed an npc spells type (or two..) Uleat 2017-02-15 07:03:43 -05:00
  • d043c38f71 Make it so enraged NPCs can't be riposted Michael Cook (mackal) 2017-02-14 16:39:31 -05:00
  • 5b8ad902ce Add character_tasks to the list when deleting a character. JJ 2017-02-13 16:00:39 -05:00
  • ef16522473 Implement Rule Zone:GlobalLootMultiplier (Default 1) - Sets Global Loot drop multiplier for database based drops, useful for double, triple loot etc. Akkadius 2017-02-13 02:16:40 -06:00
  • fe21564659 Apply KLS' tweaks to Log.Out (CPU saves) https://github.com/EQEmu/Server/commit/1d055b5364a4183a327683dfa13cf33954874616 Akkadius 2017-02-13 01:38:23 -06:00
  • e3173d04d4 Merge branch 'master' of https://github.com/EQEmu/Server Akkadius 2017-02-13 01:26:44 -06:00
  • 92d4468326 Put a category enabled filter on default switch case so we're not chewing up extra cpu cycles Akkadius 2017-02-13 01:26:19 -06:00
  • 0f32f780a9 Revert previous change to keep installation memory safe and independent [skip ci] Akkadius 2017-02-12 23:31:25 -06:00
  • 955514c20f eqemu_server.pl Linux make routine compile with the amount of cores available [skip ci] Akkadius 2017-02-12 23:16:38 -06:00
  • ed717add29 Added a few more SpellType enumerations (uncoded) Uleat 2017-02-11 18:33:58 -05:00
  • a7b159fe65 Merge branch 'master' of https://github.com/EQEmu/Server Uleat 2017-02-09 17:58:08 -05:00
  • 38651258fc Updated npc spell types to 32-bit mask Uleat 2017-02-09 17:57:55 -05:00
  • 4605540955 Update login_opcodes.conf Akkadius 2017-02-09 01:33:41 -06:00
  • c83bc038f3 Fix issue with installer pulling down the wrong opcodes for SOD+ clients on Linux Loginserver Akkadius 2017-02-09 01:32:26 -06:00
  • d8d77d88f2 Merge fix KimLS 2017-02-08 19:31:36 -08:00
  • ed813363a5 Fix for locked server bug, bandaid to fix stupid missile code. KimLS 2017-02-08 19:27:51 -08:00
  • d3dff3760a Merge pull request #587 from N0ctrnl/patch-1 Akkadius 2017-02-08 19:04:29 -06:00
  • 9e49b2ae0f Update for Ubuntu 16.04 #587 Kurt Gilpin 2017-02-08 19:01:50 -06:00
  • a81212e1b4 Allow admin telnet connections from localhost without requiring credentials to world Akkadius 2017-02-08 18:00:38 -06:00
  • 57d75572b2 Heavily reduce idle cpu footprint with many zone processes loaded simultaneously and not active Akkadius 2017-02-08 17:28:54 -06:00
  • d1abe4a332 Added dev script for function to retrieve spell type description labels for spells from queries [skip ci] Uleat 2017-02-07 21:52:46 -05:00
  • cd11d7d1af Added dev script for function to retrieve spell category labels for spells from queries [skip ci] Uleat 2017-02-07 21:52:17 -05:00
  • 5fa8ffd3bc Compile error with msg callback any and no-sodium KimLS 2017-02-06 23:26:31 -08:00
  • 204e52c364 And another KimLS 2017-02-06 23:24:36 -08:00
  • d05d388b19 Readonlypacket found KimLS 2017-02-06 23:23:23 -08:00
  • a255f9f98b New json event sub linker error KimLS 2017-02-06 23:17:08 -08:00
  • 0736ce43bd Merge branch 'master' into eqstream KimLS 2017-02-06 21:46:34 -08:00
  • 3d1bb6bd08 Updated SpellAffectIndex enumeration remarks [skip ci] Uleat 2017-02-06 17:48:44 -05:00
  • e9c1681e2c Merge branch 'master' of https://github.com/EQEmu/Server Uleat 2017-02-06 16:35:41 -05:00
  • 5dbbc5f21c Added some additional SpellAffectIndex declarations to the enumeration (no reference.) Added dev script for function to retrieve spell affect index id labels for spells from queries Uleat 2017-02-06 07:14:50 -05:00
  • ef8b4754ea Fix min damage issue Michael Cook (mackal) 2017-02-06 00:11:08 -05:00
  • a13694c859 Implemented cast restrictions in GetSpellTargetTypeToken() [skip ci] Uleat 2017-02-05 22:11:02 -05:00
  • 51eaf25ea0 Merge branch 'master' of https://github.com/EQEmu/Server Uleat 2017-02-05 16:18:16 -05:00
  • 592f9a9cb9 Add rule to allow non-PC pet NPCs to crit Michael Cook (mackal) 2017-02-05 13:44:04 -05:00
  • 409dc3ad35 Added dev script for function to retrieve body type labels from queries [skip ci] Uleat 2017-02-05 07:56:37 -05:00
  • f8f783fa46 Added dev script for function to retrieve spell target type labels for spells from queries [skip ci] Uleat 2017-02-05 05:01:51 -05:00
  • 1d1382cb12 * Added dev script for function to retrieve race id labels from queries [skip ci] Uleat 2017-02-05 04:32:32 -05:00
  • 68680ac9d8 Created sub-d for database tools Uleat 2017-02-05 02:37:01 -05:00
  • df1d499da6 Imported RoF2 race names Uleat 2017-02-05 02:20:40 -05:00
  • a6a056ad0d Added rest of public spell effect list. Changed unimplemented effects to "NI_"##token format [skip ci] Uleat 2017-02-04 19:52:21 -05:00
  • b1f14e1e29 Added dev script for function to retrieve effect id labels for spells from queries [skip ci] Uleat 2017-02-04 05:55:10 -05:00
  • 1999982e6a Fix for bot load buffs instrument mod. More tweaks to bot movement hack Uleat 2017-02-02 19:10:10 -05:00
  • b0ad9524bc Bot movement behavior change..still in-work Uleat 2017-01-31 20:17:54 -05:00
  • d8519bc270 Weapons allow NPCs to facestab Michael Cook (mackal) 2017-01-31 17:25:05 -05:00
  • d5bd773a46 Will be redoing the event interface for subscriptions, some work for the wi and crash fixes KimLS 2017-01-30 23:22:52 -08:00
  • da9792160d Added Mob::HasTargetReflection() Uleat 2017-01-30 17:38:17 -05:00
  • dc308e2ecb Fix for null columns in books.language crash Uleat 2017-01-30 03:08:00 -05:00
  • 984a009fbb Temp fix for bot armor color issue - may break armor dying (not tested) Uleat 2017-01-29 04:35:03 -05:00
  • 5d61cf5bcf Bots are dumb Michael Cook (mackal) 2017-01-28 23:21:12 -05:00
  • 2db6464d14 Fix last commit Michael Cook (mackal) 2017-01-28 22:46:02 -05:00
  • c17ac67296 Tweak #showstats so bots don't skip stuff Michael Cook (mackal) 2017-01-28 22:43:07 -05:00