Search results

  1. Paragon Potions

    Not sure if this was the newest version or not but here it is.
  2. Teleport Player and Boat

    Teleport in Baseboat.cs doesn't have an input for a map so you would need to add one that does. Havn't tested this but... If I were to do this first in BaseBoat.cs I would find: public void Teleport(int xOffset, int yOffset, int zOffset) { foreach (var ent in...
  3. Allowing carrying object while gate travel

    Should be able to fix it by commenting out the following in Moongate.cs else if (m.Holding != null) { m.SendLocalizedMessage(1071955); // You cannot teleport while dragging an object. } There are a few other spots something simular to this can...
  4. Is there a way to change your appearance when your monster's physical strength drops below schedule?

    It'd be basically just like Harrower except you'd need to put the check in public override void OnThink() instead of public override bool OnBeforeDeath() and check whatever stat your wanting to trigger the morph
  5. Hello, my speedboost is choppy on player account

    The ones I use are called "Speedboots". to get them to work I did the following. In playermobile.cs public override int ComputeMovementSpeed(Direction dir, bool checkTurning) { if (checkTurning && (dir & Direction.Mask) != (Direction & Direction.Mask)) {...
  6. The Cu Llama

    I made 2 changes (commented them both so you can easier see what I did). First I added a training definition directly to the file so PetTrainingHelper.cs doesn't have to be modified. Second change fixed the sounds.
  7. UO Ablaze is needing some people to help test server plz :D

    I was able to log in this time
  8. Spawn OWLTR Recipe in Bag

    You don't have to do that with the OWLTR CraftingRecipe and ResourceRecipe scrolls I tested them as I posted above before I posted it. I haven't looked into the default RecipeScroll's built into servuo that you showed in your example so I'm not sure about those.
  9. Spawn OWLTR Recipe in Bag

    Looking through OWLTR I noticed that there are 2 types of crafting recipe's. The one your using CraftingRecipe and a separate one for CraftResources called ResourceRecipe. The following should let you drop either into the bag. //Item Recipe Example DropItem(new...
  10. Choose 1 of 2 Numbers Randomly

    Utility.RandomList(5, 8); It can also keep going if wanted and also works for many other things doesn't just have to be an int: Utility.RandomList(2, 4, 6, 8, 10, 12); Utility.RandomList(typeof(Dragon), typeof(Drake), typeof(Wyvern))

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back