Commit Graph

  • a77d2408ac Add missing chat color constants to Lua #1195 hg 2021-01-28 20:10:26 -05:00
  • 6baf8412c6 Replace unescaped braces in format string #1194 hg 2021-01-28 19:42:02 -05:00
  • 9907984aca Use passed heading in GMMove and change FaceTarget not to turn if npc is boat. #1193 Noudess 2021-01-26 09:08:45 -05:00
  • f767a7c076 Merge pull request #1191 from EQEmu/immune_aggro Chris Miles 2021-01-25 19:14:28 -06:00
  • 445fcc2d40 Merge pull request #1188 from EQEmu/message_whisper #1192 Chris Miles 2021-01-25 17:21:56 -06:00
  • f4ee11ac62 Merge pull request #1189 from EQEmu/popup2 Chris Miles 2021-01-25 17:21:40 -06:00
  • d30593c35e Add 4 new special attacks to Perl/Lua. - IMMUNE_DAMAGE_CLIENT (47) Immune to all damage except NPC damage. #1191 Kinglykrab 2021-01-23 20:36:30 -05:00
  • 3259c98a9e Rename some lua general functions to match the rest of the conventions fix-event-lua KimLS 2021-01-23 18:12:54 -08:00
  • 102263f37d Fix Popup2 Perl croak. #1189 Kinglykrab 2021-01-23 11:15:21 -05:00
  • 19ae461e36 Add message(color, message) and whisper(message) to Perl/Lua. - Add quest::message(color, message) to Perl. - Add eq.message(color, message) to Lua. - Add quest::whisper(message) to Perl. - Add eq.whisper(message) to Lua. #1188 Kinglykrab 2021-01-23 10:46:36 -05:00
  • c481d52064 Add HasDisciplineLearned() to Perl/Lua. Alex 2021-01-23 10:23:50 -05:00
  • 02518cdae1 Change rules to use cat in the actual underlying variables and by extension lua exports KimLS 2021-01-22 23:52:34 -08:00
  • 7c69400618 Merge pull request #1175 from EQEmu/akkadius/command-name-adjustment #1187 Chris Miles 2021-01-21 18:26:35 -06:00
  • ca98ea9872 Merge pull request #1180 from noudess/boat Chris Miles 2021-01-21 18:26:05 -06:00
  • 7d40e42cc2 Merge pull request #1177 from hgtw/fix/door-packets Chris Miles 2021-01-21 18:22:53 -06:00
  • f1920f2132 Merge pull request #1178 from hgtw/fix/spawn-condition-crash Chris Miles 2021-01-21 18:22:27 -06:00
  • 30490abc50 Merge pull request #1179 from hgtw/fix/zonemap-crash Chris Miles 2021-01-21 18:22:04 -06:00
  • c5c0a3a73e Merge pull request #1181 from EQEmu/aa_message Chris Miles 2021-01-21 18:21:35 -06:00
  • 0551cfc013 Merge pull request #1182 from EQEmu/race_class Chris Miles 2021-01-21 18:19:56 -06:00
  • 1a2cec58f1 Merge pull request #1184 from EQEmu/finditem Chris Miles 2021-01-21 18:19:28 -06:00
  • a9b992a1b0 Merge pull request #1186 from hgtw/fix/expedition-max Chris Miles 2021-01-21 18:18:04 -06:00
  • d87ae839a2 Verify members in db on expedition invites #1186 hg 2021-01-21 19:02:00 -05:00
  • a00ab6867c Merge branch 'filtered-msg-fix' into fix-event-lua KimLS 2021-01-21 15:59:02 -08:00
  • f71a6bcb60 rename lua general functions to match their api names KimLS 2021-01-21 14:48:00 -08:00
  • 2e409f3898 Make bot rules exist even if bots are disabled to make it easier to sync the lua rules without weird ifdefs KimLS 2021-01-21 13:57:55 -08:00
  • e29d7f4b27 Fix for space after events KimLS 2021-01-21 13:46:32 -08:00
  • 4e548a588d Update opcodes for lua KimLS 2021-01-21 13:42:19 -08:00
  • 5ed47b5e50 Remove unused opcode that has a terrible name KimLS 2021-01-21 13:39:33 -08:00
  • e1e93a9a48 Missing events KimLS 2021-01-21 13:28:06 -08:00
  • 9c9d195ff6 Fix for filtered msg using Mob* instead of Lua_Mob in lua interface KimLS 2021-01-21 13:23:23 -08:00
  • 0f859a2a0f Preferential changes to #finditem, doesn't show stack options if item isn't stackable. #1184 Kinglykrab 2021-01-19 18:34:19 -05:00
  • 7e1e1651e4 Add GetClassBitmask(), GetClassName(), GetRaceBitmask(), and GetRaceName() to Perl/Lua. #1182 Kinglykrab 2021-01-16 17:59:38 -05:00
  • 1c00edb458 Add AA gain messages. #1181 Kinglykrab 2021-01-15 19:54:44 -05:00
  • 64b64222d1 Added PVP based logic xackery/pvp xackery 2021-01-14 10:09:47 -08:00
  • eb24e333d7 Allow boats flymode to be overridden by local db #1180 Noudess 2021-01-11 10:58:08 -05:00
  • 836210404c Fix zone crash on spawn condition change #1178 hg 2021-01-08 20:12:36 -05:00
  • 896dd48960 Fix zone startup crash if maps not installed #1179 hg 2020-08-21 18:10:27 -04:00
  • 312ee2b42c Don't respawn doors while clients are zoning #1177 hg 2021-01-07 20:05:55 -05:00
  • 3fc1aea3ce Naming suggestions from https://github.com/EQEmu/Server/pull/1170 #1175 Akkadius 2021-01-04 11:44:23 -06:00
  • 0f5a7e1317 Merge pull request #1173 from EQEmu/akkadius/npc-guard-scan-fix #1176 Chris Miles 2021-01-04 11:38:23 -06:00
  • bebf95cfe3 Merge pull request #1170 from splose/ww Alex 2021-01-03 19:19:56 -05:00
  • 02aa4302de Merge branch 'master' into ww #1170 splose 2021-01-03 18:58:00 -05:00
  • b7d002dd8b Merge pull request #1171 from KinglyKrab/client_fling Chris Miles 2021-01-03 17:20:04 -06:00
  • 480e3a89df Merge pull request #1172 from KinglyKrab/target_ring Chris Miles 2021-01-03 17:19:02 -06:00
  • 427b4db2b3 Merge pull request #1166 from fryguy503/barter-bag-bug Chris Miles 2021-01-03 17:18:31 -06:00
  • 306328529e Merge pull request #1169 from splose/endurance Chris Miles 2021-01-03 17:18:01 -06:00
  • 0396bada96 Merge pull request #1165 from fryguy503/instrument-autoequip Chris Miles 2021-01-03 17:17:08 -06:00
  • e9be7146af Merge pull request #1164 from fryguy503/group-fixes Chris Miles 2021-01-03 17:13:31 -06:00
  • 53bbbbba1d Add comments around close mob system [skip ci] #1173 Akkadius 2021-01-03 17:07:10 -06:00
  • f5817677df Only add self to others when moving Akkadius 2021-01-03 16:42:34 -06:00
  • 7b9d88b70b Fix a situation where guards don't scan fast enough because they stand idle, moving mobs will add themselves to guards Akkadius 2021-01-03 16:40:56 -06:00
  • 4750768e0f Merge branch 'ww' of https://github.com/splose/Server into ww Matthew Silvia 2021-01-03 13:20:01 -05:00
  • 90295d8dec change name Matthew Silvia 2021-01-03 13:18:33 -05:00
  • 6fe05bbf5e change name Matthew Silvia 2021-01-03 13:09:09 -05:00
  • a4d8d2261a change name Matthew Silvia 2021-01-03 13:09:09 -05:00
  • c58ba2e6a5 Add GetTargetRingX(), GetTargetRingY(), and GetTargetRingZ() to Lua. #1172 Evan Alexander King 2021-01-03 03:20:57 -05:00
  • 3fa236c2bb Add client->Fling() to Perl/Lua. - $client->Fling(value, target_x, target_y, target_z, ignore_los, clipping) in Perl. - client:Fling(value, target_x, target_y, target_z, ignore_los, clipping) in Lua. #1171 Evan Alexander King 2021-01-03 03:09:27 -05:00
  • e13346560e #ww Matthew Silvia 2021-01-02 23:24:28 -05:00
  • d6e29810f1 #endurance #1169 Matthew Silvia 2021-01-02 23:17:47 -05:00
  • 29e693d443 Also added LogGroupDetail #1164 Trust 2021-01-02 22:57:57 -05:00
  • 7fbf522aa3 Added LogGroup to logging aliases. Trust 2021-01-02 22:54:26 -05:00
  • 0456bef903 Merge pull request #1167 from hgtw/fix/instance-corpses Chris Miles 2021-01-02 21:31:28 -06:00
  • 6c8c81f3db Move player corpses on instance shutdown #1167 hg 2021-01-02 19:19:31 -05:00
  • 538092d59e Fix for incorrect slot definition. #1165 Trust 2020-12-31 11:33:04 -05:00
  • 789cfb2490 [REBASE] Barter was allowing the purchase of bags. Bags could contain anything and it would be traded. #1166 Trust 2020-12-04 17:12:15 -05:00
  • 83928fa4d0 [REBASE] Prevent Bards from auto equip loot when using instrument Trust 2020-12-02 17:21:22 -05:00
  • f854137ca0 [BUG] Fix for Group Leader Disband Issue Trust 2020-12-04 19:26:16 -05:00
  • de5b7f472d Merge pull request #1163 from hgtw/feat/dz-expeditions Chris Miles 2020-12-30 21:16:22 -06:00
  • 33e5bd0b67 Assign db version to expedition schema #1163 hg 2020-12-22 19:49:26 -05:00
  • a312cd6e1d Don't sync character lockout uuid hg 2020-11-11 22:25:15 -05:00
  • 8b2b2db848 Move offline players to dz safereturn hg 2020-11-09 20:09:16 -05:00
  • 4f9eaf7574 Sync character lockouts when entering dz hg 2020-11-08 22:31:41 -05:00
  • fc7d8a82e5 Sort #dz list output by dz id hg 2020-11-08 21:27:46 -05:00
  • 81e4bd6040 Reduce expedition member status packet updates hg 2020-11-06 20:48:21 -05:00
  • 54a175b3ef Cleanup unused arg in remove lockout method hg 2020-11-06 20:40:08 -05:00
  • 738fd48163 Use id not name in dz makeleader world msg hg 2020-11-06 20:36:40 -05:00
  • e5916c5c03 Add rule to enable "In Dynamic Zone" status hg 2020-11-06 20:05:26 -05:00
  • 1de590137f Verify new expedition leader in world hg 2020-11-02 23:41:21 -05:00
  • 311042f06d Add ExpeditionMember::IsValid method hg 2020-11-02 23:17:22 -05:00
  • 6acfc41778 Let world handle expedition leader changes hg 2020-11-01 15:01:43 -05:00
  • 955cbeb826 Revert "Don't set member offline before linkdead" hg 2020-11-01 19:48:36 -05:00
  • 6e9f920931 Add saylinks to #dz list output hg 2020-11-01 15:01:08 -05:00
  • 4ae9904822 Use strlen for perl hash key size hg 2020-10-31 18:54:49 -04:00
  • c0b8bfde03 Fix invalid return in perl expedition api hg 2020-10-31 18:50:32 -04:00
  • c09ada67d6 Add expedition lock message constants to perl hg 2020-10-26 21:16:14 -04:00
  • cc5dd4cd82 Add missing expedition perl api declaration hg 2020-10-26 20:21:43 -04:00
  • 8708564889 Don't send info packet when new member added hg 2020-10-25 22:17:12 -04:00
  • f506ce9d58 Reduce packet updates when expedition member added hg 2020-10-23 20:49:30 -04:00
  • 074b7096df Use fmt join for simple query strings hg 2020-10-21 23:28:43 -04:00
  • b46eca4ec6 Store expeditions with dz id not instance id hg 2020-10-20 23:51:30 -04:00
  • 54500b0e72 Use column aliases for expedition request query hg 2020-10-17 23:16:20 -04:00
  • d2ad2ec078 Add comment to FormatName hg 2020-10-17 22:41:54 -04:00
  • b85feb5461 Rename expedition packet fields hg 2020-10-17 22:39:38 -04:00
  • 022f82291a Rename world expedition cache to state hg 2020-10-17 22:28:49 -04:00
  • 579c300cbc Rename expeditions table hg 2020-10-17 22:26:53 -04:00
  • 0f051b68ae Separate world expedition source files hg 2020-10-17 22:02:13 -04:00
  • 58b3708a47 Use named args in CreateExpedition lua api hg 2020-10-16 22:18:00 -04:00
  • b68994f25c Change all expedition tables to latin1 hg 2020-10-11 17:20:16 -04:00
  • ad51de052c Cleanup expedition perl api croak messages hg 2020-10-11 16:21:59 -04:00
  • 77406d7322 Add AddReplayLockoutDuration api hg 2020-10-11 15:36:05 -04:00