mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-23 12:38:21 +00:00
[Bug Fix] Fix rule check and add rule for pickpocket command (#3492)
* Fix bugs in skills -Add rule for allowing pickpocket -Fix method that is supposed to check rule -Changed Z axis range for pickpocket (was failing on giants) * Add zoffset to account for taller models
This commit is contained in:
@@ -637,6 +637,7 @@ RULE_BOOL(Bots, OldRaceRezEffects, false, "Older clients had ID 757 for races wi
|
||||
RULE_BOOL(Bots, ResurrectionSickness, true, "Use Resurrection Sickness based on Resurrection spell cast, set to false to disable Resurrection Sickness.")
|
||||
RULE_INT(Bots, OldResurrectionSicknessSpell, 757, "757 is Default Old Resurrection Sickness Spell")
|
||||
RULE_INT(Bots, ResurrectionSicknessSpell, 756, "756 is Default Resurrection Sickness Spell")
|
||||
RULE_BOOL(Bots, AllowPickpocketCommand, true, "Allows the use of the bot command 'pickpocket'")
|
||||
RULE_CATEGORY_END()
|
||||
|
||||
RULE_CATEGORY(Chat)
|
||||
|
||||
Reference in New Issue
Block a user