 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
 |
|
 |
 |
|
 |
 |
|
 |
 |
|
 |
 |
| Author |
Message |
ncrsn
Joined: 10 Feb 2006 Posts: 183
|
Posted: Sat May 24, 2008 8:20 am Post subject: |
|
|
I did some testing on POL 097 RC5 and using results I got, did the conclusion and the packet hook script.
- If player is visible and in peacemode, flag is 0x00.
- If player is visible and in warmode, status flag is 0x41 (probably the +1 is because of core's warmode toggling, which, afaik, does not work like it should).
- If visible, mounted and in warmode, flag is 0x41 (no difference in the look, comparing to peacemode rider, but should there be any? I did not see difference on the RC5 server).
- If hiding or concealed and in peacemode, flag is 0x80.
- If hiding or concealed and in warmode, flag is 0xC1.
- If hiding or concealed, mounted and in warmode, flag is 0xC1 (again, no difference).
These are the documentations I based my scripts on. And so far tests show that things work like they should, but, I cannot say it for sure because I did not find anything besides mentioned test results I collected that claim how status flag really works. I just hope that +0x40 does the trick in every case. |
|
 |
|
|
|