Akkadius
d4a1ea82dc
Create database_dump_service.cpp
2020-03-09 03:01:59 -05:00
Chris Miles
8d252dfd9a
Implement database dump service
2020-03-09 03:00:07 -05:00
Alex
1577f2823b
Merge pull request #988 from KinglyKrab/master
...
Add GetRaidIDByCharID to Perl/Lua.
2020-03-08 22:42:17 -04:00
Alex
cede38f562
Add GetRaidIDByCharID to Perl/Lua.
2020-03-08 21:11:56 -04:00
Alex
201757567c
Merge pull request #987 from KinglyKrab/master
...
Add GetGroupIDByCharID and GetGuildIDByCharID to Perl/Lua.
2020-03-08 20:50:07 -04:00
Alex
2a9248697e
Add GetGroupIDByCharID and GetGuildIDByCharID to Perl/Lua.
2020-03-08 20:49:01 -04:00
Michael Cook (mackal)
3708efd8df
Merge pull request #984 from EQEmu/bug_fix/split_in_raid
...
Fix /split while in a raid
2020-03-08 01:03:16 -05:00
Michael Cook (mackal)
1d907564e9
Merge pull request #986 from regneq/master
...
Faction conning indifferent regardless of faction level in no-combat zones.
2020-03-07 22:01:26 -05:00
regneq
1b15ee141d
Faction always conned indifferent in no combat zone such as PoK, Nexus, etc regardless of faction level as evident with Planar Traveler's Manual (faction modifier) and restocking high quality ore (faction reward) in Bazaar and PoK.
2020-03-07 18:38:38 -08:00
Chris Miles
d838ac9582
Merge pull request #985 from KinglyKrab/master
...
Deleted characters will no longer show in the guild window.
2020-03-07 20:32:34 -06:00
regneq
dce5dea609
Merge pull request #4 from EQEmu/master
...
Update
2020-03-07 18:21:25 -08:00
Alex
581d5b1289
Deleted characters will no longer show in the guild window.
2020-03-07 18:58:12 -05:00
JJ
4915e86aba
Slight tweak (field name) to #983 "Override LEVEL and INT aggro blocking".
...
If you already ran the previous SQL, use this instead:
ALTER TABLE `npc_types` CHANGE `always_aggros_foes` `always_aggro` TINYINT(1) NOT NULL DEFAULT '0';
2020-03-05 22:31:54 -05:00
JJ
09e9c0b504
Merge branch 'master' of https://github.com/EQEmu/Server
2020-03-05 21:40:33 -05:00
Michael Cook (mackal)
a3eb74b855
Fix /split while in a raid
...
This still doesn't add support for /autosplit in a raid, how should that
work?
This changes the Raid::SplitMoney to take a group ID and fails when
provided with RAID_GROUPLESS. This does change behavior, but I'm not
sure if it was ever used so ...
2020-03-05 14:37:43 -05:00
Alex
fb396e9f60
Merge pull request #983 from noudess/master
...
Update version for always_aggros_foes db change.
2020-03-05 13:06:10 -05:00
Noudess
d85469dff9
Update version for always_aggros_foes db change.
2020-03-05 13:04:21 -05:00
Alex
3f7ce5df72
Merge pull request #982 from noudess/master
...
Add flag which can enable a mob to always aggro a foe regardless of int or level
2020-03-05 12:31:59 -05:00
Noudess
d5b3dc7c0a
Merge remote-tracking branch 'refs/remotes/origin/master'
2020-03-05 10:48:40 -05:00
Noudess
ac3b4ade10
Implement new always_aggro_foes field and functionality for mobs.
2020-03-05 10:44:01 -05:00
Paul Coene
482584f95a
Merge pull request #4 from EQEmu/master
...
Update to master
2020-03-05 10:37:41 -05:00
Alex
57e7b4a2b8
Merge pull request #981 from xackery/dev-container
...
Improved vscode devcontainer setup
2020-03-05 09:40:14 -05:00
Uleat
7f6414d685
Some bot-related changes (Master Wu's Technique, Tiger Claw timer)
2020-03-02 12:09:55 -05:00
Xackery Xtal
81e91d7956
Improved vscode devcontainer setup
2020-02-29 21:34:38 -08:00
JJ
3875485567
Merge branch 'master' of https://github.com/EQEmu/Server
2020-02-28 21:41:52 -05:00
JJ
eb104e40de
Update link [skip ci]
2020-02-28 21:39:46 -05:00
Michael
bec33e22da
Update Readme [skip ci]
...
Updated Windows Installer Link
2020-02-28 21:38:39 -05:00
Chris Miles
ac104ed4e0
Merge pull request #977 from prestanneth/master
...
CheckIncreaseSkill() for Throwing within combat abilities
2020-02-27 17:29:54 -06:00
Alex
0ffb5c46a5
Missing bracket
2020-02-24 15:00:12 -08:00
Alex
92638504db
Merge pull request #980 from noudess/patch-11
...
restore some code unintentionally removed
2020-02-24 13:53:33 -08:00
Paul Coene
08002eacea
restore some code unintentionally removed
...
Checked with @KimLS.
2020-02-24 16:51:05 -05:00
KentaiVZ
79248cffec
Merge branch 'master' of https://github.com/prestanneth/Server
2020-02-23 12:23:02 +11:00
Chris Miles
8787f51b58
Merge pull request #979 from hgtw/fix/zlib-deflate-size
...
Send packet uncompressed if zlib deflates to a larger size than input
2020-02-22 16:24:27 -06:00
Chris Miles
69f4d90737
Merge pull request #976 from xackery/master
...
Added NPC::RecalculateSkills
2020-02-22 16:20:59 -06:00
Chris Miles
1371e1e7ed
Merge pull request #978 from xackery/vscode
...
Added vscode environment files
2020-02-22 16:19:22 -06:00
Chris Miles
81ff7f5d57
Merge pull request #964 from EQEmu/feature/hot-reload
...
Feature - Hot Reload
2020-02-22 16:18:47 -06:00
Akkadius
8376ed5d3f
PR adjustments
2020-02-22 16:17:18 -06:00
Xackery Xtal
fe4a0cfdba
Added vscode environment files
2020-02-20 16:50:34 -08:00
kentai
0043f56984
...
2020-02-20 14:37:26 +11:00
kentai
6ddc5ea8e8
CheckIncreaseSkill() from Client::ThrowingAttack() to DoThrowingAttackDmg() so it gets called during combat abilities(zerker volley), as well as regular throws(monk ranged).
2020-02-20 14:23:06 +11:00
Uleat
be38a62d70
Merge pull request #971 from EQEmu/eqemu_server_db_updates
...
Eqemu server db updates [skip ci]
2020-02-19 13:10:36 -05:00
Uleat
fdc38315d3
Updated eqemu_server.pl console messages for Applying/Has update messages [skip ci]
2020-02-19 07:52:10 -05:00
Uleat
e7c000813f
Merge branch 'master' of https://github.com/EQEmu/Server into eqemu_server_db_updates
2020-02-19 02:08:11 -05:00
Michael Cook (mackal)
6fb0042e3f
Add packet struct and ops for AdvancedLoreText
...
Just stuff if people want to start working on it
2020-02-18 15:50:01 -05:00
Xackery Xtal
0a4429c0c0
Added NPC::RecalculateSkills
2020-02-18 09:21:18 -08:00
Michael Cook (mackal)
a63dc7d5e0
Merge pull request #974 from noudess/master
...
Added a rule to disallow click training of tomes and fall back to handins.
2020-02-16 14:37:56 -05:00
Michael Cook (mackal)
67449de27e
Merge pull request #973 from TheGrandPackard/Character-PetsUseReagents-Fix-Necro-Spells
...
Add Necromancer pet spell effect id to pet spell reagent check
2020-02-16 14:37:26 -05:00
Paul Coene
10e5f0e949
Update ruletypes.h
2020-02-16 12:28:18 -05:00
Joshua Packard
141ecca2bc
Add necromancer pet spell check to other reagent logic
2020-02-16 09:23:26 -08:00
Paul Coene
bd4fa4fb6b
Implement RuleB(Skills, RequireTomeHandin)
2020-02-16 11:42:55 -05:00