Search results

  1. Anon the Felon

    Bandage self

    You can make a macro to do this in game. I believe it's like Use Bandage then the Target Self option. I'm on my phone, or I'd be a bit more specific.
  2. Anon the Felon

    jupiter set help please

    Got it. Couple of things, there are two OnHit methods. One is just a public void, and is simply used to pass info from relic code (I guess). The second OnHit is a virtual you can override, but it requires 3 variables, the one we missed here was the double "damageBonus". The other mistake was...
  3. Anon the Felon

    Admin Runebook

    Are they in your scripts folder? The runebook will show up when you use the command, but these things go in scripts, not server or anywhere else.
  4. Anon the Felon

    jupiter set help please

    There's some issues with Say working correctly in overrides, in my experience. Simple test would be to convert the Say to SendMessage, to verify the code. Then you might need to convert them to overhead messages. This is just a guess, I know I've had Say fail until I definitely the mobile as...
  5. Anon the Felon

    Recipes not dropping

    You can add individual items to Loot.cs easily enough, just search for an item type you know drops the way you want, and add it to that list. The original source of recipes still works great, the Craftsman's Satchel. Might be easier to just use the existing quest and distribution system, so...
  6. Anon the Felon

    Help with Regions on ServUO

    Yes it does. Took me a minute to test the damn thing because I have limited housing in general. That said, by configuring your travel limits through SpellHelper, it allows those limits to supersede general regions. It checks against the restriction, in some cases a map, in some an X/Y rect...
  7. Anon the Felon

    Help with Regions on ServUO

    This feature is already built into SpellHelper. TravelValidator has a wide array of travel options, you can add a new area very easily (just search one of the existing areas and copy the syntax), and create detailed and discrete mark/gate/recall/teleport rules.
  8. Anon the Felon

    Restart ServUO Crash - Linux

    You might try hard coding your datapath in datapath.cs.
  9. Anon the Felon

    CentrED+ Install Tutorial

    Hover over the tile/static. Down in the lower right will be a bunch of info about that tile, including color code.
  10. Anon the Felon

    How to figure out item ID?

    Type [props or [get itemid then target the item you want to know about. You can also search to find them with Fiddler.
  11. Anon the Felon

    Dye tub uses problem

    You could add a bit in the base dyetub, where it's doing the targeting, and have it check itself to see if it's your special tub. Then cast it so the code knows about the uses remaining, then remove them. Something like: if (this is SpecialGreenDyeTub){ SpecialGreenDyeTub tub =...
  12. Anon the Felon

    Dye tub uses problem

    Well, you're only getting the target because you're calling the base doubleclick. You'll need to modify the base dyetub to detect if it's your special tub and then remove uses, or copy over the targeting code from your base and modify it. Also remember: It's not the dye tub that runs out of...
  13. Anon the Felon

    Xanthos help

    You don't put it in the evospec, you put it in that evo's base.
  14. Anon the Felon

    Xanthos help

    Take a look at things that are immune to poison, like rotting corpses or poison elementals.
  15. Anon the Felon

    How to spawn item?

    You can add this line: Add(new GenericBuyInfo(typeof(RecallScroll), 10, 50, 0x1F4C, 0)); To SBMage.cs in VendorInfo. Upon restart, all mage vendors will start selling 50x recall scrolls for 10gp each. You can play with the 10 and 50 to adjust price and quantity. The hex code (0x1F4C) is the...
  16. Anon the Felon

    How do i disable pvp?

    Yes, don't allow your players to access the Fel shard. Players may only fight each other on that map.
  17. Anon the Felon

    HP set to 150 after logging out with over 300

    I cannot replicate this issue with just logging in and out, but I can replicate with a server restart. Are you sure it's happening on just login/out?
  18. Anon the Felon

    ServUO - Admin "Toolbar"

    Yeah, I got the toolbar and the runebook posted to resources now. Should make it easier for folks in the future.
  19. Anon the Felon

    Admin Runebook

    Anon the Felon submitted a new resource: Admin Runebook - Essential admin tool for shard builders Read more about this resource...
  20. Anon the Felon

    Admin Runebook 2019-07-21

    This is the now removed admin runebook, should be drag and drop. The runebook can be accessed directly with the [StaffRunebook command, on any admin flagged character, after restart and installation. The runebook is highly customizable and offers instant access to any world location for...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back