XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 2 of 2

Thread: Alarm when get level 8

  1. #1

    Join Date
    Feb 2016
    Posts
    5
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Question Alarm when get level 8

    As in title, could you guys write for me script which will start alarm when my character get level 8.
    Thank you so much

  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 takeshi5675 View Post
    As in title, could you guys write for me script which will start alarm when my character get level 8.
    Thank you so much
    lua code:

    Module.New('L_8', function()
    if Self.Level() >= 8 then
    alert()
    end
    end)


    Something like that? I dont test it.
    Last edited by Oscagi; 04-22-2016 at 07:12 AM.


    REMEMBER TO SAY THANKS.

Posting Permissions

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