Search results

  1. Lemke

    Weapons with chance to cast friendly summon?

    Hello guys!Looking at the forums for some example of a weapon with chance to summon friendly creature to help on hit,anyone knows an example?Thank you!
  2. Lemke

    Change player caps?hci,dci,lmc,di,etc...

    Hello guys,its possible change the player caps?Thanks in advance!
  3. Lemke

    deed + 1 random skill point on jewels problem.

    Hello guys,need a bit help to do this deed adds one random skill point to any jewel. Here th code im using with error: using System; using Server.Network; using Server.Prompts; using Server.Items; using Server.Targeting; using Server; namespace Server.Items { public class...
  4. Lemke

    Log Idle Players Out

    If you want to get your players on after log out,try this: https://www.servuo.com/threads/clone-character-on-logout.3815/
  5. Lemke

    Its possible a mobile with time based autodelete?

    Juts looking for any example of npc when spawned has auto-delete time-based function,thank you! Note: Is not an spawn from xmlspawner,just a live monster.
  6. Lemke

    Trying to do special damage to BaseCreature.

    Hello guys! Im trying to do a weapon (crossbow) to do some special damage to BaseCreature. Im using this code: public override void OnHit(Mobile attacker, Mobile defender, ref int damage) //On hit trigger { if (defender is BaseCreature) {...
  7. Lemke

    Help please!I think im getting attack from an IP,any way to ban?Screen inside.

    Hello guys,im getting massive trys to connect,i think there is an attack cause is during 10 minutes right now,any tip to ban this ip,or prevent it under windows server? Thank you,picture:
  8. Lemke

    Can stats trespass the statcap limit when they are in item props?

    EDIT/FIXED. In playermobile,we got the public override int Str Just need to change statcap to any number you want. Thank you!
  9. Lemke

    Can stats trespass the statcap limit when they are in item props?

    Yo!I found this code to get skills trespassing the cap,but didnt see the stats anywhere,someone knows that? Thanks in advance! public void AddTo(Mobile m) { Remove(); for (int i = 0; i < 5; ++i) { SkillName skill...
  10. Lemke

    Looking for "announcer" script.

    Yo guys!Does anyone knows about a script to do world broadcasts every "x" minutes? Thank you so much!
  11. Lemke

    Error with saved objects after custom paragon version.

    Oh thank you,forget that,cause add custom paragon is harder than i think lol,so no problem thank you man!
  12. Lemke

    Error with saved objects after custom paragon version.

    Yo guys,just getting error on the test server allocated on my local machine after trying to create a custom paragon version of monsters. Error is related with saved objects like: - Type: Server.Engines.Quests.Gareth - Serial: 0x00000001 Or: - Type: Server.Mobiles.Dierdre - Serial...
  13. Lemke

    Prevent use item under guards?

    Thank you so much!
  14. Lemke

    Prevent use item under guards?

    Yo guys,there is some code to prevent players using item under guards? The item is a deed to summon a creature,i got it running well,but when a player use it under guards,they instakill the summoned creature,thank you!!!
  15. Lemke

    CTF and DD Games

    Change ArmorQuality and WeaponQuality to ItemQuality.
  16. Lemke

    ServUO- Pet Damage cap for PVP

    I sugest you to modify a bit your pets...at least the pets are used by players like dragons,greater dragons,cusidhes,hyriu...you can add this: public override void AlterMeleeDamageTo( Mobile to, ref int damage ) { if ( to is PlayerMobile ) { PlayerMobile...
  17. Lemke

    Spawn monster after double click an item?

    Yo! Got an item on my shard,if you double lcik it,the item open a portal to another map location,its possible to get this item spawn portal and monsters on the target location? Here the code im using to open portal: public override void OnDoubleClick( Mobile m ) { Moongate...
  18. Lemke

    Despise and dungeons revamp,dibled under ML,possible?Thank you!

    hello! My question is about the revamp system of some trammel dungeons,im looking to run a shard under ML expansion,its possible to disable all?tryed in the controler,then deleteworld,create world,running in config under core expansion ML,but the system is running,just looking a way to disable...
  19. Lemke

    There is a way to choose between pvm and pvp character?

    Thank you for the add,we are thinking on a server level based under AOS expansion where PVPs cant attack PVMs in Felucca,people want come to a server and ready to play,so just coding to give PVPs some starter set,some resources,and ready to go,,we are going top be pvp,pvm,crafter,or standard...
  20. Lemke

    There is a way to choose between pvm and pvp character?

    Pending test,thank you guys,i update when i got it.

Active Shards

Donations

Total amount
$50.00
Goal
$1,000.00
Back