Signup Now
Page 3 of 8 FirstFirst 12345 ... LastLast
Results 21 to 30 of 71
  1. #21
    Free User
    Join Date
    Jan 2014
    Posts
    17
    Reputation
    10
    Rep Power
    0
    I just copy and paste into the scripter tab correct? When I try this it all goes on line 1 and no more help?

  2. #22
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Quote Originally Posted by anticaftw View Post
    I just copy and paste into the scripter tab correct? When I try this it all goes on line 1 and no more help?
    Ye, we get that mate, no need to make a double post about it.
    I don't know what's wrong though.
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  3. #23
    Free User
    Join Date
    Jan 2014
    Posts
    17
    Reputation
    10
    Rep Power
    0
    it would be very helpful if I could load just a single script instead of having to load all setting or both. Im not sure if there isn't a way to already do this and I don't know it yet.

  4. #24
    Free User
    Join Date
    Jan 2014
    Posts
    2
    Reputation
    10
    Rep Power
    0
    init start
    -- Friends to heal
    local friends = {
    'MY FRIEND',
    ''
    }

    local healHPPC = 80 -- Minimum HPPC to heal
    local minHPPC = 25 -- Minimum HPPC you should have to heal
    local minMPPC = 30 -- Minimum MPPC you should have to heal

    table.lower(friends)
    init end

    auto(100)

    if $mppc >= minMPPC and $hppc >= minHPPC then
    foreach creature m 'pt' do
    if m.hppc < healHPPC and table.find(friends, m.name:lower()) then
    cast('exura sio "' .. m.name:lower())
    wait(300, 500)
    return
    end
    end
    end



    Please someone help me, Im on the 14 day trial so i dont know if that why this doesnt work but i can not get it to sio anyone >.<
    Last edited by relishjoh; 01-21-2014 at 05:40 PM.

  5. #25
    Wind Powered Voltzin's Avatar
    Join Date
    Dec 2013
    Posts
    212
    Reputation
    31
    Rep Power
    21
    Can you fix this one, please?

  6. #26
    Free User Kinomaniak's Avatar
    Join Date
    Jan 2014
    Posts
    276
    Reputation
    17
    Rep Power
    21
    sb can explain what is ? its % or what ?

    healHPPC - ?
    minHPPC - ?
    minMPPC - ?

  7. #27
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Quote Originally Posted by Voltzin View Post
    Can you fix this one, please?
    I'm not aware of anything wrong with it.

    Quote Originally Posted by Kinomaniak View Post
    sb can explain what is ? its % or what ?

    healHPPC - ?
    minHPPC - ?
    minMPPC - ?
    HPPC stands for Health Points Percentage.
    Figure it out.
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  8. #28
    Wind Powered Voltzin's Avatar
    Join Date
    Dec 2013
    Posts
    212
    Reputation
    31
    Rep Power
    21
    @Raphael
    Since 2~3 updates ago, it won't cast sio There's no error showing up, but the bot doesn't cast sio.

  9. #29
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Quote Originally Posted by Voltzin View Post
    @Raphael
    Since 2~3 updates ago, it won't cast sio There's no error showing up, but the bot doesn't cast sio.
    How are your configurations?
    There really isn't any reason for it not to work.
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  10. #30
    Wind Powered Voltzin's Avatar
    Join Date
    Dec 2013
    Posts
    212
    Reputation
    31
    Rep Power
    21
    After last library update the script started to work again. 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
  •