Search results

  1. Karack

    Threat about duplicate weapon name

    Hi all, Few week ago i have seen a thread about duplicate weapons name with OWLTR package but i cant find it back. If someone know what im talking about could you reply with the thread link. Thx
  2. Karack

    IDamageable to Mobile with mobs

    Hi All, I have imported mobs from The Grove, i'm not sure but because the script has been coding before this repo update : https://www.servuo.com/threads/new-update-to-repo.5662/ I get this error on many mobs + Customs/Quest/Battle Markov/Evil.cs: CS1502: Line 171: La méthode surchargée...
  3. Karack

    Few questions

    Hi All, #1 What is preferences controller and why i cant remove it? #2 What is Ladder controller and why i cant remove it #3 When i use [clearall that remove everytime 7 items or 1007 after a saving, there is a way to know wich are the 1007 persistent items are? #4Probably there is a link...
  4. Karack

    Creating a new owner account

    Hi, I deleted the owner account ingame then i restarted servuo, thinking that he would have asked me to create a new owner account but no. There is a method to create a new owner account? Rolling eyes :)
  5. Karack

    Item properties appear

    Hi, I have a armor set script when fully weared add +15 magery +15 mystic and +20 spellweaving but in game, the gump only show the +15 mystic. Here the script and the screenshot using System; namespace Server.Items { public class MerlinArms : LeatherArms { public override bool...
  6. Karack

    GF V1.0.0a

    I get this error with this script using System; using Server.Mobiles; using Server.Network; using Server.Targeting; namespace Server.Spells.GFs { public class AlexanderSpell : GFSpell { private static SpellInfo m_Info = new SpellInfo( "Alexander Guard", "Ale...
  7. Karack

    Insurance system

    Where can i find the script/code about insurance system?
  8. Karack

    Hueslistgumpgold.cs with daat99 masterstorage

    I'm trying to collect gold directly in the masterstorage to pay a hues stone with gump I get this error and this is the script #region References using System; using System.Collections; using Server.Items; using Server.Mobiles; using Server.Network; #endregion namespace Server.Gumps {...
  9. Karack

    How to powerscroll

    Hi all, How to add powerscroll, i didnt find it with [add command, Also i want to change value of PS like 175 PS but im not sure where to change it in powerscroll.cs Thx
  10. Karack

    How to add cost to alchemystone.cs

    Hi All, I want, when doubleclicking the stone, that take gold or token from ledger Thx
  11. Karack

    CentrED+ server config

    Im trying to set up the server but that crash during the process. My xml file seem well configurate <?xml version="1.0"?> <CEDConfig Version="6"> <Language>..\Language\English.ini</Language> <Port>2593</Port> <Map> <Map>C:\Program Files (x86)\Electronic...
  12. Karack

    Awakening event

    There's a way to activate the Awakening event in servUO? I found a script named Raiders.cs but nothing else. Thx
  13. Karack

    VitaNex/Core/Extensions/Server/SkillExt.cs:

    I got this message on a fresh servuo last repro ServUO - [https://www.servuo.com] Version 0.5, Build 6460.30316 Core: Optimizing for 4 64-bit processors RandomImpl: CSPRandom (Software) Core: Loading config... Scripts: Compiling C# scripts...Failed with: 1 errors, 0 warnings Errors: +...
  14. Karack

    Publicmoongate.cs

    Hi, What does these values in this script? Look at the red bold text public static readonly PMList Trammel = new PMList(1012000, 1012012, Map.Trammel, new PMEntry[] { new PMEntry(new Point3D(4467, 1283, 5), 1012003), // Moonglow new PMEntry(new Point3D(1336, 1997, 5), 1012004), // Britain...
  15. Karack

    Hello

    Hi, Thx for sharing up this project. After many years of playing UO and my hobby for computing im interested by how works UO I have no experience with scripting and want to learn a bit about that. Cya
  16. Karack

    Hello everyone :)

    Hi, Iam a old player of UO, but this is my first testing experience to build a private shard. ServUO look to be a awsome project. Have a nice day and thanx for your efforts :)
Back