Search results

  1. Stack Gump Method

    Hi All, I am trying to locate the method that is called when you drag on a stackable item in the world and then a gump with a counting range comes up. I used VS to find that the lift method activates after you select a count number; however, when I use the call hierarchy function to see where...
  2. Will ServUO support EC?

    I don't mind the EC client and I think most people have tried it including the old school players. For me it's simply not very editable. For example, there are numerous tools that allow you to edit the maps, gumps, graphics, armor, animations, sound and everything you want with the regular...
  3. Vorspire's Cool Stuff

    I was browsing RunUO forums and ran into this post from Voxpire. This is pretty cool stuff. Is this accomplished through wrapping a single line on the object property list to bypass the property limitation? It would be awesome to find a coding example of this!
  4. Independent Spell Timers

    Thanks for the ideas friends; I really appreciate it and I will start experimenting with all of them probably. Zerodowned you mentioned an easy way to do it as well; does your method match one of the ideas posted above?
  5. Independent Spell Timers

    What is the best way to go about creating independent spell timers? For example, I want a player to cast magic missile with a 30 second recovery delay but be able to cast fireball which has a 5 second recovery delay. While magic missile is recovering the player can cast fireballs every 5...
  6. Removing Purple Ability Book Icon

    Hi All, Does anybody know if it's possible to disable this purple ability bar/book? I originally just disabled special abilities which makes the bar/book useless; however, it still shows up. I imagine this is client coded so maybe one can hook another process when double clicking on it. Thanks!
  7. Increasing whirlwind area

    It is in Whirlwindattack.cs. I don't have the script open now but I have done it before. Look for something very straightforward in a method that may be something like "GetInRange" with a parameter to the right. Just change that number and you are good to go. Hope this helps.
  8. Abandoned or Donated Full Shards

    Works perfectly! Thanks Icescthe. Going to do some exploring now :)
  9. Abandoned or Donated Full Shards

    Yup it works. Got it to work and load the server up. I hope this is the last question, but on loading the server none of the admin commands work even though my character is the owner and I verified it in the accounts list. What would prevent the admin commands from working on this server? Is it...
  10. ServUO with Courageous' True LOS

    I think there was one other place I had to add methods called "UpdateScreen" "CleerScreen" as well somewhere in PlayerMobile. I think I did this in the OnMove method somewhere. I can't say, but I will look when I get home.
  11. ServUO with Courageous' True LOS

    If you are playing on a shard with a small player base there is an easier way to implement a line of sight system that functions exactly like the courageous true line of sight. Simply edit three bools in PlayerMobile.cs. This may create lag on larger shards which is probably why it isn't widely...
  12. Abandoned or Donated Full Shards

    Thanks for checking Icescythe. I have tried using clients starting around 7.0 and up without login assistance (login.cfg and Client.exe) and haven't been able to connect yet. I will try to locate some older clients and if I get it to work I will report back here. Also, for the Khaeros server...
  13. Abandoned or Donated Full Shards

    I got the Khaeros server to load; however, every client I try using to connect to it gets rejected "Encrypted Client Detected, disconnecting." Is this server side or do I need a different client? I have tried clients 7.0 all the way to 7.47 and tried all options in UO steam or razors encrypt...
  14. Disabling Stock Foot Steps

    Is there an area in the ServUO project that controls the sound effects for footsteps? I imagine it's all client side but it is worth a shot. I created a script using the poisonous swamp script that plays different sound effects when walking over different types of tiles. The only problem I am...
  15. On Swing Combat Feedback

    Thanks for following up Norman. You have been really active in the forums and it's very refreshing to see how strong the ServUO community is. My main goal is creating feedback information for swing speed. With stock UO there is no way of telling what stage a mobile is at after it swings. I...
  16. On Swing Combat Feedback

    I think that timer in the Mobile is the best place to do it. Basically what happens is that at every specified interval the mobile sends an emote (message above the head) that states what step the mobile is in completing it's on swing method. The emote can probably be replaced with graphics...
  17. On Swing Combat Feedback

    What is the best way to go about receiving feedback about what stage a Mobile's Swing Timer is currently at? For example, if the mobile is halfway through its timer, such mobile will display some time of feedback. I have looked in the Mobile core and I believe the NextCombatTime property that...
  18. Client packs for download

    Bummer. There is version 7.0.34 on the russian shard server abyss available for download. Are there any rules against posting the link here for files I don't directly own? I just downloaded this version and got my custom maps to work with it perfectly. This version is important because it uses...
  19. Client packs for download

    The latest client 7.0.46.2 has map0 and map1 that are 1 kb bigger than prior versions. I can't get Centred+, or MapExtractor to recognize the new maps. Does anyone know when this happened? If so, does anybody have a working UO client that uses UOP but still has UOPs that can be extracted and...
  20. The Exodus Encounter Quest

    For those of us who are using Pre-UOP versions of the Ultima Online client how do we get the exodus vd file/animation working? I think the Exodus animation came about with client 7.0.32.0 or close to there.
Back