Search results

  1. Kamras

    Finding Item in World

    I'm actually stuck on this, so I need a script to check the world for an item that doesn't just search for all items in the world, i need it to look at a specific spot (coord) then check that spot for the item, if the item exist then send a message, if the item does not exist, add it and send a...
  2. Kamras

    Ultima Online Adventures Rank Add On

    Joshua submitted a new resource: Ultima Online Adventures Rank Add On - Ranks and Levels Read more about this resource...
  3. Kamras

    Personal Ability Stone

    Joshua submitted a new resource: Personal Ability Stone - This personal ability stone can grant a user a random ability. Read more about this resource...
  4. Kamras

    Reverse Level System

    Joshua submitted a new resource: Reverse Level System - Level System Read more about this resource...
  5. Kamras

    GorSociety

    Joshua submitted a new resource: GorSociety - Gorean Experience Brought to Ultima Online Read more about this resource...
  6. Kamras

    Theory Crafting - Creating a new PlayerMobile

    So I'm looking at all possible avenues to expand my projects and something that came to mind... Creating a new playermobile that uses the original playermobile as a base. This would allow me to have a system preconfigured and ready to go upon release, the only key edit the person would need to...
  7. Kamras

    Level System Extreme

    Joshua submitted a new resource: Level System Extreme - Raise the bar and give the players something to strive to achieve. Read more about this resource...
  8. Kamras

    Thoughts on a Custom System for Ultima Online

    I've been working for a while now on a Gorean Cross Over update for Ultima Online. The goal is to have a system that anyone can use and be able to bring the world of Gor to life. I've made a lot of headway on this already as a personal project, I'm curious to see how many people would be...
  9. Kamras

    Gor Style Module for Shard - Suggestions anyone?

    I'm currently developing a module for Gorean Slavery in a shard, this is strictly for RP however DOES have some merits for PVP and PVE as I'm putting in restrictions for 'fairness' however I'm trying to make sure I include enough features. Essentially this is to truly follow the ideals set...
  10. Kamras

    PaperDoll Question - Player editing another players doll

    So this is an interesting question for everyone, hopefully someone might have a suggestion or direction to send me. I'm working on a Gor Based server and I need to be able to allow a player to edit another players paper doll , similar as if they were opening their own paper doll. I found all...
  11. Kamras

    ovverride public virtual void VendorBuy issue

    I'm trying to override public override void VendorBuy in the vendor npc script. I can override it in BaseVendor and it works. However when I tried to override it in the NPC script it failed. Here is the override code as well as the error. Note, it DOES compile, the error appears in the console...
  12. Kamras

    RaceWars

    Joshua submitted a new resource: Beast Wars - Race Wars Read more about this resource...
  13. Kamras

    Level System 3 - Rerelease

    Joshua submitted a new resource: Level System 3 - Rerelease - Levels XML Read more about this resource...
  14. Kamras

    Anyone have Core Files for Run2.1 Build 4272.35047 ?

    I'm testing out some stuff and would like to use a specific core. Anyone by chance have in their archives the core files for Run 2.1 Build 4272.35047 ? needs to be that build. Please upload or post a link to download it :). For those that will suggest , i have Googled (deeply) on this.
  15. Kamras

    Issue locating Animations for Dinosoars

    I patched up a client to the top, then opened up Fiddler. I tried finding the animations for the dinosaurs such as Allosaurus however they do not show up with the rest of the animations. I tried converting UOP to MUL then reloading the files, still cannot find them. Am i missing something? I...
  16. Kamras

    Referencing a Check in another part of the script

    I'm putting together some scripts to help change a 'beast trait'. The change form requires that the PlayerMobile has a set of skills that are GM or better before the change form becomes available. Is there a way I can reference the below code (Not the OnDoubleClick) in a way to where on the...
  17. Kamras

    Str Mod Without the Timer

    I've been trying to make a modified StrMod without the timer, I succeeded by setting the timer from 30 seconds to Zero. However now the problem, when you add the attachment to a toon, its adds the strength but when you edit the attachment str it doesnt' edit the toons str again. I'm sure this...
  18. Kamras

    House Owner Removal

    Is anyone aware of a way to make the owner of a house Null, so when the mobile gets deleted the house does not? It could still be managed by GM's, but would like to be able to have them not be attached to mobiles.
  19. Kamras

    HairItemID Issue with Gargoyles

    This is likely user error on my part, but I'm out of ideas. I want to change the race of a toon in game and have their hair and skin change as well. So changing race in game [set race gargoyle , does change the race however it doesn't change the HairID. The HairID stays that of a human, and...
  20. Kamras

    Custom Skills Gump

    I'm trying to hook a custom skills gump into the players paper doll. I found this is the core Mobile.cs public virtual void OnSkillsQuery(Mobile from) { if (from == this) { Send(new SkillUpdate(m_Skills)); } } Being...
Back