InstantSmelt

Smelt resources as soon as they are mined

Total Downloads: 3,391 - First Release: Feb 24, 2017 - Last Update: Jun 14, 2018

5/5, 5 likes
  1. Unload all other plugins.

    Will only I think cook freshly Farmed resources not existing ones in crates.
     
  2. @Ionstorm i am working on the wood consumption and charcoal production.
     
  3. Sweet thanks :)

    You could do it so that any wood placed in to a furnace is auto turned to charcoal.
     
  4. Yes. But what if a new node spawns wouldn't that count as fresh?
     
  5. I'm referring to new harvested goods not ones in storage not checked if it converted stored ores.
     
  6. You have lost me aha
     
  7. One of my players says this:

    Ok important lonstorm
    U can duplicate metalfrags, didnt wanna tell you in general chat in case someone abuses this
    this is pretty broken in case someone finds out
    I just found out that by moving sulfur around in your inventory gives you more sulfur, this works with metal ore aswell and is pretty broken
    fix asap, everyone is soon gonna abuse this bug
    There is no instant smelt right now, instead when you mine you get 6.5k smelted and unsmelted
    when moving the unsmelted around in your inventory you get more smelted
     
  8. Iv basically just used component blocker now to block the ores from being in your inventory and now its fine. Works perfect for me now
     
  9. Shouldn't need to, will keep it disabled until updated.
     
  10. I'm now adding a HotFix.
     
    Last edited by a moderator: Feb 26, 2017
  11. Serenity 3 updated Instant Smelt with a new update entry:

    1.0.0

     
  12. Did this fix the duped resources?
     
  13. yes it did.
     
    Last edited by a moderator: Feb 27, 2017
  14. Need a update for the new update
     
  15. ok
    im on it
     
  16. This Plugin Works well bundled with my other plugin WoodSwap
     
  17. You have item.RemoveFromContainer() but not item.Remove(0f) to remove it from the game. Will it despawn by itself then?
     
  18. yes
    it will
     
  19. I added the plugin and did instasmelt.use but literally nothing happens when i hit a node it just gives me the ore not smelted. i own a x100000 server and i want my players to get stuff smelted instantly when they hit node like sulfur and everything
     
    Last edited by a moderator: May 29, 2017
  20. Hi, add start/stop commands.
    Fix Wood > Charcoal no work. Add:
    case Wood:
    item.RemoveFromContainer();
    Item CW = ItemManager.CreateByItemID(Charcoal, ammount);
    CW.MoveToContainer(container);
    break;

    Good work!!!
     
    Last edited by a moderator: Jun 27, 2017