Page 1 of 1

whats the best way to mod money in TOEE?

Posted: Tue May 31, 2005 9:44 pm
by twins708
I was just wondering if there was a way to mdify your gold when you call up the console with ~ , like you can wih your exp. If there is please thell me the formula, I have just about tried everything I could think of , if not, whats the best way to mod money in TOEE? :confused:

Posted: Thu Jun 02, 2005 1:02 pm
by Lord Plothos
You can use the following code:

game.party[0].money_adj(X)

Where X is the amount of money, in copper pieces, you'd like to have added. It'll give it to you in other coins (platinum, if the number is big enough), but you have to type the number value in cp. So, to get 3 platinum, you'd type:

game.party[0].money_adj(3000)

Posted: Fri Jun 03, 2005 9:31 pm
by twins708
Thanks

cool, thanks for the info.