Re: [RESEARCH] Dragon's Dogma Modding
Alright guys I quickly organized the pictures into folders to make it easier to find the items.
Armor:
Code:
Armor Sets
Capes
Chestplates and Robes
Clothing (Chest)
Clothing (Legs)
Gauntlets
Greaves and Boots
Helmets
Rings
Weapons:
Code:
Bows
Daggers
Maces and Hammers
Shields
Staffs
Swords
Items:
http://www.mediafire.com/?bhxoh4hs2sgg3im
Re: [RESEARCH] Dragon's Dogma Modding
Quote:
Originally Posted by
Idlehands88
Alright guys I quickly organized the pictures into folders to make it easier to find the items.
Armor:
Code:
Armor Sets
Capes
Chestplates and Robes
Clothing (Chest)
Clothing (Legs)
Gauntlets
Greaves and Boots
Helmets
Rings
Weapons:
Code:
Bows
Daggers
Maces and Hammers
Shields
Staffs
Swords
Items:
http://www.mediafire.com/?bhxoh4hs2sgg3im
you ROCK for that my friend! thanks a lot, this will be easier.
might have been easier for you to list all the IDs in first post as code tho lol.
thanks again man.
Re: [RESEARCH] Dragon's Dogma Modding
Quote:
Originally Posted by
TheLastDude
you ROCK for that my friend! thanks a lot, this will be easier.
might have been easier for you to list all the IDs in first post as code tho lol.
thanks again man.
There are 1427 items in the game, listing all those would take WAY too long...
Re: [RESEARCH] Dragon's Dogma Modding
idlehands thanks for all your work. Seems like some people just want more and more without even being grateful about it. I certainly appreciate your contribution :)
Re: [RESEARCH] Dragon's Dogma Modding
Seems its possable to force a consumable item into being infinite. Im still looking into any possable side effects but you can use it infinitely :D. So far the major drawback is that if you do this it can no longer be combined via that character and cant be given to someone else. Although if you deposit it into the bank and take it back out it will loose its infinite properties and be combinable again.
Also if you try to upgrade a consumable it will have less weight ;).
Re: [RESEARCH] Dragon's Dogma Modding
Ok sorry for asking this but how do you put items in....ive been looking around and havent found anything for item....like i found all the other stuff hair,eyes,ect.....so im basicly asking for the code to put in for items.....not sure if im making much sense.....:P
Re: [RESEARCH] Dragon's Dogma Modding
First off i always recommend trying to do an edit after saving and quitting right after a checkpoint save. Then do a search for sItemManager untill you have an entry that has a -1 for its ItemNo slot. This is where you add an item. The reason i say do it before a checkpoint is that if you load the game and see no change you can then go the pause menu and select return to last checkpoint. This is just in case you edited the checkpoint save area instead of the main save and you wont loose tons of save progress this way.
Re: [RESEARCH] Dragon's Dogma Modding
Ahh i see, and do i just add the item ID or is there a specific line of code i need to type in?.....and thank you :)