Signup Now
Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 37
  1. #21
    Free User
    Join Date
    May 2014
    Posts
    5
    Reputation
    10
    Rep Power
    0
    bestelement($attacked.name, false)

    Where is this function being called from ?
    I don't know why, but I can't use the function caststrike():
    attempt to call global 'bestelement' (a nil value)

  2. #22
    Free User Ragekemi's Avatar
    Join Date
    Jan 2014
    Location
    Curitiba - Parana - Brazil
    Posts
    242
    Reputation
    13
    Rep Power
    21
    How the castspellarea function works? It might seen that is a good way to use front sweep and other beam spells, could you clarify it for me? (I'm critically need it for front sweep, since other actions doesnt work)
    RagekemiScriptsWorkshop


    LASTEST SCRIPTS | UPDATES | CHECK MY THREAD!


  3. #23
    Free User
    Join Date
    Jan 2014
    Posts
    40
    Reputation
    11
    Rep Power
    0
    @Lucas Terra Can you add staking vampire brides, viscounts etc to your library? I've tried adding them manually but no success. Or if you have any solution to this by a script or something

  4. #24
    Free User
    Join Date
    Sep 2014
    Posts
    4
    Reputation
    10
    Rep Power
    0
    Where do i download ur library lol?

  5. #25
    Free User Diaxy's Avatar
    Join Date
    Jul 2014
    Posts
    1,091
    Reputation
    94
    Rep Power
    22
    Quote Originally Posted by Necrojactor View Post
    Where do i download ur library lol?
    You already got it in WindBot -> libs -> LucasTerra.lua

  6. #26
    Free User
    Join Date
    Nov 2014
    Posts
    4
    Reputation
    10
    Rep Power
    0
    Good afternoon I turn to you to see if anyone could help me and I am free and q nesecito one scrips for free aconnt level 130+ to collect for my premi

  7. #27
    Free User
    Join Date
    Jul 2014
    Posts
    14
    Reputation
    10
    Rep Power
    0
    Hello Lucas,

    Since you have some "maround()" functions on your library, would be great if you add up a function that returns the average hp of the monsters on the screen...

    Im using this one:

    function maroundaveragehp(range, ...)
    local list = {...}
    table.lower(list)
    local totalhp = 0
    local count = 0
    foreach creature m 'ms' do
    if (#list == 0 or table.find(list, m.name)) and m.dist <= range and m.onscreen then
    count = count+1
    totalhp = totalhp + m.hppc
    end
    end
    return math.max(0, math.floor(totalhp/count))
    end
    Last edited by Tonin; 12-10-2015 at 12:35 AM.

  8. #28
    Free User
    Join Date
    Jul 2014
    Posts
    14
    Reputation
    10
    Rep Power
    0
    Bug on travel() function, it doesn't work on Svargrond>Nibelor and the opposite way.

  9. #29
    Free User
    Join Date
    Dec 2015
    Posts
    70
    Reputation
    10
    Rep Power
    17
    depositerbank() picks every time other wrong value of gold and its similar to 5 potions and 5000 potions. Check this and other like this functions
    It should buy only supplies in active page + category in this page)


    +question is there any funtion what will enable X supply profile?

  10. #30
    Free User
    Join Date
    Dec 2015
    Posts
    12
    Reputation
    10
    Rep Power
    0
    Where can I get the functions and parameters, just like the "Documentation" on Main site?

    Cause many of these functions of library arent on website yet.l

 

 

Posting Permissions

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