Global $ADDRESS_BASE = 0xda433c
Global $ADDRESS_SENDPACKET = 0x7b8970
Global $ADDRESS_AUTOPATH = 0x457e00
Global $ADDRESS_ACTION1 = 0x4a3860
Global $ADDRESS_ACTION2 = 0x4a9dd0
Global $ADDRESS_ACTION3 = 0x4a3e70
Global $ADDRESS_GATHER = 0x4990f0
Global $ADDRESS_CASTSKILL = 0x491470
Global $ADDRESS_REGATTACK = 0x498fb0
Global $PARTYINV_ADDRESS = 0xDAF2C8
Global $ADDRESS_INSTANCE_BASE = 0xda4ae4
Global $MACRO_ADDRESS_BASE = 0xda540e
Global $OFFSET_ACTIONBASE = 0x14c0
Global $GameRun = 0xda4ae4
global $Player_Offset = 0x28
global $playerIDOffset = 0x4B8
global $PlayerClass_Offset = 0x6F8
global $PlayerName_Offset = 0x6F4
global $PlayerParty_Offset = 0x7C4
global $PlayerCurrentSkill_Offset = 0x7E0
global $playerEquipOffset = 0x5b0
global $PlayerAvatarBag_Offset = 0x10AC ;0xfec
global $InventoryListOffset = 0x1060; 0xFA0
global $EquippedListOffset = 0x1064; 0xFA4
global $QuestInvListOffset = 0x1068
global $PlayerNpcWindow = 0xE72
global $PhysPosOffset = 0x724-0x40
Global $QuestList_Offset = 0x14C8; 0x1408
global $PlayerEarningTime_Offset = 0x16DC ;0x161C
global $PlayerMoveCounter_Offset = 0xad8; 0xac8
global $PlayerTransportMode_Offset = 0x704 ;0x6F4
global $PlayerSwimSpeed_Offset = 0x530
global $PlayerWalkSpeed_Offset = 0x530+0x4
global $PlayerFlySpeed_Offset = 0x530+0xC
global $PlayerCamX_Offset = 0x984
global $PlayerCharmActive_Offset = 0x16e4
global $PlayerCharmActive_MagBit = 0x10000
global $PlayerCharmActive_PhysBit = 0x100
global $PlayerCharmCooldown_Offset = 0xC14
global $PartyCount_Offset = 0x18
;~ #-------- NPC ----------------#
global $NpcListOffset = 0x20
global $sortedNpcListOffset = 0x5c
global $NpcCounterOffset = 0x18
global $NpcUIDOffset = 0x114
global $NpcIDOffset = 0x118
global $NpcNameOffset = 0x25C
global $NpcLVLOffset = 0x120
global $NpcHPOffset = 0x128
global $NpcHPmaxOffset = 0x17C
global $NpcStatusOffset = 0x210
global $NpcSpecialOffset = 0x24C
global $NpcX = 0x3C
global $NpcY = 0x44
global $NpcZ = 0x40
;global $NpcBuffCountOffset = 0x32C
global $NpcStatusBitDead = 0x80
global $NpcStatusBitIncSpeed = 0x100
global $NpcStatusBitIncDef = 0x300
global $NpcStatusBitIncAtt = 0x500
global $NpcStatusBitSacAss = 0x700
global $NpcStatusBitIncLife = 0x800
global $NpcStatusBitWeak = 0x900
global $NpcStatusBitIsPet = 0x1000
global $NpcStatusBitIsNpc = 0x4000
global $NpcStatusBitIsFly = 0x10000
global $NpcStatusBitIsWater = 0x20000
global $bufflist = 0x390
global $buffcount = 0x398 ;check
global $PlayerTarget_Offset = 0x5A4
global $PlayerFactionId_Offset = 0x694 ;+10
global $PlayerChiOffset = 0x4E0
global $sortedInventoryListOffset = 0xC
global $InventorySizeOffset = 0x14
global $InvName_Offset = 0x4C
global $InvID_Offset = 0xC
global $InvDurability_Offset = 0x74
global $InvStackAmount_Offset = 0x14
global $gearAddonList_Offset = 0xb0
global $itemTypeX = 0x8
global $itemIDX = 0xC
global $itemCountX = 0x14
global $itemRefine = 0x90
global $HP_OffSet = 0x4cc
global $MaxHP_OffSet = 0x520
global $MP_OffSet = 0x4d0
global $MaxMP_OffSet = 0x524
global $HPCooldown_Offset = 0xBB4
global $MPCooldown_Offset = 0xBBC
global $PlayerSkill_Offset = 0x14EC ;0x142c
global $PlayerPassiveSkill_Offset = $PlayerSkill_Offset + 0x18
global $GenieSkill_Offset = 0x151c ;skill count is this +0x4
global $SkillID_Offset=8
global $SkillLVL_Offset=12
global $SkillCurCD_Offset=16
global $SkillCD_Offset=20
global $PlayerGenie_Offset = 0x408
global $GenieEnergy_Offset = 0xAC
$ADDRESS_QUESTAVAILABLE = 0x89E040
This is the address verification functions availability quest?
As a result of its use, and search for it?
Ohh that's commented out. I wanted to find a function that said if you have done a daily today but failed. My stuff is cobbled together from many sources and unorganized.
Global $ADDRESS_BASE = 0xd56b8c
Global $ADDRESS_SENDPACKET = 0x79d330
Global $ADDRESS_AUTOPATH = 0x457030
Global $ADDRESS_ACTION1 = 0x4a25b0
Global $ADDRESS_ACTION2 = 0x4a8970
Global $ADDRESS_ACTION3 = 0x4a2bc0
Global $ADDRESS_GATHER = 0x497d30
Global $ADDRESS_CASTSKILL = 0x490120
Global $ADDRESS_REGATTACK = 0x497bf0
Global $PARTYINV_ADDRESS = 0xd616c8
Global $ADDRESS_INSTANCE_BASE = 0xd5732c
Global $MACRO_ADDRESS_BASE = 0xd57c4e
Global $OFFSET_ACTIONBASE = 0x1400
global $Player_Offset = 0x28
global $playerIDOffset = 0x4B8
global $PlayerClass_Offset = 0x6EC ;+10
global $PlayerName_Offset = 0x6E8 ;+10
global $PlayerParty_Offset = 0x7B8
global $PlayerCurrentSkill_Offset = 0x7D4
global $playerEquipOffset = 0x5b0 ;+8
global $PlayerAvatarBag_Offset = 0xfec ;+10
global $InventoryListOffset = 0xFA0 ;+20
global $EquippedListOffset = 0xFA4 ;+20
global $QuestInvListOffset = 0xFA8
global $PlayerNpcWindow = 0xDB2 ;+10
global $PhysPosOffset = 0x718-0x40
Global $QuestList_Offset = 0x1408 ;+10
global $PlayerEarningTime_Offset = 0x161C ;+18
global $PlayerMoveCounter_Offset = 0xac8
global $PlayerTransportMode_Offset = 0x6F4
global $PlayerSwimSpeed_Offset = 0x530
global $PlayerWalkSpeed_Offset = 0x530+0x4
global $PlayerFlySpeed_Offset = 0x530+0xC
global $PlayerCamX_Offset = 0x974
global $PlayerCharmActive_Offset = 0x1624
global $PlayerCharmActive_MagBit = 0x10000
global $PlayerCharmActive_PhysBit = 0x100
global $PlayerCharmCooldown_Offset = 0xC04 ;+10
global $PartyCount_Offset = 0x18
;~ #-------- NPC ----------------#
global $NpcListOffset = 0x20
global $sortedNpcListOffset = 0x5c
global $NpcCounterOffset = 0x18
global $NpcUIDOffset = 0x114
global $NpcIDOffset = 0x118
global $NpcNameOffset = 0x25C
global $NpcLVLOffset = 0x120
global $NpcHPOffset = 0x128
global $NpcHPmaxOffset = 0x17C
global $NpcStatusOffset = 0x210
global $NpcSpecialOffset = 0x24C
global $NpcX = 0x3C
global $NpcY = 0x44
global $NpcZ = 0x40
;global $NpcBuffCountOffset = 0x32C
global $NpcStatusBitDead = 0x80
global $NpcStatusBitIncSpeed = 0x100
global $NpcStatusBitIncDef = 0x300
global $NpcStatusBitIncAtt = 0x500
global $NpcStatusBitSacAss = 0x700
global $NpcStatusBitIncLife = 0x800
global $NpcStatusBitWeak = 0x900
global $NpcStatusBitIsPet = 0x1000
global $NpcStatusBitIsNpc = 0x4000
global $NpcStatusBitIsFly = 0x10000
global $NpcStatusBitIsWater = 0x20000
global $bufflist = 0x390
global $buffcount = 0x398 ;check
global $PlayerTarget_Offset = 0x5A4
global $PlayerFactionId_Offset = 0x694 ;+10
global $PlayerChiOffset = 0x4E0
global $sortedInventoryListOffset = 0xC
global $InventorySizeOffset = 0x14
global $InvName_Offset = 0x4C
global $InvID_Offset = 0xC
global $InvDurability_Offset = 0x74
global $InvStackAmount_Offset = 0x14
global $gearAddonList_Offset = 0xb0
global $itemTypeX = 0x8
global $itemIDX = 0xC
global $itemCountX = 0x14
global $HP_OffSet = 0x4cc
global $MaxHP_OffSet = 0x520
global $MP_OffSet = 0x4d0
global $MaxMP_OffSet = 0x524
global $HPCooldown_Offset = 0xBA4
global $MPCooldown_Offset = 0xBAC
global $PlayerSkill_Offset = 0x142c
global $PlayerPassiveSkill_Offset = 0x1444
global $GenieSkill_Offset = 0x145c ;from player, skill count is this +0x4
global $SkillID_Offset=8
global $SkillLVL_Offset=12
global $SkillCurCD_Offset=16
global $SkillCD_Offset=20
global $PlayerGenie_Offset = 0x408
global $GenieEnergy_Offset = 0xAC
It's usually something like this Unfreeze=13824152 or 0xD2F098, but that also works.
global $osunfreeze[2]
$osunfreeze[1]=0x4ec
_MEMORYPOINTERwrite($APP_BASE_ADDRESS, $MID, $osunfreeze,1)
Thanks !
======
Anyone able to solo FSP Judgement mode after Riptide ?
Is there any method for jumping, using packet or memory-write ?
Is there any method for jumping, using packet or memory-write ?
I use a ghetto jump that just moves the vertical position of the player up by a few meters in memory before walking forward. The data I manipulate is at Player + 0x724 as the one at 0x40 doesn't seem to be used for actual motion.
Global $ADDRESS_BASE = 0xd2e444
Global $ADDRESS_SENDPACKET = 0x789820
Global $ADDRESS_AUTOPATH = 0x456f20
Global $ADDRESS_ACTION1 = 0x4a1aa0
Global $ADDRESS_ACTION2 = 0x4a7de0
Global $ADDRESS_ACTION3 = 0x4a2090
Global $ADDRESS_GATHER = 0x4975a0
Global $ADDRESS_CASTSKILL = 0x48f8a0
Global $ADDRESS_REGATTACK = 0x497460
Global $MACRO_ADDRESS_BASE = 0xD2F4f0
Global $OFFSET_ACTIONBASE = 0x13F0
Global $PARTYINV_ADDRESS = 0xD38B98
global $Player_Offset = 0x28
global $playerIDOffset = 0x4B8
global $PlayerClass_Offset = 0x6DC
global $PlayerName_Offset = 0x6D8
global $playerEquipOffset = 0x5a8
global $PlayerAvatarBag_Offset = 0xfdc
global $InventoryListOffset = 0xF90
global $QuestInvListOffset = 0xF98
global $PlayerNpcWindow = 0xDA2
global $PhysPosOffset = 0x6C8
Global $QuestList_Offset = 0x13F8
global $bufflist = 0x390
global $buffcount = 0x398
global $PlayerTarget_Offset = 0x59C
global $PlayerFactionId_Offset = 0x684
global $PlayerChiOffset = 0x4E0
global $invCountX = 0x10
global $itemListX = 0xC
global $itemTypeX = 0x8
global $itemIDX = 0xC
global $itemCountX = 0x14
global $HP_OffSet = 0x4cc
global $MaxHP_OffSet = 0x518
global $MP_OffSet = 0x4d0
global $MaxMP_OffSet = 0x51c
global $GenieSkill_Offset = 0x144c ;from player, skill count is this +0x4
global $PlayerPassiveSkill_Offset = 0x1434
global $PlayerSkill_Offset = 0x141c
global $SkillID_Offset=8
global $SkillLVL_Offset=12
global $SkillCurCD_Offset=16
global $SkillCD_Offset=20
global $PlayerGenie_Offset = 0x408
global $GenieEnergy_Offset = 0xAC
Does anyone know how to get a list of mail Ids from the mailbox? I'd like to make a bot that auto relists AH items. But the mailbox is being mean to me.
Also I'd be interested in how to find a list of currently available quests from an NPC if anyone knows how.
My PW version is there. Plz explain this struct :
Global $OFFSET_ACTIONBASE = 0x13F0
Seem, It mean:
($ADDRESS_BASE) 0xd2e444 + 0x28 + 0x13F0 + 0x18 + 0x8 + Offset...
It's the offset from the player struct to the action struct.
I think it's mostly used for checking and setting the action flag (whether you are busy doing something). I also seem to use it in my move code though. I got the code from somewhere in this thread I think.
I use a ghetto jump that just moves the vertical position of the player up by a few meters in memory before walking forward. The data I manipulate is at Player + 0x724 as the one at 0x40 doesn't seem to be used for actual motion.
Could you please give an example on how to utilize that ? and is that the offset for PWI today, PWID where I play still at the version with $ADDRESS_BASE = 0xd56b8c.
I'm trying to use it for soloing Judgement mode for auto get back to spot when my char dies because for some reason Barb and BM can't just walk past the bridge, they have to jump, and there is a small lava pit in front of the door at bat boss.
Ohh looking at this something I should have mentioned is that the coordinate frame for the physics coordinates is vertically offset from normal coordinates. It's like 1.8 off or something weird, I have no idea why but I preserve the difference when setting the new coords.
You can actually do vertical translations pretty high without any rubberbanding. The tolerance is much higher vertically than horizontally (probably to allow for jumping and falling). That said, even though the horizontal translation tolerance is low it's enough to work your way through thin walls which is occasionally useful.
When I tried the jump script, my character's starchart glow moved up but when I moved my character, it didn't move from that height. Do I have to also move using script for the jump script to work ?
It's kinda like wallhack back in the day, but it was character nickname that went up iirc.
It also messed something up I guess, when I tried to fly then clicked somewhere without adjusting height , my character also went up and flying with WASD didn't work, it's like bumping to a wall.
Hmm that looks like the right set of coordinates since mine also moves the flare. Maybe that's too high and youre getting rubberbanded? Walking forward your character should appear at that spot. I'd play with it some more with smaller jumps.
just aside of this, whoever struggle to find their offsets after a update, get Reclass lol I finally understood how it works after a tutorial on youtube. Well i checked it out now, as i have time.
When the offset changed by idk a few bytes then its easy to find them with this. Jasty made a awesome work with his address retriever tho. But maybe this helps others too.
This was the Tutorial:
Through Doug Confere, i checked out IDA too. You can save the old elementclient.exe before the update and compare to after update to check both in IDA and find offsets via hex comparing like its done in the retriever here is a tutorial:
Just yeah wouldn't use the links, idk if they are safe, but he shows how its done.
Hope this is helpful
elementclient.exe startcommands:
user
pwd
area
token2
token
role
agent
gt
coreclient
export
server
miniclient
luadebug
rtdebug
sepfile
rendernofocus
nocheck
facepill
Debug:
start elementclient.exe game:cpw console:1
open console ingame:
shift+~ or shift+ö
WTS 4 lvl 50 -Red eclipse 04/27/2013 - Star Wars: The Old Republic Trading - 1 Replies ================High-End Account================
Hi there
I want to sell my High-end SWTOR account wich is based on the server " The Red-eclipse "
I am a Hard-core gamer and always want the best gear for my characters, this is no diferant with this account. I am a well known and respected player on this server ( the char names are in good standing :). How ever i dont have the time to play anymore wich ofcourse breaks my heart but my career comes first.
Here by i am offering my...
Fly For Eclipse !! 07/18/2011 - Flyff Private Server - 5 Replies Kann es sein das der Server oft abkackt?:D
und wenn ja wie lange bleibt er dann off??
Eclipse Flyff 07/12/2011 - Flyff Trading - 2 Replies Hey, hat jemand Interesse an mehrere Imba Eclipse Flyff Chars?
http://www7.pic-upload.de/thumb/01.06.11/y9n1bcfi twcx.png
Hab noch viele Rare Item's wo du locker 500b zusammen bekommst
hab noch mehrere Imba chars.
Interesse? dann schreib hier :>
My Eclipse to your Demon. 04/04/2011 - Flyff Trading - 0 Replies Hi dears..
I'm Trading all my itens and money on Eclipse flyff to itens or money on demon flyff.
On Eclipse,I have Many Solar Weapon's,Cs Sets,Bike,Pets
and so much money.
If you are interested,add me on msn.
[email protected]
:mofo:
C++ in Eclipse 02/01/2010 - C/C++ - 2 Replies Huhu,
kann mir mal bitte jemand helfen. Ich habe im Internet ein Tutorial befolgt um C++/C auf Eclipse zu programmieren. Ich habe alles befolgt wies sein sollte, laut Tutorial. Wenn ich nun build mache, dann kommt folgendes:
Habe die Eclipse CDT und MinGW installiert.
Habe danach auch ein wenig gegoogelt und nichts hilfreiches gefunden. Ich vermute, dass ich irgendwo noch einen Pfad verändern muss, aber ich weiß nicht wo.