Jump to content

Steenamaroo

Administrator
  • Posts

    3,406
  • Joined

  • Last visited

Everything posted by Steenamaroo

  1. For PlaytimeTracker issues you're better going to uMod and posting in support there. PlayerRanks just reads the info from PTT data file so if that info is zero, that's a PTT issue or something else. @pinoysaboteur Yes, you can publish top three. From PlayerRanks description - useTimedTopList - Toggle public broadcast rotation. TimedTopListAmount TimedTopListTimer TimedTopListSize - Font size for chat output. TimedTopListNumbered - Adds ordered numbering to chat output (1st,2nd,etc). @Bazim You're probably not recording AFK time or something. Check the PTT config file, and uMod documentation.
  2. Hi, Have you tried them already? They're food items and have health effects so, as far as I know, they should already work.
  3. @Mercury???
  4. Hi @RustyB Glad you're enjoying the plugin. Yes, that's something I could add. Keep an eye here or get Updates Checker to know when the next update comes out.
  5. Try re-null checking targetinfo.X inside your NextTick.
  6. Steenamaroo

    Stationary Not Working

    As I say, UseCustomSpawns has to be true, which it now is, and you have to use the chat commands to add spawn points for the npcs. Go to the location you want the npc to spawn and do /botspawn edit banktest /botspawn addspawn then reload BotSpawn and your npc should spawn right there.
  7. Steenamaroo

    Stationary Not Working

    To use stationary you have to enable UseCustomSpawns and give the npc a custom spawn point with the chat commands. Your description sounds like UseCustomSpawns is false, or you don't have any custom spawnpoints for the npc.
  8. You've excluded them all from statistics with the 'ExcludedFromStats' permission. Revoke that from default group.
  9. Looks like there are no records to display and I missed a check for that. It will right itself as soon as someone gets a stat on the board. I'll put a fix in the next update. Thanks.
  10. @Mercury^^
  11. Hi Rodeny 1: No, it makes no difference. The option to save to MySQL is in addition to the regular save and is only there for people who who want to publish to web. The local data file is stored and used regardless. 2: To be honest, I don't know. i just made them optional from day one but I've no reason to think there's any problem with using them.
  12. Steenamaroo

    help

    Changed Status from Pending to Closed
  13. Steenamaroo

    Raidable Bases

    If you're considering external loot plugins, CustomLoot has API and allows you to specify custom profiles (and creates if not exist) to let users have a unique loot table per call. List<Item> loot = (List<Item>)CustomLoot?.Call("MakeLoot", "SomeCustomName"); if (loot != null) foreach (var item in loot) if (!item.MoveToContainer(container.inventory, -1, true)) item.Remove();
  14. Steenamaroo

    Console Commands

    You want to add a player to a group? The oxide/uMod permissions system is all command based. This plugin is a UI to make that easier. You can view all the groups per-player, and toggle which groups the player is in. just do /perms player <playername>, then click 'Groups'.
  15. Steenamaroo

    Spawn locations

    Hi, Even if you're using custom spawn points BotSpawn still needs to find navmesh for the npc. If there is no navmesh nearby it wont be able to spawn them. The only way around it is to use Stationary: true but, of course, that means the npcs won't be able to move around.
  16. Great stuff, thank you both for the reports and for checking this.
  17. Hi, I don't think Playtime Tracker offers API for reset/wipe but I'll take a look and make sure.
  18. No worries. The population control frequently checks if any npcs are missing, or if there are too many, so it could fail to find a suitable spawn point any number of times before finally succeeding. That's why you'll see message about failure to find points but, eventually, still have npcs there. If you just want them at the coast you'd be better off disabling the lighthouse profile and putting a custom profile on the coast. If you want npcs around the actual lighthouse then the best way is to use custom spawn points.
  19. Steenamaroo

    Removing permission

    Maybe try asking on the general support forum, or in our discord? https://discord.gg/j8DGWDa Someone might have seen this before and know what's happening.
  20. It's not really. There's just no navmesh. If it's going to be that unpredictable I'd just add some custom spawn points.
  21. Steenamaroo

    Not by car

    Hi, I'm not sure if that type of damage can be detected specifically, but I'll look into it and find out. Thanks for the info!
  22. Steenamaroo

    Duplicate GUI

    Hi, I did it ages ago but never released the update because it wasn't a big priority. You can test to confirm the fix worked, if you want? If it works ok I'll make it public. PermissionsManager.cs
  23. Steenamaroo

    Removing permission

    It sounds like you do. I just created a group, joined it, gave it some perms, and rebooted my server. Everything was as I left it when I joined again. I can't think of a reason permissions wouldn't 'stick' so I'd be looking for a plugin which is clearing them, or deleting/creating the group.
  24. Steenamaroo

    Removing permission

    You don't need to add anything to server.cfg. As I say, if I had a group that was being emptied over and over again, I'd be looking for a plugin which creates/destroys that group.
  25. Steenamaroo

    Removing permission

    "is there a wake to make it store data e.g oxide.grant group vip nteleportation.use" Permissions manager is a UI front end for the existing commands. It gives you buttons to click to save you the trouble of typing out that command. ^ If permissions are being undone/removed/wiped, something else will be causing it.
1.8m

Downloads

Total number of downloads.

8.5k

Customers

Total customers served.

128.3k

Files Sold

Total number of files sold.

2.7m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.