Search results

  1. Fargariel

    Throttle.log interpretation

    How should i interpret this file? 7/9/2017 6:42:28 PM XX.XX.XX.XX 10
  2. Fargariel

    Client restriction

    Is there any possibility to disallow access for Orion clients from server side?
  3. Fargariel

    Stackable items lose property

    I wanted to add PlayerConstructed props to Bolt.cs [CommandProperty(AccessLevel.GameMaster)] public bool PlayerConstructed { get { return this.m_PlayerConstructed; } set {...
  4. Fargariel

    Space between houses

    My players were possible to build houses with just 1 tile from each other (players - not gms). I could not make this by my own. I thought there is 4-5 tiles limitation. Am i right or wrong? If right, any ideas how it could happen?
  5. Fargariel

    Shard Status on Shard List

    https://www.servuo.com/shards/127/export From where it takes informations? It stopped working probably after some of my actions. And whats the difference between this info and this from webstatus? I would like to share this info with servuos shardlist but i would like to take this info (status...
  6. Fargariel

    Animal Form & Dismount

    "Anything that can dismount a player character will force an opponent out of Animal Form." - doesn't work (ML era) for Dismount, don't know if it works for "and Riding Swipe, items such as bolas, and any creatures with Dismount, Raging Stomp, or Bola Throwing AI."
  7. Fargariel

    SDI CAP (items)

    Is/should SDI from items capped to 15%?
  8. Fargariel

    Change requirements to use scrolls.

    I would like to allow player use specific spell from a scroll with no requirements needed to cast it with 100% chance (magery, int, regs, etc.). Any ideas?
  9. Fargariel

    Pet bonding with jewels

    Is it normal on OSI?
  10. Fargariel

    Animal Form restricted Skills

    I dont know if its a bug, but i cant use skills while in animal form (ninjitsu). In description of animal form i see "Cannot cast spells, use weapon or ninja special moves (except Mirror Image and Shadow Jump) while in Animal Form." - nothing about skills. But in playermobile.cs i have...
  11. Fargariel

    Characters limit per account

    I would like to have possibility (ingame by admin) to change characters limit per account. [CommandProperty(AccessLevel.Administrator)] public int Limit { get { return 5; } } How to change this?
  12. Fargariel

    Farming gold with Create Food

    I would like to prevent players from farming gold by selling items obtained by using create food spell with 100% lrc. Any ideas, solutions?
  13. Fargariel

    ServUO Shard List

    About Shard Country on the list... It is autodetected but i would like to change it manually because it is only VPS and it doesnt matter where it is... any instructions how can i manage it?
  14. Fargariel

    Few things

    I am beginner. I am looking for the simple way to make: - specific item disabled from add/dupe command (depending on access level) - adding new account and playermobile property (how to?) - additionally for the acc property is it possible to make it restricted? changable for specific access...
  15. Fargariel

    Crashlog is a shi**

    System.NullReferenceException: Object reference not set to an instance of an object at Server.ValorVirtue.Valor (Server.Mobile from, System.Object targ) [0x00007] in <36c77eed6cfe43e4959a3170c42ad28c>:0 at Server.ValorVirtue+InternalTarget.OnTarget (Server.Mobile from, System.Object targeted)...
  16. Fargariel

    Champ Spawn Restart

    I would like to set restart time for champ spawns (delay time after champs death for next possibility to activate spawn), but restart props doesnt work (on ChampionSpawn). RestartTime is 1/1/0001 12:00:00 AM and setting RestartDelay makes no changes. When i set AutoRestart time works, but it is...
  17. Fargariel

    Need help with understanding of loot system

    In loot.cfg there is: # If true, enables the new random loot system for all loot drops per publish 86 Enabled=True # The luck bonus applied in Felucca FeluccaLuckBonus=1000 # Budget bonus applied in Felucca FeluccaBudgetBonus=100 # Max base budget MaxBaseBudget=700 # Min base budget...
  18. Fargariel

    Vendor Mall Anywhere

    http://www.runuo.com/community/threads/vendor-mall-anywhere-2-x.535985/ Is there something like this for ServUO? I could merge it somehow but i dont wanna mess to much.
  19. Fargariel

    Vendors.cfg useless?

    I mean RestockDelay and MaxSell in cfg file. It is not used.
  20. Fargariel

    Crash log

    Normally crash log should guide me to a specific place like: at Server.Core.Main(String[] args) in C:\Users\Alex\Desktop\RunUO\Server\Main.cs:line 548 but mine looks: at Server.Core.Main (System.String[] args) [0x0056c] in <2f91d5c4a4c949abbcc1fe1a7d8c95c3>:0 Solution? (UbuntuServer 16)
Back