Kinglykrab
e870ee5e0e
[Commands] Remove #logtest Command. ( #1731 )
...
- Remove unused/deprecated command.
2021-11-12 14:46:05 -06:00
Kinglykrab
0997a8a31e
[Commands] Remove #bug Command. ( #1737 )
...
- Remove unused command.
2021-11-12 08:23:22 -05:00
Kinglykrab
0bf6627fb0
[Commands] Remove #crashtest Command. ( #1734 )
...
- Remove unused/deprecated command.
2021-11-12 08:19:58 -05:00
Kinglykrab
7178a7e55d
[Commands] Remove #clearinvsnapshots Command. ( #1736 )
...
* [Commands] Remove #clearinvsnapshots Command.
- Remove unused command.
* Web editor conflict fail
Co-authored-by: JJ <3617814+joligario@users.noreply.github.com>
2021-11-12 07:41:46 -05:00
Kinglykrab
9e8d03d92d
[Commands] Remove #connectworldserver Command. ( #1735 )
...
- Remove unused command.
2021-11-12 05:58:18 -05:00
Kinglykrab
f4a70eff43
[Commands] Remove #d1 Command. ( #1733 )
...
- Remove unused command.
2021-11-12 05:58:01 -05:00
Kinglykrab
f9ec45c7ff
[Commands] Remove #ipc Command. ( #1732 )
...
- Remove unused command.
2021-11-12 05:57:43 -05:00
Kinglykrab
cf8bf9e4fc
[Commands] Remove #manastat Command. ( #1730 )
...
- Remove unused command.
2021-11-12 05:57:25 -05:00
Kinglykrab
575237d764
[Commands] Remove #mysqltest Command. ( #1729 )
...
- Removed unused/deprecated command.
2021-11-12 05:57:09 -05:00
Kinglykrab
e12e8df3ef
[Commands] Remove #numauths Command. ( #1728 )
...
- Remove unused command.
2021-11-12 05:56:50 -05:00
Kinglykrab
8d7b7d6cc4
[Commands] Remove #optest Command. ( #1727 )
...
- Remove unused command.
2021-11-12 05:56:32 -05:00
Kinglykrab
6f79ea117c
[Commands] Remove #refundaa Command. ( #1726 )
...
- Remove unused command.
2021-11-12 05:56:11 -05:00
Kinglykrab
7b022502da
[Commands] Remove #qtest Command. ( #1725 )
...
- Remove unused command.
2021-11-12 05:55:54 -05:00
Kinglykrab
4a376b7859
[Commands] Remove #testspawn and #testspawnkill Commands. ( #1724 )
...
- Remove unused commands.
2021-11-12 05:55:35 -05:00
Kinglykrab
87cdf7feb1
[Commands] Remove #synctod Command. ( #1723 )
...
- Remove unused command.
2021-11-12 05:55:06 -05:00
Kinglykrab
caf32290b8
[Commands] Remove #sendop Command. ( #1722 )
...
- Remove unused command.
2021-11-12 05:54:44 -05:00
Kinglykrab
dc1c7bb284
[Commands] Remove #serversidename Command. ( #1720 )
...
- Remove unused command.
2021-11-12 05:53:44 -05:00
Kinglykrab
328a94e2d4
[Commands] Add #findfaction Command. ( #1697 )
...
- Add #findfaction [search criteria] command.
- Cleanup other #find command messages/logic.
- Add GetMaxFaction() helper method.
- Add races.h defines for races 725-732.
2021-11-09 21:23:38 -05:00
Kinglykrab
0b283e60db
[Commands] Remove #listnpcs Command. ( #1696 )
...
- Unused command.
2021-11-07 18:32:33 -05:00
Kinglykrab
062fb73f03
[Commands] Remove #test, #spon, and #spoff Commands. ( #1686 )
...
- These commands are unused or outdated.
2021-11-07 17:20:55 -05:00
Kinglykrab
bc82b897c5
[Commands] Add #emptyinventory Command. ( #1684 )
...
* [Commands] Add #emptyinventory Command.
- Allows you empty you or your target's inventory completely. (Equipment, General, Bank, and Shared Bank)
- Fixed an issue not allowing quest::removeitem(item_id, quanity) to remove 0 charge items.
- Fixed an issue not allowing eq.remove_item(item_id, quanity) to remove 0 charge items.
* Update command.cpp
* Update client.cpp
2021-11-06 22:34:04 -04:00
Kinglykrab
8d8301fbd7
[Commands] Add #findskill [search criteria] Command. ( #1674 )
...
* [Commands] Add #findskill [search criteria] Command.
- Allows you to search for skills by ID or partial name.
* Add error message.
* Update command.cpp
* Update command.cpp
* Update command.cpp
2021-11-06 17:35:43 -04:00
Kinglykrab
b4aa401210
[Commands] Add #findtask [search criteria] Command. ( #1675 )
...
* [Commands] Add #findtask [search criteria] Command.
- Allows you to search for Tasks by ID or partial name.
* Update command.cpp
2021-11-06 17:35:37 -04:00
Kinglykrab
ce5fa9502f
[Commands] Adds #dye command. ( #1537 )
...
* [Commands] Adds #dye command.
* Fix use tint.
2021-09-12 22:40:43 -05:00
Chris Miles
94c1a50cc8
[GM Command] Door Manipulation Command Port ( #1524 )
...
* Initial commit
* Push latest
* Update door_manipulation.cpp
* More door work
* More doors work
* Upload notes
* Finalize changes
* Remove comment
* Add missing chat line
* Swapped URI parser with something not using deprecated C++ functions
2021-09-12 22:08:04 -05:00
KayenEQ
f01cf74fa6
[Spells] Update SPA 339 SE_TriggerOnCast ( #1478 )
...
* Recoded SE_TriggerOnCast Focus effect
Recoded SE_TriggerOnCast focus effect to be consistent with how all other focuses are checked. No longer an arbitrary limit as to number of a focus effects of this type you can have.
* new command: resetdisc_timer
usage: #resetdisc_timer [all | timer_id]
* syntax fixes
syntax improvements
* minor fix
changed numhits check
* Update spell_effects.cpp
* added better support for spell procs that don't require target.
* syntax
* Formatting and syntax tweaks
Co-authored-by: Akkadius <akkadius1@gmail.com>
2021-08-01 13:26:44 -05:00
Alex
d162f25536
[Commands] Add #findclass [search criteria] command. ( #1384 )
...
* [Commands] Add #findclass [search criteria] command.
- Allows GMs to find a class by name or ID.
- Modify some verbiage in command messages that were improper.
* Update find functions to use strings instead of chars.
2021-06-12 11:36:19 -05:00
Alex
6e12d2fd49
[Commands] Add #viewzoneloot [item id] command. ( #1382 )
...
* [Commands] Add #viewzoneloot [item id] command.
- Allows GMs to search for a specific item across all the loot currently available on the spawned NPCs in the zone.
- Specifying item ID 0 will allow GMs to see all the droppable items, I tested in Sanctus Seru (a huge zone) and it sent approximately 1,200 messages, which didn't lag or desync my client.
* Adjustments.
* Adjustments.
2021-06-12 11:32:36 -05:00
Akkadius
3fc1aea3ce
Naming suggestions from https://github.com/EQEmu/Server/pull/1170
2021-01-04 11:44:23 -06:00
splose
02aa4302de
Merge branch 'master' into ww
2021-01-03 18:58:00 -05:00
Matthew Silvia
6fe05bbf5e
change name
2021-01-03 13:16:01 -05:00
Matthew Silvia
e13346560e
#ww
2021-01-02 23:24:28 -05:00
Matthew Silvia
d6e29810f1
#endurance
2021-01-02 23:17:47 -05:00
hg
c9504452e1
Add #dzkickplayers command for pre-RoF clients
...
Performs "/kickplayers exp" for older clients without the command
2020-12-30 18:47:07 -05:00
hg
da067be2fa
Implement initial expedition system
...
Add Expeditions logging category
Add handlers for all Dynamic Zone/Expedition related opcodes
Add FormatName string_util function to format character names
Add Zone::IsZone helper method
Add cross zone MessageString support with variable parameters
Add static Client method helpers for cross zone messaging
Add #dz gm command to debug expedition cache for current zone
2020-12-30 18:47:06 -05:00
Akkadius
f78828216d
Add support for virtual zonepoints
2020-08-16 00:06:20 -05:00
Akkadius
cfa3e88bb2
Add command #gearup as a fairly decent start to a expansion specific way of gearing up a GM test character
2020-07-30 21:10:15 -05:00
Akkadius
2e0c892b07
Add cli character:copy-character and #copycharacter
2020-07-18 21:07:22 -05:00
Akkadius
e03ca7f65e
Merge branch 'master' of https://github.com/EQEmu/Server into integration/multi-tenancy-expansions-repository
2020-06-29 00:40:27 -05:00
Alex
0daadde415
Add #findrace command.
2020-06-21 16:10:55 -04:00
Akkadius
2b1b786f02
Merge branch 'master' of https://github.com/EQEmu/Server into integration/multi-tenancy-expansions-repository
2020-04-06 02:55:46 -05:00
Akkadius
019735c654
Keeps spawns from doing individual loads and prefer bulk loading [skip ci]
2020-03-30 23:25:32 -05:00
Uleat
a2b381bc9e
Added command 'editmassrespawn' for mass editing of respawn times
2020-03-29 16:34:07 -04:00
Michael Cook (mackal)
a307747c29
Nuke unused command_itemtest
2020-01-16 16:51:24 -05:00
Uleat
b8623bf6df
Added command 'nudge'
2019-11-25 19:56:29 -05:00
kentai
454a5c4527
#faction -- Displays Target NPC's Primary faction
...
#faction Find [criteria | all] -- Displays factions name & id
#faction Review [criteria | all] -- Review Targeted Players faction hits
#faction Reset [id] -- Reset Targeted Players specified faction to base
2019-10-24 14:55:55 +11:00
kentai
512880e316
Combined databucket view delete commands to #databuckets
2019-09-06 10:04:37 +10:00
kentai
8e1b6a23eb
Bot Naming - View/Delete Databuckets
...
^bottitle
^botsuffix
^botsurname
#viewbuckets
#deletebucket
2019-09-05 14:12:56 +10:00
Akkadius
6fb1d95518
Implemented command #spawneditmass <search> <option> <value> with options [respawn_time] currently implemented
2019-08-16 04:33:51 -05:00
Akkadius
05e7c473df
Simplified the use of roamboxes and improved the AI for roambox pathing
2019-08-16 03:25:34 -05:00