mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Added defines for all remaining pet commands and some support for them as well.
This commit is contained in:
@@ -3121,6 +3121,8 @@ namespace SoD
|
||||
case 0x07:
|
||||
emu->command = 0x02; // /pet attack or Pet Window
|
||||
break;
|
||||
case 0x03: // Case Guessed
|
||||
emu->command = 0x03; // /pet qattack
|
||||
case 0x08:
|
||||
emu->command = 0x04; // /pet follow or Pet Window
|
||||
break;
|
||||
@@ -3134,10 +3136,10 @@ namespace SoD
|
||||
emu->command = 0x08; // /pet stand or Pet Window
|
||||
break;
|
||||
case 0x06:
|
||||
emu->command = 0x03; // /pet guard me
|
||||
emu->command = 0x1e; // /pet guard me
|
||||
break;
|
||||
case 0x03: // Case Made Up
|
||||
emu->command = 0x09; // Stop?
|
||||
case 0x0f: // Case Made Up
|
||||
emu->command = 0x09; // /pet stop
|
||||
break;
|
||||
case 0x0b:
|
||||
emu->command = 0x0d; // /pet taunt or Pet Window
|
||||
|
||||
@@ -2459,6 +2459,8 @@ namespace SoF
|
||||
case 0x07:
|
||||
emu->command = 0x02; // /pet attack or Pet Window
|
||||
break;
|
||||
case 0x03: // Case Guessed
|
||||
emu->command = 0x03; // /pet qattack
|
||||
case 0x08:
|
||||
emu->command = 0x04; // /pet follow or Pet Window
|
||||
break;
|
||||
@@ -2472,9 +2474,9 @@ namespace SoF
|
||||
emu->command = 0x08; // /pet stand or Pet Window
|
||||
break;
|
||||
case 0x06:
|
||||
emu->command = 0x03; // /pet guard me
|
||||
emu->command = 0x1e; // /pet guard me
|
||||
break;
|
||||
case 0x03: // Case Made Up
|
||||
case 0x0f: // Case Made Up
|
||||
emu->command = 0x09; // Stop?
|
||||
break;
|
||||
case 0x0b:
|
||||
|
||||
@@ -1653,6 +1653,8 @@ namespace Titanium
|
||||
case 0x07:
|
||||
emu->command = 0x02; // /pet attack or Pet Window
|
||||
break;
|
||||
case 0x03: // Case Guessed
|
||||
emu->command = 0x03; // /pet qattack
|
||||
case 0x08:
|
||||
emu->command = 0x04; // /pet follow or Pet Window
|
||||
break;
|
||||
@@ -1666,9 +1668,9 @@ namespace Titanium
|
||||
emu->command = 0x08; // /pet stand or Pet Window
|
||||
break;
|
||||
case 0x06:
|
||||
emu->command = 0x03; // /pet guard me
|
||||
emu->command = 0x1e; // /pet guard me
|
||||
break;
|
||||
case 0x03: // Case Made Up
|
||||
case 0x0f: // Case Made Up
|
||||
emu->command = 0x09; // Stop?
|
||||
break;
|
||||
case 0x0b:
|
||||
|
||||
Reference in New Issue
Block a user