Recent content by FingersMcSteal

  1. FingersMcSteal

    Crash?

    System.DivideByZeroException: Attempted to divide by zero. Some value is causing some issue when you target i'm guessing. Can you explain a bit more what it is your doing that causes it (bit more detail) What are you targeting ?
  2. FingersMcSteal

    ServUO & Clent Version ?

    Thanks ;)
  3. FingersMcSteal

    ServUO & Clent Version ?

    Hi, Just wondering which client versions currently working with the ServUO download ? Thanks in advance ;)
  4. FingersMcSteal

    Help with code knowledge

    I wasn't sure, i've been out of 'the loop' for some time i guess.
  5. FingersMcSteal

    Help with code knowledge

    Don't know if you can search for the actual word itself with UOFiddler, maybe look for the PowerScroll.CS file and view the script, it 'should' be in there i expect. Hope that helps ;)
  6. FingersMcSteal

    Note script and gump

    Not sure quite what your looking for but if it's a gump with a window that scroll's the text this is a gump from a lottery system i wrote a while ago... using System; using Server; using Server.Gumps; namespace Server.Gumps { public class LotteryInfoGump : Gump { public...
  7. FingersMcSteal

    Open Web from Script

    If it works it works \o/ ;)
  8. FingersMcSteal

    Open Web from Script

    There's a command... this is from the Commands.CS file public class OpenBrowserCommand : BaseCommand { public OpenBrowserCommand() { AccessLevel = AccessLevel.GameMaster; Supports = CommandSupport.AllMobiles; Commands = new string[]{...
  9. FingersMcSteal

    Finally on it... GitHub \o/

    Hi, Finally had some spare time to get some things sorted out... posted files to github \o/ My GitHub can be found here... Finally on GitHub I've also added this link to my profile signature if you loose this post :) Just some of the older UO files i had sitting on hard drives, i'll continue...
  10. FingersMcSteal

    Inside-UO ?

    Hi all, Just looking for an app or tool to view current art work in the client files, insideUO 'was' the one to use so just wondering if theres anything newer or more up to date now ??? Thanks in advance ;)
  11. FingersMcSteal

    UO Gateway Status

    Wish i had more time for something lilke this :-/
  12. FingersMcSteal

    Fingers FTW with Bye, bye Encryption!

    HellRazor it's Ultima Online lol... you can never leave... ever... even when you think you have... you haven't... ever... all these years later... you wish you could... but you can't... ever lol. ;)
  13. FingersMcSteal

    Fingers FTW with Bye, bye Encryption!

    Due to working away from home a lot the domain ListUO expired unfortuantly, it got snapped up before i had a chance to sort it out. Pretty sure it was something to do with the UOEvolution shard at the time, it's been turned into one of those nasty Top Sites i love to hate. The site and app...
  14. FingersMcSteal

    Numbers in scripts that tell what items are or what message is to be sent

    Off the top of my head as an example... yes. Public moongates i had used to have 'different' locations so i needed STRINGS instead of numbers. You can see the changes to some of it where the numbering got altered to use strings. // public PMList( int number, int selNumber, Map map...
  15. FingersMcSteal

    Stuck at "Verifying Account" while trying to follow getting started guide

    Maybe check the login.cfg file in the game directory your using (The game files) or maybe just check the SocketOptions.cs file (server file), just a long shot but you never know. If i remember right the client triggers that popup about the port being allowed or something like that but i think...
Back