| www.ClassicTW.com https://mail.black-squirrel.com/ |
|
| Shields Script.... https://mail.black-squirrel.com/viewtopic.php?f=15&t=25654 |
Page 1 of 3 |
| Author: | Prda2or [ Thu Feb 11, 2010 3:38 am ] |
| Post subject: | Shields Script.... |
Is there a script that will load your planet with the shields on your ship, T-warp to Stardock, reload your ship with shields then T-warp you back to the planet and load the shields from ship to planet till the planet is full or you run out of credits? |
|
| Author: | Parrothead [ Thu Feb 11, 2010 7:52 am ] |
| Post subject: | Re: Shields Script.... |
Prda2or wrote: Is there a script that will load your planet with the shields on you ship, T-warp to Stardock, reload your ship with shields then T-warp you back to the planet and load the shields from ship to planet till the planet is full or you run out of credits? Not that im aware of but WildStar has a Class0 buy script at grimy.com that warps the planet to a class0 and buys various goods. |
|
| Author: | mob [ Thu Feb 11, 2010 8:05 am ] |
| Post subject: | Re: Shields Script.... |
Swath will, not to SD but to 1 or the class0's. Also if you have a fig down, and your using m()m check out >help buy. Usually >buy sh <amount> Use >buy help |
|
| Author: | Singularity [ Thu Feb 11, 2010 11:19 am ] |
| Post subject: | Re: Shields Script.... |
If you have a shielded planet, it's usually more efficient to take the planet to a class 0 than to fill your shields via twarp. |
|
| Author: | Prda2or [ Thu Feb 11, 2010 12:24 pm ] |
| Post subject: | Re: Shields Script.... |
Singularity wrote: If you have a shielded planet, it's usually more efficient to take the planet to a class 0 than to fill your shields via twarp. Yeah, that would be way more efficient, getting back into the game after a hiatus throws a slight "re-leaning curve" your way, lol. thanks guys. |
|
| Author: | Prda2or [ Thu Feb 11, 2010 3:56 pm ] |
| Post subject: | Re: Shields Script.... |
mob wrote: Swath will, not to SD but to 1 or the class0's. Also if you have a fig down, and your using m()m check out >help buy. Usually >buy sh <amount> Use >buy help I don't/haven't used M()Mbot yet, just getting back into TW again after a couple years. I usually ONLY play solo games and from what I've read M()Mbot is basically a Corps/team type thing, or are there things in it i could use as a Solo player too? Am i missing out on something here? <lol> |
|
| Author: | NjoY [ Thu Feb 11, 2010 5:48 pm ] |
| Post subject: | Re: Shields Script.... |
Most of the commands can be used in solo games. Grab a copy now and try. You wont be disapointed. |
|
| Author: | Prda2or [ Thu Feb 11, 2010 9:12 pm ] |
| Post subject: | Re: Shields Script.... |
NjoY wrote: Most of the commands can be used in solo games. Grab a copy now and try. You wont be disapointed. Hmmmm, I'll check it out. |
|
| Author: | mob [ Thu Feb 11, 2010 9:54 pm ] |
| Post subject: | Re: Shields Script.... |
Prda2or wrote: mob wrote: Swath will, not to SD but to 1 or the class0's. Also if you have a fig down, and your using m()m check out >help buy. Usually >buy sh <amount> Use >buy help I don't/haven't used M()Mbot yet, just getting back into TW again after a couple years. I usually ONLY play solo games and from what I've read M()Mbot is basically a Corps/team type thing, or are there things in it i could use as a Solo player too? Am i missing out on something here? <lol> One of the best and widely used bots publicly out. Solo players can use it yes, could be used just as much for a solo as it could a corpy... Try it, like it use it...if not don't no harm done:) |
|
| Author: | Ender [ Mon Apr 05, 2010 2:26 pm ] |
| Post subject: | Re: Shields Script.... |
I just made this script via this thread and becuase I am tired of macro burst to buy down class 0 figs and shields, posted a Grimmy's as well, hope this helps. This script assumes you have twarp! #Ender's Class 0 quick buy #Will allow you to quickly buy figs or shields for your planet! Great if your planet is not TWarp capable SetVar $trip 0 echo ANSI_12 & "*Ender's Class 0 quick buy loaded*" echo ANSI_15 & "*Please ensure that if you use express warp your path is clear, if you use TWarp make sure you are have commison, will not guard against fuse!*" Send "i" setTextLineTrigger money :money "Credits :" PAUSE :money getword currentline $money 3 striptext $money "," send "c ;" setTextLineTrigger shields :shields "Maximum Shields:" PAUSE :shields getword currentline $shields 9 stripText $shields "Shields:" stripText $shields "," setTextLineTrigger figthers :figthers "Max Fighters:" PAUSE :figthers getword currentline $figthers 6 striptext $figthers "Fighters:" striptext $figthers "," Send "q d" setTextLineTrigger getInformation :getInformation "Sector :" PAUSE :getInformation getword currentline $sector 3 If (sector.planetcount[$sector] = 0) echo ANSI_12 & "*No planets in sector! You must start script in sector!*" HALT end If (sector.planetcount[$sector] = 1) echo ANSI_12 & "*Only 1 planet in sector bypassing planet number input*" goto :warpType end echo ANSI_13 & "*What is the planet number we are buying items for?*" getInput $PlanetNumber "Planet number?" echo ANSI_13 & "*What is the location of the Class 0 we are going to buy from?*" getInput $Class0 "Class 0 location?" echo ANSI_15 & "* What are we buying? *" getInput $buying "(B)fighters / (C)sheilds" If ($buying = "B") or ($buying = "b") Divide $money 250 Divide $money $figthers echo ANSI_12 & "*It will take " $money " trips to fully exhuast credits with figs at max price of 250*" End If ($buying = "C") or ($buying = "c") Divide $money 150 Divide $money $shields echo ANSI_12 & "*It will take " $money " trips to fully exhuast credits with shields at max price of 150*" End echo ANSI_13 & "*How many trips do you want to make?*" getInput $trips "How many trips do you want to make?" :warpType echo ANSI_15 & "* Is the Class 0 adjacent? *" getInput $adjacent "(Y)es / (N)O" If ($adjacent = "Y") or ($adjacent = "y") echo ANSI_12 & "*class 0 adjacent" setVar $string "*" goto :warp End If ($adjacent = "N") or ($adjacent = "n") echo ANSI_15 & "*How would you like to warp to the class 0 port? *" getInput $warp "(E)xpress warp / (T)rans warp" If ($warp = "E") or ($warp = "e") echo ANSI_12 & "*Class 0 warp type is express, make sure path is clear!*" setVar $string "* n e" goto :warp End If ($warp = "T") or ($warp = "t") setVar $string "* y y" setVar $ore "t n t 1 *" echo ANSI_12 & "*Class 0 warp type is TWarp make sure you have commish!*" End End :warp Send $Class0 Send $string setTextLineTrigger port :port "Sector : 1" setTextLineTrigger portT :portT "-=-=-=- TransWarp Drive Engaged! -=-=-=-" PAUSE :portT :port killAllTriggers Send "P T" $buying Send "*" setTextLineTrigger maxFigs :maxFigs "How many K-3A fighters do you want to buy" setTextLineTrigger maxShields :maxShields "How many shield armor points do you want to buy" PAUSE :maxFigs getword currentline $max 11 striptext $max ")" goto :max :maxShields getword currentline $max 12 striptext $max ")" :max Send $buying Send $max "*" Send "q" Send $sector $string Send "l" $planetnumber "*" If ($buying = "B") or ($buying = "b") send $ore send "mnl * q" End If ($buying = "C") or ($buying = "c") send $ore send "cgt" divide $max 10 send $max "* q q" End Add $trip 1 If ($trip = $trips) echo ANSI_12 & "*Specified trips made! Product purchased!*" HALT End If ($trip <> $trips) killAllTriggers GoTo :warp End HALT |
|
| Author: | Prda2or [ Mon Apr 05, 2010 5:29 pm ] |
| Post subject: | Re: Shields Script.... |
Sweet! I was tired of doing Macro's for it too, lol. Thanks Ender! |
|
| Author: | SourDiesel [ Tue Apr 06, 2010 5:04 pm ] |
| Post subject: | Re: Shields Script.... |
Prda2or wrote: mob wrote: Swath will, not to SD but to 1 or the class0's. Also if you have a fig down, and your using m()m check out >help buy. Usually >buy sh <amount> Use >buy help I don't/haven't used M()Mbot yet, just getting back into TW again after a couple years. I usually ONLY play solo games and from what I've read M()Mbot is basically a Corps/team type thing, or are there things in it i could use as a Solo player too? Am i missing out on something here? <lol> The Bot overwhelmed me when I came back. But since I have been using past few months, I really wouldnt leave home without it. Give it a shot. Welcome Back |
|
| Author: | NjoY [ Tue Apr 06, 2010 5:44 pm ] |
| Post subject: | Re: Shields Script.... |
SourDiesel wrote: The Bot overwhelmed me when I came back. But since I have been using past few months, I really wouldnt leave home without it. Give it a shot. Now we just have to convince Wildstar |
|
| Author: | Helix [ Tue Apr 06, 2010 5:51 pm ] |
| Post subject: | Re: Shields Script.... |
If you use Mombot type: botname buy sh it will go to the neared figged class 0 and buy shields untill the planet is full or the cash runs out. botname buy fig does the same for figs helix |
|
| Author: | NjoY [ Tue Apr 06, 2010 6:47 pm ] |
| Post subject: | Re: Shields Script.... |
Helix wrote: If you use Mombot type: botname buy sh it will go to the neared figged class 0 and buy shields untill the planet is full or the cash runs out. botname buy fig does the same for figs helix Am i right in thinking it will take ALL the cash out of cit (take out any cash you dont wanna spend before you buy)?? I use a different script. |
|
| Page 1 of 3 | All times are UTC - 5 hours |
| Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |
|