demon gaze 2

Post Reply
pj1980
Member
Posts: 96
Joined: Thu May 24, 2018 12:27 pm
Location: Cardiff

demon gaze 2

Post by pj1980 » Thu May 31, 2018 8:52 pm

here is a code for 9999 ether points each for all weapon types, shields, hats, helmets, light armour, heavy armour, undies and accessories

Code: Select all

1000F9F2 0000FFFF
1000F9F4 0000FFFF
1000F9F6 0000FFFF
1000F9F8 0000FFFF
1000F9FA 0000FFFF
1000F9FC 0000FFFF
1000F9FE 0000FFFF
1000FA00 0000FFFF
1000FA02 0000FFFF
1000FA04 0000FFFF
1000FA06 0000FFFF
1000FA08 0000FFFF
1000FA0A 0000FFFF
1000FA0C 0000FFFF
User avatar
Crypt Keeper
Member
Posts: 200
Joined: Sun Aug 06, 2017 8:35 pm

Re: demon gaze 2

Post by Crypt Keeper » Fri Jun 01, 2018 12:21 am

I have yet to start playing it yet.
Uplay: JasonVoorhees98 Steam: JasonVoorhees987
Origin: JasonVoorhees987 XBL: CMaggotbone
Social Club: GrimReaper4383 PSN: GrimReaper4383
Blizzard: GrimReaper01 Switch: 5607-0124-5713
pj1980
Member
Posts: 96
Joined: Thu May 24, 2018 12:27 pm
Location: Cardiff

Re: demon gaze 2

Post by pj1980 » Fri Jun 01, 2018 3:54 pm

item ids
sword gem 4902
katana gem 4a02
heavy gem 4b02
spear gem 4c02
spec gem 4d02
staff gem 4e02
ranged gem 4f02
shield gem 5002
hat gem 5102
helmet gem 5202
light armour gem 5302
heavy armour gem 5402
undies gem 5502
etc gem 5602
artifact gem 5702
furniture gem 5802
bronze gem 5a02
siver gem 5a02
gold gem 5b02
maintence crystals cb02

first item in your storage starts at 0x00040ac
example of a quick code 200040ac YYYYXX00
YYYY = item id XX= number of items 1- 63 (1-99) here below example for first 25 item slots there are 100 slots (the offset for each slot is 14 in hex)

Code: Select all

200040ac YYYYXX00
200040c0 YYYYXX00
200040d4 YYYYXX00
200040e8 YYYYXX00
200040fc YYYYXX00
20004110 YYYYXX00
20004124 YYYYXX00
20004138 YYYYXX00
2000414c YYYYXX00
20004160 YYYYXX00
20004174 YYYYXX00
20004188 YYYYXX00
2000419c YYYYXX00
200041b0 YYYYXX00
200041c4 YYYYXX00
200041d8 YYYYXX00
200041ec YYYYXX00
20004200 YYYYXX00
20004214 YYYYXX00
20004228 YYYYXX00
2000423c YYYYXX00
20004250 YYYYXX00
20004264 YYYYXX00
20004278 YYYYXX00
i found weapons, armour, undies and etc more complicated to edit example of a quick code 200040ac YYYYXX00 100040b0 000000WW
YYYY = item id XX= number of items 1 WW= upgrade lvl 1- 63 (1-99) here below example for first 4 item slots

Code: Select all

200040ac YYYYXX00
100040b0 000000WW
200040c0 YYYYXX00
100040c4 000000WW
200040d4 YYYYXX00
100040d8 000000WW
200040e8 YYYYXX00
100040ec 000000WW
reason i said its complicated is because there are stats connected to different weapons and armour an example of a full line for a
battle dagger 04000100 22000000 00000300 00000000 00000000 the first 8 digits are id and number of items second 8 is lvl of weapon but the third, fourth and fifth set of 8 digits some times are not 0s i tried editing a weapon into another item and some stats will have like str? or dead in it. while this doesn't effect weapon working it still better to know what the proper stats are. it safe to just edit weapon or armour you own to lvl 99.
Post Reply