Unload all other plugins.
Will only I think cook freshly Farmed resources not existing ones in crates.
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
-
@Ionstorm i am working on the wood consumption and charcoal production.
-
Sweet thanks
You could do it so that any wood placed in to a furnace is auto turned to charcoal. -
-
-
-
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 -
-
-
Serenity 3 updated Instant Smelt with a new update entry:
1.0.0
-
Did this fix the duped resources?
-
Need a update for the new update
-
ok
im on it -
This Plugin Works well bundled with my other plugin WoodSwap
-
You have item.RemoveFromContainer() but not item.Remove(0f) to remove it from the game. Will it despawn by itself then?
-
yes
it will -
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 -
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