Gold 097

Archive of posts related to former distro versions. Be aware that posts here do not refer to the current distro and may not work.
Locked
dkpat
Apprentice Poster
Posts: 55
Joined: Tue Jul 24, 2007 10:21 am

Gold 097

Post by dkpat »

i want to know where is goldcoin defined in 097 distro. default it weighs 1 stone/pound per piece. i need to change that. can anyone help me?
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

Once POL is started, a file called "objtype,txt" is created in the POL directory. That contains all items created via itemdesc.cfg files, and the Name of the Package they are in. If no package named, it means they are in the /config/itemdesc.cfg file.

Should help for all future item finding reference :)
dkpat
Apprentice Poster
Posts: 55
Joined: Tue Jul 24, 2007 10:21 am

Post by dkpat »

i didn't see it in there. then i thought to use .iteminfo on it. it is object type 0xEED . that item isn't in the objtypes.txt i need help... still

EDIT: i just looked and according to objtypes.txt that item is in an undefined range.
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

Then that means it is not in any Itemdesc.cfg entry (so POL is using the tiles.cfg default for it's weight).

Just need to give it a itemdesc.cfg entry to do what you want :)
dkpat
Apprentice Poster
Posts: 55
Joined: Tue Jul 24, 2007 10:21 am

Post by dkpat »

ok thank you! :D
Locked