Search results

  1. Kalamus

    Hello!

    Hello, welcome to ServUO :).
  2. Kalamus

    Gold as resource

    Ahh sweet, glad I was able to help :).
  3. Kalamus

    Gold as resource

    I just added it to the very end of the init list, past the Plant Pigments/Natural Dyes area. Recap everything for me. What client version are you using? Are you using custom art? When is the client crashing, when you [add the golddust or craft it? Does your script match up with what I have...
  4. Kalamus

    Gold as resource

    I just tested the GoldDust with the added constructor and the DefAlchemy change you posted above. Add commands and crafting is working fine for me. Did you make any changes anywhere else?
  5. Kalamus

    Gold as resource

    The ': this(1)' just calls the other constructor with int value of 1. It's the same as as doing '[add golddust 1' but without having to assign the 1 value. If that's removed then then it won't call the base constructor or add any of the values assigned in the other constructor.
  6. Kalamus

    Gold as resource

    Are the crashes happening from crafting? Does the '[add golddust' or '[add golddust 100' commands work?
  7. Kalamus

    Gold as resource

    You need a parameterless constructor. Try adding this and see if it works. I don't have access to test it at the moment. [Constructable] public GoldDust() : this(1) { }
  8. Kalamus

    Hello Uoserv Community

    Hello Silver welcome to ServUO :).
  9. Kalamus

    Hello!

    Welcome to ServUO :)
  10. Kalamus

    Hail, and well met friends!

    Welcome to ServUO :).
  11. Kalamus

    New to ServUO !

    Welcome to ServUO :).
  12. Kalamus

    Hello Everyone

    Welcome to ServUO :).
  13. Kalamus

    Use Best Skill Deed Issues

    if ((BaseWeapon)target == WeaponAttributes.UseBestSkill += 1)////PROBLEMCouple things wrong with this statement. First it's trying to say 'If BaseWeapon equals WeaponAttributes.UseBestSkill' which aren't two comparable types. Second problem is the += 1 assignment at the end. That's going to keep...
  14. Kalamus

    hello

    Welcome to ServUO where bug reports are always welcome :).
  15. Kalamus

    Hi

    Welcome to ServUO. As others have said. It's possible. Some might need tweaking though.
  16. Kalamus

    start from scrach but add old saves

    Serialization is like someone in a bad mood, it doesn't like to listen. Removing a ton of scripts and reverting back custom ones is a sure fire way to get the serialization in a bad mood. The Core can only recover your saves so much by trying to delete items and sometimes you can get lucky...
  17. Kalamus

    Hello!

    I'm pretty sure .Net 4.0 works on WinXP SP3. Back when ServUO was ForkUO and OpenUO required .Net 4.5 is when users couldn't use it on XP. This is probably what you are remembering @Hank :).
  18. Kalamus

    Funny bug

    Oh didn't even think of that one? Where can I get this bug! :p
  19. Kalamus

    Hello!

    Welcome to ServUO :).
  20. Kalamus

    Funny bug

    Lol yeah that one is funny :).

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back