Search results

  1. Trying to reset properties counter

    So i want this stone to list how many things have been killed in this dungeon public override void GetProperties(ObjectPropertyList list) { base.GetProperties(list); list.Add( "Kills: {0}", m_RegularKillCount.ToString()); } it shows the kills but doesnt...
  2. Cant mark item

    i have things set to be able to mark but it says cant mark this *I Figured it out and got it working*
  3. Unmovable Arrow

    How can i make the arrow and bolt in this quiver unmovable?
  4. Skill Set on DblCLick

    How do i go about setting all skills to 100 on double click? ive been trying to get it to work but im lost
  5. RecipeBag

    Im trying to make a bag that drops a random recipe but everything ive tried I still get an error im using Servuo Errors: + Custom/RecipeBag.cs: CS0019: Line 15: Operator '>=' cannot be applied to operands of type 'Item' and 'int' CS0127: Line 174: Since...
  6. Ultimate Dye Tub

    Using Servuo Server So dye tub is setup to take gold from the bank but with the new banking system the taking money from the bank part doesn't work when trying to dye the pet and not sure how to fix it ive tried different things but have gotten an error
  7. Backpack Of Reduction

    Hello my server is ServUo I have this nice backpack script but it seems that there is a little bug with them which I would like to fix. Script works great but if you continue to place bags within bags eventually it can make you lose weight. So I would like to make it to where you cant place...
  8. Adding new pets to PetTrainingHelper causing server to crash

    Ok so I added 2 new dragons to our PetTrainingHelper.cs file and now when ever you pull out or get off a previously trained pet it crashes the server (note: Dragons are based off the greater dragon 100%) only difference is the type of damage dealt these 2 lines - new...
  9. Animal Trainer Lord Error

    trying to get this script to work but im getting a protection error Errors: + Custom/AnimalTrainerLord.cs: CS0122: Line 114: 'BaseCreature.m_dMinTameSkill' is inaccessible due to its protection level Scripts: One or more scripts failed to compile or no script files were found. 1563554129...
Back