Search results

  1. Karmageddon

    Weapon Abilities

    Gandalf are you looking for a working version of this system? If so I do have a complete working version. Not sure which version of ServUO it is compatible with though.
  2. 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...
  3. Karmageddon

    Linking Items

    Thank you I will look at it. It might have what I need to get mine working.
  4. 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...
  5. Karmageddon

    Holy Grail Quest

    Well I checked the script for the Chest Guardian and there is nothing in there that would drop a Doom Gauntlet artifact. I have never seen them drop any artifact since scripting this quest. May want to look at lootpack and see if anything there was changed to allow them to drop artifacts.
  6. Karmageddon

    Holy Grail Quest

    Sorry about that error. It is a special item on my server so that human characters can wear the reward item. Here is the file that will correct that error.
  7. Karmageddon

    Random wall spawn

    I already have that guide downloaded.
  8. 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?
  9. Karmageddon

    Holy Grail Quest

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

    Holy Grail Quest 2017-09-04

    This is a quest I did a very long time ago. Found it recently when I came back to UO. I have updated it to run with ServUO. This is pretty much a plug and play quest. But, there is some setup to be done to get it started. Setup is explained in the Readme included. Now to the quest itself...
  11. Karmageddon

    Tamability

    OK first question would be is what are you trying to do? If you are trying to create a new summoned creature you might want to look at the summoned creatures scripts.
  12. Karmageddon

    Weapon Abilities

    This what I tried to get it to work. if(PrimaryState==9781) { if(CustomWeaponAbilities.ServerSideSetAbility(sender.Mobile,Primary)) { PrimaryState=9780; SecondaryState=9781...
  13. Karmageddon

    Weapon Abilities

    Ok so I have looked at different things on how gumps and gump buttons work. I haven't found a way to get the grey flag in the gump to update after the ability is used. I did however find a way to get it to sort of refresh the ability without closing the gump and reopening it...
  14. 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...
  15. Karmageddon

    Quest Trouble

    Yes tried the quest command nothing is showing. If I removed that section of script it wouldn't even offer the quest to anybody.
  16. Karmageddon

    Quest Trouble

    Yes I understand that but the players do not have any active quests. So there is some sort of active quest on these players that cannot get the quest. How can I find out what the active quest is on these players? Or is there a way I can work around this?
  17. 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...
  18. Karmageddon

    GetLootingRights

    Did that and got this error CS1501: Line 40: No overload for method 'GetLootingRights' takes 1 arguments Did some checking on other mobile scripts to see if I could find a solution to this and found that this is what I needed. List<DamageStore> rights = creature.GetLootingRights();
  19. 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.
  20. Karmageddon

    Changing Mark rules.

    Thank you for the response.

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back