Signup Now
Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 38
  1. #21
    Free User
    Join Date
    Nov 2014
    Posts
    7
    Reputation
    10
    Rep Power
    0
    There is some place I can take a read to the Lucas Library?

  2. #22
    Free User Plotviz's Avatar
    Join Date
    Nov 2014
    Posts
    18
    Reputation
    11
    Rep Power
    0
    why dont u pm hiM? =O

  3. #23
    Free User Sajean's Avatar
    Join Date
    Feb 2014
    Posts
    386
    Reputation
    26
    Rep Power
    21
    Quote Originally Posted by Clovwx View Post
    There is some place I can take a read to the Lucas Library?
    Go to windbot folder in C:\, and go to libs, then open lucas terra lib.

  4. #24
    Free User
    Join Date
    Nov 2014
    Posts
    7
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Sajean View Post
    Go to windbot folder in C:\, and go to libs, then open lucas terra lib.
    Thanks!

  5. #25
    Banned
    Join Date
    Nov 2014
    Location
    Madrid, Spain
    Posts
    250
    Reputation
    7
    Rep Power
    0
    was looking for this too

  6. #26
    Free User
    Join Date
    Dec 2014
    Posts
    9
    Reputation
    10
    Rep Power
    0

    Red face

    Quote Originally Posted by User Not Found View Post
    Hello, my first script i used the supply functions in the but, but i prefer LUA script!!

    Let's show you the functions and variable about it:

    Code:
    needresupply(cap, category)
    resupply()
    depositerbank()

    This image is hosted on a possibly dangerous website (http://puu.sh/5IJRA.png). Please consider reuploading it on Imgur.com.



    Looking at this image you see, categories that A and B.

    Now, using a check for your hunt:

    The code needresupply(cap, category) - if you didn't use any variable for cap, it will be default by 50

    Let's try to check if i need repot:

    Code:
    if needresupply(cap, 'a') then
    gotolabel(0, "Hunt2City")
    else
    gotolabel("Hunt")
    end
    This will check if need both Mana Potion and Health Potion, because the category is a that i filled up in the screen.

    The same for b that check if i need royal spear, it works with ANY item.

    Now let's use function for buy items in pot or anything else you want.

    The code resupply(category) will be added in a action, in front of NPC, if you want put a reachcreature before

    The code for resupply potion will be:

    Code:
    resupply('a')
    wait(1234,3456)

    Simple...

    Than now to withdraw money in bank for supplies:

    The code depositerbank(category) has the same variable of other supplies function, the category.

    Doing the code below it will withdraw money to all a category items.

    Code:
    depositerbank('a')
    wait(1234,3456)
    If you need money to withdraw 2 or more categories you use:

    Code:
    depositerbank('ab')
    wait(1234,3456)
    Don't do separated depositerbank() because it will deposit all your money.


    Take free to questions.

    This image is hosted on a possibly dangerous website (http://puu.sh/5IqH5). Please consider reuploading it on Imgur.com.


    thx you atm working perfect for me!

  7. #27
    Wind Powered
    Join Date
    Apr 2015
    Posts
    154
    Reputation
    11
    Rep Power
    19
    Does Resupply also move items to supply backpack?

  8. #28
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by Sea View Post
    Does Resupply also move items to supply backpack?
    Yes:

    1º Go to Suplies Tab:
    2º Select your item and go to Destination and enable Use Lotting Destination
    3º Select your Backpack.
    Done!
    Helped you? REP+

  9. #29
    Wind Powered
    Join Date
    Apr 2015
    Posts
    154
    Reputation
    11
    Rep Power
    19
    O ofcourse I'm so dumb thanks dude. +rep

  10. #30
    Free User
    Join Date
    May 2015
    Posts
    3
    Reputation
    10
    Rep Power
    0
    I Used the script and was automatically deleted. WHATAFUCK?

 

 

Posting Permissions

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