Search results

  1. chris1212

    Need some help with a potential script issue.

    I think this may be the wrong thread or whatever but I'm having an issue with my shard and I cant seem to figure it out and I need some exterior support, it was running JUST FINE then I brought my RUNO 2.0 shard down and all of the sudden it refuses to work anymore, this is the only thing I can...
  2. chris1212

    Running two separate shards?

    I run a pretty old Runuo 2.0 shard and am trying to run a new Servuo shard on the side to test some things out, but it keeps trying to run off my IP even though in the serverlist.cs script I set it to false and kept the other option null, which means when I boot my client up Im still connecting...
  3. chris1212

    Need help with runUO2.0 house size

    new HousePlacementEntry( typeof( HouseFoundation ), 1060384, 2119, 1059, 2437, 1218, 42, 179000, 0, 10, 0, 0x147B ) // 18x18 3-Story Customizable House Basically on my shard im trying to add in custom house plot sizes in the tool, I have the line of...
  4. chris1212

    Script item drop rate change issues

    Hey so I'm on Runuo 2.0 RC1 and I have tons of custom mobs and items and I'm trying to modify some item drop rates on my custom mobs but it seems to not really change at all ill post part of a script: public override bool OnBeforeDeath() { if (Utility.Random(100) < 30) // 30%...
  5. chris1212

    Old autosave script and shard backup problems

    Having issues with my shard, an admin was dicking around and the shard crashed and I have working back ups But have NO idea how to load them.. its RunUO 2.0 RC1
  6. chris1212

    Scripts throwing error

    So I have two scripts working perfectly on my shard but I copied them, changed the class names to the new items and mob and I get constant fatal errors and I'm out of ideas. I'll post the two old scripts and the two new scripts. Old working scripts: using System; using System.Collections; using...
  7. chris1212

    Updating items in-game from script?

    I was wondering if this possible say on my shard I have x sword and chest the sword gives 40 str 30 dex 40 int and the chest gives the same, i go into the script change the values save the shard, restart and look at that the items updated! I'm running runuo 2.0 rc1 and am curious if something...
  8. chris1212

    Issue with massive damage on use?

    I can't seem to figure out how to fix this. super fun weapon but it does like 65k damage when you double click it then select the monster. any ideas? using System; using Server; using System.Text; using System.Collections; using Server.Network; using Server.Targeting; using Server.Misc; using...
  9. chris1212

    Issues with old runuo 2.0 rc1

    Hey guys, I have a pretty old server of mine I'm trying to revive, it runs with no issue and I've had a few friends on but it is so outdated I feel its time to breath some new life into it.. I can't find any information about updating from runuo 2.0 rc1 to any other version "newest being 2.7"...
Back