Search results

  1. Its possible to remove spell cast time like old Sphere emulator?

    Yo,there is a file where i can lotate the precast and a way to remove this from all spells?Ty!!!
  2. Someone have this old set bonus script working under ServUo?

    Sure,thank you all!Still getting error.Here the script: using System; using System.Collections.Generic; using System.Reflection; using System.Text; using Server; using Server.Mobiles; namespace Server.Items { public class ItemSets { private static Dictionary<Type, ItemSet>...
  3. Someone have this old set bonus script working under ServUo?

    Hello!Just getting some issues trying to install this system on a fresh servuo repo. Issue is in: public static bool IsEquipped(Item item) { if (item.Parent != null) { object parent = item.Parent; if (parent is Mobile)...
  4. Server crash after item colored names (only weapon changes).

    hello guys!Just added item colored names on a local server (not fresh),following the instructions provided on pack. The one issue is needed to change "x"Quality per ItemQuality. Load fine,tested first just with armor,all ok,colored names are ok,then with clothing,and jewel,but with the last test...
  5. Question about pet transcence scroll and animal lore gump.

    Hello guys! Using pet transcence deeds,and find an issue with animal lore gump,in this case,im using a normal horse,then i added one magery transcence deed. Used animal lore on the horse,then used [skills command on him. In the next image you can see the issue,animal lore gump is not displaying...
  6. Short question about gargoyles and normal stuff.

    Hello guys!Just asking about using this code: public override bool CanBeWornByGargoyles { get { return true; } } Using this on any armor piece (elf,human),or any jewel,can a gargoyle equip it? Thanks in advance!
  7. Best way to drop on player backpack?

    Thank you so much,testing it.
  8. Best way to drop on player backpack?

    Hello guys! Im looking to do some drops doing in players backpack,not in corpse,so i ask here for the best way to do that,i see the script of the fleshrenderer on Doom as example,i see this code: public override void OnDeath(Container c) { List<DamageStore> rights =...
  9. Level System 3 - Rerelease

    Hello Joshua!i think the last issue i am getting is for my new pets too,i created a pet who born from an egg,they born already tame without level,the the petlevelhandler have this issue but for my pet. The last issue i see,is the pets are getting well str when level up,but no hit points,strange...
  10. Level System 3 - Rerelease

    Hello Joshua,after a day of test,the shard continue gettin fatal error related with pet level handler.Here the log now(its different from yesterday): ServUO Version 0.5, Build 6996.26785 Operating System: Microsoft Windows NT 6.2.9200.0 .NET Framework: 4.0.30319.42000 Time: 01/04/2019 23:21:21...
  11. Level System 3 - Rerelease

    Thank you Joshua,just testing.if i see something wrong ill post.
  12. Level System 3 - Rerelease

    Changed RawStr,RawInt,and RawDex to Str,Int,Dex,and work well. Now just my shard crashed usin pet level.Disabled it to see what happens.Here the txt log: ServUO Version 0.5, Build 6996.26785 Operating System: Microsoft Windows NT 6.2.9200.0 .NET Framework: 4.0.30319.42000 Time: 01/04/2019...
  13. Level System 3 - Rerelease

    Hello Joshua,a player on my shard tells me about the [level gump not showing the same stats with the double click in hp bar.Bar shows 61 str,[level gump shows 66. str.Mine (admin acc) is right.Its possible?Thank you!
  14. Master looter dont working with daat99 tokens.Help needed.

    Hello guys!Just installed the old master looter,is working like a charm,and updated the targetlist.cs from this forum. I set the backpack to loot gold,some items,and daat99Tokens. When i use the command [Loot ,i get correclty all,gold,objects,tokens too,but when i try to add tokens to master...
  15. New user on Linux question.

    Ok man,im really done,hehe,but thanks a lot for your time/help,now i decided to host the server under Windows,thank you so much.
  16. New user on Linux question.

    Now im trying to install latest ubuntu,let me a pair of hours and i try to reinstall all and i post here errors ok?Thank you so much for trying to help me,its important for me.
  17. New user on Linux question.

    Thank you man! Mine is under Ubuntu. If interested,the training elemental from xanthos is giving error too in this section: public TrainingElemental( Serial serial ) : base( serial ) { } Cause this error,i think the problem is not the level system,i think im jumping some step...
  18. New user on Linux question.

    is the same server,i rar the server,upload file,then try to run
  19. New user on Linux question.

    Yes!Is the level system recently droped by Joshua and installed/tested under Windows without problems. This system requires some distro edits in basecreature/playermobile.cs
  20. New user on Linux question.

    This is the error im getting: Eco system training elemental give error too,just deleted from files.
Back