Quote:
Originally Posted by martmor
If you want to start WQ (with start volume) if your char is not near the NPC Li Mengpai. (like me started always with FlyWQ with the char anywhere on the map) I added now some lines to the WQ bot that make it possible that you can start WQ if your char is anywhere on the Map..
With this change you can start the WQ (with begin volume) if your char is anywhere on the map. (just fly to a high that your char do not stuck at the begin). Your Char will fly up to high 77 to the start NPC Li Mengpai. There he land and the WQ will start.
The second change it that from Volume 30 to 31 he will fly at a high from 60 instead of 77. (I hope this is enough high, I did not tested it until now)  Edit: Now tested and no problems.
How to use
download jawqexpan.zip
copy the file in the lib folder from your wq bot
extract the zip archive at the lib folder
if you start a compiled jawq wq bot, compile the jawq.exe new
restart the jawq.exe file
it is done, have fun
Thanks to Shareen for the nice Bot. 
|
hi martmor i have off set it's working for FlyWQ 3.1 but it can't work for Jawq
can u give me fix data ?
WQing.ini
[main]
logActivities=0
[offsets]
realBaseAddress=0x00B8FBCC
SendPacketAddress=0x0069F9C0
playerCounterOffset=0x00000968
playerIntervalOffset=0x0000092C
questFunctionOffset=0x1130
questFunctionAddress=0x00778160
playerNameOffset=0x670
playerTransportModeOffset=0x684
playerFlySpdOffset=0x4F8
playerFlyMountOffset=0x598
playerXposOffset=0x3C
playerYposOffset=0x40
playerZposOffset=0x44
playerLvlOffset=0x48C
playerActionStructOffset=0x1128
baseOffset=0x1C
playerOffSet=0x34
playerInventoryOffset=0xDC8
playerInventoryQuestOffset=0xC
nameLengthOffset=0xFFFFFFF8
playerTargetIdOffset=0xBF8
npcIdOffset=0x120
sortedNpcListOffset=0x50
baseListsOffset=0x1C
npcListOffset=0x24
i try to write;
Jawq.ini
[main]
GameProcessName=elementclient.exe
LogMode=0
LogPath=logs/
DelayOnError=5000
MaxErrorRetries=5
[gui]
AnimateRemove=1
[offsets]
CallSendPacket=0x0069F9C0
CallIsQuestAvailable=0x00778160
BaseAddress=0x00B8FBCC
BaseOffset=0x1C
PlayerStruct=0x34
PlayerId=0x480
PlayerLevel=0x48C
PlayerName=0x670
PlayerTransportMode=0x684
PlayerFlyMountId=0x598
PlayerPositionX=0x3C
PlayerPositionZ=0x44
PlayerPositionY=0x40
PlayerTargetId=0xBF8
PlayerFreeze=0xC3E
PlayerQuestInventory=0xC
PlayerAction=0x1128
PlayerQuestList=0x1130
ItemId=0x110
Lists=0x1C
NpcList=0x24
NpcSortedList=0x50
NpcId=0x120
when run Jawq.ahk it good detect name lv status idle but when klik start it say Status: Critical error code:256 Intance Unhooked
at FlyWQ3.1 it working the data WQing.ini