Jump to content

Markiii

Creator
  • Posts

    581
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Markiii

  1. Markiii

    Broken section

    There's a cliff blocking the drop down behind the fire
  2. Markiii

    Courier NPCs

    Really milking this one now bro lol... maybe you should work on PNPC 2.0 since it's so scuffed
  3. Whats happened here?
  4. Find me on discord bro discord.gg/markiiirust i'll try and help x
    BRILLIANT! Thats all I can say, this solve everything about bases in one hit, storage is under total control from accessing one box you can access them all, search them, categorise them. Oh my word! Thank you Sam!
  5. Same now.. This worked for me, please delete if not allowed. Two changes: Line 342-353 — Changed: csharpvar temp = Pool.GetList<Item>(); temp.AddRange(Data.Container.ItemContainer.itemList); foreach (var container in temp) { if (ulong.TryParse(container.text, out var value) && !ServerWipePersistent(value)) { Data.Container.ItemContainer.itemList.RemoveAll(x => x.text == container.text); } } Pool.FreeList(ref temp); To: csharpvar temp = new List<Item>(Data.Container.ItemContainer.itemList); foreach (var container in temp) { if (ulong.TryParse(container.text, out var value) && !ServerWipePersistent(value)) { Data.Container.ItemContainer.itemList.RemoveAll(x => x.text == container.text); } } Line 672-680 — Changed: csharpvar items = Pool.GetList<Item>(); items.AddRange(from.itemList); foreach (var item in items) { item.MoveToContainer(to, item.position, false, true); } Pool.FreeList(ref items); To: csharpvar items = new List<Item>(from.itemList); foreach (var item in items) { item.MoveToContainer(to, item.position, false, true); } Both just swap pooled lists for regular lists. Slightly more memory allocation but functionally identical.
  6. Of all the points raised here, that's the one you went with? - Show us the optimization, what can we expect, why is your code better?
  7. How do things like this get approved Maybe if it was an established community member who would no doubt have made some changes, but this is one new dev with their first plugin, and whilst i wouldn't want to discourage that - you can literally get an identical plugin from umod for free...
  8. Markiii

    Convoy

    Its been out for a while now, great plugin with brilliant configs - easy to configure every little detail!
  9. Markiii

    Sputnik

    Gets players out of their bases, really great, fun event that requires you to fly about to get the card for the main crate!
    Such a well-thought out plugin by one of the best plugin devs, this adds really unique features - watchout for Pancakes, making you invisible to turrets, crazy!
    Really cool little plugin, probably needs a little bit of love but still works perfectly!
    Great review works really well on my PVE servers, players love the extra challenge! This is such a great plugin!
    Great review works really well on my PVE servers, players love the extra challenge!
    Great, works really well on my PVE servers, players love the extra challenge!
    Great idea, but seems poorly implemented with some bugs. If you run this in PVE Mode, you get a PVP bubble and there seems no way to disable this. And many, many times the loot doesn't drop for my players. Hopefully these aspects get fixed soon and I can re-review.
  10. I tend to agree ngl. I personally thought PersonalNPC should have had alot of it's addons built in to make it complete, but he's like EA
    Does exactly what the description says, and it surprises people every time! Great idea!
    Great plugin adds a completely new dynamic to cargo! Brilliantly designed plugin 5*
    This contains 2 monuments really, fantastic design, flawlessly executed. Watch the vid, its breathtaking and my players love it. Placement was very easy
    Great plugin, brilliant config, does exactly what it says.
    The best bot plugin out there by far with soooooooooooooooooooooooooooooooo many configurable options. I've used it since day 1.
    Great plugin adds a new dynamic to the otherwise boring collecting! fully configurable!

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.3m
Total downloads
Customers
10.7k
Customers served
Files Sold
154.6k
Marketplace sales
Payments
3.3m
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.