Jump to content

Robis

Member
  • Posts

    741
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Robis

  1. Robis

    Bradley Drops

    its bad idea.... if player stay in wrong place to triger it.... better as it is, just drop it by using provided item to do it. i added a commands in a shop, player get it via command when buying a bradley drop. and all working perfect
  2. Snow area has more small rock formations than anywhere else and it make harder to drop a bradley. Listed rock names needed for a ignore list in config. Thank you.
  3. Robis

    some times i see error

    ohh i got it. thanks for my info correction
  4. Robis

    some times i see error

    when player inventory full and he is open chest or getting a chest: Calling hook CanStackItem resulted in a conflict between the following plugins: FishingTreasure - False (Boolean), Loottable (True (Boolean)) No idea its a bug or my server settings wrong with stacking
  5. in future those items can be used by rust developers. like dog tame item, will be used when they add pet system... im looking for solution that will work at all times.
  6. Robis

    Bradley Drops

    This plugin just something special!!!! My players really enjoying fighting a Bradley that they self can call close their bases! I recommend buying it, it is worth to have, and I'm very happy!!!!!
  7. i texted to a bradley drops developer and he worked on this to find out, he told he texted you but you keep ignoring him. Please if anyone report anything, take at list to do a checks, and communicate to make all around work together better Bradley Drops 1.0.16 when i unload plugin Loottable. supply drop not come, come only bradley drop! when i have plugin Loottable loaded supply drop and bradley drop come! Here what was discovered in plugin: Loot Table & Stacksize GUI 1.0.21 Plugin uses the hooks that call air drops and when signals call cargo plane etc... But plugin didn't have any protection to stop it calling for other custom signals Solution: line 1355 [JsonIgnore] private List<uint> signals = new List<uint>(); public void OnAirdropThrown(BasePlayer player, BaseEntity entity) { if (_instance.LootDefender != null || _instance.FancyDrop != null) return; if (_instance.BradleyDrops) { if (_instance.BradleyDrops.CallHook("IsBradleyDropSignal", entity.skinID) != null) return; }
  8. @DAez can you make for every gem custom item sticks{1} to sticks {14} tags ? It will allow me to combine this plugin with other plugins like: and To add gems in shop or create crafting chain i cant use same multiple short name sticks for all of them
  9. Robis

    Please check bradleydrops

    i texted to a bradley drops developer. and here my test report (Just in case) when i unload plugin Loottable. supply drop not come, come only bradley drop! when i have plugin Loottable loaded supply drop and bradley drop come! https://codefling.com/files/support/5553-please-check-bradleydrops/ so its 100% conflict with loottable plugin, some how together, supply drop hook get trigered
  10. Not fixed yet, i just tested. And sorry i was gone for couple days, family stuff... when i unload plugin Loottable. supply drop not come, come only bradley drop! when i have plugin Loottable loaded supply drop and bradley drop come! https://codefling.com/files/support/5553-please-check-bradleydrops/ so its 100% conflict with loottable plugin, some how together, supply drop hook get trigered
  11. Robis

    Bradley Drops

    when i unload plugin Loottable. supply drop not come, come only bradley drop! when i have plugin Loottable loaded supply drop and bradley drop come! https://codefling.com/files/support/5553-please-check-bradleydrops/
  12. "NPC Configuration - Rocketman": { "Worn items": [ { "ShortName": "frankensteins.monster.03.head", "SkinID (0 - default)": 0 }, { "ShortName": "frankensteins.monster.03.torso", "SkinID (0 - default)": 0 }, { "ShortName": "frankensteins.monster.03.legs", "SkinID (0 - default)": 0 } ], "Weapons": [ { "ShortName": "rifle.lr300", "SkinID (0 - default)": 0, "Mods": [ "weapon.mod.flashlight" ], "Ammo": "ammo.rifle.incendiary", "Probability Percent [0.0-100.0]": 100.0 } ], "The probability of F1 Grenade appearance": 0.0, "Health Points": 500.0, "Damage Scale": 1.0, <------ no matter what you change here 0.0 or 1.0 ROCKETS DAMAGE TO BUILDING NOT CHANGING "Turret damage scale": 0.25, "Aim Cone Scale": 1.5, "Speed": 5.0, "Attack Range Multiplier": 0.5 }, "NPC damage multipliers depending on the attacker's weapon": { <------ no matter what you change here 0.0 or 1.0 ROCKETS DAMAGE TO BUILDING NOT CHANGING "grenade.beancan.deployed": 1.0, "grenade.f1.deployed": 1.0, "explosive.satchel.deployed": 1.0, "explosive.timed.deployed": 1.0, "rocket_hv": 1.0, "rocket_basic": 1.0, "40mm_grenade_he": 1.0 I want to make damage from rockets to buildings less than rust default Please test it. for me its not working
  13. Robis

    Defendable Homes

    "NPC Configuration - Rocketman": { "Worn items": [ { "ShortName": "frankensteins.monster.03.head", "SkinID (0 - default)": 0 }, { "ShortName": "frankensteins.monster.03.torso", "SkinID (0 - default)": 0 }, { "ShortName": "frankensteins.monster.03.legs", "SkinID (0 - default)": 0 } ], "Weapons": [ { "ShortName": "rifle.lr300", "SkinID (0 - default)": 0, "Mods": [ "weapon.mod.flashlight" ], "Ammo": "ammo.rifle.incendiary", "Probability Percent [0.0-100.0]": 100.0 } ], "The probability of F1 Grenade appearance": 0.0, "Health Points": 500.0, "Damage Scale": 1.0, <------ no matter what you change here 0.0 or 1.0 DAMAGE TO BUILDING "Turret damage scale": 0.25, "Aim Cone Scale": 1.5, "Speed": 5.0, "Attack Range Multiplier": 0.5 }, "NPC damage multipliers depending on the attacker's weapon": { <------ no matter what you change here 0.0 or 1.0 DAMAGE TO BUILDING SAME "grenade.beancan.deployed": 1.0, "grenade.f1.deployed": 1.0, "explosive.satchel.deployed": 1.0, "explosive.timed.deployed": 1.0, "rocket_hv": 1.0, "rocket_basic": 1.0, "40mm_grenade_he": 1.0 I want to make damage from rockets to buildings less than rust default Please test it. for me its not working
  14. Robis

    Please check bradleydrops

    When i trying drop a bradley drop, air drop get called together... If you drop bradley to close base, you get refunded a drop and can drop it again, so this is critical and can be used to spamm air drops to call!
  15. Robis

    .

    Ok thank you for information, and thank you that you making those stuff to help for modded servers.
  16. ok i facing problem in shop categories "Resources": { "Image": "https://rustplugins.net/products/shop/diamond-stone.png", "Permission": null, "Sale": 0.0, "Items": [ "scrap", "sulfur.ore", "sulfur", "stones", "bone.fragments", "diesel_barrel" i cant add multiple same "sticks" as plugin ExtractionRareMinerals using same short name for 14 other ids... so thats why would be great if all 14 items use sticks{1}, {2}.... shortnames SO PROBABLY I WAS RIGHT. NOW im tried all and this is the only place where im stuck
  17. i need if plugin has same short name for 14 other items i tried already everything. if i add in shop "ID": "large.metal", your plugin says this is invalid short name "large.sulfur": { <------------- not working "DisplayName": "Sulfur Crystal", "Skin": 2893225931, "Image": "https://i.imgur.com/Xg8gLLb.png", "DefaultAmount": 1, "BlockAmountChange": true, "BuyPrice": 500, "SellPrice": 500, "Currency": "sulfur.ore" "sticks": { <------------- you mean it must work like this ? i think i tried and i got just a sticks even not skinned but not sure anymore, probably i have to go try again to do it "DisplayName": "Sulfur Crystal", "Skin": 2893225931, "Image": "https://i.imgur.com/Xg8gLLb.png", "DefaultAmount": 1, "BlockAmountChange": true, "BuyPrice": 500, "SellPrice": 500, "Currency": "sulfur.ore" "sticks": { "DisplayName": "Metal Crystal", "Skin": 2893226249, "Image": "https://i.imgur.com/NdT1u68.png", "DefaultAmount": 1, "BlockAmountChange": true, "BuyPrice": 1000, "SellPrice": 1000, "Currency": "metal.ore" }, also i think im using your craft menu plugin for work bench... there items has tags for same short names, and this way i was able to add tagged items to a shop (thats why i realise this way must work)
  18. Let me know if possible. But i think this option i ask, may help plugin to work together with more other plugins
  19. { "Version": { "Configuration": { "Major": 1, "Minor": 0, "Patch": 1 } }, "MaxMineralsPerHit": 1, "MaxStackable": 50, "TimeToSmelting": 30, "ItemShortName": "sticks", <-------------- Need to remove it from default to all items "Items": [ { "ID": "large.sulfur", "ItemShortName": "sticks{1}", <-------------- Need to add item short name to every one individually "SkinID": 2893225931, "Name": "Sulfur Crystal", "PermittedTool": [ "stone.pickaxe", "pickaxe", "hammer.salvaged", "icepick.salvaged", "jackhammer" ], "ExtractionInfo": [ { "PrefabShortName": "sulfur-ore", "DropChance": 0.0, "Amount": 1 }, { "PrefabShortName": "metal-ore", "DropChance": 0.0, "Amount": 1 }, { "PrefabShortName": "stone-ore", "DropChance": 0.0, "Amount": 1 } ], "ItemAfterSmelting": null, "PossibleItemsAfterRecycler": null }, { "ID": "large.metal", "ItemShortName": "sticks{2}", <-------------- Need to add item short name to every one individually "SkinID": 2893226249, "Name": "Metal Crystal", "PermittedTool": [ "stone.pickaxe", "pickaxe", "hammer.salvaged", "icepick.salvaged", "jackhammer" ], "ExtractionInfo": [ { "PrefabShortName": "sulfur-ore", "DropChance": 0.0, "Amount": 1 }, { "PrefabShortName": "metal-ore", "DropChance": 0.0, "Amount": 1 }, { "PrefabShortName": "stone-ore", "DropChance": 0.0, "Amount": 1 } ], "ItemAfterSmelting": null, "PossibleItemsAfterRecycler": null }, im using If you need create multiple variations of same item but with different image/displayname/skinID, you can do that by using some unique tag/number between curly brackets after item shortname. Example: "Sticks{1}". Unique item shortname then can be used in category item list. Does not matter what letters/numbers you put between brackets. This is handy for setting up different item prices for NPC vendors or selling some custom items.
  20. thank you
  21. @DAez By any chance, can you make 512x512 no background images for all types ? I really need display images for them if i add it in shop. so people be able to sell them to get economics $
  22. Robis

    Skills

    For me all working. never got any issues with this plugin.
  23. Robis

    Drone Event

    drones still fly in to a building and explode when increasing fly range ?
  24. LootTable GUI plugin not sure what settings you got for LootTable GUI plugin and how you use permissions... for example if player have no permissions to drop bradley tank, when he droping it on that moment i can see in console red error startting with [Loottable] failed bla bla bla. and when player have permission to drop bradley tank, then no error comming, but together comming supply signal drop so thats why i think its related with loot table, cause i dont have any other plugin who control supply drops
  25. ok looks like now working. so i have no more what to complain about. thank you. And here just one suggestion: { "Timeout": 60.0, "Prefix": "", "TradeCommand": "trade", "TradeListCommand": "ltrade", "AcceptTradeCommand": "atrade", "DeclineTradeCommand": "dtrade", "ShowUINotice": true, "PlaySuccessEffect": true, "PlayOpenEffect": true, "PlayInviteEffect": true, "UINoticeXOffset": 0.0, "UINoticeYOffset": 0.0, "TriggerCooldownOnDecline": true, "TeamOnlyTradingList": false, <----- Need coldoown 60 seconds for global trading. for example my server solo only. "NoClanFees": true, "Fee": { "Fee": 0, "DistanceThreshold": 500.0, "Currency Type (0 = None, 1 = Item, 2 = ServerRewards, 3 = Economics, 4 = Other": 0, "ItemShortName": "scrap", "ItemCustomName": "", "OtherSettings": { "PluginName": "MyCurrencyPlugin", "TypeMode (0 = Int, 1 = Double, 2 = Float)": 0, "FullName": "My Bank", "ShortName": "cc", "DepositMethod": "Deposit", "WithdrawMethod": "Withdraw", "BalanceMethod": "Balance" } }, "Rules": { "CanTradeBuildingBlocked": true, "CanTradeCombatBlocked": true, "CanTradeRaidBlocked": true }, "GroupCooldowns": { "default": 60.0 }, "ClanGroupCooldowns": { "default": 60.0 } }
1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

133.9k

Files Sold

Total number of files sold.

2.8m

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.