10301 Commits

Author SHA1 Message Date
Akkadius
d53abc34a7 Remove debug 2023-01-23 20:19:49 -06:00
Akkadius
98fd72493a Test pipeline 2023-01-23 20:19:49 -06:00
Akkadius
bb84e3d7a9 Update .drone.yml 2023-01-23 20:19:49 -06:00
Akkadius
76328f5453 Update .drone.yml 2023-01-23 20:19:49 -06:00
Akkadius
0983b4c64c Release without bots 2023-01-23 20:19:49 -06:00
Akkadius
dd58b2e1e4 Yolo 2023-01-23 20:19:49 -06:00
Akkadius
1c8b6b270f Copy 2023-01-23 20:19:49 -06:00
Akkadius
c44f548e0c Update .drone.yml 2023-01-23 20:19:49 -06:00
Akkadius
3bbf6e4529 Update .drone.yml 2023-01-23 20:19:49 -06:00
Akkadius
a62561a4d2 Yolo 2023-01-23 20:19:49 -06:00
Akkadius
d18b08a35b Yolo 2023-01-23 20:19:49 -06:00
Akkadius
81fc32aa1a Update .drone.yml 2023-01-23 20:19:49 -06:00
Akkadius
27f6d94c57 Update .drone.yml 2023-01-23 20:19:49 -06:00
Akkadius
66079ad4d6 Update .drone.yml 2023-01-23 20:19:49 -06:00
Akkadius
5666d9ea70 Test upload 2023-01-23 20:19:49 -06:00
Akkadius
0b704ff438 Naming 2023-01-23 20:19:49 -06:00
Akkadius
caf0ca71a0 Update .drone.yml 2023-01-23 20:19:49 -06:00
Akkadius
b6226e592e Test 2023-01-23 20:19:49 -06:00
Akkadius
2cc9ffd0e6 Update .drone.yml 2023-01-23 20:19:49 -06:00
Akkadius
7d3e56475e Update .drone.yml 2023-01-23 20:19:49 -06:00
Akkadius
c28da82738 Update .drone.yml 2023-01-23 20:19:49 -06:00
Akkadius
cf74980ae0 Update .drone.yml 2023-01-23 20:19:49 -06:00
Akkadius
a36da05e47 Linux 2023-01-23 20:19:49 -06:00
Akkadius
cf56f3ff11 Remove 7z from build scripts 2023-01-23 20:19:49 -06:00
Akkadius
77f96918b9 Split 2023-01-23 20:19:49 -06:00
Akkadius
0768c3cab4 Kill excessive warnings 2023-01-23 20:19:49 -06:00
Akkadius
4262b30675 Update windows-build.ps1 2023-01-23 20:19:49 -06:00
Akkadius
d2090d961a Update windows-build.ps1 2023-01-23 20:19:49 -06:00
Akkadius
eaa2161bb4 Update windows-build.ps1 2023-01-23 20:19:49 -06:00
Akkadius
dcde068e29 Test 2023-01-23 20:19:49 -06:00
Akkadius
7690df4139 Test 2023-01-23 20:19:49 -06:00
Aeadoin
4d355afe9d
[Bug Fix] Fix scenario where dereferenced object could be null. (#2784) 2023-01-23 18:40:23 -05:00
Aeadoin
93eddf603b
[Bug Fix] Fix botgrouplist to display unique entries. (#2785) 2023-01-23 18:39:55 -05:00
Aeadoin
293f79268d
[Bots] Fix Slow Query in QueryNameAvailablity (#2781) 2023-01-22 18:26:57 -05:00
Chris Miles
7e35d5aa79
[AA] Fix AA tables dump (#2769) 2023-01-22 12:57:08 -05:00
Alex King
f7e4fba584
[Bug Fix] Fix bots equipping augments. (#2772)
# Notes
- Bots didn't check if the item was an augment before equipping, this stops them from equipping them.
2023-01-22 12:57:00 -05:00
Alex King
01a0f906e1
[Bots] Add Bot Command Reloading (#2773)
# Notes
- Adds `bot_command_init` to `#reload commands` so that operators can reload bot commands if they enable/disable bots while the server is running.
2023-01-22 12:56:55 -05:00
Alex King
0a11eaa092
[Bug Fix] Fix #findaa and GetAAName(). (#2774)
# Notes
- These were not properly checking every possible AA ID.
2023-01-22 12:56:49 -05:00
Alex King
d0edb93d62
[Commands] Remove #guildapprove, #guildcreate, and #guildlist Commands (#2775)
# Notes
- Removes `#guildapprove`, `#guildcreate`, and `#guildlist`.
- Removes associated functions, classes, etc. that were only used in these commands.
- These commands are unused and/or covered by the general `#guild` command.
- Approvals don't really seem to be a thing anymore and the variable itself doesn't exist in stock PEQ database anyway.
2023-01-22 12:56:42 -05:00
Alex King
35c3778baf
[Commands] Remove #undyeme Command. (#2776)
# Notes
- Removes redundant `#undyeme` command.
- Adds `GetGM()` check to `#undye` so players can't undye other players.
2023-01-22 12:56:36 -05:00
Alex King
abb41840f8
[Commands] Cleanup #appearanceeffects Command. (#2777)
# Notes
- Cleanup messages and logic.
2023-01-22 12:56:26 -05:00
Aeadoin
cd63047e60
[Bug Fix] Fix Bot Group Loading (#2780)
* [Bots] Fix Bot Groups

* unsigned.
2023-01-22 12:06:13 -05:00
Paul Coene
4fe5522212
[Bug Fix] #scribespells triggered error on mysql keyword rank (#2779) 2023-01-21 18:02:27 -05:00
Akkadius
0ccb18d017 [Hotfix] Remove appveyor fetch bots 2023-01-20 20:56:19 -06:00
Aeadoin
e010e41a83
[Bots] Add Virtual Override for Bot::Attack (#2771) 2023-01-20 17:13:40 -05:00
Aeadoin
886f80117c
[Cleanup] Merge Client::Attack and Bot::Attack into Mob::Attack (#2756)
* [Cleanup] Merge Client::Attack and Bot::Attack into Mob::Attack (#11)

* Remove #ifdef Bots to go along with KK fix

* Remove method in logging

* remove method from logging

* Fixes

* Rename
2023-01-20 15:52:45 -05:00
Chris Miles
5c095ab87a
[Bots] Post pre-processor fixes (#2770)
* Fixes

* Update main.cpp
2023-01-20 13:28:39 -06:00
Akkadius
e8ca3f6942 [eqemu_server.pl Swap out binary source 2023-01-20 12:56:37 -06:00
Akkadius
706a06efb6 [Appveyor] Remove bots preprocessor 2023-01-20 12:42:35 -06:00
Alex King
3335cacac1
[Bots] Cleanup and remove preprocessors. (#2757)
* [Bots] Cleanup and remove preprocessors.

- Removes every `#ifdef BOTS` we have and locks bots behind `Bots:AllowBots` rule.
- Bot updates are now done by default similar to regular database updates.
- Modify `CMakeLists.txt`, `.drone.yml`, and `BUILD.md` to match the removal of `EQEMU_ENABLE_BOTS`.

* Cleanup

- Add SQL for enabling bots for servers with bots.
- Add message that tells players/operators bots are disabled.

* Suggested changes.

* Bot injection stuff

* Change SQL to bot SQL.

* Tweaks

* Remove `is_bot`

* Update version.h

* Update main.cpp

* Update database.cpp

* Fix name availability crash

* Remove bots from update script

Co-authored-by: Akkadius <akkadius1@gmail.com>
2023-01-20 12:35:33 -06:00