Thread: Taunt issues
View Single Post
  #4  
Old 09-16-2015, 04:01 AM
AdrianD
Discordant
 
Join Date: Dec 2013
Posts: 297
Default

Hello,

Just throwing this out here...

There are OP codes for all kinds of actions. I think it means "operation code" but, I'm not certain. I can't imagine they would be missing/different but, you could check the OP codes in files named `patch_Titanium.conf` or similar. Use a text editor to open the file, like Notepad++, to search quickly for `OP_Taunt`.

Then, you could search the same by opening Microsoft Visual Studio by double clicking a .cpp file in your source folder. Edit > find and replace > find in files. It does basically the same thing as notepad and very fast.

Then compare the two hex numbers. (I think it's hex)

I'm certain someone else could chime in about this and correct me if this would be a fruitless waste of time.

At minimum, you may learn a little bit.

Thanks
Reply With Quote