Commit Graph

  • 7045581fdc Cap big bags to 10 slots for now Michael Cook (mackal) 2015-12-29 15:22:09 -05:00
  • 7bf114a0bc Fix Travis Akkadius 2015-12-29 06:06:12 -06:00
  • 2bf6c2788e eqemu_update.pl - Implement 14) [Remove Duplicate Rule Values] :: Looks for redundant rule_values entries and removes them Akkadius 2015-12-29 05:40:34 -06:00
  • 8b35ae9921 Change how rules are loaded and inherit values - When a custom ruleset is loaded, it will always first look for a value present in the ruleset id for that zone, when it is not present, it will load from the default ruleset instead of immediately falling back to the source value. This is to eliminate the excessive amount of duplicate entries in the rule_values tables Akkadius 2015-12-29 05:21:27 -06:00
  • 8425607460 Implemented standardized zone controller scripts (Rule Zone, UseZoneController) Defaulted to true - When a zone boots, it will spawn an invisible npc by the name of zone_controller - Lua and Perl scripts can be represented with this npc as zone_controller.pl/lua - This NPC's ID is ruled be define ZONE_CONTROLLER_NPC_ID 10 - Two EVENT's uniquely are handled with this NPC/controller (They only work with the zone_controller NPC) - EVENT_SPAWN_ZONE :: All NPC spawns in the zone trigger the controller and pass the following variables: $spawned_entity_id $spawned_npc_id - EVENT_DEATH_ZONE :: All NPC deaths in the zone trigger the controller event and pass the following variables: $killer_id $killer_damage $killer_spell $killer_skill $killed_npc_id Akkadius 2015-12-29 04:08:10 -06:00
  • f25246e1a0 Adjust eqemu_update.pl [skip ci] Akkadius 2015-12-29 01:47:21 -06:00
  • 3af9aeeeaf Adjust manifest [skip ci] Akkadius 2015-12-29 01:45:53 -06:00
  • c2c08b85f1 Merge pull request #481 from KinglyKrab/master Michael Cook (mackal) 2015-12-29 02:35:19 -05:00
  • 9757c38017 Adjust manifest [skip ci] Akkadius 2015-12-29 01:30:20 -06:00
  • 34e1dc9829 Added UpdateZoneHeader(type, value) to Perl and Lua. #481 Kinglykrab 2015-12-29 02:28:31 -05:00
  • ff876bd558 Added GetInstanceTimerByID(instance_id) to Perl and Lua. Kinglykrab 2015-12-29 00:55:17 -05:00
  • b9d00f91de Merge pull request #480 from KinglyKrab/master Akkadius 2015-12-28 22:42:14 -06:00
  • ce71b6d9f0 Added GetInstanceTimer() to Perl and Lua. #480 Kinglykrab 2015-12-28 22:04:19 -05:00
  • 17c41a1364 Merge pull request #479 from KinglyKrab/master Akkadius 2015-12-28 19:18:39 -06:00
  • bda39c4f77 Revert accidental change to SetPseudoRoot in lua_mob.cpp. #479 Kinglykrab 2015-12-28 20:07:59 -05:00
  • e423165bcb DB Update System :: Implement SVN updates into the manifest (To support older databases) [skip ci] Akkadius 2015-12-28 02:25:01 -06:00
  • 1b4dbd1ce7 Adjust import_13th_floor.pl to flip slots 21 and 22 [skip ci] Akkadius 2015-12-27 17:26:39 -06:00
  • 3a7d7c727f AA updates [skip ci] Michael Cook (mackal) 2015-12-26 13:29:34 -05:00
  • dc58173f15 Remove unused script since we have a newer one now [skip ci] Akkadius 2015-12-22 01:04:27 -06:00
  • f883e085e3 Merge pull request #477 from KinglyKrab/master Akkadius 2015-12-21 15:47:16 -06:00
  • 4b2f12cd67 Linux-ify 13th floor script [skip ci] Akkadius 2015-12-21 15:32:59 -06:00
  • 7223f2da06 Add 13th floor item import script (Natedog/Akkadius) [skip ci] Akkadius 2015-12-21 15:31:38 -06:00
  • 9a1271805a Added GetMeleeMitigation() to Perl and Lua for Mobs (Clients/NPCs). #477 Kinglykrab 2015-12-21 15:43:56 -05:00
  • c168d7b7b6 Fix macro hack? [skip ci] Michael Cook (mackal) 2015-12-21 12:41:49 -05:00
  • 7ad33f2445 Fix formatting Michael Cook (mackal) 2015-12-21 12:33:32 -05:00
  • fc33a10ec0 Change GetSkill to use SkillModMax for clients Natedog2012 2015-12-21 07:36:14 -08:00
  • 8133f5312f First step into implementing evolving items, added fields to database that were missing. Natedog2012 2015-12-21 05:27:20 -08:00
  • dfc5699403 Merge pull request #476 from KinglyKrab/master Michael Cook (mackal) 2015-12-19 19:54:17 -05:00
  • 0177c8d7d9 Exported several Mob-based methods to Perl and Lua. #476 Kinglykrab 2015-12-19 15:23:04 -05:00
  • b4b1324ace Updated client version bitmasks Uleat 2015-12-19 12:42:55 -05:00
  • 03592e58f9 Port EQMacEmu's Assist Aggro code Michael Cook (mackal) 2015-12-18 17:41:57 -05:00
  • f8867ea73d Bump up initial aggro from Yell for Help to match initial aggro Michael Cook (mackal) 2015-12-18 13:46:05 -05:00
  • 488be05e0e Add DB manifest for eqtime change Michael Cook (mackal) 2015-12-17 19:50:33 -05:00
  • 78c99d0be0 Merge pull request #474 from regneq/master Alex 2015-12-17 16:14:46 -08:00
  • f4479c5cd7 Merge pull request #469 from Shendare/augmentation Alex 2015-12-17 16:14:36 -08:00
  • d449d4f54c EQTime will now save to the DB once every 10 real world minutes. #474 regneq 2015-12-17 15:49:37 -08:00
  • 17bbd8dfbe eqtime is now stored in the DB. regneq 2015-12-17 14:14:04 -08:00
  • c1feb93e2e Merge pull request #473 from noudess/master Alex 2015-12-17 13:09:33 -08:00
  • 07ab58483d Updated changelog #473 Paul Coene 2015-12-16 09:16:27 -05:00
  • 2865278987 Merge remote-tracking branch 'upstream/master' Paul Coene 2015-12-16 09:11:43 -05:00
  • bc77439d11 When binding someone else's wounds, the code tried to send a bind would response to client with a type of 2. The intent (based on comments was to get the client to display a "stand still" message on the receiving client. Paul Coene 2015-12-16 09:05:27 -05:00
  • 78f22599f4 Tweak to commandaliases behavior Uleat 2015-12-15 19:03:24 -05:00
  • 24ea7e03f1 Merge branch 'master' of https://github.com/EQEmu/Server Akkadius 2015-12-15 12:59:46 -06:00
  • 101bbdfd29 Merge branch 'master' of https://github.com/EQEmu/Server Uleat 2015-12-14 17:38:32 -05:00
  • c9ecca1a56 Added 'alias added' message and commmandaliases list (future use) Uleat 2015-12-14 17:38:24 -05:00
  • f0222bb94b Adjust changelog.txt [skip ci] Natedog2012 2015-12-14 12:36:44 -08:00
  • 2fb63d4d26 Merge pull request #472 from KinglyKrab/master Akkadius 2015-12-14 14:11:26 -06:00
  • 6949f29295 Adds IsBlind() and IsFeared() functionality to Perl and Lua. #472 Kinglykrab 2015-12-14 14:57:03 -05:00
  • b3afc684de Allow updating instance timers through perl and lua. Natedog2012 2015-12-14 11:14:49 -08:00
  • baaf5801ff Added ability to manipulate disciplines for perl and lua. Also ability to remove spells from spell bar with spellID. Natedog2012 2015-12-14 01:18:19 -08:00
  • ee644f7b3e Make better sense things do, after cups of coffee two Uleat 2015-12-12 21:36:14 -05:00
  • cfde67fcb3 Missed a 'command' note Uleat 2015-12-12 17:22:29 -05:00
  • fa872c6030 Some rule code cleanup Akkadius 2015-12-12 00:37:31 -06:00
  • 6802f2a9e8 Conversion of 2015_09_30_bots.sql fail points to perl script; Added drop bots feature to eqemu_update.pl menu Uleat 2015-12-11 22:39:18 -05:00
  • 80ef4c7f9f Adjust default Loginserver log settings [skip ci] Akkadius 2015-12-09 23:24:53 -06:00
  • c2af87431a Fixed a ridiculous issue where world wasn't trying to reconnect to loginservers Akkadius 2015-12-09 23:21:19 -06:00
  • ffe46bd4d2 Implement Loginserver auto account creation via login.ini option auto_create_accounts = TRUE Akkadius 2015-12-09 23:01:07 -06:00
  • d7ca2440d3 More loginserver stuff [skip ci] Akkadius 2015-12-09 22:24:17 -06:00
  • 7a17089b8a Fix remaining loginserver log things Akkadius 2015-12-09 20:47:59 -06:00
  • efe09f6fe5 Remove old error_log system from the Loginserver Akkadius 2015-12-09 20:33:20 -06:00
  • 75cddbea71 Loginserver conversion to new Logging system Akkadius 2015-12-09 20:30:47 -06:00
  • 22496e2ae2 Update eqemu_update.pl [skip ci] Akkadius 2015-12-09 19:28:56 -06:00
  • acb8e63d9c Update eqemu_update.pl [skip ci] Akkadius 2015-12-09 01:14:45 -06:00
  • e297de3830 Update eqemu_update.pl [skip ci] Akkadius 2015-12-09 01:14:07 -06:00
  • f474e171ed Update eqemu_update.pl [skip ci] Akkadius 2015-12-09 01:02:42 -06:00
  • b499dcc89d Update eqemu_update.pl [skip ci] Akkadius 2015-12-09 01:00:27 -06:00
  • 98f7766875 Update eqemu_update.pl Akkadius 2015-12-09 00:21:30 -06:00
  • 2159d18920 Fix for VS2012 command.cpp:501 error Uleat 2015-12-08 21:15:41 -05:00
  • 6f1ad1fbc1 Major change to how commands are loaded Uleat 2015-12-07 19:28:13 -05:00
  • 1c0192dce3 Fix for guild rank sql error when using bots (thanks N0ctrnl!) Uleat 2015-12-02 18:33:49 -05:00
  • f07e708f22 Update eqemu_update.pl [skip ci] :: Add option 13) [Windows Server Loginserver Setup] :: Download and install Windows Loginserver Akkadius 2015-12-02 15:41:57 -06:00
  • a936796b45 Some more loginserver refactoring to make things more sane to read Akkadius 2015-12-02 13:46:16 -06:00
  • 2fbf047853 Merge branch 'master' of https://github.com/EQEmu/Server Akkadius 2015-12-02 13:14:49 -06:00
  • af18377505 Some loginserver refactoring Akkadius 2015-12-02 13:14:26 -06:00
  • fe48f18f71 Added rule-based check for race/class restriction of spell scribing Uleat 2015-12-01 20:30:43 -05:00
  • a483d37c26 Re-add some nuked code eqemu_update.pl [skip ci] Akkadius 2015-12-01 15:27:07 -06:00
  • 549cabe7e8 Added Options 11) and 12) to eqemu_update.pl, updated to version 12 11) [Windows Server Build] :: Download Latest and Stable Server Build (Overwrites existing .exe's, includes .dll's) 12) [Windows Server .dll's] :: Download Pre-Requisite Server .dll's Akkadius 2015-12-01 15:25:26 -06:00
  • 6f8600b885 Draft versions of bot command spell scripts (may still be tweaked based on actual command implementation) Uleat 2015-11-30 20:16:21 -05:00
  • 3135c92340 Changed criteria in a few bots scripts from count to null-result check Uleat 2015-11-30 18:33:27 -05:00
  • c2b0e00cdd Update eqemu_update.pl [skip ci] Akkadius 2015-11-30 00:34:10 -06:00
  • c0081a0983 Merge branch 'master' of https://github.com/EQEmu/Server Akkadius 2015-11-30 00:09:03 -06:00
  • 6016ba5140 Add some things to future installer [skip ci] Akkadius 2015-11-30 00:08:36 -06:00
  • 4bc844fe3b Work around for Bot::LoadPetBuffs loading buffs with counters Natedog2012 2015-11-24 16:25:19 -08:00
  • faa8c35554 Merge pull request #470 from noudess/master Alex 2015-11-22 23:20:13 -08:00
  • d383ecc5b7 Fix for loginserver project compile failure Uleat 2015-11-22 18:31:32 -05:00
  • b7dc3db703 wMerge remote-tracking branch 'upstream/master' Paul Coene 2015-11-20 14:46:28 -05:00
  • 0fa5b8d3f2 Merge pull request #467 from Cilraaz/master Michael Cook (mackal) 2015-11-20 14:00:03 -05:00
  • 0c56660692 Merge remote-tracking branch 'upstream/master' #470 Paul Coene 2015-11-20 12:04:11 -05:00
  • f3120f26ee Fix issue with mobs no depopping (due to spawn_events) while zone is idle. Paul Coene 2015-11-20 12:03:43 -05:00
  • 8464a0e3b5 Implement Guild Banks for RoF/RoF2 Michael Cook (mackal) 2015-11-17 18:15:46 -05:00
  • 525a39912f Override Mob::GetEndurancePercent() for Merc Michael Cook (mackal) 2015-11-15 16:35:11 -05:00
  • 7c41472877 Fixed swapping error message #469 Shendare 2015-11-14 11:40:28 -08:00
  • 7c4abcc68d Fix int16 spell ID limit with items (click, procs, etc) Michael Cook (mackal) 2015-11-14 14:37:24 -05:00
  • f188851bfb Wont look for mysql .so on non-root systems KimLS 2015-11-11 13:52:52 -08:00
  • ee2d8a3d6d Fix for FindMySQL not preferring mysql_root hint. KimLS 2015-11-11 13:49:10 -08:00
  • f6c2c07a94 Augmentation Feature Patch Code Cleanup Shendare 2015-11-10 18:14:47 -08:00
  • 78c75501f7 Reply to the request made on opening XTarget window Michael Cook (mackal) 2015-11-10 03:27:30 -05:00
  • 9e5bfabf91 Augmentation Feature Patch Shendare 2015-11-09 22:43:25 -08:00
  • 07f7b18b10 Merge pull request #468 from Shendare/master Akkadius 2015-11-09 12:19:47 -06:00
  • 992797f610 Fixed query logging addition #468 Shendare 2015-11-08 22:41:39 -08:00