Quote:
Originally Posted by zeteris
:) Not going to stop. Currently stucked on char spawns.
Need to collect more packets about pets, char spawn (when job'ing).
Not much left on spawns. This tool only crashes in crowded areas. Like Hotan or Jangan. Also not all skills and items parsed, so it causes crash.
|
Character spawn under job has no flag.
you need to insert a statement into the items loop, if the item ID equals to one of the job items, then the player is under a job status.
and of course store the result (true or fale, 1 or 0, etc) into a variable.
why storing it into a variable?
well, there's no grant name, emblem ID, union ID, guild war status, fortress war position and stall under a job status.
so you need the variable so it will skip the whole regular process,
under a job status there's only guild name length and guild name (right after the stall flag).
If you were talking about the character data spawn (for the logged character, not other characters) then nothing needs to be skipped.
you only need to check if the player is under a job status by the same way I explained above.
Good luck! :)