XenoBot Forums - Powered by vBulletin

User Tag List

Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Magic Level Training (Mage)

  1. #11
    BnW's Avatar
    Join Date
    Jan 2014
    Location
    Essex, United Kingdom.
    Posts
    341
    Mentioned
    66 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Not Cat View Post
    Since a few people were PMing me asking for it. This script uses potions on whatever player you choose. It uses potions from the first backpack you open and starts working its way through the backpacks until all the potions are used. You can change the player name and potion type really easy. I wish I could give credit to who made it, but I can't find the thread I found it in from forever ago.


    How to set up the backpacks: imgur.com/SmkUDVt.png

    Code:
    local drinkTarget = 'Player Name'
    local manaPot = 'Mana Potion'
     
    Module.New('mana drink helper', function(module)
        local drinkID = Creature.New(drinkTarget):ID()
        local cont = Container.GetFirst()
        local count = 0
        if cont:ItemCount() >= 1 then
            count = cont:ItemCount() - 1
        end
     
        if(cont:GetItemData(count).id == Item.GetItemIDFromDualInput(manaPot)) and drinkID ~= 0 then
            cont:UseItemWithCreature(count, drinkID)
        elseif (Item.isContainer(cont:GetItemData(count).id)) then
            cont:UseItem(count, true)
        end
        module:Delay(1000)
    end)
    This is perfect mate, much appreciated. And thanks to everyone else who helped me out too!

    I am assuming with this I need a house out of the way of people who can see me to prevent being reported? Where did you train and use this?

    Regards,
    BnW
    If the devil asks to dance with you, tell the devil "never".

    Because a dance with the devil might last you forever.

  2. #12

    Join Date
    Mar 2014
    Posts
    35
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by BnW View Post


    This is perfect mate, much appreciated. And thanks to everyone else who helped me out too!

    I am assuming with this I need a house out of the way of people who can see me to prevent being reported? Where did you train and use this?

    Regards,
    BnW
    I owned a house with a basement that no one could see me in. At the very least, get a house with 2 floors so you can train upstairs. That way you can't be reported by people passing by even if they can still see you.

  3. #13
    Senior Member iMike's Avatar
    Join Date
    Dec 2011
    Posts
    1,020
    Mentioned
    62 Post(s)
    Tagged
    0 Thread(s)
    Gl, let us know when you reach ml 80

    Buy a Kazordoon guildhall haha
    SUCCESSFUL TRADES

    Sold an Elder Druid to: Pixels
    Sold an Elder Druid to: Turk
    Sold an Elder Druid to: Yumicks
    Sold an Elite Knight to: Yumicks
    Sold a Royal Paladin to: saga3180
    Sold a Knight to: Felipx
    Sold a Knight to: Alanthil
    Sold a Knight to: Spyke
    Sold a Knight to: Kamikaze Kid

    Sold some Vouchers to: ronay
    Sold some Gold to: nacho123
    Bought some Gold from: PunktG/Pidek098/Joshwa534/Y2Quakepc2/Nato12/markus28/seh
    Bought Dice Script from: Nakuu

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •