[SCRIPT] Mobile Mining / Mineral Collection Software v3.21 [UPDATED 26/8/07]
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 115
- Joined: Mon, 18. Dec 06, 20:00
-
- Posts: 2014
- Joined: Mon, 1. Dec 03, 19:44
-
- Posts: 115
- Joined: Mon, 18. Dec 06, 20:00
-
- Posts: 2014
- Joined: Mon, 1. Dec 03, 19:44
-
- Posts: 115
- Joined: Mon, 18. Dec 06, 20:00
-
- Posts: 2014
- Joined: Mon, 1. Dec 03, 19:44
-
- Posts: 115
- Joined: Mon, 18. Dec 06, 20:00
-
- Posts: 115
- Joined: Mon, 18. Dec 06, 20:00
-
- Posts: 2014
- Joined: Mon, 1. Dec 03, 19:44
Okay, that is why the command is not showing up in the menu
>link removed<
Unzip it and in the t folder you will find 448950.xml - put this in the X3 t folder
Also copy the files in the script folder to the X3 script folder.
...then Bob should be your father's brother.
Cheers
Bunny
>link removed<
Unzip it and in the t folder you will find 448950.xml - put this in the X3 t folder
Also copy the files in the script folder to the X3 script folder.
...then Bob should be your father's brother.
Cheers
Bunny
Last edited by Bunny on Mon, 25. Jun 07, 16:27, edited 1 time in total.
-
- Posts: 115
- Joined: Mon, 18. Dec 06, 20:00
-
- Posts: 2014
- Joined: Mon, 1. Dec 03, 19:44
-
- Posts: 115
- Joined: Mon, 18. Dec 06, 20:00
-
- Posts: 2014
- Joined: Mon, 1. Dec 03, 19:44
-
- Posts: 2014
- Joined: Mon, 1. Dec 03, 19:44
Okay, here is the code that I found in it
I reckon line 007 is causing the bother here.
.....So....
Let's try the dev version instead
http://www.xai-corp.net/files/xaicorp/p ... .07DEV.zip
(or knock out lines 007 an 011 on the existing version instead)
Code: Select all
001 $ScriptVersion = get script version
002 set global variable: name='plugin.bms.ScriptVersion' value=$ScriptVersion
003
004 $ScriptVersionSign = read text: page=1517 id=0
005 $ScriptVersionSign = string $ScriptVersionSign to integer
006
007 if $ScriptVersion > $ScriptVersionSign
008 $PageID = 8950
009 load text: id=$PageID
010 set global variable: name='plugin.bms.text.id' value=$PageID
011 end
012
013 $Cmd = COMMAND_BMS_COLLECT_MINERALS
014
015 global script map: set: key=$Cmd, class=Ship, race=Player, script='plugin.bms.mainscript', prio=0
016 global script map: ignore: key=$Cmd, class=Fight drone, race=Player
017 set script command upgrade: command=$Cmd upgrade=Spezialsoftware Mk1 script='plugin.bms.select'
018
019 return null
.....So....
Let's try the dev version instead
http://www.xai-corp.net/files/xaicorp/p ... .07DEV.zip
(or knock out lines 007 an 011 on the existing version instead)
Last edited by Bunny on Mon, 25. Jun 07, 16:38, edited 1 time in total.
-
- Posts: 12969
- Joined: Sun, 9. May 04, 21:26
The code is correct.
Code: Select all
<page id="8950" title="Mobile Mining / Mineral Collection Software" descr="">
<t id="001">\033GBergbausoftware MK1\033X</t>
Code: Select all
004 $ScriptVersionSign = read text: page=1517 id=0
005 $ScriptVersionSign = string $ScriptVersionSign to integer
@viking42
Is the script editor activated?
Check you script and t folder again:
..\scripts\..
lib.by.deploysatellite.xml
lib.by.emptyscript.xml
lib.by.getbestturret.pow.xml
lib.by.getfreetaskslot.xml
lib.by.isvalidsector.xml
lib.by.monitorship.xml
lib.by.randommove.xml
lib.by.setpilotname.xml
lib.by.waitshiprecharge.xml
plugin.bms.breakrocks.xml
plugin.bms.checkmineraldemand.xml
plugin.bms.checksats.xml
plugin.bms.command.xml
plugin.bms.diagnostics.xml
plugin.bms.dockedtasksv2.xml
plugin.bms.findtradetarget.xml
plugin.bms.mainscript.xml
plugin.bms.mineboss.xml
plugin.bms.monitorship.xml
plugin.bms.navbeacon.xml
plugin.bms.restart.xml
plugin.bms.select.xml
plugin.bms.sellminerals.xml
plugin.bms.setdebuglog.xml
plugin.bms.waitshieldrecharge.xml
setup.plugin.bms.xml
..\t\..
448950.xml
498950.xml

-
- Posts: 115
- Joined: Mon, 18. Dec 06, 20:00
hi,
I installed the new zip you gave,
I then schecked if all the line are existing in the scripts and T folder and they are
i erases 498951 and 448951 because they where still there
I tiped again the "thereshallbewings" (without lockup)
I reloaded the.spk file provide with the first version of this script
And it works!!! unfortunately we now don't know what the issue was
I installed the new zip you gave,
I then schecked if all the line are existing in the scripts and T folder and they are
i erases 498951 and 448951 because they where still there
I tiped again the "thereshallbewings" (without lockup)
I reloaded the.spk file provide with the first version of this script
And it works!!! unfortunately we now don't know what the issue was
-
- Posts: 115
- Joined: Mon, 18. Dec 06, 20:00
-
- Posts: 2014
- Joined: Mon, 1. Dec 03, 19:44
What messages are you getting?
It has been running for the past week on my XTM 0.7 game - what is the nature of the instability?
BTW - This script is getting tested on devnet http://forum.egosoft.com/viewtopic.php?t=182230
It has been running for the past week on my XTM 0.7 game - what is the nature of the instability?
BTW - This script is getting tested on devnet http://forum.egosoft.com/viewtopic.php?t=182230