Ranger Archive
Thread: Petition to get Fodder to change his sig...
Page 1 of 2
Calculus_Entropy
Thu Dec 09, 2004 11:53 am
#1
It is too boring since you changed it from the Nemo wannabe version.
Message Edited by Calculus_Entropy on 12-09-2004 11:54 AM
Calculus_Entropy
Thu Dec 09, 2004 11:54 am
#2
I think your new sig should contain the ultra secret afk camping macro that works, but we don't tell anyone about...
Fodder650
Thu Dec 09, 2004 12:18 pm
#3
/signed
And yet no one noticed it was spelled wrong. Especially since i have three alts now. Now what to do with it. Maybe a nice little Hitchhikers Quote? Founding member of failed correpondent applicants? Where to go with it.
And yet no one noticed it was spelled wrong. Especially since i have three alts now. Now what to do with it. Maybe a nice little Hitchhikers Quote? Founding member of failed correpondent applicants? Where to go with it.
Mapai
Thu Dec 09, 2004 12:25 pm
#4
Calculus_Entropy wrote:
I think your new sig should contain the ultra secret afk camping macro that works, but we don't tell anyone about...
psst, I won't tell anyone
Fodder650
Thu Dec 09, 2004 12:32 pm
#5
;REM Place macro in slot 10
;REM Place camps in slots 1,3,5,7,9
;REM Place crafting tools in 2,4,6,8
/ui actiontoolbar slot 01 (drop camp)
/pause 3;
;REM equip fishing rod - drop wedding cake bait on pole
/fish;
/next c;
/tug left;
/tug up;
;REM call droid;
;REM store droid;
;REM start camp crafting
/ui action toolbarSlot02;
/sel 69;
/pause 6;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/fish;
/next c;
/tug left
/tug up;
/ui action toolbarSlot04;
/sel 69;
/pause 6;
;REM call droid;
;REM store droid;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/fish;
/next c;
/tug left;
/tug up;
/ui action toolbarSlot06;
/sel 69;
/pause 6;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/fish;
/next c;
/tug left;
/tug up;
/ui action toolbarSlot08;
/sel 69;
;REM call droid;
;REM store droid;
/pause 6;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 6;
/fish;
/next c;
;REM call droid;
;REM store droid;
/tug left;
/tug up;
;REM disband the camp remember CAPS sensitive;
/ui tarGetstrUctureterMinal disbandcamp;
/pause 3;
;REM call macro
/ui action toolbarSlot 11;
Hows that?
;REM Place camps in slots 1,3,5,7,9
;REM Place crafting tools in 2,4,6,8
/ui actiontoolbar slot 01 (drop camp)
/pause 3;
;REM equip fishing rod - drop wedding cake bait on pole
/fish;
/next c;
/tug left;
/tug up;
;REM call droid;
;REM store droid;
;REM start camp crafting
/ui action toolbarSlot02;
/sel 69;
/pause 6;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/fish;
/next c;
/tug left
/tug up;
/ui action toolbarSlot04;
/sel 69;
/pause 6;
;REM call droid;
;REM store droid;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/fish;
/next c;
/tug left;
/tug up;
/ui action toolbarSlot06;
/sel 69;
/pause 6;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/fish;
/next c;
/tug left;
/tug up;
/ui action toolbarSlot08;
/sel 69;
;REM call droid;
;REM store droid;
/pause 6;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 6;
/fish;
/next c;
;REM call droid;
;REM store droid;
/tug left;
/tug up;
;REM disband the camp remember CAPS sensitive;
/ui tarGetstrUctureterMinal disbandcamp;
/pause 3;
;REM call macro
/ui action toolbarSlot 11;
Hows that?
Message Edited by Fodder650 on 12-09-2004 02:35 PM
Message Edited by Fodder650 on 12-09-2004 02:40 PM
Calculus_Entropy
Thu Dec 09, 2004 12:36 pm
#6
Great...now I have to get Garva to delete that message, as you have posted game breaking information. ![]()
JBMat
Thu Dec 09, 2004 3:32 pm
#8
I believe PT Barnum said you would never go broke underestimating how stupid the public is. Or words to that effect.
JB
Fodder650
Thu Dec 09, 2004 4:13 pm
#9
REM is a remark or reminder statment used by programmers since the beginning of time. Im not a programmer but i remembered it from my BASIC (bonus points to those who remember what it stands for) days
Almagill
Thu Dec 09, 2004 6:30 pm
#10
Fodder650 wrote:
REM is a remark or reminder statment used by programmers since the beginning of time. Im not a programmer but i remembered it from my BASIC (bonus points to those who remember what it stands for) days
10 REM Begin Cheerleader
20 PRINT "Gimme a B"
25 CLS
27 PRINT "B"
30 PRINT "Gimme a A"
35 CLS
37 PRINT " A"
40 PRINT "Gimme a S"
45 CLS
47 PRINT " S"
50 PRINT "Gimme a I"
55 CLS
57 PRINT " I"
60 PRINT "Gimme a C"
65 CLS
67 PRINT " C"
70 CLS
80 PRINT "Whaddawe Got?"
90 CLS
95 LET n = 1
97 IF n = 10 THEN 140
100 PRINT "B.A.S.I.C."
110 CLS
120 LET n = n+1
130 GOTO 97
135 LET n = 1
137 IF n = 100 THEN 9999
140 PRINT "Beginners All-purpose Symbolic Instruction Code"
150 BEEP
160 LET n = n+1
170 GOTO 137
9999 END
etc
Almagill
Thu Dec 09, 2004 7:04 pm
#12
Phenix1050 wrote:all I know is C++
LOL, I remember the 'fun' to be had, going in to Tandy on a Saturday morning, getting your hands on a TRS80 and hammering in one line of BASIC to leave the machine's keyboard locked up while it dumped a text message onto the screen over and over and over.
/sigh Happy Days.
I learned C when it was just C. Borlands Database when it didn't have a number and it all ran on machines that just had DOS. Not DOS 3 or 6.02, just DOS ( or DR-DOS) What's worse, I learned BASIC on a dumb terminal. With punchcards... and tape...
Oh boy, I feel OLD!
Fodder650
Thu Dec 09, 2004 10:42 pm
#13
Thats ok Alma you sound a little older then me. I started out with an Odessey 2 that had a Hex CARD and moved up to a Commodore Vic20. My mother was a DEV Vax operator. So i used to go to with work with her and see those giant old mini's. I still love the fact they were called mini's. One of her programmer friends, this is in the early early 80's, had installed a Star Trek text game on the Vax. So i used to sit at a dumb terminal and play it for hours.
Those were the days. Im sure glad there gone. Oh and the old Trash 80's were classics. Wonderful pieces of technology. The Apple II's made them look like something out of the 50's.
Those were the days. Im sure glad there gone. Oh and the old Trash 80's were classics. Wonderful pieces of technology. The Apple II's made them look like something out of the 50's.
Page 1 of 2