WQ bot for PWI

01/21/2011 07:52 andre200312190#121
Thanks 2 Interest07. Now World Quest more easy
02/10/2011 12:01 heroceasar7384#122
@Interest07 :
Could you pls give me some codes (in AutoIT) to find the Guild Name's offset and Weapon's offset ? (ofcourse using StringRegExp Function in AutoIT)
Thanks a lot
02/10/2011 17:02 Interest07#123
Quote:
Originally Posted by heroceasar7384 View Post
@Interest07 :
Could you pls give me some codes (in AutoIT) to find the Guild Name's offset and Weapon's offset ? (ofcourse using StringRegExp Function in AutoIT)
Thanks a lot
guild names are stored in a separate structure, not in your character struct, so it's not just a simple matter of a single offset. For weapon offset, what exactly do you mean? Offset for the weapon itemid (which can be found in your character struct) , or for your equipmentlist etctera? oO

Either way, I'm not too keen on making RegExps, although I could give the offsets for the latter for PWI :p
02/11/2011 15:55 heroceasar7384#124
Quote:
Originally Posted by Interest07 View Post
although I could give the offsets for the latter for PWI :p
All offset of PWI is not difficult to search.But I usualy search as manual type (using CE and IDAPro), now I want some code to search it automatic .So, I need your help to do this :P

Thanks
02/11/2011 18:26 Sᴡoosh#125
Like he said, he doesnt really like regex (understandable). Why dont ya accept that?
03/02/2011 06:26 michoghel#126
Interest07...
can you give me offset for PW PH
can you send it to me???
send it to my email pls...
[Only registered and activated users can see links. Click Here To Register...]
tnx...

cheers
03/03/2011 00:50 AEBus#127
offset finder not find offsets for new version PWI :(
03/03/2011 03:07 Zacknafein#128
Same problem, can't make the offset files =(
03/03/2011 09:13 Interest07#129
Yeah, it no longer works :)
03/05/2011 02:28 msxgames#130
I got the offsets so far, but game crashes. Which one(s) is/are wrong? Anyone has any idea?

[main]
logActivities=0
[offsets]
realBaseAddress=0xAD5A04
SendPacketAddress=0x00648AA0
playerCounterOffset=0x000008FC
playerIntervalOffset=0x000008B0
questFunctionOffset=0x1014
questFunctionAddress=0x0070F3A0
playerNameOffset=0x624
playerTransportModeOffset=0x638
playerFlySpdOffset=0x4DC
playerFlyMountOffset=0x0000057C
playerXposOffset=0x3C
playerYposOffset=0x40
playerZposOffset0x44
playerActionStructOffset=0x100C
baseOffset=0x1C
playerOffSet=0x30
nameLengthOffset=0xFFFFFFF8
playerTargetIdOffset=0xB24
npcIdOffset=0x128
sortedNpcListOffset=0x50
baseListsOffset=0x8
npcListOffset=0x24
03/05/2011 09:24 Interest07#131
baseListsOffset=0x18

that's the one I know from the top of my head is wrong what you have

edit: good job on searching those offsets yourself ;)
03/05/2011 11:24 msxgames#132
Ty Interest07, I try to do the best with all the excellent tutorials from you and others. The bot still crashes, but I made an overview of the status so far. Any hints? I will update the status when I find more.

[main]
logActivities=0
[offsets]
realBaseAddress=0xAD5A04 => Confirmed
SendPacketAddress=0x00648AA0 => Confirmed
playerCounterOffset=0x000008FC => Confirmed
playerIntervalOffset=0x000008B0 => Confirmed
questFunctionOffset=0x1014 => Confirmed
questFunctionAddress=0x0070F3A0 => Confirmed
playerNameOffset=0x624 => Confirmed
playerTransportModeOffset=0x638 => Confirmed
playerFlySpdOffset=0x4DC =>Confirmed
playerFlyMountOffset=0x0000057C => Confirmed
playerXposOffset=0x3C => Confirmed
playerYposOffset=0x40 => Confirmed
playerZposOffset0x44 => Confirmed
playerActionStructOffset=0x100C => Confirmed
baseOffset=0x1C => Unknown (but should work)
playerOffSet=0x30 => Confirmed
nameLengthOffset=0xFFFFFFF8 => Unknown (but should work)
playerTargetIdOffset=0xB24 => Confirmed
npcIdOffset=0x11C => Confirmed
sortedNpcListOffset=0x50 => Unknown
baseListsOffset=0x18 => Confirmed
npcListOffset=0x24 => Unknown
03/05/2011 17:15 Interest07#133
the baseOffset definitely still works hehe, I'll check out the ones for npcs later. (I don't use bots for WQ or grinding myself, so i haven't looked up those values for myself yet)

npcIdOffset=0x11C

as far as I can tell
03/06/2011 17:59 bel002#134
Inretest, does this bow work now? Or do you still updating it? Thanks for answer :)

Anyways Good luck x)
03/06/2011 18:55 PW-Prophets#135
Quote:
Originally Posted by bel002 View Post
Inretest, does this bow work now? Or do you still updating it? Thanks for answer :)

Anyways Good luck x)
I dont know what his plans might be, but if you look in every one of his posts you should see

WQ Bot

"A World Quest bot for Perfect World. Will perform your WQ without sending clicks or keys, automatically detects the right quest. Comes with an offset finder, so you can always stay up to date. Source code provided, will no longer be updated by me."

We would like to think that some day we could combine this with Prophet Bot.

BTW THX interest for the baseListsOffset=0x18
After finding all the other offsets I was to tierd to track that down.