::all patched
People keep posting stuff and getting it patched so i thought id post my lame stuff that people might want to mess with and i dont really care when it gets patched cos they arnt that usefull
if you do use these (especially the gm talk/broadcast) then a mention would be nice in the broadcast/gm message :P
ghost talk
all players receive the ghost talk messages, the client just doesnt display it
if you mod the class check you can see all ghost talk as any class
i do it through packets so i dont have a client mod for it
not really that usefull anyway
broadcast
some feature that never made it to the client
i think its because its based on mana.. you need a certain amount to be able to broadcast messages and not all classes have mana
broadcast goes to everyone on every map and comes up where normal chat comes up
to do it mod the talk packets talk type to DA
normal chat is like this->
22 00 EC 03 FF FF FF 00 D0 07 00 00 FF FF 00 00 04 07 name 41 6C 6C 00 00 00 00 00
D0 07 is the talk type
so you would make it DA 07 like this
22 00 EC 03 FF FF FF 00 DA 07 00 00 FF FF 00 00 04 07 name 41 6C 6C 00 00 00 00 00
41 6C 6C = All
who your talking to..
after that is the actual message text, which is nothing in this example
so you would have to add something and increase the packet length part (the first byte)
my client app for this sux since you have to update it for every patch so i just use packets
so much easier
GM TALK
send gm messages.. comes up in the middle of the screen
only problem is it is not broadcast to everyone, only to the people on your screen
and your name comes up in it
might be good for some scams or just annoying the idiots at TQ
done the same way as broadcast except the talk type is DB
22 00 EC 03 FF FF FF 00 DB 07 00 00 FF FF 00 00 04 07 name 41 6C 6C 00 00 00 00 00
for these talk packets your name has to be correct or you will d/c
if your gonna use this then at least do something good with it before it gets patched
system talk
same as gm, only people on your screen see it
comes up in the top left in white
talk type = anything that isnt used eg: 00
the system actually uses 35 to do it
22 00 EC 03 FF FF FF 00 35 07 00 00 FF FF 00 00 04 07 name 41 6C 6C 00 00 00 00 00
talk types
here's them all
you can even do ghost talk when your alive..
spouse chat appears but everyone see's it
yell is supposed to go to everyone on the same map but i never tested it
00=[System]
35=[System]
D0=[Talk]
D1=[Whisper]
D2=[Action]
D3=[Team]
D4=[Guild]
D5=[System]
D6=[Spouse]
D7=[Talk]
D8=[Yell]
D9=[Friend]
DA=[Broadcast]
DB=[GM]
DD=[Ghost]
DE=[Service]
end transform
you can send the end transform packet to end your transformation before the normal end time
use it to train some transformation skill or something...
1C 00 F2 03 FF FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 AE 00 00 00
Dances
anyone can do all the dances even if you dont have the dance scrolls
because they are just actions like waving
dance 1 - 9 = action 01 - 09
1C 00 F2 03 11 11 11 11 00 00 00 00 00 00 00 00 07 00 00 00 action 00 00 00 7E 00 00 00
eg: dance 4
1C 00 F2 03 11 11 11 11 00 00 00 00 00 00 00 00 07 00 00 00 04 00 00 00 7E 00 00 00
thats it
have fun...
People keep posting stuff and getting it patched so i thought id post my lame stuff that people might want to mess with and i dont really care when it gets patched cos they arnt that usefull
if you do use these (especially the gm talk/broadcast) then a mention would be nice in the broadcast/gm message :P
ghost talk
all players receive the ghost talk messages, the client just doesnt display it
if you mod the class check you can see all ghost talk as any class
i do it through packets so i dont have a client mod for it
not really that usefull anyway
broadcast
some feature that never made it to the client
i think its because its based on mana.. you need a certain amount to be able to broadcast messages and not all classes have mana
broadcast goes to everyone on every map and comes up where normal chat comes up
to do it mod the talk packets talk type to DA
normal chat is like this->
22 00 EC 03 FF FF FF 00 D0 07 00 00 FF FF 00 00 04 07 name 41 6C 6C 00 00 00 00 00
D0 07 is the talk type
so you would make it DA 07 like this
22 00 EC 03 FF FF FF 00 DA 07 00 00 FF FF 00 00 04 07 name 41 6C 6C 00 00 00 00 00
41 6C 6C = All
who your talking to..
after that is the actual message text, which is nothing in this example
so you would have to add something and increase the packet length part (the first byte)
my client app for this sux since you have to update it for every patch so i just use packets
so much easier
GM TALK
send gm messages.. comes up in the middle of the screen
only problem is it is not broadcast to everyone, only to the people on your screen
and your name comes up in it
might be good for some scams or just annoying the idiots at TQ
done the same way as broadcast except the talk type is DB
22 00 EC 03 FF FF FF 00 DB 07 00 00 FF FF 00 00 04 07 name 41 6C 6C 00 00 00 00 00
for these talk packets your name has to be correct or you will d/c
if your gonna use this then at least do something good with it before it gets patched
system talk
same as gm, only people on your screen see it
comes up in the top left in white
talk type = anything that isnt used eg: 00
the system actually uses 35 to do it
22 00 EC 03 FF FF FF 00 35 07 00 00 FF FF 00 00 04 07 name 41 6C 6C 00 00 00 00 00
talk types
here's them all
you can even do ghost talk when your alive..
spouse chat appears but everyone see's it
yell is supposed to go to everyone on the same map but i never tested it
00=[System]
35=[System]
D0=[Talk]
D1=[Whisper]
D2=[Action]
D3=[Team]
D4=[Guild]
D5=[System]
D6=[Spouse]
D7=[Talk]
D8=[Yell]
D9=[Friend]
DA=[Broadcast]
DB=[GM]
DD=[Ghost]
DE=[Service]
end transform
you can send the end transform packet to end your transformation before the normal end time
use it to train some transformation skill or something...
1C 00 F2 03 FF FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 AE 00 00 00
Dances
anyone can do all the dances even if you dont have the dance scrolls
because they are just actions like waving
dance 1 - 9 = action 01 - 09
1C 00 F2 03 11 11 11 11 00 00 00 00 00 00 00 00 07 00 00 00 action 00 00 00 7E 00 00 00
eg: dance 4
1C 00 F2 03 11 11 11 11 00 00 00 00 00 00 00 00 07 00 00 00 04 00 00 00 7E 00 00 00
thats it
have fun...