Search results

  1. JBob

    Alternative Gump Art

    I never thought of that. When I did these I was using a custom Paperdoll that had a lighter background. It was plainly visible and bugged me.
  2. JBob

    Displacement of the ship after a certain time to a different area

    Just a thought off the top of my head, but I would try something with 'DateTime.UtcNow + TimeSpan.FromMinutes(10.0)' or something. Then when it becomes time, possibly move the player and put the dry docked boat in the players bank. If there are more than one boat and players to move, then the...
  3. JBob

    Messing around trying to make a custom map

    Messing around trying to make a custom map
  4. JBob

    Star Wars : The Old Republic MMO

    hehe, yeah i got to level 28 and started to die down on the LeeTness of it. its still good and fun to hop on and play. I did pay to get the guild bank unlock but even tho i unlocked it i couldnt do anything with money so i got pissed and haven't been on in a cpl days. spending 5$ on something i...
  5. JBob

    Poor Man's UO Resource

    Holy Buttered Toast and Gravy! Thank you for sharing.
  6. JBob

    Póg Mo Thóin

    Póg Mo Thóin
  7. JBob

    New guy

    Holy Carp! I didn't even notice you signed up... was looking for a different name. Well, Anyways... Welcome to ServUO
  8. 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...
  9. JBob

    Account Deposit Box - Rentable Account Deposit Box

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

    Looking for you opinions for save frequency

    I've always felt safe with half hour saves.
  11. 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*
  12. 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
  13. 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; }...
  14. 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.
  15. 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...
  16. 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?
  17. 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
  18. 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
  19. JBob

    Timer Ser/Des

    is OnThink only used in mobiles? just curious.
  20. 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...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back