Quote:
##########
# Reset on death
automacro death {
hp <= 1
call reset
}
macro reset {
macro reset
}
##########
# config.txt Mod
automacro start_prontera {
map prontera
run-once 1
call conf_prontera
}
macro conf_prontera {
conf sellAuto_npc prontera 58 182
conf lockMap xmas_dun02
reload conf
return
}
##########
# Storage/Warp/Sell
automacro storeall {
weight > 50%
do c "@storage"
do storage add @inventory (Zerom Card) @eval (@invamount (Zerom Card))
do storage add @inventory (Matyr Card) @eval (@invamount (Matyr Card))
do storage add @inventory (Requiem Card) @eval (@invamount (Requiem Card))
do storage add @inventory (Old Blue Box) @eval (@invamount (Old Blue Box))
weight > 50%
do c "@warp prontera 57 182"
}
automacro sellall {
weight > 50%
location prontera
#### Sell Sequence
#### Sell Sequence
}
automacro warpdun {
weight < 10%
location not xmas_dun02
do c "@warp xmas_dun02"
}
|
Das ist ein Macro für OpenKore fals du es noch nicht kennst;
[Only registered and activated users can see links. Click Here To Register...]
Was du noch ändern musst wäre dann deine Item Control Liste. Ich würde dir raten das ganze ins OpenKore Forum zu stellen da Ich bezweifle das es so funktionieren wird (Vorallem weil die Item Namen falsch sind, denke Ich).
Ach übrigens, es ist wichtig das du die 10% änderst, womöglich belegt dein Equip viel mehr Gewicht dann passiert nämlich das die Storage und Verkaufen Routine einen Loop bekommt.
Ich muss aber nun weg, deswegen kann jemand anders weiter daran bauen.