Als aller erstes ich bin neu hier
Ich hab mir mal gedacht ein Paar Waffen die es bereits gibt eine Kombi zu geben und da sind mir einige Fragen aufgekommen
als erstes die Kombis die ich entworfen habe :
Die Lanze :
#!NEXT
#!NAME=
##################
# BID: 1
# GID: 0
# File: combinations_neq
##################
combi=start
id=lance
req=86,5
req=24
req=30,1,stay
req=457,1,stay
gen=267,1
script=start
play "mat_leaf2.wav";
process "Lanze schmieden",3000;
event "iskill_handy","global";
script=end
combi=end
Die Pilzsuppe aus einer Schildkrötenschale(mit Schnittlauch)
#!NEXT
#!NAME=
##################
# BID: 2
# GID: 0
# File: combinations_new
##################
combi=start
id=mushrooom soup
req=309,7
req=329,1
req=38,1
req=319,1
gen=310,1
gen=106,1
script=start
if ((count_inrange("state",5,50)+count_inrange("state",4,50))>0){
process "Pilzsuppe kochen ";
speech "positive";
consume 0,-30,-30,-30;
event "iskill_cook","global";
} else {
msg "Ich brauche Feuer, um das zu machen!",3;
speech "negative";
skipevent;
}
script=end
combi=end
Die Kristallaxt:
#!NEXT
#!NAME=
##################
# BID: 3
# GID: 0
# File: combinations_new
##################
combi=start
id=Kristallaxt
req=2,5
req=3,7
req=24,1
req=30,1,stay
req=457,1,stay
gen=256,1
script=start
play "mat_leaf2.wav";
process "Kristallaxt schmieden",300;
event "iskill_handy","global";
script=end
combi=end
Eine Armbrust so wie sie für mich einen logischen Aufbau bietet:
bieg. Ast + Ast 5x + Schnurr + Eisenbolzen + Hammer*
#!NEXT
#!NAME=
##################
# BID: 4
# GID: 0
# File: combinations_new
##################
combi=start
id=crossbow
req=24,4
req=25,1
req=49,5
req=30,1,stay
req=63,7
gen=64,1
script=start
play "mat_leaf2.wav";
process "Armbrust bastellen",3000;
event "iskill_handy","global";
script=end
combi=end
Den Kalkmörtel da ich vorher nie die richtige Kombi für ihn gefunden hab :
Eimer m. Wasser + Sand + Kalk + Kiesel
#!NEXT
#!NAME=
##################
# BID: 5
# GID: 0
# File: combinations_new
##################
combi=start
id=Kalkmörtel
req=421,1
req=339,1
req=824,4
req=21,7
gen=1071,1
script=start
play "mat_leaf2.wav";
process "Mörtel anmischen",2700;
script=end
combi=end
Das Goldschwert :
#!NEXT
#!NAME=
##################
# BID: 6
# GID: 0
# File: combinations_new
##################
combi=start
id=Goldschwert
req=4,3
req=85,1
req=30,1,stay
req=457,1,stay
gen=268,1
script=start
play "mat_leaf2.wav";
process "Goldschwert schmieden",1300;
event "iskill_handy","global";
script=end
combi=end
Eine Karte zeichnen :
#!NEXT
#!NAME=
##################
# BID: 7
# GID: 0
# File: combinations_new
##################
combi=start
id=Map
req=420,1
req=456,1,stay
gen=73,1
script=start
play "mat_leaf2.wav";
process "Karte zeichnen",1300;
script=end
combi=end
Dünger aus Scheiße (Guano ist sehr nährstoffreich und die eigene Scheiße wurde früher auch als dünger verwendet) :
#!NEXT
#!NAME=
##################
# BID: 8
# GID: 0
# File: combinations_new
##################
combi=start
id=Dünger
req=72,2
req=821,1
req=790,5
gen=340,1
script=start
play "mat_leaf2.wav";
process "Dünger anmischen",2300;
script=end
combi=end
Den Jagd(Eisen)bogen :
#!NEXT
#!NAME=
##################
# BID: 11
# GID: 0
# File: combinations_new
##################
combi=start
id=hunter's bow
req=86,3
req=49,3
req=30,1,stay
gen=265,1
script=start
play "mat_leaf2.wav";
process "Jagdbogen biegen",3000;
event "iskill_handy","global";
script=end
combi=end
Bandagen aus Heilkräuter und Stoff :
#!NEXT
#!NAME=
##################
# BID: 12
# GID: 0
# File: combinations_new
##################
combi=start
id=Bandagen
req=18,1
req=776,1
gen=117,1
script=start
play "mat_leaf2.wav";
process "Bandagen vorbereiten",3000;
script=end
combi=end
#!NEXT
#!NAME=
##################
# BID: 12
# GID: 0
# File: combinations_new
##################
combi=start
id=Bandagen
req=36,3
req=776,1
gen=117,1
script=start
play "mat_leaf2.wav";
process "Bandagen vorbereiten",3000;
script=end
combi=end
Die Kombis funktionieren so wie sie hier stehen
So jetzt meine Fragen :
wo finde ich die Sounds ? damit meine ich die play"XXX";
wie kann ich einstellen das bestimmte Kombis erst ab einen Skillpunkt möglich sind ? Sodass ich die Kristallaxt und das Goldschwert zum Beispiel erst ab einen Bastelskill von 800 erlaube.
Und kann ich auch dafür Sorgen das betimmte Waffen nur am Amboss kombinierten werden können }:?