Search results

  1. Lemke

    communicating with origin

    Navigate to Control Panel, System and Security and Windows Firewall. Select Advanced settings and highlight Inbound Rules in the left pane. Right click Inbound Rules and select New Rule. Add the port you need to open and click Next. For sure open port 2593...
  2. Lemke

    Type is not Valid

    Try: if (dropped != BaseEverlastingHarvestTool)
  3. Lemke

    Fate Of Fortunes Talisman (custom)

    I can give you an example of self-deleting item,in this case is a lrc robe for starting players im using,change desired time as you want and try it. Sorry,i can mod it,here your talisman.
  4. Lemke

    Fate Of Fortunes Talisman (custom)

    If you have xmlspawner already installed in your repo,you can just add: XmlAttach.AttachTo(this, new TemporaryQuestObject("Kryss", 60)); //60 = minutes." So your code go as this: Add this in top of your script: using Server.Engines.XmlSpawner2; public LesserFateOfFortunes() : base() {...
  5. Lemke

    UO Universe is here!

    Hello! Just advertising my shard called UO Universe,Some features: -Expansion: TOL. -1 account per IP. -Statcap standard (225).Free full stats on start. -Skillcap: No skillcap.15 skill-points per level. -Level system by Joshua (Thank you Joshua).You can find this level system here...
  6. Lemke

    Finally Saying Hello

    You welcome!
  7. Lemke

    Finicky compile.

    zLib Solution to: Unable to load DLL 'zlibwapi64': The specified module could not be found. However most systems have installed a current version of Visual Studio redistributable package, if this is not the case your ServUO may not find zlibwapi64.dll even if its is in the correct folder...
  8. Lemke

    Server crash (AlterMeleeDamageFrom) in BaseCreature.cs

    Thank you so much!
  9. Lemke

    Server crash (AlterMeleeDamageFrom) in BaseCreature.cs

    allowed all weapons.
  10. Lemke

    Server crash (AlterMeleeDamageFrom) in BaseCreature.cs

    Yes,exactly,just under melee attack
  11. Lemke

    Server crash (AlterMeleeDamageFrom) in BaseCreature.cs

    I just want when you melee hit (to basecreature),chance to health orb appear in floor.
  12. Lemke

    Server crash (AlterMeleeDamageFrom) in BaseCreature.cs

    Sorry,here is: System.NullReferenceException: Object reference not set to an instance of an object. at Server.Mobiles.BaseCreature.AlterMeleeDamageFrom(Mobile from, Int32& damage) in C:\Users\Administrator\Desktop\UO Universe server\Scripts\Mobiles\Normal\BaseCreature.cs:line 2471 at...
  13. Lemke

    istant tame

    I refer to scalar animal taming skill do when tame a creature,this is the code used on animaltaming.cs under publish 57: if (m_Creature.Owners.Count == 0) // First tame { if (m_Creature is GreaterDragon)...
  14. Lemke

    Server crash (AlterMeleeDamageFrom) in BaseCreature.cs

    Added health orbs in base creature,and server is getting random crashes.Any tip?Here the add in method: public virtual void AlterMeleeDamageFrom(Mobile from, ref int damage) { //Custom health orb drop if (this == null || Utility.RandomDouble() > 0.05) //chance to...
  15. Lemke

    istant tame

    Care with this,you need to add the "taming nerf" like using real animal taming skill,or you will tame creatures with savage attributes.
  16. Lemke

    Paragon under Felucca,trying to not spawn in ChampionRegion.(SOLVED)

    lol! Me: if (bc is ChampionSpawn) -Not working. You: bc.IsChampionSpawn -Working.Thank you!
  17. Lemke

    Paragon under Felucca,trying to not spawn in ChampionRegion.(SOLVED)

    The way i solved this(i know this is not a great solution,and a bit tryhard mode,but i tryed a lot of paragon checkers without results),and now i can get champions without paragon creatures. In BaseCreature.cs OnThink method,just at method start: public virtual void OnThink() { Map map =...
  18. Lemke

    Paragon under Felucca,trying to not spawn in ChampionRegion.(SOLVED)

    UPDATE 3: SOLVED in post reply! UPDATE: Tryed too: if (bc is ChampionSpawn) in covert and checkconvert. UPDATE 2:Tryed in checkconvert chance value: double chance = 1 / Math.Round(20.0 - (fame / 3200)); if (bc is ChampionSpawn) chance = 0; Hello!I activated...
  19. Lemke

    Beetle error

    try ; at the end of line BaseOre ore = Mining.System.Construction (res.Types[0], null) as BaseOre;

Active Shards

Donations

Total amount
$50.00
Goal
$1,000.00
Back