Search results

  1. jayates

    Separate Bank Boxes - required scripts and a How To

    I'm having this same problem when 2 players are on the same screen. Is there a fix for this?
  2. jayates

    Separate Bank Boxes - required scripts and a How To

    I got it to work!!!! Yay!
  3. jayates

    Separate Bank Boxes - required scripts and a How To

    i tried this on the newest SevUO Repo and got these errors on a fresh install. Scripts: Compiling C# scripts...Failed with: 2 errors, 0 warnings Errors: + Mobiles/PlayerMobile.cs: CS0117: Line 268: 'Server.Layer' does not contain a definition for 'NewBank' CS0117: Line 2102...
  4. jayates

    Gauntlet drop rates

    on lines 234 and 235 are my changes i'll try changing these numbers to this A = 0.1863316841; B = 0.001425531915; Is that what you meant?
  5. jayates

    Gauntlet drop rates

    First of all i'm usind ServUO. I've set the drop rates to all zeros in the DarknightCreeper.cs and still getting arties... everytime! Testing this one before I set the others. Anyone know a good drop rate? here's my script: using System; using Server.Items; using System.Collections.Generic...
  6. jayates

    Server Crash

    From ParalyzingBlow? public override bool OnBeforeSwing(Mobile attacker, Mobile defender) { if (defender.Paralyzed) { attacker.SendLocalizedMessage(1061923); // The target is already frozen. return false; }...
  7. jayates

    Server Crash

    I awoke to this server crash today. can someone make lite of it? Server Crash Report =================== RunUO Version 0.5, Build 6221.20320 Operating System: Microsoft Windows NT 6.2.9200.0 .NET Framework: 4.0.30319.42000 Time: 5/8/2018 2:54:29 AM Mobiles: 7715 Items: 266534 Exception...
  8. jayates

    Spawning Ore Elementals

    Now the Ore Ele spawns in as a Platinum Ele... so there's some progress! Posting my Elementals.cs file: /*created by: /\ 888 888 .d8888b. .d8888b. ____/_ \____ 888 888 d88P Y88b d88P Y88b \ ___\ \ / 888...
  9. jayates

    Spawning Ore Elementals

    Yes, thinking that maybe the problem lies in the Elementals.cs... forgot to add it in there.
  10. jayates

    Spawning Ore Elementals

    I listed it twice to see if I had a even better chance to spawn them in. I'll take one out and try that. Yes, I have scripted a MytherilOreElemental in OreElementals but not in Elementals... that may be the problem.
  11. jayates

    Spawning Ore Elementals

    I added a new ore in my server called Mytheril. I can mine it and the granites no problem. Where i'm having issues is using a Gargoyles Pickaxe. The only elemental that spawns in is a reg ore elemental. Is there another script that controls which Elemental is spawned other than Mining.cs? Here's...
  12. jayates

    Custom Ore Crashing Server

    Sorry for the delay... we had a power outage here today... sheesh (dang power company). Anyways, thanks for the replies and the help from everyone! Here's my Mining script: using System; using Server; using Server.Items; using Server.Mobiles; using Server.Targeting; using daat99; namespace...
  13. jayates

    Custom Ore Crashing Server

    I added in an ore named Mytheril Rock and I can mine it with no problems. A player tried to mine it and he said he crashed the server. I once again tried to crash the server and had no problems. Mining in the same spot with pickaxes. Maybe someone can explain this to me as why? Here's my Crash...
  14. jayates

    Chicken Lizard Egg

    Thanks a bunch!
  15. jayates

    Chicken Lizard Egg

    I set my Chicken Lizard Eggs to hatch 1 in 5 different Chicken lizards. The scripts compiles fine... np. I have hatched 7 eggs and ALL are the fourth one... which is the Poisous. Anyone know why? using System; using Server; using Server.Gumps; using Server.Mobiles; namespace Server.Items {...
  16. jayates

    Server Crash when appying deed!!!

    Yes, using ILevelable. Ty... I'll try that Did it and got an error: Errors: + Custom/Levelable Items/Gumps/ItemExperienceGump.cs: CS0103: Line 88: The name 'item' does not exist in the current context I figured it out... it compiled! ty for your help I put m_item in the spot where there was...
  17. jayates

    Server Crash when appying deed!!!

    Yes sir: using System; using Server; using Server.Items; using System.Collections; using Server.Network; using Server.Misc; using Server.Mobiles; using Server.Gumps; namespace Server.Gumps { #region " Gump " public class ItemExperienceGump : Gump { private Mobile m_From...
  18. jayates

    Server Crash when appying deed!!!

    I added in Levelable Items System in today. I used a Level Item Deed to level a bardiche and it applied. When I go to check the info on it the Server Crashes! Here's my crash report. It looks like the problem is with the Item Experience Gump... help please! Exception...
  19. jayates

    Can't mine my Custom Ores

    I've added in 2 extra ores and it seems that anything past the first 14 can't be found. Just wondering is there somewhere in the scripts where only 14 ores can be mined? I've switched around different ores at the 14th spot in the Mining.cs file and I can't find any ores past that. Spent...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back