Search results

  1. Lokai

    Wanting to add staking option to ConPvP arena script

    I see there is a StakesContainer.cs file. Do you know how that container works? Is that where people currently put stakes?
  2. Lokai

    Wanting to add staking option to ConPvP arena script

    Sorry, I am just now seeing that you are on RunUO 2.6. This method is in a file on the ServUO server. It was the only PVP Arena I am familiar with. Perhaps you can post a link to the ConPVP scripts you are using?
  3. Lokai

    Wanting to add staking option to ConPvP arena script

    Something like this: public void DoWinEffects(PlayerMobile pm) { Point3D loc = pm.Location; Map pmmap = pm.Map; if (pmmap != Map.Internal && pmmap != null) { for (int i = 0; i < 5; i++) {...
  4. Lokai

    Wanting to add staking option to ConPvP arena script

    The easiest way, without creating entirely new gumps and ways of starting a duel, would be to use the existing Entry Fee system. You could create several arenas, each with it's own entry fee amount posted. Players would know going in how much was being staked. Then you just modify the...
  5. Lokai

    Want to put an item into new characters pack

    I moved this to Script Support. I assume you created something called "goldbag" and something called "lootbag"? If so, in those scripts, what is the namespace they are in? In order for CharacterCreation.cs to see your scripts, they must either be in the same namespace, or CharacterCreation.cs...
  6. Lokai

    UO Compendium

    Oh, I see. Then, it must be a compatibility issue. Probably Compendium was written to an earlier Vita Nex. Perhaps Voxpire or another one proficient in VNC would know how to get that to work. Actually, if you look at post 32 and 33 above, you will see that this lost compatibility back in 2019. I...
  7. Lokai

    UO Compendium

    Vita-Nex Core is a requirement for the Compendium.
  8. Lokai

    UO Compendium

    I believe Vita Nex was removed from the ServUO core. Check their page for the source: http://core.vita-nex.com/
  9. Lokai

    Recall Runes do not Show Description

    You are correct in using the OnSingleClick code. Setting the UOR expansion is what removed the hover text.
  10. Lokai

    Multiple resource items to specialized bag

    public override bool OnDragDrop(Mobile from, Item dropped) { if (!(dropped is BaseOre || dropped is BaseGranite || dropped is BaseBar)) { from.SendMessage("It seems you can't place that item in this bag."); return false...
  11. Lokai

    Help!! Server crashed!!

    Please post the most recent error.
  12. Lokai

    Command for players to [gethue

    You would not want to change the [Hue command to player access because that is the command that lets you change something's hue to the number you use in the command. So, if you say "[Hue 777" it would bring up a targeting cursor, you would target anything, and it would change the hue of that...
  13. Lokai

    Spawn creature randomly in the world?

    Yes. You would just have to define in the script what the "world" is, as far as parameters or coordinates or regions or facets, etc. Then it's just a matter of selecting a random location from within that definition. The random location would be selected probably by facet, then region, then...
  14. Lokai

    New Shard First 250 Players FREE 15xGM Skills, Mansion and 1m GP

    Edge. Of course I am a moderator, so it's possible I am seeing something you are not. I do remember I had trouble seeing the options below posts with Chrome, but that was due to some odd customization my daughter had put in the browser color scheme. I am pretty sure all users can edit their own...
  15. Lokai

    New Shard First 250 Players FREE 15xGM Skills, Mansion and 1m GP

    I suggest you update the first post also with the edit option.
  16. Lokai

    Hello from NY!!

    Welcome! I hope you have a copy of Wingspan to play. Sounds like it would be right up your alley. https://www.boardgamegeek.com/boardgame/266192/wingspan
  17. Lokai

    Oz’s static gump questions

    One clarification about this. If you don't freeze, you can run things as is without sharing the map files, but it will increase your item count.
  18. Lokai

    Oz’s static gump questions

    You can. Yes. No. If you freeze they become part of the map. It would not have to be in Green Acres, unless you want to have it there to get the grass look already in place. I would recommend the black areas because you could then define your own regions for your new dungeons and they...
  19. Lokai

    Gold Rain?

    That error indicates you have 2 of that script. The error message shows both paths. You will need to remove 1 of them.
  20. Lokai

    Teleporter.cs

    So, in Teleporter you would use: if (m_isPvPModeCheck && m.IsPvPMode)

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back