Search results

  1. Lemke

    Daat 99 token trash backpack problem.

    Hello guys,using for a while token system without the trashbackpack,using masterlooter solo edition too100% working without issues,today ill go to get the trashbackpack and getting this error: Custom / Tokens system / Safe Trash 4 Tokens Backpack.cs: CS0103: Line 202: The name 'TokenSystem'...
  2. Lemke

    Editing Caps/Maxes

    Nice,did you know where are SA habilities caps?like damage eater?Not using the latest repo.
  3. Lemke

    Server crash with strange error.

    No i havent,now server is restarted without the random encounters system,i see how it goes.
  4. Lemke

    Server crash with strange error.

    (Just installed yesterday random encounters,today i test without that system). Hello guys,we are getting server crash during normal action of players,and get the server in crash loop with this log: ServUO Version 0.5, Build 6996.26785 Operating System: Microsoft Windows NT 6.2.9200.0 .NET...
  5. Lemke

    Shrink server crash when target item (coded to do not).

    Hello guys,just getting server crash when using shrink on item with the next coded on the shrinkcommand: Here the target code: protected override void OnTarget( Mobile from, object target ) { BaseCreature pet = target as BaseCreature; if ( target == from )...
  6. Lemke

    Doom Points System

    Hello,im forgetting something in Basecreature i think there is no posted mod,getting error in monsters: Mobiles/Named/ShadowKnight.cs: CS0117: Line 69: 'Server.Mobiles.DemonKnight' no contiene una definición para 'DistributePoints' + Mobiles/Normal/AbysmalHorror.cs: CS0117: Line 66...
  7. Lemke

    Some skills not trespassing limit over 120.0 with 150 ps.

    Hello guys,just asking about certain skills do not trespassing their limits after 120.0 when using 150 power scrolls. Someone knowsif there is aocnfig to edit limits?Thanks in advance.
  8. Lemke

    Server crash in skillball when click on next page (gump).

    Hello! Im very interested on this skillball to get on my shard but when i click to next,next,next,finally in the last page i think server crash,any advice? Here the crash log and script: Script: using System; using Server; using Server.Items; using Server.Gumps; using Server.Mobiles; using...
  9. Lemke

    Trying to get chance based in mob.Luck

    Thank youy guys!
  10. Lemke

    Trying to get chance based in mob.Luck

    Ok,just getting error in line: if (Utility.RandomDouble() < random) "Using the unassigned local variable 'random'"
  11. Lemke

    Trying to get chance based in mob.Luck

    Sure! Full script: using System; using Server.Items; using Server.Mobiles; using System.Collections; using Server.Network; using VitaNex.Modules.Discord; namespace Server.Mobiles { [CorpseName( "remains of DaemonicCrafter" )] public class DaemonicCrafter : BaseCreature {...
  12. Lemke

    Trying to get chance based in mob.Luck

    Hello! Im just trying to get drop chance of custom items based on players luck,and trying that: if (mob.Luck <= 499) double random = 0.01; if (mob.Luck >= 500 && mob.Luck < 999) double random = 0.02; if (mob.Luck >= 999&& mob.Luck < 1999) double random = 0.03; if (mob.Luck >= 1999 && mob.Luck...
  13. Lemke

    Invalid token when loading new repo script.

    UPDATE////SOLVED Thank you all guys,The resource provider helped me so fast and solved the problem.
  14. Lemke

    Invalid token when loading new repo script.

    This version or newest is installed on this computer,i think my pc is updated,buff... Cant change that lines like that?: public List<Item> Fixtures { get; set; } = new List<Item>(); public List<Item> Fixtures{ get { return "xxx"; } }
  15. Lemke

    Invalid token when loading new repo script.

    The script is from a paid resource from Dexter Lexia,i asked to him and says i need to update framework to 4.7.2,but my ServUo is 2019 repo,its possible to update by hand?No idea about that.
  16. Lemke

    Invalid token when loading new repo script.

    Hello guys! Just getting error atached in picture while loading the server,here the pic: The line says: public List<Item> Fixtures { get; set; } = new List<Item>(); Thanks in advance!!!
  17. Lemke

    Runecraft issue on "big" props weapons.

    Hello guys! My question today is about runecrafting. Im using this system without problems,but when i use only SSI rune on a hot weapon with props up to 70,80,90% some other props auto-raise down. I see the runes code and there is no edit to do any penalty. Im looking at loot.cfg,can anyone...
  18. Lemke

    Level System 3 - Rerelease

    ///UPDATED///SOLVED//// In this code section: BaseWeapon bw = this.AttachedTo as BaseWeapon; int weaponval = CheckWeapon(bw); list.Add(cfe.NameOfBattleRatingStat + " {0}", weaponval); if (weaponval >=...
  19. Lemke

    Level System 3 - Rerelease

    Ok guys,just the last issue on Configuredequipments: Using the standard code: public bool AttachOnEquipCreateDynamicSystem = true; /* This will place the attachment on ALL equipment...
  20. Lemke

    Level System 3 - Rerelease

    Ok,we are running under small issue for now,if do not use your level requirement for all items and i use under scripts this code: public override void AddNameProperty(ObjectPropertyList list) { base.AddNameProperty( list ); list.Add( "<BASEFONT...

Active Shards

Donations

Total amount
$50.00
Goal
$1,000.00
Back