Search results

  1. Thief Guild Expansion

    still will need item.cs edited for the vendors and all that to work. just go into your stealing.cs add look for these code ItemFlags.SetTaken(stolen, true); ItemFlags.SetStealable(stolen, false); stolen.Movable...
  2. Spidermount?

    I found it in the body filee in uo folder but no animation yet.
  3. Turning Off Virtue System

    I don't think it every was and I have noticed a lot of new code being added without era checks. even old code being removed instead of using a era check to call new code.
  4. Spidermount?

    has any one got the spider mount to work using latest client.
  5. Turning Off Virtue System

    easiest yes I agree but not the best. there is off options in some of them. I think honest has a enable/disable button.
  6. Turning Off Virtue System

    that is not a great way because you will still have honesty generating items and other systems running.
  7. The 4 Veterean House-Addon with Craft-functionality

    you made it simple enough should not take long. but don't be like me and have the ids backwards LOL Tasanar its his system and I'm sure he will get to it I just letting him know they added them. And 90% of my shard is custom now.
  8. The 4 Veterean House-Addon with Craft-functionality

    i went ahead and followed your code and added them in.
  9. The 4 Veterean House-Addon with Craft-functionality

    hey just to give you heads up they added some more machines for the other skills in uo.
  10. The 4 Veterean House-Addon with Craft-functionality

    I have custom painting crafting witch brewing ect so I made it where there is machine that will take the tools for charges and can craft from them.
  11. The 4 Veterean House-Addon with Craft-functionality

    me too hehe I expanded up on it with a lot of custom stuff :)
  12. justuo website gone

    well I still all my scripts and stuff really everything that was posted there is here any way. but seems uo sites are all going down all over the place I noticed also some big shards have dropped lately.
  13. justuo website gone

    yep its gone goes to some add.
  14. The 4 Veterean House-Addon with Craft-functionality

    System.InvalidCastException: Unable to cast object of type 'Server.Items.SmithingPressEastAddon' to type 'Server.Items.BaseTool'. at Server.Engines.Craft.CraftItem.CompleteCraft(Int32 quality, Boolean makersMark, Mobile from, CraftSystem craftSystem, Type typeRes, IUsesRemaining tool...
  15. The 4 Veterean House-Addon with Craft-functionality

    thanks I will test these out :)
  16. New guard

    its the killable guards that is here for download not my code I just been trying to fix the bugs in it. public override bool IsEnemy( Mobile m ) { if (m is BaseGuardian || m is BaseVendor || m is PlayerVendor || m is TownCrier) { return...
  17. New guard

    Well I want him to beable to attack players that are grey or red but just weird. say I flag as a player grey and run into town the guard will attack like it should but when he attacks me it just makes him grey as well.. if I'm already grey why is it making him grey? if I'm correct these would...
  18. New guard

    So I created accustom guard using isenemy to attack crinmal players well it works and all he will attack the crinmal player but he also turns grey for attacking me. how can I fix these??
  19. Achievement System

    not a problem I just hope to see people help him improve on it.
  20. Achievement System

    I can do that thanks for every one helping out like I said I just downloaded it off a site wasnte sure who the owner was. reason didn't take credit but figured people been asking. download removed
Back