SirGouki
SirGouki
What fixed this for me: make a file named settings.json in a folder named .vscode in the project's root directory. For example, if your project directory is blog_os: ``` blog_os...
[REDACTED] I'm checking the code and will edit this with what I find. Please replace the code inside the else if with: ``` uint8 playerRotation = PAttacker->loc.p.rotation; uint8 mobRotation =...
> > > Need someone on retail to confirm the rotation range to see if its 0-360(or 0-2π) or 0-255. > > This is what I added to my server....
> > > Sorry to be so chatty. This is what I ended up with. > > ``` > uint8 playerRotation = PAttacker->loc.p.rotation; > uint8 mobRotation = PDefender->loc.p.rotation; > >...
This may be related to #6240 This was fixed in the past according to another issue linked there (at least, similar behavior was). Are you running the newest master? Also,...
EDIT: MY interpretation of stoneskin's functionality is wrong. per https://ffxiclopedia.fandom.com/wiki/Tactical_Points section Exceptions, hits against stoneskin prevent TP gain no matter what as long as the target doesn't lose HP. If...
I have noticed it both happening and not happening with multiple mobs, the easiest way to test is when crabs use the tp skill that gives them a small version...
This hasn't been happening any more, and I've not changed anything on my end, so it may have been resolved already (my server was 8 days old, I did a...
The reason is the data type UINT8, range is between 0 and 255. Type needs to be changed and proper value checking should be implemented. I would do it, but...
is this potentially related to the zone music being stored in the DB?