btw: it might can be true that it is because of a slow pc because it opens the website while closing and not after closed. so if your pc need to long to close it can open several times but then it must be very slow
I will try to change tomorrow.
Gahn, this section of the script is boosting your systems with ore, right?
boostCollection.Add("Speed", Enums.ResourceType.ore_promerium);
boostCollection.Add("Shield", Enums.ResourceType.ore_promerium);
boostCollection.Add("Lasers", Enums.ResourceType.ore_promerium);
What if my ship is already boosted by better ore... seprom. Does the script overrides it? I mean do I lose the seprom boost I already have?
Gahn, this section of the script is boosting your systems with ore, right?
boostCollection.Add("Speed", Enums.ResourceType.ore_promerium);
boostCollection.Add("Shield", Enums.ResourceType.ore_promerium);
boostCollection.Add("Lasers", Enums.ResourceType.ore_promerium);
What if my ship is already boosted by better ore... seprom. Does the script overrides it? I mean do I lose the seprom boost I already have?
yes. just slect the ore you already put on ship before and it is any problem
Ressource boosting (will be readded in later versions)
New:
Actionlists: An actionlist is another word for cycle task. The new system allows you to add up as many maps as you want into your task. You can also combine a normal task with a galaxy gate task. This means you do not have to change the task all the time. But at the moment this is not working as I hoped. The GG Tasks are also not tested.
You can select the aliens you want to hunt
Delta Gate
Epsilon Gate
Zeta Gate
Bot will not jump into gate if you only hafe 1 life left (not tested)
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at Taskcreator.tasklibary.PsButton1_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
at System.Windows.Forms.UserControl.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.