|
||
|
|||||||
| Script Support Get support for modifying RunUO Scripts, or writing your own! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Newbie
|
Hey Folks
Can someone assist me in reducing the total gold in a server... Using RunUO RC2 - Svn 297 My idea is to add a blank cheque ( 0 balance) to a starting chars bank, that is unmovable in main bank box. Thus when ever one deposit's gold/cheques, the value is transfered to the single cheque inside the bank box. Once you withdraw gold they are separate I tried the following : Code:
In misc\CharacterCreation.cs
newChar.BankBox.DropItem(BankCheck);
Error : Errors:
+ Misc/CharacterCreation.cs:
CS0118: Line 693: 'Server.Items.BankCheck' is a 'type' but is used like a 'variable'
Last edited by Warlorz; 07-03-2008 at 01:50 PM. Reason: Forgot Server version |
|
|
|
![]() |
| Bookmarks |
| Tags |
| bank box, gold, starting chars |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|