Jump to content

Adjusting prices of certain items


Ayrus

Recommended Posts

Auril's Bane has a good point, some items are ridiculously expensive even though they have no added benefits rather than just a description which differentiates them from other, common magical items. This is why AB changes their price to much lower amount. Also, when you finally have enough money to buy those items at vanilla prices, you are much further in the game, making the items unnecessary.

 

So, personally I just edit the prices manually with Nearinfinity. But how could this be automated, with Weidu? Can someone just paste the code? Here is a list of the items that I want to be affected. The first word is name of the .itm file, the second is the price I want to set.

 

bael 5500

blckbow 7800

daisy 5500

eron 3500

fayr 4500

fkiller 5500

hellpik 4200

lonesom 10500

relian 6000

tomb 5000

myrloch 8500

whtash 2200

ZZS6SC 7500

ZZH8GK 5000

ZZG7TS 5100

ZZE6PE 6000

Link to comment

Yes, with a weidu mod... tp2 files code:

BACKUP ~mymodname/backup~
AUTHOR ~Yourname~

BEGIN ~Component name~

COPY_EXISTING ~bael.itm~ ~override/bael.itm~
WRITE_LONG 0x34 ~5500~
COPY_EXISTING ~blckbow.itm~ ~override/blckbow.itm~
WRITE_LONG 0x34 ~7800~
COPY_EXISTING ~daisy.itm~ ~override/daisy.itm~
WRITE_LONG 0x34 ~5500~
COPY_EXISTING ~eron.itm~ ~override/eron.itm~
WRITE_LONG 0x34 ~3500~
COPY_EXISTING ~fayr.itm~ ~override/fayr.itm~
WRITE_LONG 0x34 ~4500~
COPY_EXISTING ~fkiller.itm~ ~override/fkiller.itm~
WRITE_LONG 0x34 ~5500~
COPY_EXISTING ~hellpik.itm~ ~override/hellpik.itm~
WRITE_LONG 0x34 ~4200~
COPY_EXISTING ~lonesom.itm~ ~override/lonesom.itm~
WRITE_LONG 0x34 ~10500~
COPY_EXISTING ~relian.itm~ ~override/relian.itm~
WRITE_LONG 0x34 ~6000~
COPY_EXISTING ~tomb.itm~ ~override/tomb.itm~
WRITE_LONG 0x34 ~5000~
COPY_EXISTING ~myrloch.itm~ ~override/myrloch.itm~
WRITE_LONG 0x34 ~8500~
COPY_EXISTING ~whtash.itm~ ~override/whtash.itm~
WRITE_LONG 0x34 ~2200~
COPY_EXISTING ~ZZS6SC.itm~ ~override/ZZS6SC.itm~
WRITE_LONG 0x34 ~7500~
COPY_EXISTING ~ZZH8GK.itm~ ~override/ZZH8GK.itm~
WRITE_LONG 0x34 ~5000~
COPY_EXISTING ~ZZG7TS.itm~ ~override/ZZG7TS.itm~
WRITE_LONG 0x34 ~5100~
COPY_EXISTING ~ZZE6PE.itm~ ~override/ZZE6PE.itm~
WRITE_LONG 0x34 ~6000~

Make a new text file, open it with Notepad for example and copy-paste that to the .txt file and make the folder in the "mymodname", and also make the components name up, your name etc. Then open and re-save the file with "Save As" as setup-mymodname.tp2 , and make sure the extension is a .tp2 file and not a .txt ... then get one of your already installed mods setup-*modname*.exe's and rename it as your own mods setup-mymodname.exe, according to what you decide to be between the setup- and .tp2 ... and then you just run the renamed .exe and it will take orders from the .tp2 .

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...