Search results

  1. Gold ExchangeStone script

    The idea is good. Is anyone able to make such a script against payment?
  2. Vendor Stone

    Please how do I change the old gold system to the new gold system in "VendorStone" Old is: else if ( from.BankBox.ConsumeTotal( m_Stone.Currency, m_Stone.Price1, true ) ) new not works: else if ( Banker.Withdraw( m_Stone.Currency, m_Stone.Price1, true ) ) line 1280
  3. Linux Setup Guide - Wanted?

    :) Vote for tutorials on Ubuntu
  4. OWLTR 4.0 for ServUO Pub 54

    Thanks for "56.1 with FS ATS 2.0 & OWLTR 4.0 " Unfortunately I still have a problem with some items, the names are double, where can the error be? "CraftItem.cs"?
  5. How do I fix this ServUO time?

    change the code DateTime.UtcNow to DateTime.Now on script ...ServUO\Scripts\Misc\Timestamp.cs The code is 2 times in the system ...ServUO\Scripts\Misc\Timestamp.cs and on ...ServUO\Scripts\Commands\TimeStamp.cs
  6. Setting Server Time

    change the code DateTime.UtcNow to DateTime.Now on script ...ServUO\Scripts\Misc\Timestamp.cs The code is 2 times in the system ...ServUO\Scripts\Misc\Timestamp.cs and on ...ServUO\Scripts\Commands\TimeStamp.cs
  7. Server Time wrong

    change the code DateTime.UtcNow to DateTime.Now on script ...ServUO\Scripts\Misc\Timestamp.cs The code is 2 times in the system ...ServUO\Scripts\Misc\Timestamp.cs and on ...ServUO\Scripts\Commands\TimeStamp.cs
  8. Charges on MasterStorage.cs

    Ok Thanks next Problem How to stop if 0 uses public void Loot( PlayerMobile player ) { if ( !IsOwner(player) ) return; if ( m_Charges > 0 ) { m_Charges--; } else if ( m_Charges == 0 )...
  9. Charges on MasterStorage.cs

    Hello, can someone please help me. I did add charges to the MasterStorage.cs in line 224 till 241 and line 250, till 274. What else do i need to do that it actually would substract 1 charge when using [loot Commans. Also i need help at public override void Serialize( GenericWriter writer )...
  10. Hello ServUO

    Merry Christmas 2013 the ServUO are nice, i have problem with status update. sorry for my english :)
Back