Search results

  1. RedBeard

    Randomly moving NPC 2017-01-22

    Thanks @Po0ka for help with this. This is an NPC script that moves the mobile to different pre set locations based on a timer. In this example I made a Thief Guildmaster, other ideas I had for this were moving caravans or camps. Best to put this on a XMLSpawner so you can track movement.
  2. RedBeard

    Trying to move a mobile

    Trying to make a mobile that moves to a new location based off a timer. using System; using System.Collections; using Server.Items; using Server.Targeting; namespace Server.Mobiles { public class ThiefGuildmasterTram : BaseGuildmaster { Point3D[] MoveLocations = { new Point3D( 1478...
  3. RedBeard

    Working on a gump

    How can i make a button in a gump perform a command such as open chat normally command: [c AddButton(127, 245, 2117, 2117, (int)Buttons.Button6, GumpButtonType.Reply, 0);//chat 6 AddLabel(150, 243, 47, @"Chat"); and this section below: case...
  4. RedBeard

    Server Time wrong

    Server Time says my time zone but time is 7 hours in advance. How do i change it
  5. RedBeard

    Captcha! Anti-AFK checker

    Is there a more up to date version of this. Or a better one. For me it only checks when you first use tool if you first login after intiated you never see another gump.
  6. RedBeard

    Adding compassion gain

    Trying to figure out how to add compassion gain to this: if (DateTime.Now < m_LastClicked + TimeSpan.FromHours(1.0)) { from.SendLocalizedMessage(1060001);//You throw the switch, but the mechanism cannot be engaged again so soon. return; } Container pack = from.Backpack as Container; if...
  7. RedBeard

    Halloween Event

    That is handled in the xml spawners
  8. RedBeard

    blocking creature.

    I always wanted to make an NPC toll collector. OSI used to have a bridge troll that you had to pay or kill to cross the small bridges within the hedgemaze.
  9. RedBeard

    Halloween Event

    RedBeard updated Halloween Event with a new update entry: Halloween Event 1.0 Read the rest of this update entry...
  10. RedBeard

    Halloween Event - Halloween Event 1.0

    Removed TwilightLantern.cs offered as separated download.
  11. RedBeard

    Halloween Event

    RedBeard updated Halloween Event with a new update entry: Halloween Event Updated Read the rest of this update entry...
  12. RedBeard

    Halloween Event - Halloween Event Updated

    I just commented out the Telekenisis Wand from Lich.cs line 70, as it wasn't intended. If you wish to use the wand, however, read my post on that below.
  13. RedBeard

    Halloween Event

    @Shazzy Yes, the Telekinesis Wand is a custom item, oops! Here it is though I think its a pretty neat item for cartographers & other tight lockpicking templates. Two edits to BaseWand.cs: find bold print In Basewand.cs
  14. RedBeard

    Adding Random Slayer

    @ Jayates Here is an example of what you're trying to do.
  15. RedBeard

    Halloween Event

    I appreciate any feedback to improve this or if you see improvements to be made. Thanx TwilightLantern.cs comes with ServUo, and should be in the latest release, if you don't have it download it below.
  16. RedBeard

    Halloween Event

    RedBeard submitted a new resource: Halloween Event - Events, Holiday, Halloween Read more about this resource...
  17. RedBeard

    Halloween Event Halloween Event 1.2

    Origins 1st and 2nd Halloween Event Halloween 2006-2007 The Grim Reaper and his minions attack the cemetaries across Britannia! Grim Reaper: Boss creature that drops Cursed Doom Artifacts. -Weapon Abilities: [Random] *Bleed Attack *Paralyzing Blow *Mortal Strike *Crushing Blow...
  18. RedBeard

    Fame Karma titles

    I got it for anyone else interested: public override bool ShowFameTitle { get { return false; } }
  19. RedBeard

    Fame Karma titles

    Anyone remember how to block fame titles ShowFameTitles = false; doesn't work it says its read only
  20. RedBeard

    Dread Warhorse ability issue with area poison

    I've never seen this problem but my script looks the same. Interested to see what you come up with. Here is the Black Cloud Ability, it had some purpose in the original story arc, but mostly is used by players to prove it is a Dread Warhorse rather then a Nightmare, especially for people...

Active Shards

Donations

Total amount
$50.00
Goal
$1,000.00
Back