www.ClassicTW.com
https://mail.black-squirrel.com/

Ls_Passivegrid
https://mail.black-squirrel.com/viewtopic.php?f=15&t=31141
Page 1 of 1

Author:  Klepto [ Sun Mar 13, 2011 3:08 am ]
Post subject:  Ls_Passivegrid

How do I changed the defensive fig drop to a toll fig drop?

Author:  LoneStar [ Sun Mar 13, 2011 8:45 am ]
Post subject:  Re: Ls_Passivegrid

You could try something like... see attached.


Caveat Emptor: whipped together this morning before having my cup-of-joe.

Attachments:
File comment: Try Option 7
LSPassiveGridder.011.zip [9.97 KiB]
Downloaded 387 times

Author:  T0yman [ Sun Mar 13, 2011 9:01 am ]
Post subject:  Re: Ls_Passivegrid

I was working on this while lonestar posted his and I figured what the heck I would send mine anyway.

EDIT: Ok I looked at Lonestars.... USE HIS :) Both work, but his is cleaner.

After the commented section add this
Code:
## - SET FIG TYPE - ##
echo ANSI_15 "**Set Type Fig to Drop - O=Off, D=Def, T=Toll :"
getconsoleinput $setup_figs singlekey
lowercase $setup_figs
if ($setup_figs = "o")
   setvar $fig_drop "F  Z  1*  Z  C  O  *  "
elseif ($setup_figs ="d")
   setvar $fig_drop "F  Z  1*  Z  C  D  *  "
elseif ($setup_figs ="t")
   setvar $fig_drop "F  Z  1*  Z  C  T  *  "
else
   echo ANSI_4 "**You Made A Bad Selection......Try Again!!"
   halt
end


Replace the following lines and now it will drop what you select prior to the menu options

706 - setVar $result ($result& $fig_drop)
767 - send " m " & $Target & " * z a " & $maxFigAttack & "99887766554433221100 n * dz n " $fig_drop
860 - send $fig_drop

Author:  Klepto [ Sun Mar 13, 2011 9:24 am ]
Post subject:  Re: Ls_Passivegrid

THank you gentleman

Page 1 of 1 All times are UTC - 5 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/