Kurollo Posted June 24 Posted June 24 Need help to find the ID for items story short: i've managed to hack almost anything and learned how to switch things at the shop to buy fishes, decorations and etc the thing is simples, at the shop, in the items section, search for 13;1301;300, being 13 the ID for farm currencies (seaweed, clam, shrimp), 1301 for the seaweed and 300 the amount if you change the 13 for 30, you will enter in the fish ID section, changing the 1301 will change which fish you want, 1-150 are the IDs for normal fishes, the rest you can figure out, isn't too hard, keep searching in intervals of 1000 if you change the 13 for 71, you will enter the decoration section i want to know what is the ID for items like tickets, boosters and most importantly, the sheet music papers, which i need 10 and it sucks to find the game's name is Abyssrium: The Classic here's the app page https://play.google.com/store/apps/details?id=com.wemadeconnect.abyssclassic&pcampaignid=web_share
Kurollo Posted June 26 Author Posted June 26 btw i forgot to tell, all searches are on Anonymous, Dword
nguoirungne Posted Thursday at 06:05 PM Posted Thursday at 06:05 PM 18 hours ago, Kurollo said: any help??? GachaTicket = 101 IslandTicket = 600 IslandManualTicket = 601 FishCreateTicket = 801 Your information helps speed up the search. Planning to create a script that lists all the ids in the game
Kurollo Posted 20 hours ago Author Posted 20 hours ago (edited) 22 hours ago, nguoirungne said: GachaTicket = 101 IslandTicket = 600 IslandManualTicket = 601 FishCreateTicket = 801 Your information helps speed up the search. Planning to create a script that lists all the ids in the game tysm!!!!! any idea on the sheet music papers???? Also, those substitues which value? 13 or 1301? (in the 13;1301;300 example) Edited 20 hours ago by Kurollo
nguoirungne Posted 7 hours ago Posted 7 hours ago 12 hours ago, Kurollo said: tysm!!!!! any idea on the sheet music papers???? Also, those substitues which value? 13 or 1301? (in the 13;1301;300 example) Substitute these values for 13. public enum EItemType : // Fields public System.Int32 value__; // 0x10 public const enum EItemType None = 0; // 0x0 public const enum EItemType Heart = 1; // 0x0 public const enum EItemType Crystal = 2; // 0x0 public const enum EItemType Gem = 3; // 0x0 public const enum EItemType Gem_Free = 4; // 0x0 public const enum EItemType Heart_By_Once = 11; // 0x0 public const enum EItemType Crystal_By_Once = 12; // 0x0 public const enum EItemType Farm = 13; // 0x0 public const enum EItemType Food = 20; // 0x0 public const enum EItemType Fish = 30; // 0x0 public const enum EItemType CardPack = 40; // 0x0 public const enum EItemType Card = 50; // 0x0 public const enum EItemType Costume = 60; // 0x0 public const enum EItemType Dye = 61; // 0x0 public const enum EItemType Theme = 62; // 0x0 public const enum EItemType Ground = 70; // 0x0 public const enum EItemType ExpandItem = 71; // 0x0 public const enum EItemType UseableItem = 80; // 0x0 public const enum EItemType Booster = 81; // 0x0 public const enum EItemType MysteriousBoxReward = 90; // 0x0 public const enum EItemType Pearl = 100; // 0x0 public const enum EItemType GachaTicket = 101; // 0x0 public const enum EItemType MinigameGoods = 200; // 0x0 public const enum EItemType Coupon = 300; // 0x0 public const enum EItemType SaleTicket = 301; // 0x0 public const enum EItemType BgmItem = 400; // 0x0 public const enum EItemType Piece = 500; // 0x0 public const enum EItemType IslandTicket = 600; // 0x0 public const enum EItemType IslandManualTicket = 601; // 0x0 public const enum EItemType EpisodeOpenItem = 700; // 0x0 public const enum EItemType MuseumMileage = 800; // 0x0 public const enum EItemType FishCreateTicket = 801; // 0x0 public const enum EItemType WaterTankItem = 802; // 0x0 public const enum EItemType ETethys = 900; // 0x0 public const enum EItemType IAP = 1000; // 0x0 public const enum EItemType Advertise = 1001; // 0x0 // Methods }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now