View unanswered posts | View active topics It is currently Thu Mar 28, 2024 3:45 am



Reply to topic  [ 10 posts ] 
 unfigged sector lister 
Author Message
Lieutenant J.G.
User avatar

Joined: Sun Oct 28, 2001 2:00 am
Posts: 347
Location: USA
Unread post unfigged sector lister
Anyone know of a script that lists your unfigged sectors? I'm not looking for unexplored sectors, just ones that dont have a corp fig.
Thanks


Sat Feb 15, 2014 11:57 am
Profile ICQ
Ambassador
User avatar

Joined: Wed Apr 20, 2011 1:19 pm
Posts: 2559
Location: Oklahoma City, OK 73170 US
Unread post Re: unfigged sector lister
Zed's sectorlister will do that. It's part of Zed-Bot:

http://archysportal.com/e107_plugins/fo ... pic.php?44

It's a standalone script, so you can also run it outside the bot.

_________________
Regards,
Micro

Website: http://www.microblaster.net
TWGS2.20b/TW3.34: telnet://twgs.microblaster.net:2002

ICQ is Dead Jim! Join us on Discord:
https://discord.gg/zvEbArscMN


Sun Feb 16, 2014 12:30 am
Profile ICQ YIM WWW
Lieutenant Commander
User avatar

Joined: Sun Jan 29, 2006 3:00 am
Posts: 793
Location: Iowa
Unread post Re: unfigged sector lister
Here is a little script for dat:


Code:
# cby_Unfigged Sector File Generator
setvar $totalunfigged 11
setvar $counter 11
setvar $test FALSE
setVar $ftr_str ""
setVar $pad " "
setVar $fig1file "_cby_" & GAMENAME & "_unfigged.txt"
delete $fig1file
while $counter < sectors


getSectorParameter $counter "FIGSEC" $test
If $test = FALSE
  setvar $totalunfigged $totalunfigged + 1
  # setvar $hitlist[$hits] $counter
   
   setVar $ftr_str $ftr_str & $counter & "*"
   Write $fig1file $counter
   #              cut        & $pad
End
setvar $counter $counter + 1
End

Echo ansi_5 & "*You have " & $totalunfigged & " sectors without corp figs, counting 11 Fed sectors.*File saved, script halting."
halt


You need to run a figs script first, like dny's or mom..probably even zbots'.
It's looking for FIGSEC

_________________
#+++
The early bird may get the worm, but the second mouse gets the cheese.
#---


Sun Feb 16, 2014 9:03 am
Profile ICQ YIM
Lieutenant J.G.
User avatar

Joined: Sun Oct 28, 2001 2:00 am
Posts: 347
Location: USA
Unread post Re: unfigged sector lister
Micro wrote:
Zed's sectorlister will do that. It's part of Zed-Bot:

http://archysportal.com/e107_plugins/fo ... pic.php?44

It's a standalone script, so you can also run it outside the bot.


I tried that script, it does not pull out just the unfigged sectors. I did run the figs script first, I have tried running ck's and mombots, but the script is still pulling up figged sectors


Sun Feb 16, 2014 11:26 am
Profile ICQ
Boo! inc.

Joined: Fri Jan 04, 2002 3:00 am
Posts: 221
Location: Canada
Unread post Re: unfigged sector lister
if you use mombot. you can use this script.


just run this script as a standalone. it uses data collected by mombot.

Code:
setVar $target_file GAMENAME&"_UnFiggedSectors.txt"

loadVar $fig_file
readToArray $fig_file $fig_array
delete $target_file

echo "*Searching ...*"
setVar $count 11
while ($count <= SECTORS) AND ($count <> STARDOCK)
   if ($fig_array[$count] = FALSE)
      write $target_file $count
   end
   add $count 1
end
echo "Done.  Results in file :"&$target_file&"*"


Sun Feb 16, 2014 12:53 pm
Profile
Commander

Joined: Sun Feb 25, 2001 3:00 am
Posts: 1837
Location: Guam USA
Unread post Re: unfigged sector lister
lewdpotato wrote:
Micro wrote:
Zed's sectorlister will do that. It's part of Zed-Bot:

http://archysportal.com/e107_plugins/fo ... pic.php?44

It's a standalone script, so you can also run it outside the bot.


I tried that script, it does not pull out just the unfigged sectors. I did run the figs script first, I have tried running ck's and mombots, but the script is still pulling up figged sectors


Get my Quick figs.zip , it writes the Params that Lewd's script requires.
but the simplist way is to use the Zed bot and its sector script.
It has so many features its hard to get into how many ways it can help in a game.
While your only asking for just one small feature of it.

If you feel like chatting with a few vets on the game , come stop by on Team Speak and we can get you up and running in short order.

Vid Kid/CareTaker

_________________
TWGS V2 Vids World on Guam Port 2002
Telnet://vkworld.ddns.net:2002
Discord @ DiverDave#8374
Vid's World Discord

Founding Member -=[Team Kraaken]=- Ka Pla

Image
Winners of Gridwars 2010
MBN Fall Tournament 2011 winners Team Kraaken
Undisputed Champions of 2019 HHT Just for showing up!

The Oldist , Longist Running , Orginal Registered Owner of a TWGS server :
Vids World On Guam


Sun Feb 16, 2014 8:03 pm
Profile WWW
Lieutenant J.G.
User avatar

Joined: Sun Oct 28, 2001 2:00 am
Posts: 347
Location: USA
Unread post Re: unfigged sector lister
Vid Kid wrote:
lewdpotato wrote:
Micro wrote:
Zed's sectorlister will do that. It's part of Zed-Bot:

http://archysportal.com/e107_plugins/fo ... pic.php?44

It's a standalone script, so you can also run it outside the bot.


I tried that script, it does not pull out just the unfigged sectors. I did run the figs script first, I have tried running ck's and mombots, but the script is still pulling up figged sectors


Get my Quick figs.zip , it writes the Params that Lewd's script requires.
but the simplist way is to use the Zed bot and its sector script.
It has so many features its hard to get into how many ways it can help in a game.
While your only asking for just one small feature of it.

If you feel like chatting with a few vets on the game , come stop by on Team Speak and we can get you up and running in short order.

Vid Kid/CareTaker

yup, awesome stuff. I'm in awe over the the script and how much data mining it does, Archy you are such a valuable resource and all the hard work you put into helping everyone, friend or foe, is unmatched in todays game and I'm grateful but, the unfigged script is broken or I'm doing something wrong. I know this routine has to be out there, Rams unfigged gridder must look for sectors that dont have a corp fig in it before it makes a list to grid, right? does anyone have Ram's Unfigged gridder .ts file? I'm pretty sure that will give me what I'm looking for.


Sun Feb 16, 2014 11:42 pm
Profile ICQ
Veteran Op
User avatar

Joined: Sat Dec 29, 2007 5:06 pm
Posts: 2059
Location: Oklahoma
Unread post Re: unfigged sector lister
lewdpotato wrote:
Does anyone have Ram's Unfigged gridder .ts file? I'm pretty sure that will give me what I'm looking for.

Here are the files I have, first is the original...the other 2 have been modded slightly. I think #3 is the one your looking for.
Attachment:
Ram_Unfigged_Gridder.ts [20.51 KiB]
Downloaded 728 times

Attachment:
Ram_Unfigged_Gridder_bot.ts [20.97 KiB]
Downloaded 732 times

Attachment:
Ram_UnFigged_Sector_Report.ts [3.25 KiB]
Downloaded 731 times

_________________
T0yman (Permanently Retired since 2012)
Proverbs 17:28 <-- Don't know it, most should it would stop a lot of the discussions on here.


Mon Feb 17, 2014 7:51 am
Profile ICQ YIM WWW
Lieutenant J.G.
User avatar

Joined: Sun Oct 28, 2001 2:00 am
Posts: 347
Location: USA
Unread post Re: unfigged sector lister
Thanks TOyman!


Mon Feb 17, 2014 2:32 pm
Profile ICQ
Lieutenant J.G.
User avatar

Joined: Sun Oct 28, 2001 2:00 am
Posts: 347
Location: USA
Unread post Re: unfigged sector lister
Tweety wrote:
if you use mombot. you can use this script.


just run this script as a standalone. it uses data collected by mombot.

Code:
setVar $target_file GAMENAME&"_UnFiggedSectors.txt"

loadVar $fig_file
readToArray $fig_file $fig_array
delete $target_file

echo "*Searching ...*"
setVar $count 11
while ($count <= SECTORS) AND ($count <> STARDOCK)
   if ($fig_array[$count] = FALSE)
      write $target_file $count
   end
   add $count 1
end
echo "Done.  Results in file :"&$target_file&"*"


Thanks


Mon Feb 17, 2014 10:08 pm
Profile ICQ
Display posts from previous:  Sort by  
Reply to topic   [ 10 posts ] 

Who is online

Users browsing this forum: No registered users and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware.