Search results

  1. arvoreen

    Classic client patch

    I would get Razor from http://www.uogdemise.com/razor/ (the official place to get it now, to make sure you don't get any unwanted additions or old versions or anything) instead of stripping the encryption from UO itself.
  2. arvoreen

    Classic client patch

    I would guess the core folder would be the <servuodir>/Server folder that contains the server core (that builds the .EXE)
  3. arvoreen

    Unable to read beyond stream?

    Looks like your save may have gotten corrupted, have you tried one of the backups?
  4. arvoreen

    How to make custom Items drop with bod rewards?

    You should try some stuff and show what you tried, if you want to learn how to code. Plus you'll be much more likely to get help if you have code and/or errors for people to look at. Otherwise, it's kinda like you're asking someone to write it for you. Don't get hung up on using existing...
  5. arvoreen

    server crashing, being a pain in my **vjofufgvjlhv**

    When you try something someone suggests and it breaks, you should post the errors produced by that instead of just going back to what was broken before. Are you running on linux with mono? If so, what version of mono? I had the same error about empty path after updating mono to the latest...
  6. arvoreen

    Errors during compile OWLTR 4.0 for ServUO Pub 54

    You're confusing /Server/BaseVendor.cs with /Scripts/Mobiles/NPCs/BaseVendor.cs One is in the "core", which is the servuo executable, the other is the "scripts", which are located in the servers /Scripts/ directory, which are loaded during compile time.
  7. arvoreen

    Errors during compile OWLTR 4.0 for ServUO Pub 54

    Well, from what I can see, the BuyItemState class is declared in Server\BaseVendor.cs. Same for the other classes the errors are saying don't exist. Do you have this file? Does it contain a declaration for the BuyItemState/BuyItemResponse/SellItemState/SellItemResponse classes? If it does, then...
  8. arvoreen

    Music in different regions

    So I looked in BaseRegion and didn't find anything, so since BaseRegion inherits from the core class (core meaning compiled into the server.exe) Region, I looked in the Region class, and it has the following: public MusicName Music{ get{ return m_Music; } set{ m_Music = value; } } So if you set...
  9. arvoreen

    Lookpack.cs how to add random item

    You're missing or have mismatched curly braces. What do you use to edit your code? You should be using some sort of syntax highlighting editor, and it should show your mismatched quotes. Keep your code indented (indent 1 tab every time you open a code block with {, and go back a tab when you...
  10. arvoreen

    Need help how to make reward drop in back pack randomly

    If you want all creatures to drop tokens, you would modify BaseCreature.cs (Sure it has 7000 lines or whatever, but I told you the method name, and your editor SHOULD have some sort of "find" or "search" function). If you want just your custom creatures to drop tokens, you would override the...
  11. arvoreen

    Need help how to make reward drop in back pack randomly

    So I did a quick search, if you look in BaseCreature.cs there's a method called OnKilledBy that you can override in your mob class to give stuff to people involved with killing it. This is how artifacts are given out. At least, the code I'm looking at, I believe I've got a recent RunUO from...
  12. arvoreen

    Guild Money

    If you say "balance" near the banker, does he acknowledge the deposited gold? The new gold system doesn't actually keep coins in the bank, it just keeps a balance.
  13. arvoreen

    Aggggh Paragon

    Are you doing a respawn in between changes? Just wondering, because if not, it's possible everything is still paragon because it was already saved that way.
  14. arvoreen

    Today MS Windows Makes Me Crazy

    Do you have the server source? If so I'd probably try rebuilding the executable.
  15. arvoreen

    I like games and programming.

    I like games and programming.
  16. arvoreen

    Cant find servuo.sh?

    /home/ultima/server/ServUO.sh: 2: /home/ultima/server/ServUO.sh: mono64: not found I believe that's indicating that line 2 of ServUO.sh is attempting to call mono64, but cannot find it. Opening ServUO.sh with a text editor should be able to confirm.
  17. arvoreen

    Pet Bonding gate

    Modifying BaseCreature doesn't seem like it'd be the way to go for something like this, why not have the gate just bond any unbonded pets when it is double clicked, instead of just showing particles? Then BaseCreature doesn't have to be changed. Just a thought :)
  18. arvoreen

    On equip issue

    Always use indentation, it helps a ton with following the flow of logic
  19. arvoreen

    backup or save Server/Shard

    Copying the folder should work, you just want to make sure that you either install UO into the same place as the original computer, or change the DataPath to point to the new location. As long as nothing is referencing anything outside of the folder you're running from (it likely doesn't...
  20. arvoreen

    How to generate monsters automatically when they dead ?

    The [help command should show you all the registered commands available to you.

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back