Quote:
Originally Posted by FirzenExpert
Parameter means?
Op code is 4 digit or less
so parameter meaning a normal line from allisa?
or something else?
And when you say find them i have no knowledge on how to
I know how to capture packet then sending them back
and till now i have failed to find anything.
|
an opcode is 8 digits, regardless. you just don't have to send the 0's before the number with csend. csend 550 would be opcode 00000550.
parameter is exactly what it's called, a parameter. can be a string with your name, a float with the ID of the item you want to use, etc.
example of parameters: movement packet
it has 4 parameters
old X coords you're moving from
old Y coords you're moving from
new X coords you're moving to
new Y coords you're moving to
(not 100% if that's the right order, but those are the params)
the closest thing to tai/tara teleports i can think of is exiting a shadow mission, try fiddling with those packets
(wiki's words on parameter:
In its common meaning, the term is used to identify a characteristic, a feature, a measurable factor that can help in defining a particular system. It is an important element to take into consideration for the evaluation or for the comprehension of an event, a project or any situation.)