Search results

  1. Lemke

    Item Creation - Platinum Bars

    Deleted IsArtifact propertie,and added name,is working for me.
  2. Lemke

    Add bonus % and gold bonus % to item

    Sorry,editing 3% of gold,try this: public void PackGold(int amount) { int Bonus = ( 3 / amount) * 100; //3%? if (LastKiller is PlayerMobile) { if (LastKiller.FindItemOnLayer(Layer.Earrings) is PremiumEarrings && amount > 0) { amount = amount + Bonus...
  3. Lemke

    Spawning Stealable Items

    You can also go to StealableArtifactsSpawner.cs and add your own item,location.
  4. Lemke

    Add bonus % and gold bonus % to item

    Maybe the OnEquip method,somehting like that: public override bool OnEquip(Mobile from) { from.Luck = from.Luck + ( from.Luck / 0.03); //3%? return base.OnEquip(from); } Related to gold,you need to do some changes in baseCreature,maybe here? In method...
  5. Lemke

    Dedicated server question.

    Hello mates!Just asking about dedicated server with next features: Intel Xeon E3-1245v2 @ Cores/Threads 4c/8t 3,4GHz /3,8GHz *32GB DDR3 1333 MHz *Anti-DDoS *250 Mbit/s How much players can be playing here?is this processor good to host servuo server?Thanks in advance!
  6. Lemke

    CompletelyCustomizableVendor overhaul and update

    After a few days with a live server,randomly get save error: System.CustomizableVendor.Currency.Serialize(GenericWriter writer) en ***********************\Scripts\Custom\Others\Custom vendor stones\CompletelyCustomizableVendor.cs:líne 430 Line 430: writer.Write(PaymentType.Name);
  7. Lemke

    poker or texas hold'em

    What you do to see the cards?im stuck in the first image.
  8. Lemke

    Oz's Static Gump (An in Game Pandora's Box)

    Yes,if he do it,is the perfect tool,just that.
  9. Lemke

    Oz's Static Gump (An in Game Pandora's Box)

    This is a must have,its possible to do when you use some add to get gump not returning to start position and stay?Thank you so much!
  10. Lemke

    Can we get the old shields with dci plus hci?

    Update//Found this: In BaseRunicTools.cs: /* Begin Sheilds */ case 0: ApplyAttribute(primary, min, max, AosAttribute.SpellChanneling, 1, 1); break; case 1: ApplyAttribute(primary...
  11. Lemke

    Can we get the old shields with dci plus hci?

    Yo!!!What file i need to mod to get shields can have dci plus hci and not just one of this prop?Thank you!
  12. Lemke

    World loading time growing up every restart untill infinite.

    Solved,forgot an old issue,is the mob called Baxil,Servuo 56.1 infinite spawn him with deleted world lol,thank you!!!
  13. Lemke

    World loading time growing up every restart untill infinite.

    Hello guys!got an issue with world loading times,server got some custom scripts,but all working as intended,when i start playing,the first clean install is going good,but every restart,world loading times are growin,from 1 second,to 2,3,4....and finally server destroyed without load,any tip or...
  14. Lemke

    Is possible send a gump to all online players inside an "if" condition?

    Thank you so much is all i need thank you!!!!!!!!!
  15. Lemke

    Is possible send a gump to all online players inside an "if" condition?

    Hello guys! Anyone have an example or idea about how to send a gump to all online players? Just need to send but never tryed to do and have no idea about the code,thank you so much!
  16. Lemke

    Multiple broadcast instead of 1 when event is active?Thanks in advance!

    Hello guys!have a problem,im interested on add a broadcast when an event start,ill do it right but need like 1 broadcast every 1 minute during 10 minutes,its possible?Here the simple code im using: if (TournyType == TournyType.Standard) World.Broadcast( 38, true, "Standard 1v1...
  17. Lemke

    Its possible to get the revamped dungeons like old in latest clients?

    Im trying to use the fully patched ML client from clients forum(5.0.9.1),and repo 56.1. 1595880138 ///Update///Having issues with backpack,cannot get items in my backpack,so i think is a hard task to try use this client on newest ServUo versions.
  18. Lemke

    Its possible to get the revamped dungeons like old in latest clients?

    Thank you mate! Seems to work doing a small fix in house tile file,just noticed an issue while loading the world,here the pic:Ç "Multi files not found",i need to convert files using any program?Thank you!
  19. Lemke

    Its possible to get the revamped dungeons like old in latest clients?

    Hello,just tryed to get off the revamped system,under ML expansion and publish 56.1 with latest client,my goal is create a pure ML server,and my unique issue is with these new dungeons,its possible to get them back to old version with the new client? Tryed to set up the shard using a ML client...

Active Shards

Donations

Total amount
$50.00
Goal
$1,000.00
Back