Gawdz
June 22nd, 2010, 11:33
Add this in potions.py
# Extreme Attack (5)
def item_select_14227(player, slot):
drink(player, 14227, slot, 14229, Skills.ATTACK, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.ATTA CK)) * 0.21)))
# Extreme Attack (4)
def item_select_14229(player, slot):
drink(player, 14229, slot, 14231, Skills.ATTACK, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.ATTA CK)) * 0.21)))
# Extreme Attack (3)
def item_select_14231(player, slot):
drink(player, 14231, slot, 14233, Skills.ATTACK, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.ATTA CK)) * 0.21)))
# Extreme Attack (2)
def item_select_14233(player, slot):
drink(player, 14233, slot, 14235, Skills.ATTACK, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.ATTA CK)) * 0.21)))
# Extreme Attack (1)
def item_select_14235(player, slot):
drink(player, 14235, slot, 229, Skills.ATTACK, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.ATTA CK)) * 0.21)))
# Extreme Ranging (5)
def item_select_14247(player, slot):
drink(player, 14247, slot, 14249, Skills.RANGE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.RANG E)) * 0.21)))
# Extreme Ranging (4)
def item_select_14249(player, slot):
drink(player, 14249, slot, 14251, Skills.RANGE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.RANG E)) * 0.21)))
# Extreme Ranging (3)
def item_select_14251(player, slot):
drink(player, 14251, slot, 14253, Skills.RANGE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.RANG E)) * 0.21)))
# Extreme Ranging (2)
def item_select_14253(player, slot):
drink(player, 14253, slot, 14255, Skills.RANGE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.RANG E)) * 0.21)))
# Extreme Ranging (1)
def item_select_14255(player, slot):
drink(player, 14255, slot, 229, Skills.RANGE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.RANG E)) * 0.21)))
# Extreme Prayer Potion (5)
def item_select_14207(player, slot):
drink(player, 14207, slot, 14209, Skills.PRAYER, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.PRAY ER)) * 0.21)))
# Extreme Prayer Potion (4)
def item_select_14209(player, slot):
drink(player, 14209, slot, 14211, Skills.PRAYER, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.PRAY ER)) * 0.21)))
# Extreme Prayer Potion (3)
def item_select_14211(player, slot):
drink(player, 14211, slot, 14213, Skills.PRAYER, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.PRAY ER)) * 0.21)))
# Extreme Prayer Potion (2)
def item_select_14213(player, slot):
drink(player, 14213, slot, 14215, Skills.PRAYER, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.PRAY ER)) * 0.21)))
# Extreme Prayer Potion (1)
def item_select_14215(player, slot):
drink(player, 14215, slot, 229, Skills.PRAYER, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.PRAY ER)) * 0.21)))
# Extreme Strength Potion (5)
def item_select_14237(player, slot):
drink(player, 14237, slot, 14239, Skills.STRENGTH, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.STRE NGTH)) * 0.21)))
# Extreme Strength Potion (4)
def item_select_14239(player, slot):
drink(player, 14239, slot, 14241, Skills.STRENGTH, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.STRE NGTH)) * 0.21)))
# Extreme Strength Potion (3)
def item_select_14241(player, slot):
drink(player, 14241, slot, 14243, Skills.STRENGTH, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.STRE NGTH)) * 0.21)))
# Extreme Strength Potion (2)
def item_select_14243(player, slot):
drink(player, 14243, slot, 14245, Skills.STRENGTH, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.STRE NGTH)) * 0.21)))
# Extreme Strength Potion (1)
def item_select_14245(player, slot):
drink(player, 14245, slot, 229, Skills.STRENGTH, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.STRE NGTH)) * 0.21)))
# Extreme Defence Potion (5)
def item_select_14257(player, slot):
drink(player, 14257, slot, 14259, Skills.DEFENCE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.DEFE NCE)) * 0.21)))
# Extreme Defence Potion (4)
def item_select_14259(player, slot):
drink(player, 14259, slot, 14261, Skills.DEFENCE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.DEFE NCE)) * 0.21)))
# Extreme Defence Potion (3)
def item_select_14261(player, slot):
drink(player, 14261, slot, 14263, Skills.DEFENCE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.DEFE NCE)) * 0.21)))
# Extreme Defence Potion (2)
def item_select_14263(player, slot):
drink(player, 14263, slot, 14265, Skills.DEFENCE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.DEFE NCE)) * 0.21)))
# Extreme Defence Potion (1)
def item_select_14265(player, slot):
drink(player, 14265, slot, 229, Skills.DEFENCE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.DEFE NCE)) * 0.21)))
# Extreme Magic potion (5)
def item_select_14267(player, slot):
drink(player, 14267, slot, 14269, Skills.MAGIC, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.MAGI C)) * 0.21)))
# Extreme Magic potion (4)
def item_select_14269(player, slot):
drink(player, 14269, slot, 14271, Skills.MAGIC, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.MAGI C)) * 0.21)))
# Extreme Magic potion (3)
def item_select_14271(player, slot):
drink(player, 14271, slot, 14273, Skills.MAGIC, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.MAGI C)) * 0.21)))
# Extreme Magic potion (2)
def item_select_14273(player, slot):
drink(player, 14273, slot, 14275, Skills.MAGIC, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.MAGI C)) * 0.21)))
# Extreme Magic potion (1)
def item_select_14275(player, slot):
drink(player, 14275, slot, 229, Skills.MAGIC, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.MAGI C)) * 0.21)))
Also dont forget to add this in itemdefinitions.xml
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14227</id>
<stackable>false</stackable>
<name>Extreme Attack Potion (5)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14229</id>
<stackable>false</stackable>
<name>Extreme Attack Potion (4)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14231</id>
<stackable>false</stackable>
<name>Extreme Attack Potion (3)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14233</id>
<stackable>false</stackable>
<name>Extreme Attack Potion (2)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14235</id>
<stackable>false</stackable>
<name>Extreme Attack Potion (1)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14247</id>
<stackable>false</stackable>
<name>Extreme Ranging Potion (5)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14249</id>
<stackable>false</stackable>
<name>Extreme Ranging Potion (4)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14251</id>
<stackable>false</stackable>
<name>Extreme Ranging Potion (3)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14253</id>
<stackable>false</stackable>
<name>Extreme Ranging Potion (2)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14255</id>
<stackable>false</stackable>
<name>Extreme Ranging Potion (1)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14207</id>
<stackable>false</stackable>
<name>Extreme Prayer Potion (5)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14209</id>
<stackable>false</stackable>
<name>Extreme Prayer Potion (4)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14211</id>
<stackable>false</stackable>
<name>Extreme Prayer Potion (3)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14213</id>
<stackable>false</stackable>
<name>Extreme Prayer Potion (2)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14215</id>
<stackable>false</stackable>
<name>Extreme Prayer Potion (1)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14237</id>
<stackable>false</stackable>
<name>Extreme Strength Potion (5)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14239</id>
<stackable>false</stackable>
<name>Extreme Strength Potion (4)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14241</id>
<stackable>false</stackable>
<name>Extreme Strength Potion (3)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14243</id>
<stackable>false</stackable>
<name>Extreme Strength Potion (2)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14245</id>
<stackable>false</stackable>
<name>Extreme Strength Potion (1)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14257</id>
<stackable>false</stackable>
<name>Extreme Defence Potion (5)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14259</id>
<stackable>false</stackable>
<name>Extreme Defence Potion (4)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14261</id>
<stackable>false</stackable>
<name>Extreme Defence Potion (3)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14263</id>
<stackable>false</stackable>
<name>Extreme Defence Potion (2)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14265</id>
<stackable>false</stackable>
<name>Extreme Defence Potion (1)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14267</id>
<stackable>false</stackable>
<name>Extreme Magic Potion (5)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14269</id>
<stackable>false</stackable>
<name>Extreme Magic Potion (4)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14271</id>
<stackable>false</stackable>
<name>Extreme Magic Potion (3)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14273</id>
<stackable>false</stackable>
<name>Extreme Magic Potion (2)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14275</id>
<stackable>false</stackable>
<name>Extreme Magic Potion (1)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
# Extreme Attack (5)
def item_select_14227(player, slot):
drink(player, 14227, slot, 14229, Skills.ATTACK, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.ATTA CK)) * 0.21)))
# Extreme Attack (4)
def item_select_14229(player, slot):
drink(player, 14229, slot, 14231, Skills.ATTACK, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.ATTA CK)) * 0.21)))
# Extreme Attack (3)
def item_select_14231(player, slot):
drink(player, 14231, slot, 14233, Skills.ATTACK, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.ATTA CK)) * 0.21)))
# Extreme Attack (2)
def item_select_14233(player, slot):
drink(player, 14233, slot, 14235, Skills.ATTACK, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.ATTA CK)) * 0.21)))
# Extreme Attack (1)
def item_select_14235(player, slot):
drink(player, 14235, slot, 229, Skills.ATTACK, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.ATTA CK)) * 0.21)))
# Extreme Ranging (5)
def item_select_14247(player, slot):
drink(player, 14247, slot, 14249, Skills.RANGE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.RANG E)) * 0.21)))
# Extreme Ranging (4)
def item_select_14249(player, slot):
drink(player, 14249, slot, 14251, Skills.RANGE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.RANG E)) * 0.21)))
# Extreme Ranging (3)
def item_select_14251(player, slot):
drink(player, 14251, slot, 14253, Skills.RANGE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.RANG E)) * 0.21)))
# Extreme Ranging (2)
def item_select_14253(player, slot):
drink(player, 14253, slot, 14255, Skills.RANGE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.RANG E)) * 0.21)))
# Extreme Ranging (1)
def item_select_14255(player, slot):
drink(player, 14255, slot, 229, Skills.RANGE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.RANG E)) * 0.21)))
# Extreme Prayer Potion (5)
def item_select_14207(player, slot):
drink(player, 14207, slot, 14209, Skills.PRAYER, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.PRAY ER)) * 0.21)))
# Extreme Prayer Potion (4)
def item_select_14209(player, slot):
drink(player, 14209, slot, 14211, Skills.PRAYER, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.PRAY ER)) * 0.21)))
# Extreme Prayer Potion (3)
def item_select_14211(player, slot):
drink(player, 14211, slot, 14213, Skills.PRAYER, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.PRAY ER)) * 0.21)))
# Extreme Prayer Potion (2)
def item_select_14213(player, slot):
drink(player, 14213, slot, 14215, Skills.PRAYER, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.PRAY ER)) * 0.21)))
# Extreme Prayer Potion (1)
def item_select_14215(player, slot):
drink(player, 14215, slot, 229, Skills.PRAYER, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.PRAY ER)) * 0.21)))
# Extreme Strength Potion (5)
def item_select_14237(player, slot):
drink(player, 14237, slot, 14239, Skills.STRENGTH, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.STRE NGTH)) * 0.21)))
# Extreme Strength Potion (4)
def item_select_14239(player, slot):
drink(player, 14239, slot, 14241, Skills.STRENGTH, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.STRE NGTH)) * 0.21)))
# Extreme Strength Potion (3)
def item_select_14241(player, slot):
drink(player, 14241, slot, 14243, Skills.STRENGTH, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.STRE NGTH)) * 0.21)))
# Extreme Strength Potion (2)
def item_select_14243(player, slot):
drink(player, 14243, slot, 14245, Skills.STRENGTH, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.STRE NGTH)) * 0.21)))
# Extreme Strength Potion (1)
def item_select_14245(player, slot):
drink(player, 14245, slot, 229, Skills.STRENGTH, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.STRE NGTH)) * 0.21)))
# Extreme Defence Potion (5)
def item_select_14257(player, slot):
drink(player, 14257, slot, 14259, Skills.DEFENCE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.DEFE NCE)) * 0.21)))
# Extreme Defence Potion (4)
def item_select_14259(player, slot):
drink(player, 14259, slot, 14261, Skills.DEFENCE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.DEFE NCE)) * 0.21)))
# Extreme Defence Potion (3)
def item_select_14261(player, slot):
drink(player, 14261, slot, 14263, Skills.DEFENCE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.DEFE NCE)) * 0.21)))
# Extreme Defence Potion (2)
def item_select_14263(player, slot):
drink(player, 14263, slot, 14265, Skills.DEFENCE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.DEFE NCE)) * 0.21)))
# Extreme Defence Potion (1)
def item_select_14265(player, slot):
drink(player, 14265, slot, 229, Skills.DEFENCE, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.DEFE NCE)) * 0.21)))
# Extreme Magic potion (5)
def item_select_14267(player, slot):
drink(player, 14267, slot, 14269, Skills.MAGIC, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.MAGI C)) * 0.21)))
# Extreme Magic potion (4)
def item_select_14269(player, slot):
drink(player, 14269, slot, 14271, Skills.MAGIC, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.MAGI C)) * 0.21)))
# Extreme Magic potion (3)
def item_select_14271(player, slot):
drink(player, 14271, slot, 14273, Skills.MAGIC, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.MAGI C)) * 0.21)))
# Extreme Magic potion (2)
def item_select_14273(player, slot):
drink(player, 14273, slot, 14275, Skills.MAGIC, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.MAGI C)) * 0.21)))
# Extreme Magic potion (1)
def item_select_14275(player, slot):
drink(player, 14275, slot, 229, Skills.MAGIC, int(round(5.0 + float(player.getSkills().getLevelForXp(Skills.MAGI C)) * 0.21)))
Also dont forget to add this in itemdefinitions.xml
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14227</id>
<stackable>false</stackable>
<name>Extreme Attack Potion (5)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14229</id>
<stackable>false</stackable>
<name>Extreme Attack Potion (4)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14231</id>
<stackable>false</stackable>
<name>Extreme Attack Potion (3)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14233</id>
<stackable>false</stackable>
<name>Extreme Attack Potion (2)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14235</id>
<stackable>false</stackable>
<name>Extreme Attack Potion (1)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14247</id>
<stackable>false</stackable>
<name>Extreme Ranging Potion (5)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14249</id>
<stackable>false</stackable>
<name>Extreme Ranging Potion (4)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14251</id>
<stackable>false</stackable>
<name>Extreme Ranging Potion (3)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14253</id>
<stackable>false</stackable>
<name>Extreme Ranging Potion (2)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14255</id>
<stackable>false</stackable>
<name>Extreme Ranging Potion (1)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14207</id>
<stackable>false</stackable>
<name>Extreme Prayer Potion (5)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14209</id>
<stackable>false</stackable>
<name>Extreme Prayer Potion (4)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14211</id>
<stackable>false</stackable>
<name>Extreme Prayer Potion (3)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14213</id>
<stackable>false</stackable>
<name>Extreme Prayer Potion (2)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14215</id>
<stackable>false</stackable>
<name>Extreme Prayer Potion (1)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14237</id>
<stackable>false</stackable>
<name>Extreme Strength Potion (5)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14239</id>
<stackable>false</stackable>
<name>Extreme Strength Potion (4)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14241</id>
<stackable>false</stackable>
<name>Extreme Strength Potion (3)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14243</id>
<stackable>false</stackable>
<name>Extreme Strength Potion (2)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14245</id>
<stackable>false</stackable>
<name>Extreme Strength Potion (1)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14257</id>
<stackable>false</stackable>
<name>Extreme Defence Potion (5)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14259</id>
<stackable>false</stackable>
<name>Extreme Defence Potion (4)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14261</id>
<stackable>false</stackable>
<name>Extreme Defence Potion (3)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14263</id>
<stackable>false</stackable>
<name>Extreme Defence Potion (2)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14265</id>
<stackable>false</stackable>
<name>Extreme Defence Potion (1)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14267</id>
<stackable>false</stackable>
<name>Extreme Magic Potion (5)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14269</id>
<stackable>false</stackable>
<name>Extreme Magic Potion (4)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14271</id>
<stackable>false</stackable>
<name>Extreme Magic Potion (3)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14273</id>
<stackable>false</stackable>
<name>Extreme Magic Potion (2)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>10000</minPrice>
<maxPrice>10000</maxPrice>
<normPrice>10000</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine></examine>
<id>14275</id>
<stackable>false</stackable>
<name>Extreme Magic Potion (1)</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>