Search results

  1. Lemke

    Add delay to a simple command please?

    Hello,im trying to get delay for use the command,but cant find the way,can anyone guide me please?Here the command. using Server; using System; using Server.Commands; using Server.Targeting; using System.Linq; using Server.Mobiles; using Server.Network; using Server.Engines.Points; namespace...
  2. Lemke

    Tarot Cards

    Good job mate!
  3. Lemke

    OWLTR 4.0 for ServUO Pub 54

    Waiting for approval here too!
  4. Lemke

    Way to implement account tag during "x" days?

    Hello!Juts playing with account tags,but i need help to do it during days,example i need to apply an account tag during 5 days,but dont know how to do it during this time. How can i call a timer when tag is applied from a script like a deed then after this timer remove tag? Thank you so much!!!
  5. Lemke

    New Guy!

    Welcome!!!
  6. Lemke

    Solen Hive Teleporters

    Try this command: [SHTelGen If you want to remove them use: [SHTelGenDelete Original post: Milva's answer.
  7. Lemke

    Help with timer!doing "action" in seconds,i want in minutes.

    Hello all! Ive got "an activator",if you double click it,equip an armor for you. What it does? 1)Got uses,if no uses,cant equip it. (Working). 2)If you click activator when stuff is on you,it unequip and delete all items.(Working). 3)Item not use charges on removing stuff.(Working). 4)If you use...
  8. Lemke

    Mobiles issue

    Try this for now: Command: [global set smartspawning true where xmlspawner Then use this: [global set nextspawn 0 where xmlspawner Now your spawns only born when a player is in zone,this will reduce server usage for sure. If you do this,get a new log after the second command to see how is going...
  9. Lemke

    Add properties attachment not working properly?

    Ohh,thank you so much! got it!
  10. Lemke

    Add properties attachment not working properly?

    Hello! Just see the add properties attachment seems to work on some items,and not working on others,here pics: Here the code from the full attachment: using System; using System.Collections; using System.Collections.Generic; using Server.Items; using Server.Mobiles; namespace...
  11. Lemke

    Stat enchant scrolls (dex,int,str).

    Lemke submitted a new resource: Stat enchant scrolls (dex,int,str). - Enchant any item with +5 stat. Read more about this resource...
  12. Lemke

    Stat enchant scrolls (dex,int,str). 1.0

    Hello! Just releasing my simple first script based on attachment from XmlSpawner for my server.Credits are not for me,cause the scrolls are based on an old deed found somewhere.I just added the "enchanted" attachment to prevent more than one enchant per item. Screens attached,thank you!
  13. Lemke

    Help adding atachment from script.

    Thank you so much!
  14. Lemke

    Help adding atachment from script.

    Sorry bad reply lol. Im asking about the core xmlspawner core examples of attachments.There are tons of them. In the case i want to add a weapon ability temporary attach,whats the code to add? Here the core constructor: public XmlWeaponAbility(string name, string weaponability, double...
  15. Lemke

    MyRunUO for ServUO

    Thank you so much,now trying to install this system!!!
  16. Lemke

    IsParagon = False

    Try this: public override bool CanBeParagon { get { return false; } }
  17. Lemke

    Trying to do XML level weapons cannot hurt players,getting issue.

    Thank you guys working like hell!
  18. Lemke

    Trying to do XML level weapons cannot hurt players,getting issue.

    Hello all! Just trying to do players cannot hurt other players with levelable weapons,tryed this in BaseWeapon.cs : public virtual void OnHit(Mobile attacker, IDamageable damageable, double damageBonus) { if (EndDualWield) { ProcessingMultipleHits...

Active Shards

Donations

Total amount
$50.00
Goal
$1,000.00
Back