Recent content by Rottenlivingdead

  1. Servuo: Skillballplus.cs errors

    that worked perfectly thank you.
  2. Servuo: Skillballplus.cs errors

    ok here is the script i downloaded from here
  3. Servuo: Skillballplus.cs errors

    ok do i just remove that line? or comment it out? im really new to programming but im trying to learn a little as i go. so if you could give me an example that would be great. you were right on the case sesitive error i corrected that and it works now its just the throwing dagger
  4. unique names

    ok thank you
  5. Servuo: Skillballplus.cs errors

    no its not i just downloaded it and ran it
  6. unique names

    yea i have that script but was wondering if there was a way to do it without that script. like have the client not let the name be created if there is already one on the server instead of creating it then checking and changing it after
  7. Servuo: Skillballplus.cs errors

    Can someone help me weed out these issues? C:\Program Files (x86)\ServUO-master\Scripts\Misc\CharacterCreation.cs(48,38): error CS0246: The type or namespace name 'SkillBallplus' could not be found (are you missing a using directive or an assembly reference?) [C:\Program Files...
  8. unique names

    is there a way to set names to unique natively without adding the uniquenames.cs file? i couldve sworn i seen the option somewhere but im really new to this and cant remember where if i did see it.
  9. Add starting funds to an account

    Awesome! Thank you
  10. Add starting funds to an account

    Awesome thank you
  11. Add starting funds to an account

    Can you still create checks? Like how as an admin could I give a player 1mil? 1611532447 I'm just curious about larger amounts of gold
  12. Add starting funds to an account

    Ok thank you. Now as far as adding it straight to their account from admin?
  13. Add starting funds to an account

    So add the line Pm.BankBox.Dropitem(new Gold(10000)); Where do I add it in character creation? 1611532057 I want it to be added directly to their account. Is there an in game admin command that will allow me to credit a person's account with x amount of gold?
  14. Add starting funds to an account

    Where can I add gold to new accounts shared bank?
Back