Commit Graph

  • b61105f96d Merge pull request #807 from KinglyKrab/master Chris Miles 2019-01-21 16:18:25 -08:00
  • 32b161fd57 Adds dynamic rule capabilities to quests in LUA/Perl. - quest::set_rule(string rule_name, string rule_value) Example: quest::set_rule("Zone:UseZoneController", "false") - Sets the rule "Zone:UseZoneController" to "false" for the current zone. - quest::get_rule(string rule_name) Example: quest::get_rule("Zone:UseZoneController") - Returns true/false depending upon if it's enabled/disabled. - Example NPC script here: https://pastebin.com/akKKN2NS #813 Kinglykrab 2019-01-21 19:10:48 -05:00
  • f5b28a0b24 Filter invis NPC's in #killallnpcs Akkadius 2019-01-21 02:30:05 -06:00
  • e5fce0fd4d Remove debug std::cout [skip ci] Akkadius 2019-01-21 01:44:35 -06:00
  • fdae56e89f Update changelog.txt [skip ci] Akkadius 2019-01-21 01:39:13 -06:00
  • 90b9e51f70 Fix issue where NPC's clip into the world and the client interprets them at 0,0,0 Akkadius 2019-01-21 01:37:38 -06:00
  • 7c15d332c5 Implemented: #gmzone [zone_short_name] [zone_version=0] [identifier=gmzone] - Zones to a private GM instance Akkadius 2019-01-21 01:33:38 -06:00
  • 48564a5789 Implemented server side #who Akkadius 2019-01-21 00:29:58 -06:00
  • 7b2c87c7ed Added bi-state dynamic lookup return Uleat 2019-01-20 23:40:40 -05:00
  • 93cc07e097 Merge pull request #805 from prestanneth/master Uleat 2019-01-20 23:34:12 -05:00
  • 40b2366346 Implement and extended #goto via #goto <player_name> - this will work cross zone, cross instance, in zone etc. It works on top of the original #goto (target) and #goto x y z Akkadius 2019-01-20 21:33:56 -06:00
  • f690c64f9e Moved buff definitions into 'spells' lookup Uleat 2019-01-20 20:04:07 -05:00
  • 585c6322bf Added 'spells' entry to EQDictionary Uleat 2019-01-20 08:24:21 -05:00
  • 14a4f58c0b Remove duplicate waypoint code from a merge Michael Cook (mackal) 2019-01-16 13:18:33 -05:00
  • c9ef66ae2d Added note for inventory::InitializeDynamicLookups() [ci skip] Uleat 2019-01-15 20:11:29 -05:00
  • 703cbc6727 Activated per-expansion support for active inventory slot addressing Uleat 2019-01-15 00:50:58 -05:00
  • 182b7e9843 Small change to gmmove to always force an update KimLS 2019-01-12 20:19:21 -08:00
  • 26ed51f32a Fix for linux builds Uleat 2019-01-12 20:59:27 -05:00
  • bcf271c30f Added dynamic entries to eqdictionary Uleat 2019-01-12 20:03:52 -05:00
  • 7857bc45fb Excluded runtime modification of expansion-based rules 'World:ExpansionSettings' and 'World:UseClientBasedExpansionSettings' Uleat 2019-01-11 05:01:44 -05:00
  • d8c88aac96 Added multi-version capabilities to NPCs. #807 Kinglykrab 2019-01-10 19:55:59 -05:00
  • dd0216589f Merge pull request #806 from KinglyKrab/master Michael Cook (mackal) 2019-01-10 19:33:39 -05:00
  • 93acbf5241 Reimplemented pre-nerf Ranger stationary damage bonus. #806 Kinglykrab 2019-01-10 19:09:27 -05:00
  • c5a08f978f SaveCharacterTribute.. #805 kentai 2019-01-10 14:50:02 +11:00
  • c234adefcc Merge pull request #3 from EQEmu/master Barry 2019-01-10 14:30:00 +11:00
  • 38bf73cc08 Added enum class Expansion Uleat 2019-01-09 20:14:49 -05:00
  • 34e7d96977 Merge pull request #804 from isenior/DataBucketFix Chris Miles 2019-01-08 00:41:27 -06:00
  • 31b33ba72c Properly escape key in SQL queries #804 = 2019-01-08 06:16:57 +00:00
  • e3d5200310 Redid background task interface, used it to async send client packets KimLS 2019-01-07 19:53:23 -08:00
  • f617250281 Merge pull request #2 from EQEmu/master Barry 2019-01-08 12:57:06 +11:00
  • 0ad43977bf Naming convention update for EQEmu::versions::ClientVersionBit Uleat 2019-01-07 20:25:43 -05:00
  • 8eaed2233f Added namespace expansions Uleat 2019-01-07 18:18:35 -05:00
  • 0d38808030 Updated EQDictionary entries to allow ease of reading and gui tooltip propagation (pt. 2) Uleat 2019-01-07 07:39:43 -05:00
  • 011d7a6a29 Updated EQDictionary entries to allow ease of reading and gui tooltip propagation Uleat 2019-01-07 00:11:07 -05:00
  • 9c9d46e3ea Fix NpcScaleManager::ScaleNPC MinDMG overflow issue when NPC's load dynamic min with static maxd Akkadius 2019-01-06 18:46:14 -06:00
  • d127b1bef9 Client version check on show proximity Akkadius 2019-01-06 18:41:05 -06:00
  • 5a5d73ca25 [Scaling] Global base scaling data has been updated in new database binary revision Akkadius 2019-01-06 15:45:13 -06:00
  • 5474661e11 Updated manifest to remove extra space, removed comments from sql dumpw Noudess 2019-01-05 13:00:33 -05:00
  • d7e98bba17 Remove comments. Noudess 2019-01-05 12:59:47 -05:00
  • ca6bcdb1f9 Updates to match up with db versions that have chwqanges since PR created. Noudess 2019-01-05 12:46:52 -05:00
  • bd47e2121f Reconstruct faction_list to get rid of obsolete fields. Noudess 2019-01-05 12:17:10 -05:00
  • 90b46c7bda Change backup table names per Akka Add commented out secion illustrating what next manifgest might do for cleanup. Noudess 2019-01-05 12:01:40 -05:00
  • f3782af10e Update eqemu_server.pl [skip ci] Akkadius 2019-01-04 19:38:33 -06:00
  • bce3609617 Update system_tables.txt [skip ci] Akkadius 2019-01-04 19:15:32 -06:00
  • 030339aab8 Update system_tables.txt [skip ci] Akkadius 2019-01-04 19:06:16 -06:00
  • 57c3e9d146 Update system_tables [skip ci] Akkadius 2019-01-04 19:03:02 -06:00
  • 4471a0aab5 Update system_tables [skip ci] Akkadius 2019-01-04 18:58:57 -06:00
  • e5021241b2 Update user_tables.txt [skip ci] Akkadius 2019-01-04 18:56:53 -06:00
  • 2da6acee6c Update user_tables.txt [skip ci] Akkadius 2019-01-04 18:45:11 -06:00
  • b9abc09294 Update base scaling data [skip ci] Akkadius 2019-01-04 18:14:11 -06:00
  • 4b21f901b9 Performance changes. Now tested on rolath, peq and EZ servers Noudess 2019-01-04 13:11:28 -05:00
  • 6c1e3ae3d6 Added some rules for network server startup, added a limit on number of resends per connection channel per cycle (default is 10) KimLS 2019-01-03 20:04:09 -08:00
  • d073d682e7 Merge branch 'master' of https://github.com/EQEmu/Server Akkadius 2019-01-03 20:49:03 -06:00
  • d25dff7a72 Update eqemu_server.pl [skip ci] Akkadius 2019-01-03 20:48:59 -06:00
  • 3cb548f72e Merge branch 'master' into resend KimLS 2019-01-03 18:33:55 -08:00
  • dd295866c5 Merge branch 'master' of github.com:EQEmu/Server KimLS 2019-01-03 18:33:31 -08:00
  • 85ebda1b5a GMMove minor logic change so clients who are not LD/Charmed will be affected KimLS 2019-01-03 18:33:22 -08:00
  • 4a099ca0ef Update maintenance script with new appveyor windows CI build artifact [skip ci] Akkadius 2019-01-03 19:45:16 -06:00
  • 37ed923302 Fixed code on insert to not worried about extra fields in target db Noudess 2019-01-03 16:42:58 -05:00
  • d20ea3852c Some changes to resend logic and default values KimLS 2019-01-02 20:57:40 -08:00
  • 55e856d5fe Update for a couple of things... - secondary material slot on self spawn (inc. pet) - instant update of prim/sec weapon ornamentations Uleat 2019-01-02 19:41:48 -05:00
  • f39244acca Comment out some IsBardOnlyStackEffect stuff Michael Cook (mackal) 2019-01-02 17:09:36 -05:00
  • a0ae45e412 Merge pull request #1 from EQEmu/master Barry 2019-01-02 21:00:50 +11:00
  • b870873ffe Changelog [skip ci] #803 Akkadius 2019-01-02 02:57:47 -06:00
  • 4ba5ef9170 Reload scaling data on repop Akkadius 2019-01-02 02:36:12 -06:00
  • df68ad6358 More texture / ornamentation work - export SetPrimaryWeaponOrnamentation and SetSecondaryWeaponOrnamentation to Perl / Lua Akkadius 2019-01-01 04:22:31 -06:00
  • 7a56ffc380 Comment change [skip ci] Akkadius 2018-12-31 23:20:55 -06:00
  • c1a02e8244 Add path finder wrapper around devtools proximity show Akkadius 2018-12-31 23:20:04 -06:00
  • 2c8ed1074a Fix bots build Akkadius 2018-12-31 23:19:48 -06:00
  • 11a43cd320 Texture work Akkadius 2018-12-31 03:18:59 -06:00
  • a24dfd35e8 Update changelog.txt Akkadius 2018-12-30 14:50:16 -06:00
  • 4e24184089 Merge branch 'master' into movement_manager Akkadius 2018-12-30 14:49:59 -06:00
  • 82d2843d92 Safely access IsProximitySet Akkadius 2018-12-28 02:46:10 -06:00
  • 9059efe98e Add proximity show to devtools Akkadius 2018-12-28 02:39:08 -06:00
  • e96539e6a8 Some changes to navmesh path finding, disabled waypoint nav interface for now, might keep it disabled (i don't think anyones using it anyway) added a rule that might need some fine tuning for navmesh pathfinding KimLS 2018-12-24 14:48:11 -08:00
  • d3aa74ff54 Update glm KimLS 2018-12-21 00:39:28 -08:00
  • 18fa53e09b Fix for broken movespeed in merge KimLS 2018-12-21 00:23:04 -08:00
  • 8499c3e65d Fix for conditional zone crashes caused by post-bot owner death hate aggregation (irongut_av) Uleat 2018-12-19 07:11:59 -05:00
  • 487e994f89 Disabled zone map mmf option in cmake Uleat 2018-12-19 05:36:48 -05:00
  • f3608edd62 Merge branch 'master' of github.com:noudess/Server Noudess 2018-12-18 11:37:28 -05:00
  • b5cc006e46 Update version of db needed for code. Noudess 2018-12-18 11:35:15 -05:00
  • e71eefab50 Merge branch 'master' into master Paul Coene 2018-12-18 11:33:52 -05:00
  • 469224cfe7 Update manifest versions Noudess 2018-12-18 11:24:10 -05:00
  • 3b21d2eb26 Spacing where some spaces crept in. Noudess 2018-12-18 11:11:22 -05:00
  • 3487086d46 Update version of db needed for faction changes Noudess 2018-12-18 11:08:09 -05:00
  • 50997ad0ec New sql with new client data tables and a hand create mapping Noudess 2018-12-18 11:00:38 -05:00
  • 688e37f108 Changes to accomodate the new raw faction data. Noudess 2018-12-18 10:58:01 -05:00
  • 07ab96b883 Post merge adjustments Akkadius 2018-12-17 01:51:43 -06:00
  • 0681e6dbb2 Merge branch 'master' into movement_manager Akkadius 2018-12-17 01:39:37 -06:00
  • bbec352a80 Update system_tables.txt [skip ci] Chris Miles 2018-12-17 01:19:02 -06:00
  • 54f322d2aa Merge pull request #801 from EQEmu/feature/global-base-scaling Chris Miles 2018-12-16 23:16:25 -08:00
  • 52df2fa8d3 Merge branch 'master' into feature/global-base-scaling #801 Akkadius 2018-12-17 00:35:30 -06:00
  • 6b18c71c11 Changelog Akkadius 2018-12-17 00:35:08 -06:00
  • bbbee6e6b2 Fix some bard stacking issues (mainly AE DOT) Michael Cook (mackal) 2018-12-17 00:51:18 -05:00
  • e835514fca Merge branch 'master' into feature/global-base-scaling Akkadius 2018-12-16 22:48:55 -06:00
  • 7286e6a37f Merge branch 'master' into shared_tasks Michael Cook (mackal) 2018-12-16 14:46:35 -05:00
  • a9fc1d89c8 Update eqemu_logsys.cpp #800 Akkadius 2018-12-16 04:21:37 -06:00
  • c32b31ffff Add npc_scale_global_base table and add devtools command and toggling functionality Akkadius 2018-12-16 03:59:08 -06:00
  • bc6109ec8f Some adjustments to scale manager Akkadius 2018-12-16 02:30:53 -06:00
  • bfe85a2f1b Merge pull request #798 from prestanneth/master Chris Miles 2018-12-15 23:47:55 -08:00