Added defines for all remaining pet commands and some support for them as well.

This commit is contained in:
Trevius
2015-01-06 19:14:06 -06:00
parent 6717014601
commit 2c43e6f68d
6 changed files with 102 additions and 21 deletions
+5 -3
View File
@@ -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
+4 -2
View File
@@ -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:
+4 -2
View File
@@ -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: