
Originally Posted by
NoobFloob
The format of packet code depends on what function it will do. For example, "%xt%zm%gar%1%26%a1>m:6,aa.m:7%wvz%" will be sent to server (by the client) when you do any kind of skills to the monster wheter if it's auto attack or skill.
Another example of packet is Cell Jump. Ex. :%xt%zm%moveToCell%74189%Enter%Spawn%. Unlike skill's packet format, this is a bit easy to understand. The "74189" is some sort of user id which normally change everytime you log in (or any other cases).
No, you can't make your own packet code (invent a new one that cannot be recognize by the server) but you can change the values of some packets that can be recognize by the server. Ex: I'm at citadel and I want to go directly to the portal without any hassle of clicking, but sad to say I don't have the packet for that but I have a spare packet in Enter (%xt%zm%moveToCell%74189%Enter%Spawn%). So what will I do is change the "Enter" to m22 (because that's where the portal is) and change the "Spawn" pad to "Left" in order for me not to get stucked in the middle. I can either use packet spammer (in grimoire and rbot) and send the packet code once OR I can use packet tamperer (packet interceptor in rbot) to send the packet code to server.
The rule will apply to every packets but in different format.
Packet Spammer's function comes from the word itself, spammer. It basically sends packet in the server multiple times (or until you stop) with a delay to avoid being disconnected or getting banned (in the worse case). One of the best uses of it is in fishing. I already made a tutorial of it (My started thread here) on how to use it maybe in that way, you'll get an idea on how to use packet spammer.
nice info !
yeah i dont mean to make my "own" packet spammer, its like, i make the code to share to other's or just for my self consumption. etherwise, i wanna ask, i got the Hedgemaze Packet spammer , and the packet was written like this
%xt%zm%acceptQuest%20135%5301%
%xt%zm%getMapItem%20135%4680%
%xt%zm%tryQuestComplete%20135%5301%-1%false%wvz%
which the "AcceptQuest" is the command , and i dont know what the code next, but i know that 5301 is the idQuest
and also that getMapitem. is that 20135 a MAP ID ? or what ? because only that code make me wonder, what is that code means.
i really apreciate your comment dude, i really need a guru
- - - Updated - - -

Originally Posted by
Biyaaay
Use the packet logger instead of packet tamperer. It's the easiest way.
Yep, i just try the Packet logger on Rbot, Rbot i think better than grimoire, but , i still new on this bot