Search results

  1. Lemke

    Item not giving stat bonus?

    Update: Im sure is my basearmor not applying stat bonuses,here i post that,any advice please?Thanks in advance! using System; using System.Collections.Generic; using Server.ContextMenus; using Server.Engines.Craft; using Server.Factions; using Server.Network; using Server.Mobiles; using AMA =...
  2. Lemke

    Item not giving stat bonus?

    Im getting so crazy lol,with admin account,this item works fine: using System; using System.Collections.Generic; using Server.ContextMenus; using Server.Engines.Craft; using Server.Engines.XmlSpawner2; using Server.Factions; using Server.Network; using Server.Mobiles; using System.Linq; using...
  3. Lemke

    Level System 3 - Rerelease

    The issue is when i add the custom item directly with admin command,and give to player,or player dropped that item,he just can equip without his level requeriment.
  4. Lemke

    Problem with runecrafting.

    Thank you so much,worked!
  5. Lemke

    Item not giving stat bonus?

    Hello guys! Got some itemsfailing when donating stat bonus. Other props runs well,here the code of the item (loading without problems,equiping without problems) using System; using Server.Network; using Server.Items; using Server.Targeting; using Server.Engines.XmlSpawner2; /* added for level...
  6. Lemke

    Problem with runecrafting.

    Hello guys!Just trying to compile a runecraft system found here in comunity,and getting the following issue: Errors: + Custom/Rune Crafting/DefRuneCrafting.cs: CS0115: Line 42: 'Server.Engines.Craft.DefRuneCrafting.CanCraft(Server.Mobile, Server.Items.BaseTool, System.Type)': no se...
  7. Lemke

    Level System 3 - Rerelease

    Yes i solved doing that for now.Thank you so much! 1581715603 And the last question,the level required system on items didnt work in custom armors or weapon,any idea?At the same time this item requirements are not working,looted items works well without issues.Here an example:
  8. Lemke

    Level System 3 - Rerelease

    New issue appear when player kill a creature,but not sure about where is the issue located,here the log: Server Crash Report =================== ServUO Version 0.5, Build 6996.26785 Operating System: Microsoft Windows NT 6.2.9200.0 .NET Framework: 4.0.30319.34014 Time: 2/15/2020 12:42:19 AM...
  9. Lemke

    Level System 3 - Rerelease

    So sorry Joshua,just my fail,new feature is working 100% without issues!!!
  10. Lemke

    Level System 3 - Rerelease

    UPDATE:I do rollback without colored names,the problem is not solved,just double battle rating display,and some item is correctly displayed.
  11. Lemke

    Level System 3 - Rerelease

    Ok lets go! Im using colored item names,i think is the problem?Equipmet is displaying twice the battle rating tag,picture attached: The mod change code for colored names with your update: #region [Item Name Color] public override void AddNameProperty(ObjectPropertyList list) {...
  12. Lemke

    Way to allow just humans or elfs.(APG by Lokai).

    Lemke submitted a new resource: Way to allow just humans or elfs.(APG by Lokai). - Use these gates to choose your race (human o elf) in a start zone. Read more about this resource...
  13. Lemke

    Way to allow just humans or elfs.(APG by Lokai). 2020-02-08

    Hello guys,afetr a long time looking for allow just elfs or humans under SA+ expansion,i found a solution modifiying a bit the "Advanced Player Gate" by Lokai,so i do not have any credit for that. Here is all i do: I created a closed start zone for new charactes with these 2 gates,so when they...
  14. Lemke

    Level System 3 - Rerelease

    What you say is for sure the greatest feature you can add to your level system,if you got it working all the entire PVM can be changed to be better and better,i think is the last great change needed to be a perfect level system. Good luck in trying,so excited to see some results lol,and THANK...
  15. Lemke

    Level System 3 - Rerelease

    In a short time i will host a server with your system,for now i dont find issues so seems clear and working like hell. Love to see new ideas... :D 1580739203 Its possible to add level requeriment to all the loot based on props+intensity? Just like colored item names,here the code from his...
  16. Lemke

    "Nerf" gold on corpses.

    Working like hell,thank you so much!!!
  17. Lemke

    Default character on create.

    Hello,i have an issue using a script to create all characters standard,my shard is 1 acount per ip,1 character per ip. Script is running well but if i delete my character and try to create another one,i can choose a new race and starter options (standard). I want to be only humans shard so its a...
  18. Lemke

    "Nerf" gold on corpses.

    Hello! Im looking at lootpack.csbut i cant see where can i nerf the gold after killing a creature,any advise?Thank you!
  19. Lemke

    Weapons with chance to cast friendly summon?

    Solved!Just: if (defender is BaseCreature) { if (Utility.RandomDouble() < 0.05) //5% chance { Map map = Map; EnergyVortex EnergyVortex = new EnergyVortex(); EnergyVortex.FightMode =...
  20. Lemke

    Weapons with chance to cast friendly summon?

    Thank you,is a great base to start,i tryed to get this working,weapon is loading well with no errors or warning,but when i hit a mob,nothing happens,here the code im using for the full weapon: using System; using Server; using Server.Network; using Server.Engines.CannedEvil; using Server.Items...

Active Shards

Donations

Total amount
$50.00
Goal
$1,000.00
Back