whats the best way to mod money in TOEE?
whats the best way to mod money in TOEE?
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? 
- Lord Plothos
- Posts: 525
- Joined: Tue Dec 14, 2004 12:00 pm
- Contact:
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)
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)
Proud user and advocate of [url="http://rptools.net/doku.php?id=maptool:intro"]MapTool[/url]for all my RPing-at-a-distance.
(Use the lastest 1.3 build - it's still beta, but stable and far better than 1.2)
(Use the lastest 1.3 build - it's still beta, but stable and far better than 1.2)