Config Problem

01/03/2007 22:08 rambok#1
Wieso pottet der nicht?
}

useSelf_item Yellow potion {
hp <= 50
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout
disabled 0
inInventory
}
01/04/2007 01:35 ChibiEbil#2
useSelf_item Yellow potion {
hp <= 50

}


Versuchs damit, guck in tables>items.txt wie der item richtig heisst ( manchmal andere namen was ich bei yellow pot nich glaube).

Oder versuch

useSelf_item Yellow_potion {
hp <= 50

}

useSelf_item Yellow potion,Yellow_potion {
hp <= 50

}

Ich muss zugeben bei mir geht auch ein item nicht, warum weiss ich nicht, und kriege es auch ürgendwie nicht hin. Openkore halt , unberechnebar.
01/04/2007 06:54 Kingdingelling#3
btw inner items txt

steths so da

503#Yellow_Potion#

also kannst dir denken Poiton muss auch groß geschrieben werden
Quote:
useSelf_item Yellow Potion {
hp <= 50
01/04/2007 16:14 ChibiEbil#4
OK is glaubich nich case sensitve
aba was noch gehen könnte is

Code:
useSelf_item 503 {
hp &#60;= 50
}
01/05/2007 14:28 DesperadoStrike#5
nein es muss anders lauten:

Quote:
}

useSelf_item Yellow potion {
hp <= 50%
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout
disabled 0
inInventory
}
Das was du eingestellt hast bedeutet wenn er 50Hp hat pottet er aber du meinst doch sicherlich bei 50% seiner HP oder? fals nicht ignoriert mich ^^"