Here's just a few wintin codes....
Download Wintin95 Self Executing File
1.Just make a directory where want to put....ie..c:/wintin
2.Run the executable there and it will extract the program
3.Make a .cmd to save your aliases in......heres an example.
AutoTracker
#alias {trackon} {#action {%1 tracks appear to leave the area heading north!} {north};#action {%1 tracks appear to leave the area heading west!} {west};#action {%1 tracks appear to leave the area heading south!} {south};#action {%1 tracks appear to leave the area heading east!} {east};#action {%1 tracks appear to leave the area right above} {up};#action {%1 tracks appear to leave the area right below} {down}}
#alias {trackoff} {#unaction {%1 tracks appear to leave the area heading north!} {north};#unaction {%1 tracks appear to leave the area heading west!} {west};#unaction {%1 tracks appear to leave the area heading south!} {south};#unaction {%1 tracks appear to leave the area heading east!} {east};#unaction {%1 tracks appear to leave the area right above} {up};#unaction {%1 tracks appear to leave the area right below} {down}}
Its pretty simple to use, you just turn it on by typin trackon, type track name, then it takes you
to him/her/it. To turn it off just type trackoff.
Path Recorder
#alias {pathon} {#openwin {3} {paths};#high {63} {You fly %3.};#high {63} {You walk %5.}; #high {63} {You open %4.}}
#alias {pathoff} {#unhigh {You fly %3.};#unhigh {You walk %5.};#unhigh {You open %4.}}
This little code is enabled by typin pathon. It sends the directions you go to another window
where you can get them later to put in an alias to use for a speedwalk. To turn it off just type pathoff. My copy of wintin is freeware and for some reason or other it doesnt have the internal code for mapping or makin speedwalks so i wrote my own simple version.
AutoRoller
#al loc #ses loc erie.wizvax.net 3333
#action {Constitution%1:%2Average Constitution} {#math count {$count+1}} {5}
#action {Constitution%1:%2Over} {#math count {$count+1}} {5}
#action {Constitution%1:%2Tough} {#math count {$count+1}} {5}
#action {Dexterity%1:%2Speed Demon} {#math count {$count+1}} {5}
#action {Dexterity%1:%2Very} {#math count {$count+1}} {5}
#action {Intelligence%1:%2Genius} {#math count {$count+1}} {5}
#action {Strength%1:%2Well-Toned} {#math count {$count+1}} {5}
#action {Strength%1:%2Very} {#math count {$count+1}} {5}
#action {Strength%1:%2Fairly} {#math count {$count+1}} {5}
#action {Wisdom%1:%2Ext} {#math count {$count+1}} {5}
#action {Wisdom%1:%2Sag} {#math count {$count+1}} {5}
#action {[K]eep, [R]eroll-same [C]hange-reroll:} {#if {$count=$max}{k;prompt a;save;quit};#3 #showme THE COUNT IS : $count !;#var count 0;r;#cr} {5}
#variable {count} {0}
#variable {max} {5}
This roller is pretty easy to use and change to fit your need...
1. Copy the code above and paste it onto notepad.
2.Change the stat words to whatever you want...ie make the strength action=well-toned ect.
3.Save it as autoroll.cmd...open wintin....#read autoroll.cmd.
4.type loc to connect then run it through past the letters.(bace is good mage cabe is good all around i think)
5.kick back and relax this could take a while.
Page last updated on Nov. 20th, 1998.