| Author |
Message |
|
Helix
Ambassador
Joined: Wed Nov 12, 2008 8:57 am Posts: 3554 Location: Long Beach, CA
|
 2_WorldTrade.ts issues :)
There are 2 issues that come up for me while using this script. 1. Dropping toll figs 2. Hanging on the mine prompt after starting ppt (ie ...do you want to avoid this sector y/n) I think I found the solution to both but I had to dig down to the PPT.ts include to find it. Fix for the hang at the enemy mine avoid prompt Code: if ($SectorB < 600) or (SECTORS > 5000) #changed "*" to "*z*" send $SectorB "*z*"
and
if ($SectorA < 600) or (SECTORS > 5000) #changed "*" to "*z*" send $SectorA "*z*"
Fix for dropping toll figs instead of def figs Code: if ($SectorA <> STARDOCK) and ($SectorA > 10) # drop a fig if we have to if ($DropFigs = 1) #changed "f1*ct" to "f1*cd" send "f1*cd"
and
if ($SectorB <> STARDOCK) and ($SectorB > 10) and ($DropFigs = 1) #changed "f1*ct" to "f1*cd" send "f1*cd" end
I am attaching my fixed PPT.ts if anyone wants to try it out. Save your old one lol Helix
Attachments:
PPT.zip [2.81 KiB]
Downloaded 562 times
_________________ Helix Do I really look like a guy with a plan? You know what I am? I'm a dog chasing cars. Lest we forget I had to ask myself WWSGD?
|
| Sat Feb 06, 2010 8:45 pm |
|
 |
|
Helix
Ambassador
Joined: Wed Nov 12, 2008 8:57 am Posts: 3554 Location: Long Beach, CA
|
 Re: 2_WorldTrade.ts issues :)
This is a bump, this is the fix for WorldTrade hanging on mines.
H
_________________ Helix Do I really look like a guy with a plan? You know what I am? I'm a dog chasing cars. Lest we forget I had to ask myself WWSGD?
|
| Thu Aug 04, 2011 12:33 pm |
|
 |
|
Muss
Veteran Op
Joined: Mon Jun 16, 2003 2:00 am Posts: 639 Location: USA
|
 Re: 2_WorldTrade.ts issues :)
thanks big h
|
| Thu Aug 04, 2011 12:36 pm |
|
 |
|
Tiberiusxix
Staff Sergeant
Joined: Sun Sep 18, 2011 8:20 pm Posts: 16
|
 Re: 2_WorldTrade.ts issues :)
I'm sorry to necro this.
I'm just returning to this game and wanted to use world trade again. Anywho - it hangs on mines and I saw your fix.
I'm not entirely sure how to use your fix :( Is there anyway you could give me a quick rundown on how to use it?
Thanks a ton
|
| Sun Sep 18, 2011 8:23 pm |
|
 |
|
Tiberiusxix
Staff Sergeant
Joined: Sun Sep 18, 2011 8:20 pm Posts: 16
|
 Re: 2_WorldTrade.ts issues :)
Ok, so my world trade script tries to drop a mine and crashes. You posted a fix, and I have absolutely no idea how to use it :( I was wondering if there was anyway you could post a quick "How to"
thanks a ton :)
|
| Sun Sep 18, 2011 10:35 pm |
|
 |
|
Master Blaster
Gameop
Joined: Mon Apr 16, 2001 2:00 am Posts: 419 Location: Denver Colorado
|
 Re: 2_WorldTrade.ts issues :)
Ok, maybe the file has been changed but your updates above don;t match the structure of the new file. Can you please recheck your fixes against the newest file posted on twxproxy?
_________________ twarbase.com:23
|
| Fri Oct 14, 2011 5:47 pm |
|
 |
|
Helix
Ambassador
Joined: Wed Nov 12, 2008 8:57 am Posts: 3554 Location: Long Beach, CA
|
 Re: 2_WorldTrade.ts issues :)
Actually just copy the ppt.ts into the includes directory
H
_________________ Helix Do I really look like a guy with a plan? You know what I am? I'm a dog chasing cars. Lest we forget I had to ask myself WWSGD?
|
| Fri Oct 14, 2011 11:27 pm |
|
 |
|
Micro
Ambassador
Joined: Wed Apr 20, 2011 1:19 pm Posts: 2559 Location: Oklahoma City, OK 73170 US
|
 Re: 2_WorldTrade.ts issues :)
Actually, I think my problem is that I don't have a holo scanner, just density.
_________________ 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
|
| Fri Oct 14, 2011 11:38 pm |
|
 |
|
T0yman
Veteran Op
Joined: Sat Dec 29, 2007 5:06 pm Posts: 2059 Location: Oklahoma
|
 Re: 2_WorldTrade.ts issues :)
Well it seems there is a problem if someone has Voids set, I normally clear all mine and run on paranoid to avoid issues. Should be able to resolve the issue if I have time this weekend.
_________________ T0yman (Permanently Retired since 2012) Proverbs 17:28 <-- Don't know it, most should it would stop a lot of the discussions on here.
|
| Fri Oct 14, 2011 11:46 pm |
|
 |
|
Master Blaster
Gameop
Joined: Mon Apr 16, 2001 2:00 am Posts: 419 Location: Denver Colorado
|
 Re: 2_WorldTrade.ts issues :)
I've been running mine now for over 100k in exp and the only issue I have found is with the avoids. Rocket fast and stable.... I have the holo scanner.
_________________ twarbase.com:23
|
| Sat Oct 15, 2011 12:41 am |
|
 |
|