Commit Graph

  • 95043d637c Implement NPC's opening doors and clean up door code a bit Akkadius 2018-05-10 03:54:49 -05:00
  • 51a006654a Merge branch 'master' into wp_master KimLS 2018-05-02 18:24:19 -07:00
  • dde3f603be Change distance to within 100.0 dist instead of within 1.0 dist for checking stuck code. The actual instances where you're within 100.0 with a partial path and legit not stuck is going to be uncommon enough to put up with the visual oddities KimLS 2018-05-02 18:23:28 -07:00
  • 4fe6836cf0 Fix compiling with libc++ Michael Cook (mackal) 2018-04-27 21:41:52 -04:00
  • fdcd39398c Merge pull request #730 from regneq/master Michael Cook (mackal) 2018-04-27 20:05:58 -04:00
  • f7fe10fc98 Implemented lua methods eq.pause_timer("timername") and eq.resume_tim… #730 regneq 2018-04-27 16:31:35 -07:00
  • 7d99becca9 Merge pull request #11 from EQEmu/master regneq 2018-04-27 11:51:59 -07:00
  • a53f65d86b Merge and compile fixes (non-bot, will do bots later) KimLS 2018-04-16 14:15:08 -07:00
  • fb7362c092 Added bot command 'BotStopMeleeLevel' Uleat 2018-04-12 20:14:02 -04:00
  • 714f8172ec Added CanDoCombat() checks to certain actions Uleat 2018-04-11 18:49:49 -04:00
  • 9344896238 /pet attack is range limited Michael Cook (mackal) 2018-04-08 18:38:34 -04:00
  • 3081f7b24f Pets/NPCs don't use bane damage Michael Cook (mackal) 2018-04-08 18:26:25 -04:00
  • e594b7eac6 Fix NPC chance on fishing (100 = 100% chance now) Michael Cook (mackal) 2018-03-29 18:28:36 -04:00
  • 0f3fbc3883 Add Change Log message KayenEQ 2018-03-28 17:07:15 -04:00
  • 2d20d5858e Fix for a few of the Cast on Fade effects to make sure the trigger spell hits the correct target type. KayenEQ 2018-03-28 16:06:45 -04:00
  • fe57e4d924 Merge branch 'master' of https://github.com/EQEmu/Server Uleat 2018-03-26 03:38:33 -04:00
  • e4e40505b6 Removal of test code Uleat 2018-03-26 03:38:08 -04:00
  • 5b5c3a08e6 Fix TryMoveAlong() in Perl. - Didn't have 4th option accounted for (my bad). Kinglykrab 2018-03-25 14:33:38 -04:00
  • 137d2d723d Initialize AISpellVar Michael Cook (mackal) 2018-03-25 01:16:06 -04:00
  • aff481bd37 Fix invalid read in con Michael Cook (mackal) 2018-03-25 01:12:22 -04:00
  • a5a660b828 Fix quest::set_proximity(). Kinglykrab 2018-03-24 21:06:56 -04:00
  • d08b7dafa4 Export TryMoveAlong() to Perl. Kinglykrab 2018-03-24 18:52:20 -04:00
  • 3e1b86a7c3 Fix lua/perl set_proximity to accept flag for say prox Michael Cook (mackal) 2018-03-24 15:24:54 -04:00
  • bcc42edb16 added a gitignore entry for docker/db Xackery 2018-03-23 14:50:00 -07:00
  • 0eba5f2990 BT changed to BodyType, revised MessageType listings Xackery 2018-03-23 14:49:40 -07:00
  • fe68c7bc14 Merge pull request #10 from EQEmu/master regneq 2018-03-21 16:00:01 -07:00
  • c70bdc6b70 Repaired bug with guild chat Xackery 2018-03-21 14:39:14 -07:00
  • 4ee35d7e56 Add default size function Michael Cook (mackal) 2018-03-20 14:35:52 -04:00
  • dbdad80960 Fix gcc error - report is non-critical portion of test Uleat 2018-03-19 22:00:12 -04:00
  • 72940b2511 Merge branch 'master' of https://github.com/EQEmu/Server Uleat 2018-03-19 20:58:40 -04:00
  • 70922975cf Test code for tracing zone crashes (stage 2) Uleat 2018-03-19 20:58:13 -04:00
  • 135cfd7617 Revert "Revert changes to melee push until the generic push processing is better" Michael Cook (mackal) 2018-03-19 00:13:57 -04:00
  • 6a25f30441 Added lua/perl support for nats AdminMessage, added more response fields Xackery 2018-03-17 18:45:31 -07:00
  • d58e88a2f7 Merge branch 'master' of https://github.com/EQEmu/Server Uleat 2018-03-17 20:19:15 -04:00
  • c29bdd4b1d Add a sanity check to prevent mobs climbing steep walls Michael Cook (mackal) 2018-03-17 14:29:11 -04:00
  • 0643bf9783 Remove z offset mod in push, wasn't needed Michael Cook (mackal) 2018-03-17 13:43:27 -04:00
  • 386261181e Rework of command #peekinv Uleat 2018-03-17 07:54:39 -04:00
  • d8b704ef7d Adjust z offset down Michael Cook (mackal) 2018-03-17 02:05:36 -04:00
  • 825dbc9e9a Updated nats examples Xackery 2018-03-16 18:43:14 -07:00
  • a5f35bf32a Added partial OP_NewZone support Xackery 2018-03-15 15:54:31 -07:00
  • e46e2952e6 Use 8 points to check in push code Michael Cook (mackal) 2018-03-15 16:20:00 -04:00
  • a339d0d41d Don't rotate the box, it works better Michael Cook (mackal) 2018-03-15 15:48:34 -04:00
  • d62f2d41fc Bug fixes to push, shouldn't get stuck anymore Michael Cook (mackal) 2018-03-15 15:39:36 -04:00
  • c09ab507dd Added opcode support for aaaction, aaexpupdate, zonecompleted. Xackery 2018-03-14 13:54:08 -07:00
  • 483ca9996b world/nats_message now properly uses byte for serializing Xackery 2018-03-14 13:22:12 -07:00
  • 339e921f17 Add a #push command, only works on NPCs for now Michael Cook (mackal) 2018-03-14 16:09:43 -04:00
  • 122f1cd02d zone/natsmanager now properly uses byte for serializing Xackery 2018-03-14 12:02:39 -07:00
  • e0d4f9ecd1 Added door properties, and more entitylist types Xackery 2018-03-14 11:30:58 -07:00
  • cb72ad4d0f Added EncodeEntity Xackery 2018-03-13 22:02:33 -07:00
  • 98f4e570e7 Added MessageType and SpecialMessage support Xackery 2018-03-13 17:39:44 -07:00
  • 6532a81b80 Massive overhaul on zone/nats_manager Xackery 2018-03-13 15:29:28 -07:00
  • b0f591540c fixed minor typo Xackery 2018-03-13 00:24:06 -07:00
  • ac07e7d578 Cleaned up zone/nats_manager logic Xackery 2018-03-12 20:44:13 -07:00
  • 5e963c05af Added client message for test code Uleat 2018-03-12 20:49:48 -04:00
  • 40ef387496 Added proper support for arena in nats_manager, misc cleanup Xackery 2018-03-12 10:00:00 -07:00
  • c9a79af79b Removed unused dailygain Xackery 2018-03-11 22:35:21 -07:00
  • 1a71237dc2 Protobuf is now module cmake loaded on linux, and generates files on build Xackery 2018-03-11 22:27:37 -07:00
  • f990292660 Removed the custom /deploy/server cmake config Xackery 2018-03-11 14:20:50 -07:00
  • e72f1e855f added csharp helloworld nats example Xackery 2018-03-10 22:34:48 -08:00
  • 3bc9e4bc24 Added python example Xackery 2018-03-10 19:47:02 -08:00
  • 22aef8ad79 Changed helloworld.go to use proper import Xackery 2018-03-10 18:44:01 -08:00
  • bf84fcd908 Added helloworld go example, repaired SendChannelMessage in world Xackery 2018-03-10 18:37:48 -08:00
  • 0c5779d2de Cleaned up channel message styles Xackery 2018-03-10 14:25:43 -08:00
  • 2270bd267d Merge branch 'master' into nats Xackery 2018-03-10 13:59:48 -08:00
  • 638d43e3cf Use pathpoint races for showing nodes Michael Cook (mackal) 2018-03-10 15:36:12 -05:00
  • fdef1090c3 Update #race to accept all valid RoF2 races Michael Cook (mackal) 2018-03-10 15:11:16 -05:00
  • 89303d9218 Fix for zone crashes on startup Uleat 2018-03-09 23:41:27 -05:00
  • 341bc0723b Test code for tracing zone crashes Uleat 2018-03-09 23:25:50 -05:00
  • a6b31017e3 Remove extra z offset Michael Cook (mackal) 2018-03-09 19:27:31 -05:00
  • ca29cb037e Add some more name filtering Michael Cook (mackal) 2018-03-09 17:26:22 -05:00
  • d59931dc4d Use an algorithm to generate pet names Michael Cook (mackal) 2018-03-09 17:10:34 -05:00
  • 876335bb54 Pull out forced movement from push to it's own function Michael Cook (mackal) 2018-03-08 19:42:40 -05:00
  • 5c87b8152d Remove Map::FindClosestLoS() Michael Cook (mackal) 2018-03-08 18:03:15 -05:00
  • ef487112df Add FixZ() to the spell push stuff Michael Cook (mackal) 2018-03-08 16:11:48 -05:00
  • 49089f7537 Revert changes to melee push until the generic push processing is better Michael Cook (mackal) 2018-03-08 12:57:40 -05:00
  • 736890119b Forgot sql script file... Uleat 2018-03-07 22:46:11 -05:00
  • 2da70c69da Added command '#ucs' to force re-connect after ucs server unavailability (must manually re-join channels for now) Uleat 2018-03-07 22:45:05 -05:00
  • ae966e546b WIP for NPC spell push, off by default for now Michael Cook (mackal) 2018-03-07 16:50:24 -05:00
  • 0d63c8b9ef Trap auras should spawn a bit in front Michael Cook (mackal) 2018-03-07 15:23:03 -05:00
  • 8f66527e02 Add TryMoveAlong(distance, angle) Michael Cook (mackal) 2018-03-06 23:03:55 -05:00
  • 7e7f5f0bd6 Add Map::FindClosestLoS() Michael Cook (mackal) 2018-03-06 23:02:49 -05:00
  • b3ac1001c9 Add a FixHeading function Michael Cook (mackal) 2018-03-06 23:01:25 -05:00
  • e5e779c064 Updated UCS versioning code - update your *.conf files Uleat 2018-03-04 21:38:17 -05:00
  • 525db1819d Fix VS compilation hopefully Michael Cook (mackal) 2018-03-04 13:54:04 -05:00
  • bb3c0b41f6 Merge pull request #721 from noudess/master Michael Cook (mackal) 2018-03-04 13:20:28 -05:00
  • 35c4867334 Add the Fast trig functions that work with EQ headings Michael Cook (mackal) 2018-03-04 02:19:12 -05:00
  • 690d8f9155 Fix Conditional jump or move depends on uninitialised value(s) Michael Cook (mackal) 2018-03-03 22:37:06 -05:00
  • b63923264d Fix memory leak Michael Cook (mackal) 2018-03-03 22:21:06 -05:00
  • 5aab187e17 Fix missile heading Michael Cook (mackal) 2018-03-03 13:10:32 -05:00
  • ee4a79616f Lets can't a reference in resends Michael Cook (mackal) 2018-03-03 00:59:44 -05:00
  • b667944612 Removed unneeded macro #721 Paul Coene 2018-03-02 20:13:24 -05:00
  • 6fb3c66fe5 Fixed last minute math change typo. Paul Coene 2018-03-02 20:08:06 -05:00
  • 66ef95b9c9 Missed a header file for poison commit Paul Coene 2018-03-02 19:26:41 -05:00
  • bb3596d245 Adjusted chances for apply slightly. Paul Coene 2018-03-02 19:14:48 -05:00
  • a5c32b63b7 Make old style poison work much closer to live. Paul Coene 2018-03-02 19:05:16 -05:00
  • 9e4f728f21 Spell push values can be negative Michael Cook (mackal) 2018-03-01 18:10:06 -05:00
  • 3cb7b362c8 Only rate limit NPC push Michael Cook (mackal) 2018-03-01 16:42:46 -05:00
  • 1beb221337 Pets seem to run until within 35 units of you Michael Cook (mackal) 2018-03-01 16:15:57 -05:00
  • 28cb11f521 Implement SE_TossUP -- actually a DMG SPA Michael Cook (mackal) 2018-03-01 14:43:37 -05:00
  • d71e79b306 Add 2013 NPC vs NPC push change Michael Cook (mackal) 2018-03-01 13:44:10 -05:00