######################################################################## # Okay, if you don't understand scripts, then ignore this section # # This is like the master part of it. This controls # # most of the directories and skills. Well everything for that matter. # # Thanks to Pete Souza for help with this section. This is an idea # # he threw out one day on this list on how to make "gosubs" # # # # Pete, you are my hero (no joke) , and one day I hope to have aquired # # as much knowledge as you when it comes to programming/computers # # # # Thank you for being a great person and mentor for me, and others. # # I'm sure hundreds of other people that have gotten to know you # # through DragonRealms/Eaxia/Life. # # # # This section must be the very first part of the smart script or it # # will not work. # ######################################################################## ####################### # Begin script engine # ####################### Counter set 0 1: save 2 if_1 goto %1 goto help 2: save 3 if_2 goto %2 goto 1 3: save 4 if_3 goto %3 goto 1 4: save 5 if_4 goto %4 goto 1 5: save 6 if_5 goto %5 goto 1 6: save 7 if_6 goto %6 goto 1 7: save 8 if_7 goto %7 goto 1 8: save 9 if_8 goto %8 goto 1 9: save 1 if_9 goto %9 goto 1 LabelError: echo echo ******************** echo **** LabelError **** echo ******************** echo pause 1 goto %s ##################### # End Script Engine # ##################### ########################################## # And the Notes!... Shitloads of notes! # ########################################## help: echo This script is a "smart" script it will support any echo skills you wish to throw at it, 9 skills at a time. echo echo echo Plus, a million other things I've worked into it echo echo My goal is that this is the only script you will ever need echo echo For information on how to use this script, rerun it, echo and type in <.Smart Directory> for Directory Assistance echo echo Please set your %_container to your main container, echo and set your %_level to your characters first name. echo goto end ########################### # Begin Directory Section # ########################### Dir: Dire: Direc: Direct: Directo: Director: Directory: echo echo .Smart Skills -lists current skills this script can train. echo .Smart Title -lists Title information. echo .Smart Herb -Lists herb information. echo .Smart AFK -SnareTan's afk script. echo .Smart Ghost -will make wizard perform an illegal operation echo . and therefor your character will ghost. echo .Smart Website -Websites that SnareTan uses. echo .Smart Notes -SnareTan's notes on this script. echo .Smart Penis -Watch the Penis grow! SnareTan's idea. echo .Smart Credits -SnareTan's Macro and Credits. echo .Smart Fire -shoots the person stored as var2. echo .Smart Fluff -SnareTan script. echo .Smart DeFluff -SnareTan script. echo .Smart Gamble -Gambling script SnareTan made a while back. echo .Smart Juggle Item to be juggled (assumes you are holding them) echo .Smart GPW -recites the password to get into the fortress. echo .Smart Tend -if just yourself, is not needed. echo .Smart Walk -walks where you wish to go. echo .Smart Sneak -sneaks where you wish to go echo .Smart Sleep -SnareTan's sleeping script (good for bank/hunting) echo .Smart Disarm -Runs a disarm script, takes care of all boxes. echo .Smart Gem -Gem picker upper echo .Smart Bank -Runs Glimmers Bank script echo .Smart Beggar -Runs my beggar script (non-steal version) echo .Smart Timer_Wait -utility that waits so long then shifts to next var. echo .Smart Look_Quit -utility that quits if not in specified rooms. echo .Smart Teach_Quit -utility that quits if not being taught, or teaching. echo .Smart Hold_6 -utility that holds 6 mana for when I'm in RF. echo .Smart Listen -Listens to teacher, requires ton of maintnance. echo .Smart Favor -gets a favor, start at crossing bank. echo .Smart Teach_Shift -shifts all varibles if not being taught or teaching. echo .Smart Loop_Shift -moves on when %c reaches 100-110. echo . These should be used together echo .Smart Shift_2 through... echo .Smart Shift_10 -shifts that many times. echo .Smart Stand -Loops until you are standing. goto end Skills: echo All other skills require the first 3 letters or more echo of their name spelled correctly echo echo This script Currently Supports these skills: echo echo Parry Ability (this actually teaches at lower levels.) echo Primary Magic (just use "Primary" to call this script.) echo Harness Ability (just use "Harness" to call this script.) echo Power Percieve (just use "Power" to call this script.) echo Magical Devices (use "Magical", "Devices", or "Rune" to call this script.) echo Perception echo Hiding ("Hide" also works.) echo First Aid (use "First" to call this script.) echo Foraging echo Scholarship echo Mechanical Lore (use "Mechanical" to call script.) echo Music Lore (use "Music" to call script) echo Appraisal echo Astrology echo Weather (teaches Astrology) echo Theren_Skills SnareTan's skill script for in the Theren Moat echo Arthe_Skills SnareTan's skill script for the Arthe Swimming Hole echo Shard_Skills SnareTan's skill script for Shard echo Magic_Skills SnareTan's skill script of all magic echo Hide_Skills SnareTan's skills for when hiding (hold a rune and hide) echo Lore_Skills SnareTan's skills for teaching Lore (except astrology) echo Inn_Skills SnareTan's skills for teaching Lore (except astrology) echo Officer SnareTan's skills script for training in the Celestial Gardens echo Horse_Skills SnareTan's skills script for Horseclan, Ela's store echo goto end ######################### # End Directory Section # ######################### ####################### # Begin Macro Section # ####################### Macro: Credits: End: pause 1 echo echo . ____ _______ echo . / __ \* * * |__ __|* * echo .| |__\/_ *_ _*_ _*_ __| | _ _ _* _ echo . \___ \ \| |/ \ | / \ _\ |/ \ | \| | echo . /\__| | o | |\/ _/ | o | | echo . \____/_|\_|\_/_|_|*\__/_|\_/_|_|\_| echo . echo . echo . This script created by SnareTan@yahoo.com echo . Help support Tanner, send him money! echo . echo . Tanner Hall echo . 5909 13th ave east echo . Bradenton FL 34208 echo exit ##################### # End Macro Section # #####################