Search results

  1. arvoreen

    Ambigious

    And how are you calling it? Please also include the initialization of any values passed to the constructor :)
  2. arvoreen

    Ambigious

    https://msdn.microsoft.com/en-us/library/ky5f1hz8%28v=vs.90%29.aspx Basically, on line 209 of your Airship.cs the compiler is unsure which constructor you're trying to call. The rest of the errors mean you're trying to access a private/protected field from outside of the class it's declared...
  3. arvoreen

    Error during compile with VDS

    Then I'm lost as to what's happening, if the dll is there it shouldn't be saying it can't find it. :(
  4. arvoreen

    Error during compile with VDS

    Download https://github.com/ServUO/ServUO/blob/master/zlibwapi64.dll and put it with your servuo exe.
  5. arvoreen

    Taming Statue

    I believe he did shortly after making this post
  6. arvoreen

    Taming Statue

    Ohhhh, hah, I misread, I was thinking training tamed animals. Hmm. But yeah, a custom mob would be the way, unmovable/can't die so it doesn't run away. I haven't really dug into the taming mechanics, but I imagine there must be some way to have it do the entire taming process, including skill...
  7. arvoreen

    Taming Statue

    A mob that can't move and never dies would be one way I suppose
  8. arvoreen

    Classic client patch

    Weird, I haven't tried it with servuo recently, but I never had an issue of not being able to see spawners in the past. I just suggested Razor as it has lots of extra "stuff" that makes playing the game more enjoyable. I guess I'll have to fire up a servuo sometime soon and see what kinda broken...
  9. 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.
  10. 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)
  11. arvoreen

    Unable to read beyond stream?

    Looks like your save may have gotten corrupted, have you tried one of the backups?
  12. 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...
  13. 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...
  14. 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.
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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.

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back