Quote:
Originally Posted by KLS
The thing for the newer clients is the buffs you see in the target buffs window when you target something. While the durations are actual buff durations being modified for things like focus.
|
Aha! So The MakeBuffsPacket stuff has nothing to do with the standard buffs window?!
Only SendBuffDurationPacket is used for older clients?
I appreciate the information. I'm trying to understand why a couple of buffs display incorrectly on my Titanium client.
So, far, as I understand it:
- 3 action packets are sent to the client for beginning animation, completion and damage message.
- None of these include buff duration. I am assuming after several hours of trials that when the GUI (Titanium) displays the buff icon after the 2nd action message, that it is coming up with its own duration?
- I see that SendBuffDuration is done in BuffProcess when we have an older client like Titanium. This seems to be what is keeping the buffs up in the guild lobby (the update overwrites the still ticking down GUI code).
If the above observations are correct - Then I think I have a patch to fix the bug I am seeing, but only if the above is correct.
Are my above statements accurate?