Search results

  1. Karmageddon

    Inscription Apprentice Quest

    It was brought to my attention that when a player has the Inscription Apprentice quest they are not getting the skill gain bonus when in the Haven library. I double checked it to make sure they were right and as it seems they are correct. I double checked all of the files that would be related...
  2. Karmageddon

    Magincia Bazaar

    I am trying to set up the Magincia Bazaar and it is telling me that is already set up. I was able to find the trees that "hide" the Lotto and Bazaar info. I tried to delete them and start over but was not able to delete them. No signs for the house plots or vendor plots are placed at this time...
  3. Karmageddon

    Boat Teleport Across Maps

    Karmageddon submitted a new resource: Boat Teleport Across Maps - A Serpent Pillar allowing player and boat to teleport across maps Read more about this resource...
  4. Karmageddon

    Teleporting Boats

    What I am trying to do is teleport boats from one map to another. I am not sure if the spawner can actually recognize the boat or not. So I figured I would ask here if the spawner is capable and what would I use to get it to recognize the boat?
  5. Karmageddon

    Teleport Player and Boat

    I know you can teleport the player and boat with the serpent pillars, but it only teleports them on the same map. I want to teleport player and boat to another map. I have the code compiling but when tested in game it does not teleport to the other map. The attached file is what I have right...
  6. Karmageddon

    Gift Giving working on test but not main

    I did up some scripts for Christmas gift giving. It works fine on my test server and gives the token to players when they log in like it's supposed to. But, when I transferred the scripts to the main server the tokens are not being given to players on login. Both have the same exact server files...
  7. Karmageddon

    Custom BOD Rewards

    I am having an issue with adding new items to the BOD reward system. I have the item added and it is also giving the item when selected. The problem is that it is not showing the tooltip description of the item like the other items. Yes I have created and edited my cliloc with the new number to...
  8. Karmageddon

    FS Taming BOD

    I am currently looking for a more up to date copy of FS Taming system. Everything I have found is quite old and I am having problems implementing it into the latest build. I have for the most part got everything updates, but the problem is getting the Animal Trainer to give BODs. Attached are my...
  9. Karmageddon

    Trigger On Carried

    I am trying to set up some spawners so that they will spawn a creature when a player is carrying a specific item. I have tried setting this up through the props menu but it doesn't work. I don't normally work with XML Spawners, most of what I do is coded directly in. Is this still workable with...
  10. Karmageddon

    Timer Crash

    I am getting a crash issue from an item that has a timer in it? What the item does is add stat buffs when 2 players wearing linked items are close to each other. What the timer does is actively checks to make sure the players are still within range of each other. This is the code for the timer...
  11. Karmageddon

    Adding a recipe

    I have been searching for a way to add new recipes. I have not found anywhere that the recipes are defined.
  12. Karmageddon

    Token System

    Karmageddon submitted a new resource: Token System - Stand alone Token System Read more about this resource...
  13. Karmageddon

    Output from gump to file

    What I want to do is be able to take text entries from a gump and output it into a text file on the server. Is this possible and what would I use to do it?
  14. Karmageddon

    On Movement Problem

    I am trying to get an item check to see if there is a player in range with the same item so it can give stat bonus. I am having an issue with the check itself not sure where it is going wrong. Here is the code for the OnMovement check: public override void OnMovement(Mobile m, Point3D...
  15. Karmageddon

    Linking Items

    I am in the process of trying to get 2 items to be linked. I have added a new property to the items called "Linkring". I am using the serial number to link the items. The issue I am having is in the ontarget to get the serial number to load into the current ring's property. This my code for the...
  16. Karmageddon

    Random wall spawn

    What I am trying to do is create an ever changing maze. I want to use XMLSpawners to spawn the wall sections to close off areas and despawn other wall sections to open up other areas. can this be done and how would I go about doing this?
  17. Karmageddon

    Holy Grail Quest

    Karmageddon submitted a new resource: Holy Grail Quest - Updated Quest Read more about this resource...
  18. Karmageddon

    Weapon Abilities

    Ok so I have been looking into to switching up some weapon abilities on special weapons when I came across this post on RunUO. http://www.runuo.com/community/threads/runuo-2-0-rc1-customizable-weaponabilities.92919/ It all works pretty good. The problem I see with the system is that it does...
  19. Karmageddon

    Quest Trouble

    Ok I found an old quest I scripted for Run UO I have converted it to work with current Serv UO. Everything is working fine except that players cannot get the quest from the quest giver. But strangely enough my staff characters can get the quest. The keep getting the Don't Offer Conversation...
  20. Karmageddon

    GetLootingRights

    So I found one of my old quest scripts and I am trying to implement it into my server. I am having a problem with GetLootingRIghts. CS1501: Line 40: No overload for method 'GetLootingRights' takes 2 arguments Is the error I am getting and the file is attached.
Back