Search results

  1. Visam

    xmlspawner from file questions

    This is the command your looking for: [XmlNewLoadHere <SpawnFile or directory> [SpawnerPrefixFilter][-maxrange range] - Loads XmlSpawners with new GUIDs (no replacement) to the current map and location of the player. Spawners beyond maxrange (default=48 tiles) are not moved relative to the...
  2. Visam

    Creating a non PvP Server

    MapDefinitions.cs after the else change: FeluccaRules to: TrammelRules if (Siege.SiegeShard) { RegisterMap(0, 0, 0, 7168, 4096, 4, "Felucca", MapRules.FeluccaRules); RegisterMap(1, 1, 1, 7168, 4096, 0...
  3. Visam

    Betting...did you say betting!?

    This uses SETONCARRIED which I believe is one of the things servuo removed from xmlspawner a few months ago, are you using a new or older repo?
  4. Visam

    Add bonus % and gold bonus % to item

    very few creatures use: public void PackGold(int amount) Most use: public int Roll() { int v = m_Bonus; for (int i = 0; i < m_Count; ++i) { v += Utility.Random(1, m_Sides); } return v; }
  5. Visam

    How to teleport pet, with teleport item...

    I think all you would need to add is: BaseCreature.TeleportPets( from, new Point3D(5256, 1839, 0), Map.Trammel );
  6. Visam

    Over riding Ultima Online banking system

    try in CurrentExpansion.cs then
  7. Visam

    Server Issues, Psuedo freeze until interaction with console?

    The issue your having is caused by quick edit mode in the console. It's what lets you select text in the console window but it also has the effect of pausing the server if it's clicked on. It can also oddly enough register clicks on an application that's above the console window pausing the...
  8. Visam

    Problem with 'Group Members' at a 'Champ Spawn'

    foreach (Mobile m in toGive) { m.AddToBackpack(new BronzeRewardBag()); }
  9. Visam

    Stealable items and required skill

    Stealing is mainly based on the weight of the items, a few other factors can also affect it. see: https://uo.com/wiki/ultima-online-wiki/skills/stealing/
  10. Visam

    poker or texas hold'em

    I've never had any issues with it so I'm not really sure what's going on. Your not using a staff character to try to play it with correct? I'd probably try deleting the dealer and adding a new one follow the steps exactly using an admin character. Then test with a player character
  11. Visam

    poker or texas hold'em

    If you can add other mobiles you should be able to add the poker dealer but in the script the access level for adding seats etc... is specifically set to Administrator The script would need to be changed to whatever access level you have to do that in PokerDealer.cs near the top...
  12. Visam

    Body/corpse decay time

    Corpse.cs
  13. Visam

    Daat99's World Omniporter For ServUO

    Yeah pretty much anything I enjoyed about it was removed lol... xmlspawner was gutted as well.
  14. Visam

    Its possible arcane focus ever max level?

    StrengthBonus is the bonus to the strength of arcane focus
  15. Visam

    Its possible arcane focus ever max level?

    This is what I did. (edits are marked with //Visam I do that so I can easily find things I've changed.) This lets a single caster cast the spell instead of the 2 player min. public override bool CheckCast() { if (!IsValidLocation(Caster.Location, Caster.Map))...
  16. Visam

    Daat99's World Omniporter For ServUO

    I'd have to assume because broadsword doesn't use it anymore, and they are removing everything from servuo that isn't required to be like broadsword. It was removed then re-added then removed again...
  17. Visam

    Daat99's World Omniporter For ServUO

    They recently removed onsingleclick from servuo so you should just need to comment out or delete that section.
  18. Visam

    Is Wraith Form not supposed to affect collision with pets?

    The section you posted is for after you've gone out of wraith form and really shouldn't change anything when your in wraith form, while in wraith form the following is in effect: public override void DoEffect(Mobile m) { if (m is PlayerMobile)...
  19. Visam

    items in mob backpack not moving to corpse [runuo]

    Yeah, if a non player kills them the extra loot vanishes, didn't try that the first time, doesn't if a player kills it though. I've had this script for a long time but I didn't have the BaseUndead file to go with it so it's always just been setup as a BaseCreature. It is a fun script for event...
  20. Visam

    items in mob backpack not moving to corpse [runuo]

    Not sure if this helps or not but it might give you something to look at. I just tested it on my server which is servuo pub 57 with lots of extras added in and the loot gets transfered and I can loot it etc... with a non staff character. So you might look at some of the servuo files to find the...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back