Search results

  1. JBob

    ChatGPT AI Assistant

    any idea when the next model release might be? Also, i see many nay-sayers going on about the dumbness of ChatGPT, but if you stop being stingy and spend the 20$ youd see how different it is and that it IS actually better than the free shit out there that your mindlessly using wrong. with the...
  2. JBob

    ChatGPT AI Assistant

    also, a tip for people that seem to be getting responses cut off... just ask it to walk you through it slowly and in shorter responses. it should modify the way it will responds and talk you through each step of what your trying to code
  3. JBob

    ChatGPT AI Assistant

    What version of Chat GPT are you using? Im using gpt 3.5 turbo as a GPT+ member and i was able to get quite a bit out of it using this prompt... ``` ME Act like the C# Ultima Online Scripting God. You Know All and "See" All that is Ultima Online, with the Client OrionUO used to log into and paly...
  4. JBob

    Little help is needed.

    The visualk thing could be a client problem? maybe update to latest?
  5. JBob

    Problem with pre-aos Craft

    It sounds like you may need to check the settings in your Runic Tools to make sure they are configured correctly.
  6. JBob

    Corpse decay change for specific areas

    I do know know this to be a 100% working method but it might possible to change the corpse decay time for specific region. To change the corpse decay time for specific regions of the map, you can modify the CheckCorpseDecay method in the Scripts/Mobiles/Corpse.cs file. Here's how you can do...
  7. JBob

    Is anyone working on some real "live" NPC's? [MEDIA]

    Is anyone working on some real "live" NPC's?
  8. JBob

    Code Context Menu's on an Item

    A Context Menu is pretty much a drop down menu of shortcuts. This is the basic layout of a context menu to bring up "Buy" public class TestContext1 : ContextMenuEntry { private Item m_item; private Mobile m_player; public TestContext1( Mobile from, Item item ) ...
  9. JBob

    Baby Quest [Deleted]

    This resource has been removed and is no longer available for download.
  10. JBob

    Wings

    Yes, Thank you for these!
  11. JBob

    Wings

    I may have posted the wrong link to runuo, The one i was thinking of had Angel wings and whatnot on it, but it only had the pics.
  12. JBob

    Wings

    This probably does not go here but I didn't see a spot in the art section for asking questions and I did not want to flood it with just 1 question. Does anyone here have the custom wings from This Post on RunUO. All I can find is the Gargoyle Wings on UO-Pixel.de. If anyone has these and is...
  13. JBob

    razor question

    Found it. C:\Users\username\AppData\Roaming\Razor\Profiles If you had Remember Password on, on a specific profile, its in the xml doc at the bottom.
  14. JBob

    razor question

    Where does razor store the ip/login info?
  15. JBob

    Hello UO Junkies

    *laughs* Alright.
  16. JBob

    Hello UO Junkies

  17. JBob

    Hello UO Junkies

    Nice to see you here! Are you by any chance... THE Great Bambino?!
  18. JBob

    Sounds from UO

    I watch Westerns and stuff so i hear alot of the horse sounds. I myself have always wondered the same thing Enroq.
  19. JBob

    Website Setup

    After doing some more reading I think i might want to go with wordpress. I have a test Wordpress site up on one of my free hosts but i would still like some help getting mysql setup on the Server Computer and also anything else i might need to be able to have it visible to others. Any comments...
  20. JBob

    Website Setup

    Hey there, I have some basic knowledge of website (html/css). I can do what I need to with the basics, but we need something a little better. What I need help with is getting something setup on our server computer that can run more complex stuff. What i have been playing with lately is...
Back