Jump to content

Wizla

Member
  • Posts

    36
  • Joined

  • Last visited

Everything posted by Wizla

  1. Wizla

    Shop

    "Max Buy Amount (0 - disable)": 1, I have for some things in mine also can change the cooldown bit "Buy Cooldown (0 - disable)": 3600.0, data\Shop\Shops\Default
  2. Wizla

    Console Spam

    Oxide.Plugins.TalkingNpc+ConversationHandler.CheckPlayersWalkAway () [0x00038] in <290c5f2228274242874337af456a763e>:0 at InvokeHandlerBase`1[T].DoTick () [0x00138] in <d520df2e5517482dbc0a74e77a88b92f>:0 at InvokeHandlerBase`1[T].LateUpdate () [0x0000c] in <d520df2e5517482dbc0a74e77a88b92f>:0 Dont know how this was triggered unfortunately! Seen it twice in the past 2 days, reloading fixes the error spam
  3. AI really butchered your text on the image dude
  4. Does this show chat commands added by other plugins then? I thought it was just a list of server convars (amoungst a load of other features lol)
  5. Lots of plugins means lots of commands, would be nice to see a full list printed in console.
  6. Oh and kinda unrelated to original question, but if there was also a way for admins to be completely hidden from the list it would be great, players love setting bounties on me when I dont even play
  7. I've grouped all my various ui panels into one command to turn them all on and off at once, but there seems to be no command to turn this off, just a button. Would be great if another command was added as a alternate to the button
  8. The search feature. Please add Plugins and Maps to the dropdown box, or make the results order in relevance to name. Just searched the word "Skin" and the top results were: Virtual Quarries, Raidable Bases, Stack Everything and THEN Building Skins (which should of been top along with XSkinMenu, Skinner Etc
  9. Untitled video - Made with Clipchamp (11).mp4
  10. KeyNotFoundException: The given key '76561198350416573' was not present in the dictionary. at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at Oxide.Plugins.TalkingNpc+ConversationHandler.EndConversation (BasePlayer player, System.Boolean endConversation) [0x00033] in <13ef7224633e40158413f8516454068b>:0 at Oxide.Plugins.TalkingNpc+ConversationHandler.OnDestroy () [0x00032] in <13ef7224633e40158413f8516454068b>:0 I have been seeing this spam console every now and then, I caught it happening while I was testing different conversation endings to see if that was the issue. The player seemed to close the menu really fast after the vehicle spawned, but I've been unable to re-create this error, and even got the same player to come and show me what he done, and it worked fine. Heres the conversation config for this NPC: { "0": { "Message": "Hi $displayName, take a look at some of these vehicles I made!", "Message Display Time (seconds) - Only used if there are no responses": 2.0, "Responses": [ { "Message": "I would like to buy one of your vehicles.", "Needs Permission (null = No)": null, "Player Commands": [], "Server Commands": [], "Next Message (null = Close UI)": 1, "Price": 0, "Currency": { "Item ID": -932201673, "Skin ID": 0 }, "Insufficient Funds Message (null = Close UI)": null, "Cooldown": 0, "Server Wide Cooldown": false }, { "Message": "I am just browsing.", "Needs Permission (null = No)": null, "Player Commands": [], "Server Commands": [], "Next Message (null = Close UI)": null, "Price": 0, "Currency": { "Item ID": -932201673, "Skin ID": 0 }, "Insufficient Funds Message (null = Close UI)": null, "Cooldown": 0, "Server Wide Cooldown": false } ] }, "1": { "Message": "I can currently spawn in: Helicopters. Which one would you like?", "Message Display Time (seconds) - Only used if there are no responses": 2.0, "Responses": [ { "Message": "I would like a Littlebird.", "Needs Permission (null = No)": null, "Player Commands": [], "Server Commands": [], "Next Message (null = Close UI)": 2, "Price": 0, "Currency": { "Item ID": -932201673, "Skin ID": 0 }, "Insufficient Funds Message (null = Close UI)": null, "Cooldown": 0, "Server Wide Cooldown": false }, { "Message": "I would like a Warbird.", "Needs Permission (null = No)": null, "Player Commands": [], "Server Commands": [], "Next Message (null = Close UI)": 3, "Price": 0, "Currency": { "Item ID": -932201673, "Skin ID": 0 }, "Insufficient Funds Message (null = Close UI)": null, "Cooldown": 0, "Server Wide Cooldown": false } ] }, "2": { "Message": "Nice choice! This has 10 seats and is much more nible than regular Minicopters!", "Message Display Time (seconds) - Only used if there are no responses": 2.0, "Responses": [ { "Message": "Here is my 250 Coins.", "Needs Permission (null = No)": null, "Player Commands": [ "talking_npc vehicle spawn minicopter $npcName" ], "Server Commands": [ "give {player.id} parachute" ], "Next Message (null = Close UI)": 6, "Price": 250, "Currency": { "Item ID": 1, "Skin ID": 0 }, "Insufficient Funds Message (null = Close UI)": 7, "Cooldown": 600, "Server Wide Cooldown": false }, { "Message": "I changed my mind.", "Needs Permission (null = No)": null, "Player Commands": [], "Server Commands": [], "Next Message (null = Close UI)": null, "Price": 0, "Currency": { "Item ID": -932201673, "Skin ID": 0 }, "Insufficient Funds Message (null = Close UI)": null, "Cooldown": 0, "Server Wide Cooldown": false } ] }, "3": { "Message": "Nice choice! This can shoot H.V Rockets & 5.56 Ammo!", "Message Display Time (seconds) - Only used if there are no responses": 2.0, "Responses": [ { "Message": "Here is my 1000 Coins.", "Needs Permission (null = No)": null, "Player Commands": [ "talking_npc vehicle spawn scraptransporthelicopter $npcName" ], "Server Commands": [], "Next Message (null = Close UI)": 6, "Price": 1000, "Currency": { "Item ID": 1, "Skin ID": 0 }, "Insufficient Funds Message (null = Close UI)": 7, "Cooldown": 600, "Server Wide Cooldown": false }, { "Message": "I changed my mind.", "Needs Permission (null = No)": null, "Player Commands": [], "Server Commands": [], "Next Message (null = Close UI)": null, "Price": 0, "Currency": { "Item ID": -932201673, "Skin ID": 0 }, "Insufficient Funds Message (null = Close UI)": null, "Cooldown": 0, "Server Wide Cooldown": false } ] }, "5": { "Message": "Let me know if there's anything I can do to help!", "Message Display Time (seconds) - Only used if there are no responses": 2.0, "Responses": [] }, "6": { "Message": "I've given you a Parachute too! Go get your ride before someone steals it and please stop by again.", "Message Display Time (seconds) - Only used if there are no responses": 2.0, "Responses": [ { "Message": "See you later.", "Needs Permission (null = No)": null, "Player Commands": [], "Server Commands": [ "inventory.giveto $userID parachute" ], "Next Message (null = Close UI)": null, "Price": 0, "Currency": { "Item ID": -932201673, "Skin ID": 0 }, "Insufficient Funds Message (null = Close UI)": null, "Cooldown": 0, "Server Wide Cooldown": false } ] }, "7": { "Message": "I am sorry you do not have enough money.", "Message Display Time (seconds) - Only used if there are no responses": 2.0, "Responses": [ { "Message": "I will come back later.", "Needs Permission (null = No)": null, "Player Commands": [], "Server Commands": [], "Next Message (null = Close UI)": null, "Price": 0, "Currency": { "Item ID": -932201673, "Skin ID": 0 }, "Insufficient Funds Message (null = Close UI)": null, "Cooldown": 0, "Server Wide Cooldown": false } ] } } TalkingNpcBug.mp4
  11. Wizla

    GunShips

    Yeah TWGA is aware I did ask earlier on in Discord, I'm sure wont have to wait long
    This is a super useful plugin with many customization options, which the included default configs make it very easy to edit and make your own. Razor has been brilliant, managed to add a reqeusted feature and fix some compatability issues with it super fast! Perfect for adding custom vendors directly to monuments without having to move them each wipe, and its nice that its not completely locked to that system as I have some vendors in a safe zone that spawns in the sky, which is in the same position every wipe. Was a little tricky adding vending machines to them but managed to get that sorted in the end by following the section of the video. The video included was a nice touch, but I was hoping for a little bit for on the documentation side instead of having to scroll through a video (although the video section markers made this very easy, and the video covered most of the plugins functionality), It would be nice to have some of the main features from the video put into text form
  12. Wizla

    Talking Npc Vendors

    Working with Gunships but not having the same luck with other custom vehicles. Untitled video - Made with Clipchamp (8).mp4 Planes - Made with Clipchamp (1).mp4
  13. Wizla

    Talking Npc Vendors

    Would be great if something could be put in to stop vehicles spawning if the area is occupied, I keep having players spawn things on top of each other.
  14. Wizla

    Skin Controller

    Is there a easy way to copy over skin configs from other plugins? I have years of skins collected on Skinbox and the only thing putting me off this is having to manually enter them all in again.
  15. Wizla

    How to change template?

    That done the trick, I think I must of not clicked the new style when selecting the first time! Thanks
  16. Wizla

    How to change template?

    Or can I run /shop.install again?
  17. Wizla

    How to change template?

    Yep, on the install screen I clicked on the new version, the shops all loaded up with my items and everything, but it was the old style, I just wanted to see these new fancy styles Had a scroll through the description page couldn't see how to change the templates over. Is it this in oxide/config/shop "Display type (Overlay/Hud)": "Overlay", or do I need to change anything in data/shop/ui "Is Full Screen UI Set": true, "Full Screen UI": { ... "Is In-Menu UI Set": false, "In-Menu UI": null
  18. Wizla

    How to change template?

    Not included in information page. I clicked new version when doing the install but it’s still the old one
  19. Wizla

    Radial Menu

    bind mouse2 +attack3 In F1 console will set middle mouse button back to default
  20. Wizla

    GunShips

    @TGWA Any chance of getting a HV rocket only option for the gunships? The Hueys using rockets causes insane amounts of damage!
  21. Wizla

    Kicked RPC_WantsMount

    @TGWA Thanks for speedy response! I had one player say it was the Sedan that kicked them, and another had a kick from the Fighter. The kicks were immediately after trying to enter the seat. After applying the update earlier, there were a few error messages that appeared on loading the plugin (attached below) and also all the existing gunships on the server spawned in around 50-100m in the sky, I tried entering one to start engine and let it fall but I got the same kick for RPC_WantsMount, so removed them using ent kill instead. Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.GunShip+Guardian.<Init>b__27_0 () [0x0000c] in <ea86c6701c64486f8871d59f0bcc4157>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <beb2b64691c64e2b95b99491bd85442c>:0
  22. Wizla

    Kicked RPC_WantsMount

    Players keep getting kicked trying to enter gunships: NullReferenceException at (wrapper managed-to-native) UnityEngine.Transform.get_position_Injected(UnityEngine.Transform,UnityEngine.Vector3&) at UnityEngine.Transform.get_position () [0x00000] in <5f55adde392a4f559fa097c2225879c0>:0 at BaseVehicle.GetIdealMountPoint (UnityEngine.Vector3 eyePos, UnityEngine.Vector3 pos, BasePlayer playerFor) [0x000bf] in <b511cfa23ce140008320a4b72b79b053>:0 at BaseVehicle.GetIdealMountPointFor (BasePlayer player) [0x00031] in <b511cfa23ce140008320a4b72b79b053>:0 at BaseVehicle.AttemptMount (BasePlayer player, System.Boolean doMountChecks) [0x00019] in <b511cfa23ce140008320a4b72b79b053>:0 at BaseMountable.WantsMount (BasePlayer player) [0x00041] in <b511cfa23ce140008320a4b72b79b053>:0 at BaseMountable.RPC_WantsMount (BaseEntity+RPCMessage msg) [0x00000] in <b511cfa23ce140008320a4b72b79b053>:0 at BaseMountable.OnRpcMessage (BasePlayer player, System.UInt32 rpc, Network.Message msg) [0x001a9] in <b511cfa23ce140008320a4b72b79b053>:0 UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object) UnityEngine.DebugLogHandler:LogException(Exception, Object) UnityEngine.Logger:LogException(Exception, Object) UnityEngine.Debug:LogException(Exception) BaseMountable:OnRpcMessage(BasePlayer, UInt32, Message) BaseVehicle:OnRpcMessage(BasePlayer, UInt32, Message) PlayerHelicopter:OnRpcMessage(BasePlayer, UInt32, Message) BaseEntity:SV_RPCMessage(UInt32, Message) ServerMgr:OnRPCMessage(Message) ServerMgr:OnNetworkMessage(Message) Facepunch.Network.Raknet.Server:ProcessRead(NetRead) Network.BaseNetwork:Cycle() ServerMgr:Update()
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

Files Sold

Total number of files sold.

2.3m

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.