regneq
|
453bee511a
|
Merge pull request #1 from EQEmu/master
update
|
2020-01-22 16:22:35 -08:00 |
|
Alex
|
1baeb01e65
|
Merge pull request #955 from KinglyKrab/master
New Corpse Methods.
|
2020-01-20 21:15:41 -05:00 |
|
Kinglykrab
|
8b37ef5e67
|
Formatting
|
2020-01-20 21:14:28 -05:00 |
|
Kinglykrab
|
caceae1028
|
Implement Corpse counting methods for global/zone-specific counting.
Global:
- Perl: quest::getplayercorpsecount(uint32 char_id);
- Lua: eq.get_player_corpse_count(uint32 char_id);
Zone-specific:
- Perl: quest::getplayercorpsecountbyzoneid(uint32 char_id, uint32 zone_id);
- Lua: eq.get_player_corpse_count_by_zone_id(uint32 char_id, uint32 zone_id);
|
2020-01-20 20:23:11 -05:00 |
|
Kinglykrab
|
8e6dd638ff
|
Implement SE_SummonCorpseZone (SPA 388).
- This SPA summons all of a targeted group or raid group member's corpses from anywhere in the world.
- Example Spell 16247 (Summon Remains)
|
2020-01-20 20:20:06 -05:00 |
|
Paul Coene
|
51fb7d8b77
|
_GetRunSpeed did not correctly report aa mods for Clients.
I actually believe this was some old cut-n-paste error. aa_mod was being set to a total of all (3) caps - like the previous line.
|
2020-01-20 15:38:07 -05:00 |
|
Michael Cook (mackal)
|
f6ed4bb888
|
Merge pull request #952 from noudess/patch-4
Fix formula for mana
|
2020-01-20 14:49:23 -05:00 |
|
Paul Coene
|
9cc73f2b4a
|
Fix formula for mana
There were errors in the old formula for wis/int values over 201.
|
2020-01-20 14:24:29 -05:00 |
|
Akkadius
|
6f73278cf8
|
Fix annoying aura crash that has been around for a year and a half, add aura logging, utilize close lists
|
2020-01-19 21:57:28 -06:00 |
|
Michael Cook (mackal)
|
6c91786cfb
|
Merge pull request #950 from noudess/patch-3
Update attack.cpp
|
2020-01-19 16:11:20 -05:00 |
|
Paul Coene
|
8eb60302a2
|
Update attack.cpp
Fix to Monk Mitigation. Divided weight by 10 to convert to stones.
|
2020-01-19 16:03:09 -05:00 |
|
Michael Cook (mackal)
|
43df845233
|
Fix issue with overflow in Mob::SendHPUpdate
|
2020-01-18 21:42:51 -05:00 |
|
Michael Cook (mackal)
|
feefd7a23b
|
Update default NPC:NPCGatePercent value to something more live like
|
2020-01-17 17:30:38 -05:00 |
|
Michael Cook (mackal)
|
5a1eac010b
|
Merge pull request #945 from noudess/patch-2
Update waypoints.cpp
|
2020-01-17 14:52:31 -05:00 |
|
Paul Coene
|
d47bf6a73b
|
Update waypoints.cpp
Fixed log message to be correct.
|
2020-01-17 14:35:32 -05:00 |
|
Uleat
|
daa9c04e89
|
Merge branch 'master' of https://github.com/EQEmu/Server
|
2020-01-16 20:49:12 -05:00 |
|
Uleat
|
a9ef2474d4
|
Updated eqemu_server.pl to use the appveyor archive when setting up bots [skip ci]
|
2020-01-16 20:49:03 -05:00 |
|
Michael Cook (mackal)
|
e1408ede6b
|
Remove AdventureManager::Load since it doesn't do anything
|
2020-01-16 19:22:17 -05:00 |
|
Michael Cook (mackal)
|
4241fba7e2
|
Forgot 2 exceptions
|
2020-01-16 19:10:04 -05:00 |
|
Michael Cook (mackal)
|
139b6c34e5
|
Change things -Wcatch-value complains about to references
|
2020-01-16 19:03:36 -05:00 |
|
Michael Cook (mackal)
|
baf4cc62eb
|
Fix format truncation in RoF2 OP_Trader
|
2020-01-16 18:04:20 -05:00 |
|
Michael Cook (mackal)
|
14402c9c41
|
Fix unreachable switch statements in console_server_connection.cpp
|
2020-01-16 17:44:46 -05:00 |
|
Michael Cook (mackal)
|
e4c4e5edb2
|
References shouldn't be null
|
2020-01-16 17:17:31 -05:00 |
|
Michael Cook (mackal)
|
e6a14beb2e
|
Remove another unnecessary this == null check
|
2020-01-16 17:06:11 -05:00 |
|
Michael Cook (mackal)
|
945ca1278c
|
Remove some unnecessary this == null checks
|
2020-01-16 17:02:35 -05:00 |
|
Michael Cook (mackal)
|
a307747c29
|
Nuke unused command_itemtest
|
2020-01-16 16:51:24 -05:00 |
|
Michael Cook (mackal)
|
099da513ff
|
Remove some unused misc.cpp functions (encode/decode)
These were unused and throwing warnings, so throw them away!
|
2020-01-16 16:18:08 -05:00 |
|
Michael Cook (mackal)
|
607379110b
|
Add some focus effects bots were missing
|
2020-01-16 16:00:38 -05:00 |
|
Michael Cook (mackal)
|
7ce88b30ad
|
Remove Bot::BotfocusType
This was just a maintenance burden keeping it in sync with focusType
(and it wasn't!)
|
2020-01-16 15:47:25 -05:00 |
|
Michael Cook (mackal)
|
28b0526857
|
Change NPCType::deity to uint32 to match client data type
Fixes overflow warning in bot.cpp
Shouldn't need DeityAgnostic_LB anymore either
|
2020-01-16 15:16:21 -05:00 |
|
Michael Cook (mackal)
|
d5067c4c3a
|
Treat bots like PCs for pcnpc_only_flag
|
2020-01-15 19:30:47 -05:00 |
|
Uleat
|
79db824a3c
|
Fix for bots update reporting errors on server start-up after newer update applied [skip ci]
|
2020-01-15 02:56:00 -05:00 |
|
Akkadius
|
331032f4f4
|
Push a scan when mobs first construct [skip ci]
|
2020-01-14 16:14:19 -06:00 |
|
Uleat
|
61790ef195
|
Wasn't quite dead... (Removed substring call from silent saylink parsing)
|
2020-01-13 19:01:42 -05:00 |
|
Uleat
|
9bdb70b2f0
|
Fatality! (Fix for event_say parse events not observing the correct parser for their situation)
|
2020-01-13 01:47:39 -05:00 |
|
Uleat
|
c438819ed6
|
Fix for command redirect of '#bot' using EVENT_COMMAND invocation
|
2020-01-12 22:40:05 -05:00 |
|
Uleat
|
7a791dda3c
|
Merge branch 'master' of https://github.com/EQEmu/Server
|
2020-01-12 21:11:51 -05:00 |
|
Uleat
|
6366a3fa38
|
Fix for silent saylinks and EVENT_COMMAND calls
|
2020-01-12 21:11:43 -05:00 |
|
Akkadius
|
306a08b9ac
|
Unify / streamline scanning logic calls, do a manual scan on enter and cleanup logging
|
2020-01-12 19:37:53 -06:00 |
|
Uleat
|
467f8d7867
|
Merge branch 'master' of https://github.com/EQEmu/Server
|
2020-01-12 01:33:17 -05:00 |
|
Uleat
|
6c2100a650
|
Fix for perl EVENT_COMMAND not exporting single arguments
|
2020-01-12 01:32:51 -05:00 |
|
Akkadius
|
9dacd0bd7a
|
Remove aa_timers from character tables [skip ci]
|
2020-01-11 18:19:27 -06:00 |
|
Akkadius
|
3c6cdd0905
|
Update character_table_list.txt for now until replaced [skip ci]
|
2020-01-11 18:02:01 -06:00 |
|
Akkadius
|
d1fb74ff5f
|
Fix bot table
|
2020-01-10 02:59:52 -06:00 |
|
Akkadius
|
f81b9d8244
|
Update worlddb.cpp
|
2020-01-10 02:54:34 -06:00 |
|
Akkadius
|
b9e87abb3c
|
Implement Character Soft Deletes
|
2020-01-10 02:54:29 -06:00 |
|
Uleat
|
451b0180c9
|
Merge pull request #943 from EQEmu/script_commands
Reworked EVENT_COMMAND handling and addressed script commands not present during help use
|
2020-01-07 21:43:32 -05:00 |
|
Akkadius
|
77ae4f0c3f
|
Update missing aliases for when log compilation flag is turned off [skip ci]
|
2020-01-07 16:09:14 -06:00 |
|
Uleat
|
852d951b65
|
Reworked EVENT_COMMAND handling and addressed script commands not present during help use
|
2020-01-06 15:41:05 -05:00 |
|
Uleat
|
4e8aec136e
|
Merge pull request #942 from noudess/patch-1
Added addition usage message for #grid for #grid show. (noudess)
|
2020-01-04 20:17:07 -05:00 |
|