Search results

  1. Juzzver

    "minor" crafting problem..

    I think you have a problem with SubRes. Check this lines in your file: // Set the overridable material SetSubRes(typeof(IronIngot), 1044022); // Add every material you want the player to be able to choose from // This will override the overridable...
  2. Juzzver

    Checking for Skill Cap and preventing use of Mythic Token.

    because you not checking sum of addition You can post Mythic Token script? You should check the sum of your skills + taking into account the selected at the time of clicking on the Confirm button. case _ContinueButtonId: int sumOfSelectedSkills =...
  3. Juzzver

    Too much data pending. disconnecting...

    Maybe It is disconnect go on Netstate and if these players sit on 1 IP address, then all of them disconnect from the server. I don't have a opportunity to check it at the moment, but this is the first version that comes to mind. anyway, you need to fix everything that is connected with...
  4. Juzzver

    Checking for Skill Cap and preventing use of Mythic Token.

    if (_Mobile.SkillsTotal >= _Mobile.SkillsCap) return false; also I think you should add to check the possibility of result how much will SkillsTotal + "MythicTokenBonus" >= SkillsCup
  5. Juzzver

    Too much data pending. disconnecting...

    if opened container have too much items - this also leads to a similar problem. But why is it so happened that in this case both players on different distance disconnected - is unclear. Increasing the cap does not solve the problem. Because of the large number of items in the game-players will...
  6. Juzzver

    Custom Ore Crashing Server

    post your Mining.cs file.
  7. Juzzver

    Too much data pending. disconnecting...

    too much items in player area. perhaps someone used bugged macros are dropped on the floor, or a lot of non-static buildings in some place, or someone deliberately threw objects at the area. It is enough to clean the area or wait for server cleanup
  8. Juzzver

    Adding attacks to pets via deed.

    Change public override void BreathStart( Mobile target ) to: public override void BreathStart( IDamageable target )
  9. Juzzver

    Help with script [deed not Deleting after use]

    after this: ((BaseWeapon)item).Attributes.RegenHits = 1; from.SendMessage( "You magically add regen hits to your item...." ); this: ((BaseArmor)item).Attributes.RegenHits = 1; from.SendMessage( "You magically add regen hits to your item...." ); and this: ((BaseJewel)item).Attributes.RegenHits =...
  10. Juzzver

    Help with script [deed not Deleting after use]

    add removing scroll in those places where the triggered condition to the imposition of bonus body's regeneration m_Deed.Delete();
  11. Juzzver

    Faction ONLY Teleport-er! Possible?

    Copy code of teleporter and find method: CanTeleport and add next: else if (Faction.Find(m) == null) { m.SendMessage("Only faction members can entrer in this dungoen"); return false; }
  12. Juzzver

    Change XmlData or XmlValue to aceppt 0.1 besides 1 value?

    you need change variable type from int to double.
  13. Juzzver

    [Troubleshooting] Writing A New AI...

    BeginHarvest - it only creates a target, you need to either create a target forcibly and specify the coordinates, or simply cause pseudo animation throw and effect throw. Example: Create ThrowingTimer and check in OnTick method players in range. if players > 0 check water tiles in range, and...
  14. Juzzver

    [Troubleshooting] Writing A New AI...

    My telekinesis spell has fizzled post your script
  15. Juzzver

    [Troubleshooting] Writing A New AI...

    Server.Engines.Harvest.Fishing.System.BeginHarvesting(m_Mobile, this);
  16. Juzzver

    Stat deeds

    PlayerConstructed property
  17. Juzzver

    Legalities, Curiosity, Maybe Just Inquisitive...

    These words will not save you if you deprive the bread EA and Broadsword
  18. Juzzver

    Spells that shouldn't disarm...

    if problem not with assists, post your spell.cs and PaladinSpell.cs
  19. Juzzver

    Xanthos Evo mounts

    Item id presents in BaseMounts, if BaseEvo is BaseCreature, you need to convert the type to BaseMount. Post your base evo scripts too, to make it easier to understand.
  20. Juzzver

    Xanthos Evo mounts

    You must set only: Body ItemID MountIDs presents on ethereal mounts.

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back