Search results

  1. Fireball

    Cellar Addon

    I'm afraid I don't know why that might be. It works fine on my shard for everyone. Although I think we had a problem with some added floor tiles. Someone placed different tiles down on their floor (crafted paving slabs or something like that) and they were not visible until we increased the z of...
  2. Fireball

    How to reset a quest?

    Do you have a SummoningAltar somewhere else in the game? Until I got rid of my extra one, my quest kept hanging up.
  3. Fireball

    How to reset a quest?

    You should normally be able to cancel a quest from the quest gump. Have you got one which is stuck?
  4. Fireball

    Zombiex, Unleash the Zombie Apocalypse

    That I don't know but if not they should only require minor tweaking
  5. Fireball

    Zombiex, Unleash the Zombie Apocalypse

    I have copies of what are called RunUO 2.6 and 2.7 and2.6. at least, was I think put together by Voxpire who is one of the Gods here at ServUO. Even the Head God :-) I do think, though, that if you are starting out on a project, you would be much better off starting with ServUO. If you don't...
  6. Fireball

    HousePlacementTool with uses

    I'm not sure if there are many professional programmers in here although I am one myself, but not for UO stuff I'm afraid :) There are people in here who are very talented and knowledgeable and who wrote a lot of these scripts. The problem is that they are busy with real life like the rest of us...
  7. Fireball

    Getting double amount of ingots from ores?

    Need a use for the beetles ;-)
  8. Fireball

    Getting double amount of ingots from ores?

    On Renaissance, they got rid of the two smaller sizes so they just have the large pile which produces two ore. People seem to like that. On my own shard I just left it the way it was.
  9. Fireball

    Getting double amount of ingots from ores?

    Well if you think about rea life, if you stick a ton of iron ore into a blast furnace you don't get a ton of iron out. So it actually makes sense. :-)
  10. Fireball

    Make PreAOS Only

    It hasn't gone anywhere. You can download the legacy version here https://www.servuo.com/archive/servuorepack.803/ You can select the era you want in that one
  11. Fireball

    Skill Mod problem

    Seems to work fine. I assume you have a pre AOS shard then, so you don't have access to the SkillBonuses attributes? Like SkillBonuses.SetValues(0, SkillName.Necromancy, 5.0);
  12. Fireball

    Skill Mod problem

    Try replacing your Deserialize with this public override void Deserialize(GenericReader reader) { base.Deserialize(reader); int version = reader.ReadEncodedInt(); if ( Parent != null && Parent is Mobile ) { if (...
  13. Fireball

    Skill Mod problem

    I always put it at the end of the Deserialize because that is where it is in the given examples like Blacksmiths Gloves of Mining: GlovesOfMining.cs Your method is slightly different to that though
  14. Fireball

    Make PreAOS Only

    I believe you have to download the final legacy version of ServUO for that. The current version is latest era only as I understand it.
  15. Fireball

    AOE Effect

    How about a check to see if they are in the aggressor list? or isEnemy()
  16. Fireball

    Struggling with an Evo Script

    I think it is MountedID you need to change. Could be wrong.
  17. Fireball

    HousePlacementTool with uses

    It is actually quite hard to achieve this because the tool isn't passed as a reference into the targeting method so the Delete() method won't work. Delete() at that point will be trying to delete the target location which it can't do and that is what I guess that error message you get is. I...
  18. Fireball

    keyboard entry with pause for completion

    Hi, Is it possible to have a string entered in code, while pausing execution until enter is pressed, without using a gump? I supposed I could keep checking the variable until it is not null, and then continue, but that is a bit clunky. Is there a proper way of doing it? I'm guessing not, but...
  19. Fireball

    Getting double amount of ingots from ores?

    You are trying to complicate it :) A pile of ore is very heavy. An ingot is not. Everyone who knows UO knows what to expect. If you halve the number of ingots miners get, you will have unhappy players. Also only the big pile of ore will ever produce an ingot. I recommend you leave it as the...
  20. Fireball

    Pre-AOS Runic Hammers

    Like I said; you need to remove the checks for Core.AOS in the references to BaseRunicTool which are preventing the attributes from being given. That's line 3142 in your code. Also just under that is a check for Core.ML which I think is adding the resource attributes which make things like...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back