PWI - Guide for finding chat message offsets - C# code included

05/01/2011 19:04 dumbfck#91
Unfortunately my HDD failure was not just down to data corruption - There seems to be a hardware fault and it won't spin up properly. I put it in the refridgerator over night, which gave me just enough time to recover the majority of my data, but sadly, some of it was completely buggered and unrecoverable, having tried with several data recovery programs =[

Thanks for the link though, might try that next time I manage to trash something hehe.
05/18/2011 21:51 Merkada#92
PWI update ver. 522

base chat - 0xAEEA88
max chat msg. - 0xAEEA94
05/19/2011 04:21 AEBus#93
I have question:
I hate message "Duke shouts: Let it be known that XXX has recently acquired Perfect Token of Best Luck", VERY HATE :mad::mad::mad:
whether it can be removed from the game?
or just remove red system notifications from squad/faction/private chats?
05/19/2011 07:48 maniack88#94
any updates on this tool? i dont like time consuming when looking items from cat shop
05/19/2011 09:39 dumbfck#95
Quote:
Originally Posted by AEBus View Post
I have question:
I hate message "Duke shouts: Let it be known that XXX has recently acquired Perfect Token of Best Luck", VERY HATE :mad::mad::mad:
whether it can be removed from the game?
or just remove red system notifications from squad/faction/private chats?
Im sure it's probably possible by modifying the client somehow... Never really tried to be honest. Might take a look later.

Quote:
Originally Posted by maniack88 View Post
any updates on this tool? i dont like time consuming when looking items from cat shop
This tool isn't really anything to do with catshops... Not quite sure what you're asking :P
05/19/2011 17:24 Merkada#96
can someone pls explain how ID for gear/fashion are calculated...

example 1:
☆Endless Ambiguity with no refine, 1 socket and no stone inside has ID 14903
wich perfect fit to pwdb [Only registered and activated users can see links. Click Here To Register...]

example 2:
☆☆☆Dialectician's Smoking Vest, no refine, 3 socket and 3x lvl8 stone inside has ID 399260
and pwdb [Only registered and activated users can see links. Click Here To Register...]

first i think that wrong IDs are for "normal" gear/weapons (drops or crafts) but i see lot of TT/vana/packs equip with same "problem", and of course i get wrong IDs from chat system too (linked object ID)
pls can someone solve this for me?
05/19/2011 22:11 dumbfck#97
I think some items, such as items that have been manufactured by someone might have different IDs that are more like a unique ID for that exact item as it is stored on the server, i.e., it could be a weapon with 2 sockets, a blemished garnet and a diamond of dragon in it, +7, manufactured by dumbfck, with max vit but not max mag.... or something... It would be impossible to have all possible combinations for these sort of things, so I would guess once it's made, it is given a new unique ID as it is added to the server database - Just a hunch.
As for the IDs in world chat... I need to investigate more thoroughly, but I think rather than contain the ID for the item as you might see in your inventory, I think it's more of an ID to identify that item within the item link function. Say for example, you scroll up the chat, there might be 50 different linked items, each of which will need to be unique. As far as I remember, if you link the same item twice in chat, it will have a different ID the next time, although I can't remember for certain if this is the case. I'll check if I can find some time to play with this again.
If anyone else can figure out how this hangs together, I'd be most grateful too :]
05/23/2011 01:14 InfoSeek#98
Quote:
Func refreshAhPage($pid, $playerId)
local $packet, $packetSize
$packet = '25001A00'
$packet &= '00001700'
$packet &= '00002403'
$packet &= '0000'
$packet &= _hex($playerId)
$packet &= '0000'
$packet &= '00000000'
$packet &= '00000000'
$packet &= '00000001'
$packet &= '14'

$packetSize = 33
sendPacket($packet, $packetSize, $pid)
EndFunc
Any Tutorials on this PacketSending Stuff ?
How do i find out to Call a Function with this ?
Id like to fill my Exp to my Genie and dont want to use Mouseclicks any more.

Thanks!
05/23/2011 08:36 Interest07#99
Try the post by me in sig
07/28/2011 07:50 dontfool#100
Does anybody knows how to send chat messages via injects/packets?
07/28/2011 09:37 dumbfck#101
I tried to do this a while ago but couldn't find a good common injection point for it. There are separate functions for each type of chat (faction, world, squad, local, etc) which might be usable, but the common function that they all call has a massive amount of parameters... I didn't have the patience to try to work them all out :P
07/28/2011 11:38 dontfool#102
I think there should be a function that parses an input text field and calls the function depending on the text prefix '!!', '!~', '/JohnDow ' or something.
07/28/2011 12:36 dumbfck#103
There is, but it has a crazy amount of parameters and therefore would be very difficult to inject into. I'll try to find this function again later, maybe someone else can make better sense of it all ;)
09/03/2011 17:19 spongyabob2010#104
Please make video explaining to it! :(
09/05/2011 01:01 dumbfck#105
Quote:
Originally Posted by spongyabob2010 View Post
Please make video explaining to it! :(
Sorry for the late reply... I saw this a couple of days ago and forgot to come back to it.
Which part needs explaining further? And what do you intend to do with it?