Jump to content

WouayNote2

Member
  • Posts

    10
  • Joined

  • Last visited

Everything posted by WouayNote2

  1. WouayNote2

    Convoy Reforged

    Hello, as far as I understand it... - 0 is either for default or BetterLoot or MagicLoot - 1 is only for the 'Own loot table' json part That means, for BetterLoot, you are just selecting 0 : - then "Own loot table" json part will be ignored. - and your BetterLoot configuration will apply to Convoy.
  2. Thanks for your answer @Housefred Someone knows if vending machines modified with Custom Vending Setup plug-in are listed correctly?
  3. WouayNote2

    Jet Event

    It works fine by my side (last plug-in version, last oxide and last rust update).
  4. Hello IIIaKa, I wonder if you can enhance the performances of that hook. Following message spammed in my logs is not a healthy sign... And as far as I know, I cannot change anything by my side in order to prevent it. Calling 'OnSendModelState' on 'AdvancedStatus v0.1.11' took average 1271ms I already had that kind of message with another plug-in and it was a cause of huge and permanent server lag. Maybe there is something to do in the InitCountBars method. Maybe it could be acceptable to reduce the frequency of the computation (with a config option). It seems that calling CountStatusBar is the main cause of that warning. By my side, with only 12 players online, that method is called 90 times per second. Regards, WouayNote.
  5. Hello @The_Kiiiing and hello everyone, I am interested by this plug-in. I wonder how the Market Place UI is accessed by Computer Station. Is it a dedicated/special Computer Station that must be crafted? Or is it an additional button shown when mounting on any Computer Station? Another question is... is it compatible with Custom Vending Setup plug-in from uMod?
  6. There is also a boring warning message in logs : "Could not find an item with the name scrap for user WouayNote with permission vDelivery.three. Using default fee settings." I am using the default config file and so, already using the default fee. Maybe you could remove it or modify the if clause in order to show it only when it is relevant?
  7. Hello IIIaKa, I bought your plug-in two days ago. Unfortunately, there is an issue when used with CustomVendingSetup plug-in (from uMod). When an item is bought from a customized vending machine, that item does not move greatly in the vDelivery market place container. After debugging, the issue is due to CustomVendingSetup that also tries to move the item in the container after vVending moved it. A simple fix could consist in calling the "API_IsCustomized" hook provided by CustomVendingSetup plug-in in order to determine if the item should be moved by vVending or not. I wonder if you will accept to change your code that way at line 709. if (shopVending == null || CustomVendingSetup == null || !CustomVendingSetup.IsLoaded || !Convert.ToBoolean(CustomVendingSetup.Call("API_IsCustomized", shopVending))) { if (!item.MoveToContainer(targetContainer)) { item.Drop(targetContainer.dropPosition, targetContainer.dropVelocity); } onItemPurchased?.Invoke(buyer, item); } Regards, WouayNote.
  8. WouayNote2

    Jet Event

    Hello Razor, The logs of our server are showing a stack trace sometimes: InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.Collections.Generic.Dictionary`2+Enumerator[TKey,TValue].MoveNext () [0x00013] in <2161c9885dd04ff291b79db9349c4b9b>:0 at Oxide.Plugins.JetEvent.EndEvents () [0x00282] in <724142098bb24eedbb50405a24b56735>:0 at Oxide.Plugins.JetEvent+<EndEvents>d__73.MoveNext () [0x00051] in <724142098bb24eedbb50405a24b56735>:0 at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00026] in <8aebd7627ade4efeae84aca54d1d32ad>:0 After putting some traces in the code, I come to the conclusion that it is due to "UpdatePlayerFog" that modifies "_nukeFogTimer" dictionary while looping on it: _nukeFogTimer[player] = timer.Once(16f, () => { if (player != null) { UpdatePlayerFog(Vector3.zero, "-1", connections); ChangeTime(player, -1); } }); By the way, I am not the buyer of the plug-in, but my mate don't speak English. I will send you its order number in a private message as soon as I get it from him. Regards.
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.