Signup Now
Results 1 to 1 of 1
  1. #1
    Free User
    Join Date
    May 2015
    Location
    Sweden
    Posts
    54
    Reputation
    10
    Rep Power
    19

    Exclamation Making a spearmaker - tips and help needed :)!

    Hey guys, im currently working on making an enchanted spear maker and I have some questions. As I make this script i will update with more questions (im very new at this, thanks for being patient and nice)!

    The goal is to make 2 scripts:
    1st script will bot in Stonehome rotworms or other low lvl cave in which people rare hunt and use the following functions:

    • Make enchanted spears when it has the mana to do so
    • Deposit gold/loot/ enchanted spears it made
    • refill with spears and maybe pots if needed
    • Run to dp if player attack
      * Logout/offline trainer when soul is below 5.


    Second script would stand in the middle of nowhere making enchanted spears and use the following functions:
    • Logout if player is on screen
    • Relogg after 10 minutes, to make sure that player is gone, otherwise loop. THis also needs to know that it is not suppose to login if soul is less than 5.
    • deposit enchanted spears/refill with spears and brown mushroom/worms
    • Optional fishing (but thats alrdy in windbot)
      * Logout/offline trainer when soul is below 5.




    Would this script work?

    auto(1000)
    if $soul = < 5 then
    logout()
    end

    It used to look like this: (So i only changed the marked areas)

    auto(1000)
    if $soul == 0 then
    logout()
    end

    Question 2:

    How do i make a reconnect script (I have working safe reconnect ones) that reconnects are lets say, 10 minutes? The purpose is to go somewhere where there is no1, but if someone shows up on my screen it will log out, wait 10 minutes, then log in again.

    Thanks!
    Last edited by Lolarry; 05-24-2015 at 04:03 PM.

 

 

Tags for this Thread

Posting Permissions

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