XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 3 of 3

Thread: LOW MANA ALARTM

  1. #1
    mariorton's Avatar
    Join Date
    Feb 2014
    Location
    Mexico
    Posts
    220
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    LOW MANA ALARTM

    Can anybody do me the favor to provide me a simple lua of alarm when X=pots(strong mana potions), please and thank you comunnity!
    Last edited by mariorton; 02-02-2017 at 01:47 AM.

  2. #2
    Oscagi's Avatar
    Join Date
    Aug 2014
    Location
    Spain
    Posts
    237
    Mentioned
    27 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by mariorton View Post
    Can anybody do me the favor to provide me a simple lua of alarm when X=pots(strong mana potions), please and thank you comunnity!

    lua code:

    if Self.ItemCount(ManaID) < X then
    alert()
    end


    If you got debug with alert() its alarm().


    REMEMBER TO SAY THANKS.

  3. #3
    mariorton's Avatar
    Join Date
    Feb 2014
    Location
    Mexico
    Posts
    220
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Oscagi View Post
    lua code:

    if Self.ItemCount(ManaID) < X then
    alert()
    end


    If you got debug with alert() its alarm().
    thanks bro

Posting Permissions

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