• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.2 - New potions

Efren

Lua Scripter
Joined
Apr 18, 2010
Messages
81
Reaction score
4
Well I have been struggling for 3 days now trying to find the IDs of the new potions.

Does anyone knows what are the IDs for the following items?
  • ultimate mana potion.
  • ultimate spirit potion.
  • supreme health potion.
 
Well I have been struggling for 3 days now trying to find the IDs of the new potions.

Does anyone knows what are the IDs for the following items?
  • ultimate mana potion.
  • ultimate spirit potion.
  • supreme health potion.
use remeres? o-o
 
items.xml
Code:
<item id="26029" article="a" name="ultimate mana potion">
    <attribute key="weight" value="310" />
    <attribute key="description" value="This potion can only be consumed by sorcerer and druid of level 130 or higher." />
</item>
<item id="26030" article="a" name="ultimate spirit potion">
    <attribute key="weight" value="310" />
    <attribute key="description" value="This potion can only be consumed by paladin of level 130 or higher." />
</item>
<item id="26031" article="a" name="supreme health potio">
    <attribute key="weight" value="310" />
    <attribute key="description" value="This potion can only be consumed by knight of level 200 or higher." />
</item>
 
Back
Top