Search results

  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...
  16. FingersMcSteal

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

    Sounds like Encrypted client to me, i might be wrong but it will usually hang at about that point. You need a tool to remove the client encryption and try again. It's connecting then hanging ? Could try this... https://www.servuo.com/threads/client-decryptor.2792/
  17. FingersMcSteal

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

    Does anything show up in the console window when you start the client to connect ? Something like... Listening: 127.0.0.1:2593 Listening: fe80::b8f1:53c3:d834:4eb8%9:2593 Listening: 192.168.1.82:2593 Lottery System Tick. Client: 127.0.0.1: Connected. [1 Online] Login: 127.0.0.1: Creating new...
  18. FingersMcSteal

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

    Does it show it's 'Listening' on ports at all, generally 127.0.0.1 is the one in particular you'll probably need in there, 4th line from the bottom on mine. RunUO - [www.runuo.com] Version 2.0, Build 3168.23410 Core: Running on .NET Framework Version 2.0.50727 Core: Optimizing for 16 64-bit...
  19. FingersMcSteal

    To Return or Not To Return... Tis The Question !!!

    They do say you never really leave UO, my 2003 account on Europa shard still sits there even today !!! Only problem i usually have is free time, or lack of it as i'm still working full time. Working away from home also blows too lol.
  20. FingersMcSteal

    To Return or Not To Return... Tis The Question !!!

    I may be coming back to Ultima Online \o/ I blame Tass23 lol ;)
Back