massa2a
Member-
Posts
79 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by massa2a
-
ok i see. So even if there is only 1 player auth in the tc, it can be a nightmare send during event ?
-
something like this ? "Combine Profile to use": { "Total amount of Npc killed before chance can happen": 50, "Reset kill count after chance happened": true, "Delay before chance happens": 320.0, "Raid chance (1-100)": 100, "Cooldown minutes before chance can happen again": 1440, "Random raid to send them if chance": [ "easy", "medium", "hard", "expert", "nightmare" ] } I just want to make sure the difficulty increase in case of success ONLY
-
it was that simple... If i had the other options, it will be ascending difficulty in case of a success ? I mean if a player success on easy the next will be medium, etc... etc... ?
-
since few days i am yes, but the problem is present since the purchase day. So i guess there is something wrong on the config file but can't put finger on it..
-
Any idea where the problem is from ?
-
Could solved problem after uninstall everything including imagelibrary and downloaded image.
-
I've re used the plugin from my backup and here is the problem now. oxide.reload Hud Unloaded plugin Hud v3.3.7 by ahigao Missing plugin name prefix 'hud' for permission 'Text' (by plugin 'Hud') Duplicate permission registered 'Text' (by plugin 'Hud') [Hud] We noticed a change in CustomEventHooks, we are rewriting the plugin with your changes. The plugin will be automatically reloaded! Loaded plugin Hud v3.3.7 by ahigao Hud was compiled successfully in 726ms Also there is not anymore icon on top of the screen. Nothing, just numbers and server name
-
Hi ! I'm facing this problem after the crhistmas update: oxide.reload Hud Error while compiling Hud: Identifier expected | Line: 2568, Pos: 1091
-
Hi , i'm using this plugin since few weeks and i really like it ! I' just facing a problem a command for dead players : /where tp i've set the command : /"where tp" And it recognize only /where Any idea ?? Thank you
-
All good, thanks for reply, i might used an in game shop interface to go through this problem, thank you
-
RandomRaids.json
-
Hi, thank you for your plugin, very usefull and it's bringing a good gameplay for players ! I'm just facing a problem, indeed when the players kill a certain amount of scientists (around 50) the event about npc kill is ALWAYS on easy, i would like to change that, i've tried many times on config file to change that and nothing change. Where i'm wrong ?
-
OMFG !!!! I JUST MADE IT !! THANKS SO MUCH !!!!!
-
Hi ! I've just purchase your plugin and i really like it ! Excellent job ! I'm just totally confused and lost about adding custom items as a jet pack For exemple : { "DisplayName": "Jet Pack", "CategoryName": "Attire", "PlayerBuyLimit": -1, "CooldownInSeconds": 60, "CanBuyWithComputerStation": true, "SellItems_max_4": [ { "Type_rp_eco_itemid_command": "itemid", "Command": "", "ItemID": "21402876", "Amount": 1, "Skin": 2632956407 } ], "PriceItems_max_4": [ { "Type_rp_eco_itemid": "eco", "ItemID": "", "Amount": 50, "Skin": 0 } ] } Amd nothing is working. Where i'm wrong ? Can you help me please ???
-
well, there is any solution to running the commande with the steamID instead of the userID ? Yes the website can run any command as the long the server is compatible. At the moment i can run command to give xp on battlepass, money for the economic system and giving base.
-
Any idea how i could running a command through the website connected to the server and make sure once the player pay for a service, the command is running well by itself ? As i don't want to spend much time to run the command by myself to be honest...
-
Hi , on the command i put the name of the flare and not the skinID, does it matter ? Because when i run the command (the one you provide) and try it on me with my steamid it s working.
-
Hi ! first at all i would like to thanks you for tyhis amazing plugin !!! Very powerfull and so usefull !!! Everything is running smoothly and very well until i face a problem. Inded, i've set an economic system trough an online shop to get some monuments and when the website i running the command "givemonument PresetName userID" nothing happened. I've seen that on the website (tip4serv) the userID is different than in game. I've tried to run this command too "givemonument PresetName steamID", it's 100% working when i do it on my console but not working through the website, do you have a solution please ? I've tried also "SteamID" - "steam64ID" - "{steam_id}" none of them are working. Or maybe i can change something in the plugin file ?? " [ConsoleCommand("givemonument")] private void GiveMonumentConsoleCommand(ConsoleSystem.Arg arg) { if (arg.Player() != null || arg.Args.Length < 2) return; string presetName = arg.Args[0]; SiteConfig siteConfig = SiteSpawnInfo.GetSiteConfig(presetName, out LocationType _); if (siteConfig == null) { NotifyManagerLite.PrintError(null, "ConfigNotFound_Exeption", presetName); return; } ulong targetUserId = Convert.ToUInt64(arg.Args[1]); BasePlayer targetPlayer = BasePlayer.FindByID(targetUserId); if (targetPlayer == null) { NotifyManagerLite.PrintError(null, "PlayerNotFound_Exeption", arg.Args[1]); return; } ItemController.GiveItemToPLayer(targetPlayer, siteConfig.SummonConfig, 1); NotifyManagerLite.SendMessageToPlayer(targetPlayer, "GotMonument");" I'm lost at the moment ^^' Is there is any other solution to make sure when a player pay to get the flare/monument he receives it in his inventory please ? Thank you !
-
ok thanks, i 've tried that and we'll see
-
Do you have an idea where the problem might be from ? @ninco90
-
This a pvp server with war mode. PvE and PvP players are facing the problem. I've turned off on config files : Damage to wallpaper : false I can't really you about vanilla to be honest
-
Hi there ! I permit myself to write this as i'm using this plugin for few weeks now (fantastic plugin by the way !!!!!) Everything is working well except when my players (VIP or Casual) are using "wallpaper" features it (the wallpaper) stay just for few hours and disappear.... Is that normal or there is a setting to do on config file or a problem with an other plugin ? Even if it s a base from copypaste or 100% custom build base my players are facing the same problem Thanks for your help
-
It s working like this. Thanks for your help. Problemo resoluto
-
- 22 comments
-
- 1
-
-
- #f1 grenade
- #raid base
-
(and 2 more)
Tagged with:
-
Hi there ! This plugin is very interesting for me, i'm actually looking for a system for my server where the player can buy base from a shop website connected to the server (the player check on the website what he wants, once he pays the player receive the grenade in his inventory) the website can run a command directly in server console, you think your plugin could be compatible with this system ? For exemple running a command "give.player grenade"model" "steamID" "quantity" ?? Thanks a lot !
- 22 comments
-
- #f1 grenade
- #raid base
-
(and 2 more)
Tagged with:
