Search results

  1. Lemke

    CTF - Development Log

    Ok!first look at the system! testing with 2x accounts in local machine,the one issue i see is the second player is not teleporting to the game area,but i think is adapted to one single player cause you are testing alone?,if yes is not an issue. About the gumps tojoin the event,and the idea...
  2. Lemke

    CTF - Development Log

    For sure today i start testing this awesome add.thank you!
  3. Lemke

    Its possible to randomize a champ spawn from a list?

    Hello!Im using this code in a working script: public enum CustomChamp { Abyss, Arachnid, ColdBlood, ForestLord, VerminHorde, UnholyTerror, SleepingDragon, Glade, Pestilence } Its possible to turn this code into a...
  4. Lemke

    ServUO generating infinite mobs problem.

    Hello and thank you!tryed to find these codes or something like that into scripts folder,but no results,i tryed on a new backup to do: Load fast the first load,enter fast with admin character,execute command [DeleteWorld,the problem is solved,but the server start spawn creatures without stop,any...
  5. Lemke

    ServUO generating infinite mobs problem.

    Oh sorry,just have joekus runebook and play music on login,ill try to find osmething like you say,thank you!
  6. Lemke

    ServUO generating infinite mobs problem.

    Hello! Got a 56.1publish,not customized,set up to ML,when server start all fine,but server go generating mobs every minutes from beeing started untill world load times goes from 20 seconds to 15-30 minutes,here a pic from a new backup with tons of monsters spawned,ive arrived to 2 million...
  7. Lemke

    ServUO OnDeath(Container c) issue...

    Try this: But is just for the real killer. public override void OnKilledBy( Mobile mob ) { Mobile killer = this.LastKiller; if (killer is BaseCreature) { killer = ((BaseCreature)killer).GetMaster(); } /*if (killer is BaseEvo)//This only if you are...
  8. Lemke

    Actual guide to setup old conPvP from RunUo?

    Hello,just looking for that guide,old posts from RunUo are down so,anyone got a copy of this? Im looking to setup the games: CTF,King of the hill,and double domination. Thank you!
  9. Lemke

    Repo 56.1 setting up SE expansion loot problem.

    Hello! I set up the expansion to SE in config file,and the world creation and spawn is working correctly,but when killing some monsters still getting gargo loot,SA scrolls and SA reagents,there is other file to prevent that?Thank you!
  10. Lemke

    Trphy not showing name when single click!

    Np mate,i fixed it now,just using:public override void GetProperties(ObjectPropertyList list) method,thank you!
  11. Lemke

    Trphy not showing name when single click!

    Hello guys,using a trophy script on a publish 56,it loads correctly and it working when added,but when the player doing single click the trophy didnt show the owner name and date,here the code of full script: using System; using System.Text; using Server; using Server.Items; namespace...
  12. Lemke

    Red Particle Effect When Mobs Hit You

    It seems like bleed attack,this code is from it (bleedattack.cs): m.PlaySound(0x133); m.FixedParticles(0x377A, 244, 25, 9950, 31, 0, EffectLayer.Waist); So,i tryed to do it,seems to work,this is my AlterMeleeDamageTo inside my BaseCreature.cs,if you do that all creatures doing melee damage...
  13. Lemke

    Negative attribute removal deeds

    In top of your custom loot script,make sure it have: using Server.Items;
  14. Lemke

    Negative attribute removal deeds

    Lemke submitted a new resource: Negative attribute removal deeds - Negative attribute removal deeds. Read more about this resource...
  15. Lemke

    Negative attribute removal deeds 1.0

    Hello,just releasing 2 useful deeds,cursed removal deed and negative attribute removal deed,the last one remove: *Brittle. *Prized. *Unwieldly. *No repair. *Massive. *Antique The cursed removal deed is not developed to be used on talismans,but easy to add,just follow the code and add the...
  16. Lemke

    Custom Skill Bonuses for PvE Content Only

    Humm,let me see,im using and older repo,pub 54,but see if you have this on the top of your script: using System; using Server; using System.Collections; using Server.Network; using Server.Items; using Server.Spells; using Server.Misc; using Server.Engines.CannedEvil; This is from a standalone...
  17. Lemke

    Custom Skill Bonuses for PvE Content Only

    I think you can do a mod on BaseCreature.cs Maybe like this,not sure about the multiplier. If it works,is an example you get a 10% damage reduction when you have 100.0 anatomy.You can add an mod more skill points like you want,10.0,20.0,30.0,etc... public override void AlterMeleeDamageTo(...
  18. Lemke

    CanSwim,CantWalk,unable.

    Thank you so much!
  19. Lemke

    CanSwim,CantWalk,unable.

    Hello guys,trying to do an shroud to get players walking in water,loading well,but no results,any advice? Here the script: using System; using Server.Network; using Server.Items; using Server.Targeting; namespace Server.Items { public class MarineShroud : HoodedShroudOfShadows {...
  20. Lemke

    Level System 3 - Rerelease

    I got it working under publish 54 with some minor fixes,i think 56 too

Active Shards

Donations

Total amount
$50.00
Goal
$1,000.00
Back