Jump to content

Wizla

Member
  • Posts

    26
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Wizla's Achievements

Apprentice

Apprentice (3/15)

  • Collaborator
  • Reacting Well
  • Conversation Starter
  • Dedicated
  • One Year In

Recent Badges

13

Reputation

  1. 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
  2. Untitled video - Made with Clipchamp (11).mp4
  3. 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
  4. 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
  5. 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
  6. 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.
  7. 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.
  8. 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
  9. Wizla

    How to change template?

    Or can I run /shop.install again?
  10. 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
  11. 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
  12. Wizla

    Radial Menu

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

    GunShips

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

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.5k

Files Sold

Total number of files sold.

2m

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.