Search results

  1. Lokai

    Daat99's World Omniporter For ServUO

    Here is the code in context: from.SendLocalizedMessage( 1019002 ); // You are too far away to use the gate. else if ( from.Criminal ) from.SendLocalizedMessage( 1005561, "", 0x22 ); // Thou'rt a criminal and cannot escape so...
  2. Lokai

    Daat99's World Omniporter For ServUO

    So you want to block Sigil holders from going to anywhere but Fel ?
  3. Lokai

    Daat99's World Omniporter For ServUO

    I think this has gone away from your original request. You want to simply block travel if they are carrying the sigil? Or do you want to have the OPTION of blocking using one of the flags. You don't need to use the flags if you are just trying to block carrying the sigil through the omniporter...
  4. Lokai

    Daat99's World Omniporter For ServUO

    To be honest I have no idea what they did to my flags. The flags operate on a bitwise check, so there should be a unique placeholder for each flag, and the numbers they have there with all the ones starting with 0x09.... just don't make any sense to me. Each flag should be Double the one below...
  5. Lokai

    Daat99's World Omniporter For ServUO

    Something like: if (Factions.Sigil.ExistsOn(m)) { m.SendLocalizedMessage(1061632); // You can't do that while carrying the sigil. } Basically, just adding another if clause. This code was taken from Moongate.cs, so it won't just plug and...
  6. Lokai

    Installing ACC's Complete Spell Systems?

    For AvatarSpell.cs, try using their suggestion of adding the "override" keyword. For the PowerScrollBook.cs, it looks like there is already one in the Server, so you have to pick one to keep or merge them somehow. For the errors that say "no suitable method found to override", you might just...
  7. Lokai

    Installing ACC's Complete Spell Systems?

    All scripts must be placed inside the Scripts folder somewhere to be recognized by the server to be compiled at runtime. So, if you placed the new scripts inside the Master folder, but not inside Scripts, then it makes sense that you get no errors and are not able to use it. It was never...
  8. Lokai

    Resetting Skill Caps for players who existed before updating PlayerCaps.cfg

    As far as I know, changing the config file will automatically affect all players old and new.
  9. Lokai

    Help with cafting, baseshield ServUO 57

    When you say you "don't have any luck" what do you mean? What were you expecting to happen? By adding case 7 you were only getting a 1 in 8 chance that the shield would have that attribute, so were you expecting something different? What was the result? How many shields did you make?
  10. Lokai

    Flags of the World

    Lokai submitted a new resource: Flags of the World - Expands Voxpire's USA Flag idea, with a gump that lets you display the flag of each of 65 nations. Read more about this resource...
  11. Lokai

    Flags of the World 2020-07-13

    Allows you to display the flags of 65 nations of the world. This is an expansion of the idea from Vorspire's "USA Flag". 2 ways to use this right now. 1. [viewflags -- brings up the FlagPickerGump, which lets you browse all 65 nations. The gump is coded to allow you to add or remove countries...
  12. Lokai

    Hello World

    Welcome to ServUO! Feel free to post in the Script Support section with any questions about modifying existing scripts or creating your own custom scripts. You can find guides and useful information in the Tutorials and documentation section. I hope you enjoy these forums, and remember that...
  13. Lokai

    Lokai Skills, Tree Harvesting, Building Construction

    This was written in 2014, and not updated much since then. At the time it was completely plug and play compatible, but there have been many changes to ServUO over the years. If you post the errors, most likely we can get past them. It is most likely something easy, like a constructor that was...
  14. Lokai

    Help with my gump + attachment

    If I were you I would skip Radio buttons altogether. Just use variables that get changed and passed back into the gump to "simulate" radio buttons. In this way, the total would get updated before they apply the changes. To show you how this works in pseudo code: public bool m_first, m_second...
  15. Lokai

    Help with my gump + attachment

    Radio buttons and Check boxes are not the same as Reply buttons. A Reply button has exactly one value - which you can find using info.ButtonID. Checks and Radios have more than one value - which are stored in Switches[ ] - which you can get using info.Switches[n], where n is the switch ID. Or...
  16. Lokai

    taming and spellcasting range

    In AnimalTaming.cs in the constructor for the Internal Target, it shows this: base(Core.AOS ? 3 : 2, false, TargetFlags.None) That shows that the range is 3 in AOS+ or 2 below that. Range for most spells will be configured in each spell.
  17. Lokai

    Xanthos Question

    Could be a range thing or a limit to how often it can be used. Most likely range.
  18. Lokai

    Hello all!

    Aw.. I liked it the other way. ;)
  19. Lokai

    Can't pick up Reagents off ground

    There are some reagents that spawn in a few places as deco. As far as I know there is no default spawn for actual reagents built in to the server. Or at least not that I have seen.
  20. Lokai

    Hello all!

    Welcome to ServUO! We hope it's more Heaven than Hell. Either way, Enjoy!

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back