Recent content by Holyblablabla

  1. Can't complie ServUO despite having .Net 4.8 developer pack

    Got the same error that dotnet is not a commad. :eek: Bonaccorso, How do you add full access to folder's files for all users?
  2. [xmlfind search dungeon.

    It's yomutso rather than yomotsu
  3. [xmlfind search dungeon.

    Tick name and type yomotsu could help to find related spawners.
  4. Invasion System

    Where do you get the #4835?The latest fix is #4834
  5. How to rebuild world without deleting data of players

    I would like to rebuild the whole world (teleporters, spawners, etc.) since someone misused commands and a lot of teleporters are deleted. I tried [deleteworld and createworld again. However, the following entries cannot be deleted. Any advice would be appreciated.;)
  6. Is the Cloak of the Virtuous acquirable

    @jingz2k2 @WiKKiD Thanks for your replies. I solved the cliloc problem by your method. However, I tried to debug the cloak trigger, but failed. It seems something more foundamental wrong. public override void OnEnter(Mobile m) { var virtue =...
  7. Is the Cloak of the Virtuous acquirable

    Is the cloak of the virtuous accessible by completing quests? Players report that they followed instruction on https://www.uo-cah.com/pub-107/jolly-roger-quest-guide and slayed all masters at every shrine, but nothing happened they stepped on virtue tile. No message at all. Furthermore, I add...
  8. Hello all

    Hi, Falkor. The price of ex-crafts is too expensive atm. I didn't find the ex part in SB-files. How do they price an exceptional item?
  9. Items of 50 stones weight

    ServUO: Latest Master Players report they looted items , plenty of jewleries and a weapon by now, of 50 stones weight resently. Is this normal?
  10. Is it possible to add custom items to the Ultima Store?

    Thanks for your reply, Falkor. There are plenty of empty entries in cliloc. Is anyone OK?
  11. Is it possible to add custom items to the Ultima Store?

    I tried to add Aegis to uostore by following code Register<Aegis>(1159165, 1158738, 0x1B76, 0, 0x47E, 600, cat); where "Aegis" is used to identify the item dropped to your backpack after bought, "0x1B76" is shield picture displayed in uostore gump, "0x47E" is hue of the shield displayed, "600"...
  12. Vendor plot for public

    With all cs-files deleted except VendorTile.cs, Milva's works well by now on ServUO publish 57+. All I need is [add PlayerVendorTile and [add TownContractOfEmployment. Thanks.
Back