Jump to content

TrickFrancis

Member
  • Posts

    8
  • Joined

  • Last visited

Everything posted by TrickFrancis

  1. For the first time on this map I'm having the issue where the NPCs for military tunnels are spawning in the void in between military tunnels and the subway system. These NPCs can see and shoot players either in military tunnels or in the subway system. For now, I will have to disable this. But is this a known issue? Otherwise, what is the best way to deal with this problem. This was after June update but I don't know if its just a map issue.
  2. TrickFrancis

    OnItemRepair bug

    Hey, I tested SkillTree 1.7.8 and found what looks like a logic bug in the OnItemRepair path, even though the plugin compiles and loads. In HandleMaxRepair(), the code currently does: if (Interface.CallHook("STOnItemRepairWithMaxRepair", item) == null) return; That seems inverted. In the normal case, CallHook(...) returns null when no other plugin handles the hook, so MaxRepair exits immediately and does nothing unless another plugin explicitly returns a value. Changing it to this fixed the issue for me: if (Interface.CallHook("STOnItemRepairWithMaxRepair", item) != null) return; After that change, the repair perk started working correctly. One other odd thing I noticed: Oxide briefly reported a compile error like "} expected | Line: 660, Pos: 99", but reloading again succeeded without any code change in that area. That looked unrelated/noisy on my end, because line 660 was valid and the plugin loaded fine on retry.
  3. I got some weird errors after changing some skin IDs and started to have loading issues on my skins. It seemed like a weird skin cache issue because I reloaded the file I was working on. Now after reloading ImageLibrary Im not getting any skins. I reload both pluggins and it seems to be running fine with no errors on the server side. Im not sure if the issue is something i've done or maybe a compatibility issue? But as of right now Im not seeing any of my skins showing up on BetterNpc specifically. Originally it was only loading some of the skins so maybe I made things worse messing with the ImageLibrary. Ill add the client side error we were getting originally. But I was able to get that error to go away when I replaced the ArticResearchBase json I was messing with. But the skin issue is still present and Im not getting any errors. It seems like BetterNpc and the ImageLibrary are not communicating properly at the moment. Any help would be amazing. Thanks
  4. TrickFrancis

    Factions for BetterNPC

    Is there a way to create factions within this pluggin or do I have to look for other mods to get this to work? I have seen some discussions from others that desire the same. If there is a mod that others are using to enable this functionality please let me know. Thanks

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.6m
Total downloads
Customers
11.3k
Customers served
Files Sold
162.5k
Total sales
Payments
3.5m
Processed total
×
×
  • 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.