i have a question about the inventory items array in aion, I cannot find the item name offset in the array there's only item id and count ? all the unicode string offsets in the table are returning a null or wrong value for the name, does it have separated arrays ?
Item Struct offset 28 (0x1C) - item icon?? 05/30/2018 - GW Bots - 5 Replies Hey all,
Just did some nosing around the item structure in GWA2, specifically in trying to identify rare weapons in some other way than to attempt to collect all of the viable Model ID's. I think I might have found some loose reference to the item's icon?
I've got a few frog sceptres left over from some old SC's I used to do, so started with those. I noticed that even though all 3 of my sceptres have different ModelIDs...
MsgBox(0,'ModelID',DllStructGetData($lItemStruct,' ModelID') ;...
Array auslesen und mit Offset verschlüsseln? 02/26/2013 - General Coding - 4 Replies Hallo, ich programmiere hobbymäßig und habe mich mal an eine simple Cäsar-Verschlüsselung gesetzt. Das ganz ist in C geschrieben, und benötigt immernoch eine Eingabe des "Klartextes" - welcher verschlüsselt wird, und die des Offsets.
Falls ihr euch den Code ansehen wollt spoilere ich ihn hier mal vorsichtshalber.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main(int argc, char *argv)
{
int offset = 1;
char klartext = "lesbar";
Re : how to find Hp offset mp offset etc 10/09/2008 - PW Hacks, Bots, Cheats, Exploits - 0 Replies how to find :
HP_OffSet=
MaxHP_OffSet=
MP_OffSet=
MaxMP_OffSet=
with CE?
coz i only know how to find base, we have tutorial, but not the offset part
can anybody explain?