Quote
### Sword ( Zange + Branch + Ironbar + Ironbolt + Hammer )
combi=start
id=sword
req=120,1,stay
req=24,2
req=86,3
req=63,10
req=30,1,stay
gen=74
script=start
on:use {
if (count_inrange("object",214,300)>0 {
speech "positive";
alteritem 1,74
}else{
msg "Dafür brauch ich was stabiles",1
speech "negative";
script=end
combi=end
combi=start
id=sword
req=120,1,stay
req=24,2
req=86,3
req=63,10
req=30,1,stay
gen=74
script=start
on:use {
if (count_inrange("object",214,300)>0 {
speech "positive";
alteritem 1,74
}else{
msg "Dafür brauch ich was stabiles",1
speech "negative";
script=end
combi=end
Das Problem. Also das Object mit der ID 214 ist ein Amboss, und das Item mit der ID 120 ist eine Zange. Also man brauch auch eine Zange, um ein Schwert herzustellen, doch ich will das nur, wenn man in Reichtweite eines Ambosses ist. Doch wie soll das gehen, wenn ich vor dem script=start schon das kombinieren ermögliche, und dann im script selber verbieten will??? Ich will das er danach hinschreibt, das es für diesen Combo in Reichtweite eines Ambosses oder so seien soll