10307 Commits

Author SHA1 Message Date
Akkadius
144dfb0ec2 Update .drone.yml 2023-01-22 23:53:15 -06:00
Akkadius
1173702b00 Check if release 2023-01-22 23:53:15 -06:00
Akkadius
08b1f2edcb Release bot test #2 2023-01-22 23:53:15 -06:00
Akkadius
9833627683 Bots release 22.0.5 (Test) 2023-01-22 23:53:15 -06:00
Akkadius
e9841b8d9a Test 2023-01-22 23:53:15 -06:00
Akkadius
6103db0c8b Update .drone.yml 2023-01-22 23:53:15 -06:00
Akkadius
f50bb6ab59 Filter pipeline stage 2023-01-22 23:53:15 -06:00
Akkadius
62f9533614 Update .drone.yml 2023-01-22 23:53:15 -06:00
Akkadius
80abf85528 Remove debug 2023-01-22 23:53:15 -06:00
Akkadius
6fe89dc0aa Test pipeline 2023-01-22 23:53:15 -06:00
Akkadius
7496d45f7b Update .drone.yml 2023-01-22 23:53:15 -06:00
Akkadius
b03314efe1 Update .drone.yml 2023-01-22 23:53:15 -06:00
Akkadius
268e03206a Release without bots 2023-01-22 23:53:15 -06:00
Akkadius
420c545dbd Yolo 2023-01-22 23:53:15 -06:00
Akkadius
66bca9549b Copy 2023-01-22 23:53:15 -06:00
Akkadius
39c321f449 Update .drone.yml 2023-01-22 23:53:15 -06:00
Akkadius
e326e39e8a Update .drone.yml 2023-01-22 23:53:15 -06:00
Akkadius
1eada5259a Yolo 2023-01-22 23:53:15 -06:00
Akkadius
7ac170627d Yolo 2023-01-22 23:53:15 -06:00
Akkadius
d9c674e888 Update .drone.yml 2023-01-22 23:53:15 -06:00
Akkadius
88fb994357 Update .drone.yml 2023-01-22 23:53:15 -06:00
Akkadius
e708b55f4d Update .drone.yml 2023-01-22 23:53:15 -06:00
Akkadius
911ce259e8 Test upload 2023-01-22 23:53:15 -06:00
Akkadius
ccd325f75d Naming 2023-01-22 23:53:15 -06:00
Akkadius
45afba6e5f Update .drone.yml 2023-01-22 23:53:15 -06:00
Akkadius
3fc9c470c4 Test 2023-01-22 23:53:15 -06:00
Akkadius
c5501a3693 Update .drone.yml 2023-01-22 23:53:15 -06:00
Akkadius
ce24b5e442 Update .drone.yml 2023-01-22 23:53:15 -06:00
Akkadius
46fc763f6a Update .drone.yml 2023-01-22 23:53:15 -06:00
Akkadius
cbf89e9a1f Update .drone.yml 2023-01-22 23:53:15 -06:00
Akkadius
5a1eefcd13 Linux 2023-01-22 23:53:15 -06:00
Akkadius
0aa69504a1 Remove 7z from build scripts 2023-01-22 23:53:15 -06:00
Akkadius
3408d136e2 Split 2023-01-22 23:53:15 -06:00
Akkadius
78b1307f6f Kill excessive warnings 2023-01-22 23:53:15 -06:00
Akkadius
337019fb4d Update windows-build.ps1 2023-01-22 23:53:15 -06:00
Akkadius
840744df9a Update windows-build.ps1 2023-01-22 23:53:15 -06:00
Akkadius
68954ef965 Update windows-build.ps1 2023-01-22 23:53:15 -06:00
Akkadius
e10c7da2f9 Test 2023-01-22 23:53:15 -06:00
Akkadius
b2dc6c88d9 Test 2023-01-22 23:53:15 -06: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