Search results

  1. Ravenwolfe

    RunUO Crash

    In debug mode, it should provide more information in the crash log. I see two timers that I would look further at - Hammer of Hephaestus and Jacobs Pickaxe. I would be curious to see why those weapons have timers and are they implemented correctly. Like I said, this can be a difficult one to...
  2. Ravenwolfe

    RunUO Crash

    You might also run the command [dumptimers (I think its available in RunUO 2.1 but not sure). You will get a text file in the main directory that will show you running timers.
  3. Ravenwolfe

    RunUO Crash

    Create a shortcut to your RunUO.exe. Then click properties on the shortcut and click the Shortcut tab. You should see a section that says target. add the end of the target (after RunUO.exe) add a -debug. Then run RunUO from the shortcut.
  4. Ravenwolfe

    RunUO Crash

    There is some timer that is loading with an improper DateTime time. Can be difficult to diagnose, do you have any custom scripts that would use a timer? Do you know how to run in debug mode?
  5. Ravenwolfe

    Halloween Quest

    Worked for me, just needs a lot of space.
  6. Ravenwolfe

    ServUO - Paragon Chests

    So, interestingly, luck can play a role in the use of runictools. However, Paragon chests use the runictool calculations to determine what is applied to the item but with Luck set to zero. So, luck does not play a role in the quality of paragon loot from a chest. So, you will have to script it...
  7. Ravenwolfe

    ServUO - Paragon Chests

    It uses the random roll for runictools. Pretty sure luck wont make a difference at all. I'll look deeper in a few.
  8. Ravenwolfe

    ServUO - Paragon Chests

    1. Has nothing to do with the trap being sprung. The Abscess provides a level 5 paragon chest. 2. Up to you? 3. Paragon chests are random in the loot that you receive. The level of the chest increases the AMOUNT of loot but not the QUALITY of loot.
  9. Ravenwolfe

    ServUO - Help Diagnosing Crash

    Sent it to you, let me know if it crashes anymore. Also cleaned up the solution and issues with compiling the core.
  10. Ravenwolfe

    ServUO - Help Diagnosing Crash

    Have you had issues compiling your core? Your basevendor.cs in your Server folder was all wrong, it was the same as the one in your Scripts folder.
  11. Ravenwolfe

    ServUO - Help Diagnosing Crash

    No offense but your solution file is a mess. Gimme a day or two, lol.
  12. Ravenwolfe

    ServUO - Help Diagnosing Crash

    Sure, I can take a look at it if you wanna dropbox it.
  13. Ravenwolfe

    Hello from Texas

    Welcome (also from Texas)!
  14. Ravenwolfe

    Conecting from external IP

    Well done sir, glad you were able to get it modified to send the correct connection info!
  15. Ravenwolfe

    ServUO - Help Diagnosing Crash

    Very hard to diagnose without the full system. I found some references to gem mining issues with OWLTR (daat99) and ServUO. One solution was presented here, but it doesn't sound like an actual solution to me...
  16. Ravenwolfe

    Conecting from external IP

    Routers are made to use NAT, translating an external ip address to internal (private) ip addresses. Private IP ranges are: 10.0.0.0 to 10.255.255.255 172.16.0.0 to 172.31.255.255 192.168.0.0 to 192.168.255.255 100.64.0.0 to 100.127.255.255 (special rules for this range) Port forwarding is...
  17. Ravenwolfe

    Conecting from external IP

    How are you using 1.1.1.89 as a private ip address? That is a publicly routable ip address...
  18. Ravenwolfe

    Conecting from external IP

    Ok, couldn't find that in the distro. I'm assuming you added those Console Writes for testing? Do you happen to be using a VPN? It's weird that its not finding your external IP and also weird that its showing 1.1.1.89, is your server using Cloudflare?
Back