Hi there, is there any guide to capture packets using Wireshark or any tool?
I am trying to capture the packets needed for the 'remove equipment' to work, I tried with wireshark but I do not know how to read.
I've tried the command and the newly added items didn't show up immediately after typing the command. Though, they appeared when I re-logged. Isn't that fine if it works that way?
ACMD(reloadcashshop)
{
nullpo_retr(-1, sd);
clif->cashshop_load();
clif->message(fd, "Cash Shop database has been reloaded.");
return true;
}
Not sure if this will work..