Recent content by ORPY

  1. Skill increases as a quest reward.

    It worked, thanks!
  2. Skill increases as a quest reward.

    How can I change the name of the item so it will display on the NPC gump with a player is reading it?
  3. Skill increases as a quest reward.

    Thanks guys!
  4. Skill increases as a quest reward.

    Hi guys, Who can help with pointing me in the right direction to increase a players skill to 100 after completing a quest. Not sure how to fit the below in the reward line. if (from.SkillsTotal >= from.SkillsCap ) newValue == 0; else newValue == (100 - from.Skills[Swords.Skill].Base)...
  5. How to do mobileuo

    Hi guys, I see some servers are being able te get access via a mobile app. Is there something special I need to do for people to access my server with that app?
  6. XML Spawner Tutorial

    Where do I find these files in the folder? .xmlsave filename will save all of the spawners on the current map to the file .xmlsaveall filename will save all spawners in the world to the file
  7. Moving trap

    It's functional but the command is not working.
  8. Moving trap

    Hi guys, Anyone have a trick to remove this trap from the floor? I already tried with the [Remove command but it says the command does not work on that...
  9. Crafting Skills ignored by the Skillcap

    did you add this one? it should work. I just tried it.
  10. Xml Quests

    I need help with the following two things. 1. Is it possible to trigger the xml dialog for quests from an item instead of a Quest NPC? (I would like to have a quest triggered without the player seeing the NPC) 2. Is it possible to add a QuestAttachment after killing a mob?
  11. Barding Difficulty

    How do I change the barding difficulty in the code? I can't seem to find where creatures get their barding difficulty from...
  12. Covetous Spawners

    Hi all, need help understanding where the creatures are coming from. I notice all the xml spawners inside Covetous 3rd lvl are off. Yet I still see spawn appearing.
  13. Crash log

    Thanks Kita, that documentation helps. New path is just C:\NewServer\ :P
  14. Crash log

    Thanks guys, I'll try it once more. Not sure why it continues to say OneDrive when the folder is on my desktop and I'm not signed in on OneDrive.
  15. Crash log

    Where do I look to confirm this? I changed the name and it is still not working although the error message did seem to change at the end.
Back