DK cloak is 1078
Printable View
DK cloak is 1078
that is for item level. i wanted to ask how to change the quantity like if i have 5 gold ore in storage how do i change the quantity to 99 gold ore.
gold ore item ID is 54 so does it work like this
<s16 name="data.mNum" value="#"/> - Item Quantity 1
change # to 99
<s16 name="data.mItemNo" value="#"/> - Item ID
change # to 54
then save and change the Item ID value for other items and keep repeating the same process for all items i have in storage.
Hey guys I've been thoroughly enjoying this game (Got nearly 200 hours already) I've wanted to start using the editor to make different playthroughs to make the game challenging again (Level 166 and nothing can touch me)
My question I wanted to ask is if I change my level back to 1 will that also revert my Pawns level too?
This tutorial should be helpful for making a new game+ with just the equipment. I wish new game+ gave you a choice
Would just copying and pasting the entire contents of one character's storage over a new one work?
Also, Is there any way to unlock all the newgame+ features(UR dragon portal,upgraded shops,etc...) on a brand new character?
Seriously. How do you add new items into your storage?
This is what I've typed in to receive 99 'Gold Idols' and it does not show up when I load my game. I'd be grateful for some help.
Code:<class type="sItemManager::cITEM_PARAM_DATA">
<s16 name="data.mNum" value="99"/>
<s16 name="data.mItemNo" value="170"/>
<u32 name="data.mFlag" value="1"/>
<u16 name="data.mChgNum" value="0"/>
<u16 name="data.mDay1" value="1"/>
<u16 name="data.mDay2" value="0"/>
<u16 name="data.mDay3" value="0"/>
<s8 name="data.mMutationPool" value="0"/>
<s8 name="data.mOwnerId" value="4"/>
<u32 name="data.mKey" value="61"/>
Thank you very much :)
hi at all,
if i add a item in my storage like
<class type="sItemManager::cITEM_PARAM_DATA">
<s16 name="data.mNum" value="4"/>
<s16 name="data.mItemNo" value="781"/>
<u32 name="data.mFlag" value="67"/>
<u16 name="data.mChgNum" value="0"/>
<u16 name="data.mDay1" value="4"/>
<u16 name="data.mDay2" value="0"/>
<u16 name="data.mDay3" value="0"/>
<s8 name="data.mMutationPool" value="0"/>
<s8 name="data.mOwnerId" value="4"/>
<u32 name="data.mKey" value="119"/>
</class>
how i have to change this line? <u32 name="mStorageItemCount" value="569"/> +4 cause i want this items 4 times oder +1 cause its one item?
thanks alot
edit:
hrhr ok got it i have to add +1 cause its one item xD