Cape - Extreme Potions [562] C&P

Discussion in 'RuneScape Miscellaneous' started by Cape, Sep 10, 2010.

Thread Status:
Not open for further replies.
Cape - Extreme Potions [562] C&P
  1. Unread #1 - Sep 10, 2010 at 4:14 AM
  2. Cape
    Joined:
    Sep 9, 2010
    Posts:
    405
    Referrals:
    1
    Sythe Gold:
    0

    Cape Forum Addict
    Banned

    Cape - Extreme Potions [562] C&P

    Add this in potions.py

    Code:
    # 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.ATTACK)) * 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.ATTACK)) * 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.ATTACK)) * 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.ATTACK)) * 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.ATTACK)) * 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.RANGE)) * 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.RANGE)) * 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.RANGE)) * 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.RANGE)) * 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.RANGE)) * 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.PRAYER)) * 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.PRAYER)) * 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.PRAYER)) * 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.PRAYER)) * 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.PRAYER)) * 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.STRENGTH)) * 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.STRENGTH)) * 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.STRENGTH)) * 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.STRENGTH)) * 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.STRENGTH)) * 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.DEFENCE)) * 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.DEFENCE)) * 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.DEFENCE)) * 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.DEFENCE)) * 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.DEFENCE)) * 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.MAGIC)) * 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.MAGIC)) * 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.MAGIC)) * 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.MAGIC)) * 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.MAGIC)) * 0.21)))
    


    Also dont forget to add this in itemdefinitions.xml
    Code:
    <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>
    
     
  3. Unread #2 - Sep 10, 2010 at 8:39 PM
  4. photoshopexp3rt
    Joined:
    Jan 25, 2009
    Posts:
    620
    Referrals:
    1
    Sythe Gold:
    5

    photoshopexp3rt Forum Addict
    Banned

  5. Unread #3 - Sep 10, 2010 at 10:23 PM
  6. Cape
    Joined:
    Sep 9, 2010
    Posts:
    405
    Referrals:
    1
    Sythe Gold:
    0

    Cape Forum Addict
    Banned

    Cape - Extreme Potions [562] C&P

    I wrote it mostly myself ... except for the itemdefinition ... - So...
     
  7. Unread #4 - Sep 14, 2010 at 9:34 PM
  8. photoshopexp3rt
    Joined:
    Jan 25, 2009
    Posts:
    620
    Referrals:
    1
    Sythe Gold:
    5

    photoshopexp3rt Forum Addict
    Banned

    Cape - Extreme Potions [562] C&P

    That's odd, considering that post on Rune-Server is about 2-3 months older than this one.
     
  9. Unread #5 - Sep 15, 2010 at 2:29 AM
  10. Cape
    Joined:
    Sep 9, 2010
    Posts:
    405
    Referrals:
    1
    Sythe Gold:
    0

    Cape Forum Addict
    Banned

    Cape - Extreme Potions [562] C&P

    I wrote it myself ... When it's good its always the same ...
     
< [24/7] Project Ecko 517/525 [Staff Spots open!] | little fires on the title page wont go away >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site