Hi this is my first script it smelts only Iron and Bronze(for now) but it can use rings of forging.
REQUIREMENTS
1) This script uses reflection to walk so it is needed.
2) Since reflection runs only on S.M.A.R.T it is required too.
INSTALLATION
Modify lines 19 to 25
SCAR Code:
procedure DeclareVars;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name := ''; // Account name
Players[0].Pass := '';// user pass
Players[0].Nick := '';//3 letters in username, not the first letter
Players[0].Active := True;
world := 'world123'; // 'world142', 'world137' etc
use_ring := False; //Set this True if you would like to use Ring of Forging to smelt 100% iron, store rings in bankbox.
smelt_bar := 'Iron'; // 'Iron' or 'Bronze'.
end;
!IMPORTANT - Make sure ores are in the 1st and 2nd slot of the bank inventory
If you smelt iron and wish to smelt 100% of it you can use ring(s) of forging just put them in your bank box, somewhere, so it is visible when bank is opened and set use_ring := True. Remember to wear first ring it only checks for a ring before depositing.
Thank you for your attention and remember its my first script
!