Das ist für
Code: Select all
001 * Select Cloudbase North West as start sector
002 $sec = get sector from universe index: x=1, y=3
003 * Create my ship, equip it properly and return it
004 $plship = create ship: type=Paranid Pegasus owner=Player addto=$sec x=0 y=0 z=0
005 $plship -> add default items to ship
006 $tmp = $plship -> add 1 units of Singularitäts Zeitverzerrungsantrieb
007 $tmp = $plship -> add 1 units of Boost Erweiterung
008 return $plship
Das script erstellt
JETZT so wie es ist ein
Paranid Pegasus in dem Sektor X=1 und Y=3 (
Argon Prime) das Schiff hat Schilde und Waffen drin auserdem einen Sinza und die Boost Erweiterung
So jetzt kann mann das script noch einfach ändern einfach in script editor ENTER drücken anstatt R dort kannste dan Schiffstyp ändern und noch weitere waren hinzufügen
Die zeile für die Ware ist die
Code: Select all
007 $tmp = $plship -> add 1 units of Boost Erweiterung
einfach nocheine einfügen und ware ab ändern
add 1 units steht für die anzahl.
Hoffe konnte Helfen
Edit: Und noch was zu den koordinaten wo das Schiff erstellt wird
x=0 y=0 ist Königstal
Also ist:
x=1 y=0 Rolksreich
x=0 y=1 Drei Welten
x=1 y=1 Energie Zirkulum
x=1 y=2 Herrons Nebel
x=2 y=1 Antigone Memorial
x=3 y=3 Farnhems Legende
u.s.w...
x=19 y= 1 Xenon 579 Falls du mal eine oder zwei Titanen in einen Xenon Sektor Cheaten und Dampf ablassen willst
