Search results

  1. 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
  2. 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.
  3. 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...
  4. 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()); }...
  5. JBob

    Chest Issues.

    That worked great, Thanks
  6. JBob

    Chest Issues.

    I now have two gumps, The first one when the chest is unowned, and the second is a renewal gump. in the timer it checks if the player is online or not. If they are offline it looks threw the players bank for money, if 50k is found, the timer takes the money and continues the "subscription" as...
  7. JBob

    Chest Issues.

    Okay, That compiles but when i hit cancel with an item in the chest, The server craps this out in a crash report... System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.Collections.Generic.List`1.Enumerator.MoveNextRare() at...
  8. JBob

    Chest Issues.

    Thank you, That helped out ALOT. Now i have another question. How would I use MoveToWorld to move all the items in the Chest to the ground when renewal gets canceled find items in chest then MoveToWorld(box.Location, box.Map) I was trying to move everything to the players bank before i...
  9. JBob

    Chest Issues.

    Also, Should I be using something other than a timer here? Someone suggested using DateTime, but I'm not even sure how that works. I barely understand timers.
  10. JBob

    Odd Dreams

    For some reason I woke up this-morning thinking my Positive Post Ratings were changed to all Negative Post Ratings on the forums here. I Don't know why but, it kinda freaked me out and got me bummed. Then I logged on and realized it was a dream. HAHAHA Crazy shit happens in ones mind while...
  11. JBob

    Chest Issues.

    I'm having a hell of a time here. This code is giving me some Errors. CS0118: Line 86: 'Server.Gumps.AccountDBoxGump' is a 'type' but is used like a 'variable' CS0103: Line 86: The name 'Buttons' does not exist in the current context CS0118: Line 92: 'Server.Gumps.AccountDBoxGump' is a 'type'...
  12. JBob

    Customizable Player Factions.

    Balls to The Wall on this one Mr. En-'You'-Roq. Can't wait to give this a go!
  13. JBob

    Account Deposit Box

    Hmm, or even drop them all on the ground at reset time.
  14. JBob

    Account Deposit Box

    Well, What if that person that deleted the character made another few characters. this chest would still be in there possession. I was thinking about an inactive timer for 30 days or so.
  15. JBob

    Account Deposit Box

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

    Account Deposit Box - Account Deposit Box

    Changes: -Confirmation Gump -Name Properties -Added a couple more checks If Something isn't working, Let me know. I'll try and get it fixed.
  17. JBob

    Updating an older shard to work with current clients?

    Im not sure if this will help but have you tried to edit Misc\ClientVerification.cs Required = new ClientVersion( "7.0.35.0" );
  18. JBob

    custom ores

    Scripts\Misc\ResourceInfo.cs Items\Resources\Blacksmithing\Ore.cs Items\Resources\Blacksmithing\Ingots.cs Services\Harvest\Mining.cs I think that's just about whats needed. If I'm Missing anything i'm sorry. It was just a quick look threw.
  19. JBob

    Account Box Crash

    Thank you. Im still having an issue with somthing. I have a gump popup to select okay or cancel. I get this error in my code. CS0118: Line 204: 'Server.Items.AccountDepositBox' is a 'type' but is used like a 'variable' CS0118: Line 205: 'Server.Items.AccountDepositBox' is a 'type' but is...
  20. JBob

    Account Box Crash

    Status Update: I Get this error if the VIP account was deleted with or without an account chest connected to it. Updated Update 12:30pmEst. Seems odd to me that i get this when a player account is deleted to.

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back