I have a helmet of might +2, but want one +5... so once i found the recipe i need, i tried to collect all the ingredients.
Now i have almost all, only a potion of might is missing. even weeks of searching every shop and every treasure chest didnt help me.
What's wrong? It seems there is no such thing as 'potion of might', so that needed some further investigation...
Code: Select all
wim@worker:/usr/share/games/crossfire$ grep 'potion of' archetypes
name potion of charisma
name potion of fire resistance
name potion of lava resistance
name potion of constitution
name potion of dexterity
name potion of cold resistance
name potion of frost resistance
name potion of heroism
name potion of intelligence
name potion of invulnerability
name potion of aethereality
name potion of power
name potion of life
name potion of strength
name potion of wisdom
same result for other server files, except the formulae file...
for i have a limited knowledge of the server internals, i dont know all possibilities, but
Code: Select all
wim@worker:/usr/share/games/crossfire$ grep -R 'potion' * | grep 'might'
Code: Select all
wim@worker:/usr/share/games/crossfire$ grep -R 'potion' * | grep 'heroism'
also returns the archetypes file, some map files and the treasures file.
if i grep trough the formulae file, i find 4 different recipes that require the - afaik - not longer existing potion of might.
those formulae are:
- plate mail of power
- full helmet of might
- bow of auriga
- mushroom of strength
edit: added the four formulae