Global $ADDRESS_BASE = 0xe5b2e4
Global $ADDRESS_SENDPACKET = 0x81f610
Global $ADDRESS_AUTOPATH = 0x4596e0
Global $ADDRESS_ACTION1 = 0x4c87e0
Global $ADDRESS_ACTION2 = 0x4cecd0
Global $ADDRESS_ACTION3 = 0x4c8dd0
Global $ADDRESS_GATHER = 0x4be060
Global $ADDRESS_CASTSKILL = 0x4b60d0
Global $ADDRESS_REGATTACK = 0x4bdf20
Global $PARTYINV_ADDRESS = 0xe67cc8
Global $ADDRESS_INSTANCE_BASE = 0xe5ba8c
Global $MACRO_ADDRESS_BASE = 0xe5c3b6
Global $OFFSET_ACTIONBASE = 0x1500
Global $ADDRESS_CHAT_BASE = 0xe615c8
Global $GameRun = 0xe5b74c
global $Player_Offset = 0x34
global $playerIDOffset = 0x4B8
global $PlayerClass_Offset = 0x700
global $PlayerName_Offset = 0x6FC
global $PlayerParty_Offset = 0x7CC
global $PartyCount_Offset = 0x18
global $PlayerCurrentSkill_Offset = 0x7E8
global $playerEquipOffset = 0x5b0
global $PlayerAvatarBag_Offset = 0x10EC
global $InventoryListOffset = 0x10A0
global $EquippedListOffset = 0x10A4
global $QuestInvListOffset = 0x10A8
global $PlayerNpcWindow = 0xEAE
global $PhysPosOffset = 0x72C-0x40
Global $QuestList_Offset = 0x1508
global $PlayerEarningTime_Offset = 0x1730
global $PlayerMoveCounter_Offset = 0xae0
global $PlayerTransportMode_Offset = 0x708
global $PlayerSwimSpeed_Offset = 0x530
global $PlayerWalkSpeed_Offset = 0x530+0x4
global $PlayerFlySpeed_Offset = 0x530+0xC
global $PlayerCamX_Offset = 0x98C
global $PlayerCharmActive_Offset = 0x1738
global $PlayerCharmActive_MagBit = 0x10000
global $PlayerCharmActive_PhysBit = 0x100
global $PlayerCharmCooldown_Offset = 0xC1C
;~ #-------- 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
global $PlayerTarget_Offset = 0x5A4
global $PlayerFactionId_Offset = 0x694
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 = 0xBBC
global $MPCooldown_Offset = $HPCooldown_Offset + 0x8
global $PlayerSkill_Offset = 0x152C
global $PlayerPassiveSkill_Offset = $PlayerSkill_Offset + 0x18
global $GenieSkill_Offset = 0x155c
global $SkillID_Offset=8
global $SkillLVL_Offset=12
global $SkillCurCD_Offset=16
global $SkillCD_Offset=20
global $PlayerGenie_Offset = 0x408
global $GenieEnergy_Offset = 0xAC
Global $ADDRESS_TOWER_POINTS = 0xe7dc4c
global $TowerPointsBase = 0xDC479C
global $ChatBase = 0xDAA3D8
global $ChatCount_Offset = 12
global realBaseAddress := 0x00E5B2E4
global SendPacketAddress := 0x0081F610
global AutoPathAddress := 0x004596E0
global ADDRESS_ACTION1 := 0x004C87E0
global ADDRESS_ACTION2 := 0x004CECD0
global ADDRESS_ACTION3 := 0x004C8DD0
global ADDRESS_GATHER := 0x004BE060
global CastAddress := 0x004B60D0
global partyInviteOffset := 0xE67CC8
global UnfreezOffset := 0x4EC
global chatBase_offset := 0xDAA3D8
global baseOffset:= 0x1C
global ListOffset := 0x1C
global XposOffset := 0x3C
global YposOffset := 0x44
global ZposOffset := 0x40
;~ #--------- Player ------------#
global PlayerListOffset := 0x1C
global sortedPlayerListOffset := 0x98
global PlayerCounterOffset := 0x18
global playerOffSet := 0x34
global playerNameOffset := 0x6FC
global playerIDOffset := 0x4B8
global PlayerHPOffset := 0x4CC
global PlayerHPmaxOffset := 0x520
global PlayerMPOffset := 0x4D0
global PlayerMPmaxOffset := 0x524
global playerLvlOffset := 0x4F8
global PlayerChiOffset := 0x4E0
global PlayerCoins_Offset := 0x5A8
global PlayerClass_Offset := 0x700
global PlayerTarget_Offset := 0x5A4
global PlayerEarningTime_Offset := 0x1730
global PlayerParty_Offset := 0x7CC
global PlayerEventGold := 0x1608
;~ #-------- 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 NpcSpecialOffset := 0x24C
;~ #-------- Item ---------------#
global ItemListOffset := 0x24
global sortedItemListOffset := 0x1C
global ItemCounterOffset := 0x14
global ItemNameOffset := 0x168
global ItemUIDOffset := 0x110
global ItemIDOffset := 0x114
;~ #----- Inventory -------------#
global InventoryListOffset := 0x10A0
global sortedInventoryListOffset := 0xC
global InventorySizeOffset := 0x14
global InvName_Offset := 0x4C
global InvID_Offset := 0xC
global InvStackAmount_Offset := 0x14
global InvMAXStackAmount_Offset := 0x18
global InvDurability_Offset := 0x74
global InvMaxDurability_Offset := 0x78
global refineLevelOffset := 0x90
global InvSellPrice_Offset := 0x1C
global FlyerID_Offset := 0x5E0
;~ #---------- actions ----------#
global MoveMode_Offset := 0x70C
global playerActionStructOffset := 0x1500
global SkillsBase_Offset := 0x152C
global SkillsCount_Offset := 0x1530
instance ID:
0x00E5BA8C|0x1C|0x94
party member ID: i=0 to 9
0x1C|0x18|0x8|0xC4|0x3F0+0x4*i|0xF4
server ping login:
0x1C|0x18|0x8|0xC4|0xDC|0x24C|0x168|0xB0
select first (0) server in list:
writeOffsetChain(0,"0x1C|0x18|0x8|0xC4|0xDC|0xE8|0 x13C")
npc quest ID list:
0x1C|0x18|0x8|0xC4|0x2E0|0x24C|0x168| + i*0x800 + 0x1F0
biggest issue:
the movement without autopath isnt working anymore for me:
the "OFFSET_ACTIONBASE" is 0x1500 i can confirm this but maybe the ADDRESS_ACTION1-3 arent correct. any ideas?
i am facing another problem aswell:
after starting the game i cannot press ESC to close the server list.
i need to activate the list with a mouse click first... so the offset chain to choose the server is also not helping cos this is sadly not activating it.
Ahh ok.. my game was still on 936. You used to not be able to connect if your game version was different than the server but I guess they broke that. Ill update my offsets.
For those having issue with gather make sure you are injecting the new PlayerStruct offset into the code. This is what my gather func looks like
any way to skip the server choose? simulate mouse click is not a good way and interferes with more than one client, if you go back to the server choose, skip works with ESC.
I found the function of load current server at 007DE0C0, I'm not sure whether the buttons for Select and Cancel are inside, I do not think so. But when I find them, it is possible to inject the code with injectCode(func, p)?
global realBaseAddress := 0xE5B2A4
global SendPacketAddress := 0x81F130
global AutoPathAddress := 0x4592F0
global ADDRESS_GATHER := 0x4BDE00
global ADDRESS_ACTION1 := 0x4C8480
global ADDRESS_ACTION2 := 0x4CE970
global ADDRESS_ACTION3 := 0x4C8A70
Global $ADDRESS_CASTSKILL = 0x4B5E70
Global $ADDRESS_REGATTACK = 0x4BDCC0
Global $ADDRESS_FOLLOW= 0x70B360
[Selling] Nachjägerin (180 - Elysium) 02/05/2015 - Last Chaos Trading - 13 Replies Hallo Ihr,
wie man wohl sieht bin ich neu hier, ein Freund hat mir das Forum empfohlen um meine Assa in gute Hände weiterzugeben. Hab nun einige Jahre LC gespielt und bin zu einem Privatserver gewechselt, daher habe ich mich entschlossen meine Assa zum Verkauf anzubieten. Wer mir nicht vertraut kann auch gerne mit mir vorher auf unserem TS plaudern ect. Da der neue Server nur PSC oder Paypal akzeptiert habe ich mich dazu entschlossen auch nur PSC und Überweisung, sowie egold zu akzeptieren.
...
elysium?¿ 01/28/2015 - 9Dragons - 10 Replies hmm what happend with elysium ? web doesn´t work, and the launcher seems the GC one ¬¬
any notices or its just disapear? :confused:
Suche EQ auf Elysium (PSG) 06/12/2011 - Metin2 Trading - 1 Replies Gude suche EQ auf "Elysium" auf dem PSG Network.
Biete 28 e*gold
Was erwartet Ihr denn.
[HELP] Elysium Pictures 03/16/2010 - EO PServer Hosting - 0 Replies Hy @all
I am already so far some of it am indicated,… only unfortunately white I no more further,… which files I forgot/to be still added am.
And the Debug says to me relatively nothing more which still be missing could at image files.
I inserted and/or worked on the following files