Colors
Member-
Posts
298 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Reels
Support Center
Everything posted by Colors
-
If player get vip1 from token, will it going error when I remove by o.usergroup? what will happen when a player has redeem vip1 token and not expired but remove his vip1 by o.usergroup?
-
and I am not sure whats the difference between this? "_command": null, "_commands": null, if I only need to run 1 command I use _command? if more than 1 then use _commands? how will it going if I set both at same time?
-
cool, but how if someday I get vip4? is it a way to remove vip1 2 3?
-
hi, I have VIP1 2 3 in my server, I want to let it remove lower level vip when redeem a higher one for example, when I redeem a vip3, it should remove vip1 and vip2 but I am not sure how to set several commands in one token. can I have a sample?
-
@Death seems author is not support anymore how do we handle this?
-
@MrTrixy
-
still getting error message even reboot the server
-
- 48 comments
-
- #players
- #player list
- (and 4 more)
-
- 48 comments
-
- #players
- #player list
- (and 4 more)
-
yes, I see another ticket and already install it, this error showing after installed. should I reboot server or something?
-
showing error when teammate killed by npc from other plugins [Error] Failed to call hook 'OnPlayerDeath' on plugin 'TeamAnnounce v0.1.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.TeamAnnounce.OnPlayerDeath (BasePlayer player, HitInfo info) [0x0000f] in <a82ea2f4e8b44ce4aa57bb502bace96e>:0 at Oxide.Plugins.TeamAnnounce.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x004f6] in <a82ea2f4e8b44ce4aa57bb502bace96e>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0
-
it showing this when I spawn a car but seems it work normally, I am not sure is it effect other plugins. 19:58 [Error] Failed to call hook 'OnEntityKill' on plugin 'SkillTree v1.3.9' (NullReferenceException: Object reference not set to an instance of an object.) at Oxide.Plugins.SkillTree.OnEntityKill (BaseEntity entity) [0x00069] in <eae737c5a6074f26ab883307336a676a>:0 at Oxide.Plugins.SkillTree.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x04708] in <eae737c5a6074f26ab883307336a676a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0
-
hi, the floor 1 of nightmare7 base always spawn under the ground. please fix it, thank you.
-
will you add the case name on interface?
-
@Mercury hello
-
work well now, thanks!! but I think the lang should be improve this looks a little weird.
-
okay.. I having another issue. trying to put the token into shop, I set it as command but buyer did not get the token after buying. I guess it may need to set hook or something.. can you help me please? "Items": [ { "Type": "Command", "ID": 1972402188, "Image": "https://steamuserimages-a.akamaihd.net/ugc/1690521223902034750/11CB5A169E3B3B5CAC7C8FEE3A76F2715BD2119C/?imw=637&imh=358&ima=fit&impolicy=Letterbox&im", "Title": "VIP 1 - test dont buy", "Description": "", "Command (%steamid%)": "givetoken vip1 1", "Kit": "", "Plugin": { "Hook": "", "Plugin Name": "", "Amount": 1 },
-
it work well now thank you!
-
I would like to set a 30 days recycler for my players. I tried this but it seems did not count the 30 days. "recycler": { "name": "Recycler", "time_type": "day", "time_to_add": 30, "vip_group": null, "vip_description": "Allows you to place a personal recycler that only your team can access.", "remove_tokens_on_wipe": false, "token_item": { "name": "Recycler - 30 days", "skin": 2544601457, "item_shortname": "radiationresisttea.pure" }, "_command": { "command": "addrecycler {id} 1", "message": "You redeemed a recycler.", "public_message": null, "hook": false }, "_commands": null, "remove_commands": [ { "command": "clearrecyclers {id}", "message": "Your recycler expired.", "public_message": null, "hook": false } ] }, is there anyway to set my plan? just want a 30 days recycler token.
-
hi, I would like to set 50% to spawn a PVE base and 50% to spawn a PVP base. which option should I set? I just change the PVP chance to 5.0 and all goes PVE but if I set the chance to 10.0, it all goes PVP. and I replace "convert PVE to PVP" & "convert PVP to PVE" these 2 options several times, now I just confusing which setting is correct. I just want to set half chance for PVP and PVE base.
-
looks you are correct. no issue now, thanks!!