Search results

  1. ReZurrecti0n

    Delete Item(s) at some location (X,Y)

    Ah alright, so example #1 can't work because I'm using an older version of RunUO. "var" should be "List<Item>" instead, but doesn't matter because "ToList" and "Count" also isn't available to use in older versions? Luckily, example #2 does work on old versions and is the work around in this...
  2. ReZurrecti0n

    Delete Item(s) at some location (X,Y)

    What was said about "for" and "foreach" did make sense, ty for educating it. However, Example #1 came back with errors which are listed below: Errors: + Misc/Custom/AVGenerator.cs: CS0246: Line 297: The type or namespace name 'var' could not be found (are you missing a using directive or an...
  3. ReZurrecti0n

    Delete Item(s) at some location (X,Y)

    I'm trying to create a simple function to remove items at a location, but the server just crashes. If I remove the 't.Delete();' line, everything else works as intended. IPooledEnumerable items = map.GetItemsInRange( new Point3D( x, y, 0 ), 0 ); foreach ( Item t in items )...
  4. ReZurrecti0n

    Need help changing starting Templates (RunUO 2.7)

    This worked perfectly and doesn't even have the downside mentioned (5.0.9.1), but there are still 2 more classes to bypass the check, do you still have those other 2 Hex codes by chance? UPDATE: I found another way to achieve this goal without hacking Client.exe which has to do with the...
  5. ReZurrecti0n

    Expansion Setting Issue

    That's not a bad idea at all, but is beyond my skill to do so. But fairly certain I could download the source codes for both RC1 and RC2 and fix the issue if I'm able to compile it back together or whatnot. But also, the "None" definition does work and still eliminates the AOS changes which was...
  6. ReZurrecti0n

    Expansion Setting Issue

    If this were the case, the "ML", "AOS" and "None" definitions would not work at all. I've not downloaded ServUO, but RunUO 2.0 RC1 and am quite certain of the version I'm running. But I do appreciate the response, thank you my friend :)
  7. ReZurrecti0n

    Skill Cap Reset

    Alright, so I've heard of this same issue elsewhere in another thread which in-game commands will not seem to save the change. There was no solution, however, there are several things you may still do... You could try saving the server right after making the in-game change and see if that...
  8. ReZurrecti0n

    Skill Cap Reset

    When you set a skill cap in-game, does it reset to default immediately or maybe after a relog? It does sound like the in-game change isn't being saved at all if this only occurs after a relog. Perphaps a third party script (Example: Rewards) is resetting it otherwise? Sorry I'm not able to be of...
  9. ReZurrecti0n

    Expansion Setting Issue

    After 3 or so days of "Googling" without any luck, thought I'd just ask here. Running RunUO 2.0 RC1 with UO Client 5.0.9.1: - CurrentExpansion.cs (Line 8) private static readonly Expansion Expansion = Expansion.LBR; The error given is: CS0117: Line 8: 'Server.Expansion' does not...

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back