Signup Now
Page 8 of 22 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 212
  1. #71
    Free User
    Join Date
    Dec 2013
    Posts
    90
    Reputation
    20
    Rep Power
    24
    Hello blakw i have tested your edron dragons RP version with Royal spear and when he go buy royal spear he dont buy it, can you see it?

  2. #72
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,666
    Reputation
    73
    Rep Power
    29

    Script Name
    From Version
    To Version
    No change
    No change

    Change Log:
    Code:
    - Fixed a bug when restarting hunt.
    ...




    Script Name
    From Version
    To Version
    No change
    No change

    Change Log:
    Code:
    - Improved Auto Drop Vials action.
    ...

  3. #73
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,666
    Reputation
    73
    Rep Power
    29
    Quote Originally Posted by abelito1991 View Post
    Hello blakw i have tested your edron dragons RP version with Royal spear and when he go buy royal spear he dont buy it, can you see it?
    Just tested, its working fine.
    Redownload script because we made some fixes.

  4. #74
    Free User
    Join Date
    Jan 2015
    Posts
    12
    Reputation
    9
    Rep Power
    0
    Auto drop vials for the Edron Dragons.. Is not working. :/ Nor is selling the empty vials to the NPC.

    Help?

    NVM its all good... Thanks for the script blakw!! <3
    Last edited by layotota; 01-21-2015 at 10:53 PM.

  5. #75
    Free User
    Join Date
    Apr 2014
    Posts
    10
    Reputation
    10
    Rep Power
    0
    for the people using edron bog raider and blakw read this:

    i found a little problem with the safe bank lua, it talks too fast to the npc so the safe bank lua cant see that you dont have enough money (so your char will get stuck saying hi in normal chat till ss)

    how to fix:

    - go to the tab: scripter, then go to: persistent

    -look for the safe bank lua, open the script with dubbel clicking

    -remove all and instead copy and paste this in it:

    auto(800, 1000)

    foreach newmessage MESSAGES "NPCs" do
    if (MESSAGES.text:find("There is not enough gold on your account.")) then
    setcavebot("off")
    wait(5000, 10000)
    closeclient()


    -click ok and then make sure you have the safe bank lua enabled.


    -after that go to tab: Cavebot and then go to tab: City

    -find the label: depositWithdrawCash and open the action with dubbel clicking

    -remove all and copy and paste this in it:

    local totalMPotToCalc = (maxManaPot)
    local nameMPotToCalc = (nameManaPot)
    local priceMPotToCalc = (priceManaPot)
    local totalHPotToCalc = (maxHealthPot)
    local nameHPotToCalc = (nameHealthPot)
    local priceHPotToCalc = (priceHealthPot)
    local nameItemToCalc = ("worn soft boots")
    local priceItemToCalc = 10000
    local countItemToCalc = itemcount(nameItemToCalc, 'all')
    local countMPotToCalc = itemcount(nameMPotToCalc, 'all')
    local countHPotToCalc = itemcount(nameHPotToCalc, 'all')

    local totalToWithdraw = positive((totalMPotToCalc-countMPotToCalc)*priceMPotToCalc) + positive((totalHPotToCalc-countHPotToCalc)*priceHPotToCalc) + positive(countItemToCalc*priceItemToCalc) + (extraCash)

    if (getcreature("Ebenizer").dist <= 3)
    then
    say("hi")
    wait(1500,2500)
    npcsay("deposit all")
    wait(800,900)
    npcsay("yes")
    wait(800,900)

    if (totalToWithdraw > 0)
    then
    npcsay("withdraw "..totalToWithdraw)
    wait(800,900)
    npcsay("yes")
    wait(800,900)
    end

    npcsay("balance")
    wait(800,900)
    end

    if (((itemcount("gold coin", 'all')) + (itemcount("platinum coin", 'all')*100) + (itemcount("crystal coin", 'all')*10000)) < totalToWithdraw)
    then
    gotolabel("go_bank")
    end


    end
    end


    - click ok and now it should be fixed!

    (little explaining: i made it so that you wait a bit longer with talking to npc so the safe bank lua got enough time to see that you dont have enough money)

  6. #76
    Free User
    Join Date
    Mar 2014
    Posts
    17
    Reputation
    10
    Rep Power
    0
    @blakw so are you quiting ibot?

  7. #77
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,666
    Reputation
    73
    Rep Power
    29
    @nicolai

    Fixed all scripts, thanks for feedback.

  8. #78
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,666
    Reputation
    73
    Rep Power
    29

    Script Name
    From Version
    To Version
    No change
    No change

    Change Log:
    Code:
    - Improved bank cavebot action.
    - Safe Bank persistent action now comes enabled by default.
    ...

  9. #79
    Free User
    Join Date
    Apr 2014
    Posts
    10
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by blakw View Post
    @nicolai

    Fixed all scripts, thanks for feedback.
    haha you thanks for the awesome script! i just tested it a bit and with some basic logic find out how to fix it :P it wasnt big fix or something just small little problems with easy fixes :P you did all the work with creating the script so all the honor to you!

  10. #80
    Free User
    Join Date
    Dec 2013
    Posts
    90
    Reputation
    20
    Rep Power
    24
    i have redownload it but it dont buy royal spear, if i put on setup buy power bolt he buy it, but spears no,

 

 

Posting Permissions

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