Search results

  1. lemperor

    NPC that won't summon a gate

    After further testing, your other method for the gate timer works perfectly!! Although, I am still having the same issue with the npc responding to staff but ignoring new players. Am using the same code you changed earlier.
  2. lemperor

    NPC that won't summon a gate

    Ok, I've been working on this script to allow anyone who utters the special words would get a travel gate at no charge. I've read over your examples and came up with a version that compiles however, the npc still ignores regular players and when the npc sends a gate for staff members, it doesn't...
  3. lemperor

    NPC that won't summon a gate

    I would like to thank Zerodowned and Enroq for both pointing me into the right direction with this script. I will dig into this once I get home tonight and update you with my progress. Once again, Thank you.
  4. lemperor

    NPC that won't summon a gate

    Yes it compiles, I thank you. But, i'm back to the original problem. The NPC still won't send a gate to young players, I would like to remove the young status check and prefessions altogether. I'm slowly learning this.
  5. lemperor

    NPC that won't summon a gate

    I did try to compile the updated code you reposted for download with no success. Here is the error from the console in debug mode: CS1525: Line 150: Invalid expression term 'else' CS1002: Line 150: ; expected Haven't seen this error before but willing to figure this out.
  6. lemperor

    NPC that won't summon a gate

    When I do remove these checks, causes many errors. I'm still trying to learn this though.
  7. lemperor

    NPC that won't summon a gate

    Hello, I have been working with this script from which I do not know where it came from. What I am trying to accomplish here would be to enable the NPC to summon a travel gate to anyone. I'm almost certain the area i need to focus on is on line 132, if anyone could point me in the right...
  8. lemperor

    NPC that won't summon a gate

    using System; using System.Collections; using Server; using Server.Gumps; using Server.Network; using Server.Menus; using Server.Menus.Questions; using Server.Items; using Server.Regions; using Server.Spells.Seventh; using Server.Mobiles; namespace Server.Mobiles { public class EggNogg ...
  9. lemperor

    Archery stopped working

    M309, Thank you for the quick response. Since you've pointed me into a direction, I will attempt to see what stands out in the BaseRanged.cs script during a comparison of the original script. If still stumped, I will do as you asked. Thanks for the advice.
  10. lemperor

    Archery stopped working

    I tried that, nothing happens. I've tried in regular player mode as well with no success.
  11. lemperor

    Archery stopped working

    Normally if I clicked on the bow while equiped I would get a targeting cursor. Or atleast a message telling me that "I either can't use this weapon" Or " No Arrows" etc. If I went into war mode I'd then click on the creature to engage it, but right now I get no response. I also don't have the...
  12. lemperor

    Archery stopped working

    Hail All, I'm currently building a test shard powered by Servuo 54, I do have mods as the steady building continues. I've run into a problem recently where I noticed that there is no response from any archery equipment once equiped. I can click on each type of Bow where I can see the stats ok...
  13. lemperor

    Servuo publish versions identification assistance needed plz

    m309, Will give it a try, thanks!
  14. lemperor

    Servuo publish versions identification assistance needed plz

    Hail All, Firstly, Hopefully this is posted in the right category forums. I am using a Servuo pub 54 version which contains many custom scripts therefore I do not pull from the current git hub for updates, I choose to do things manually. Now for my question, What is the latest version of Servuo...
  15. lemperor

    Hail All

    Would like to say hello to everyone in this wonderful community. I am new here but not new to Ultima Online. Have hosted my own server on many different platforms beginning with Sphere 55i, Oh my those were the good old days. To date, I am attracted to platforms with future expansions, thus...
Back