Search results

  1. JBob

    Póg Mo Thóin

    Póg Mo Thóin
  2. JBob

    New guy

    Holy Carp! I didn't even notice you signed up... was looking for a different name. Well, Anyways... Welcome to ServUO
  3. JBob

    Account Deposit Box

    JBob updated Account Deposit Box with a new update entry: Rentable Account Deposit Box Read the rest of this update entry...
  4. JBob

    Account Deposit Box - Rentable Account Deposit Box

    /* _________________________ =(__ ___ ___ _)= | Scripted By: | | JBob | | Shout Out To | | Enroq, Ravenwolfe, | | zerodowned and | | stnewton, For Helping | | To Get This...
  5. JBob

    Looking for you opinions for save frequency

    I've always felt safe with half hour saves.
  6. JBob

    Timer Ser/Des

    Thank... You... Yeah i can tell what you were doing with it. I lost a few hours of sleep over not understanding this. Time to do some more playing around with this. *smiles*
  7. JBob

    Timer Ser/Des

    Here's the script version with that in it. It works the way i intend it to except the time(testing purpose) and when you restart, the timer is null and no renew option ever
  8. JBob

    Timer Ser/Des

    #region Timer public class AccountDBoxTimer : Timer { AccountDepositBox adbox; Mobile player; public AccountDBoxTimer( AccountDepositBox item, Mobile from ) : base( TimeSpan.FromSeconds( 59 ) ) { adbox = item; player = from; Priority = TimerPriority.OneSecond; }...
  9. JBob

    Timer Ser/Des

    In the gump file i did the call to DoRenew() which is probably the wrong spot and time to do it.
  10. JBob

    Timer Ser/Des

    This is a Chest connect to the account, like a bank account for every character on that account. I'm wanting to put a time limit of 30 days and then have a choice to renew. The DoRenew and CheckRenew was just stuff i was messing around with along with the datetime stuff. The other version of...
  11. JBob

    Timer Ser/Des

    Ok, i know I'm doing something wrong but i cant tell what it is. I'm trying a second route of using DateTime because I'm not sure how i would code the line to set the NextRenewTime But heres what i have 'trying' to use datetime. Can someone point out my mistakes?
  12. JBob

    Timer Ser/Des

    So just having 'time_left = reader.ReadInt();' this in Des, it continues the time left timer on server startup? ^with its Ser counterpart
  13. JBob

    Chest Issues.

    Hmmm, maybe i could somehow look for the most empty bankbox or something? Ill be gone most of the day so ill do some more thinking on this
  14. JBob

    Timer Ser/Des

    is OnThink only used in mobiles? just curious.
  15. JBob

    Timer Ser/Des

    I'm having some issues with Serializing and Deserializing Timers. I've read some stuff on them and done some searches, but for the most part... I just don't get it. Ser/Des is a tough subject for me so be gentle. Can someone Explain/Show me how someone would go about doing it? Below is my item...
  16. JBob

    Jammin to Gorillaz while I pull my hair out... I feel soothed and frustrated at the same time...

    Jammin to Gorillaz while I pull my hair out... I feel soothed and frustrated at the same time. Damn Ser/Des
  17. JBob

    Chest Issues.

    wOOt wOOt! Your the shyt Enroq. Also for everyone's future reference, you will also need the Assembly Reference... using System.Collections.Generic; Or you will get an error.
  18. JBob

    Chest Issues.

    This is the crashlog i got at System.Collections.Generic.List`1.get_Item(Int32 index) at Server.Gumps.AccountDBoxRenewGump.OnResponse(NetState sender, RelayInfo info) in c:\ServUOmaster\Scripts\custom\AccountDepositBox1_2.cs:line 365 at...
  19. JBob

    Chest Issues.

    #region Move Items to Bank //Crashes The Server int count = ((Container)box).AcquireItems().Count; for (int i = 0; i < count; i++) { sender.Mobile.BankBox.DropItem(((Container)box).AcquireItems()); }...
  20. JBob

    Chest Issues.

    That worked great, Thanks

Active Shards

Donations

Total amount
$5.00
Goal
$500.00
Back