PDA

View Full Version : [R] Clay Softener



austin2162
05-14-2011, 06:36 PM
Austin2162's [R]Clay Softener vBETA


Instructions
setup lines 52-56
if needed setup lines 27 & 28
Have clay visible in bank and bucket in inv

Versions
ClaySoftener vBETA

Furture
Getting more clay via mining
Getting more clay via G.E.
Mulitplayer maybe

Other
Post any:
Ideas
Bugs
Questions
progress reports

Change log
fixed my tiles (credit to pur3b100d)
started work on fetching more clay

Kasi
05-14-2011, 07:14 PM
Okay im guessing this is your first script? if so well done =]
iv started looking through it and yer you dont need that many variables for a claysoftener

for example

your setup could be shortened to



Procedure setup;
begin
proggy('Setting tiles');
BankTile := Point(3253, 3420);
GETile := Point(3163, 3487);
MpF:=TileToMS(Point(3238, 3434),0);
MpFS:=tiletoMS(Point(3238, 3433),0);
end;

austin2162
05-14-2011, 07:21 PM
/facepalm
Every one this its my first script its not!
But thank you its my best script so far.
i tried
GETile := Point(3163, 3487);
and ect
id get errors
but, i must have forgot something it works now :)
thanks for that correction.

Echo_
05-14-2011, 07:30 PM
What would the difference between MineMoreClay and GetMoreClay be?

austin2162
05-14-2011, 07:33 PM
One mines clay(minemoreclay)
the other fetches from ge by selling the ones you just did (getmoreclay)

LolL
05-14-2011, 08:42 PM
Change it to BuyMoreClay