Signup Now
Page 7 of 8 FirstFirst ... 5678 LastLast
Results 61 to 70 of 71
  1. #61
    Free User senz's Avatar
    Join Date
    Dec 2013
    Location
    Spain
    Posts
    413
    Reputation
    75
    Rep Power
    21
    I want to heal at a random % from 66 to 73, so its more "human".
    How can this be done, with the action posted 4 post above?

    This will work good too? atm using the action of the thread and its simply perfect

  2. #62
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    Quote Originally Posted by senz View Post
    I want to heal at a random % from 66 to 73, so its more "human".
    How can this be done, with the action posted 4 post above?

    This will work good too? atm using the action of the thread and its simply perfect
    healHPPC = math.random(66, 73)

    Level Latest Scripts
    250+
    Oramond Sewers [MAGE |RP X1 | RP X2 |RP X3|EK X2 | EK X1]
    200+
    Banuta X2 [MAGE | RP]
    280+
    Roshamuul Mountain [RP]
    280+
    Ferumbras Lair [RP]
    250+
    Roshamuul North Silencers [RP]

  3. #63
    Free User senz's Avatar
    Join Date
    Dec 2013
    Location
    Spain
    Posts
    413
    Reputation
    75
    Rep Power
    21
    thanks^, fast as the wind

    You must spread some Reputation around before giving it to ozzix again

  4. #64
    Free User
    Join Date
    Jan 2014
    Posts
    9
    Reputation
    10
    Rep Power
    0
    Well can i put in like 20 other ppls on the sio list? Cus im trying to get all my guild m8ts on sio for war :P

    For example....? How to make this work???

    init start
    -- local SCRIPT_VERSION = '1.0.0'

    -- Friends to heal
    local friends = {
    'Cachero',
    'Bubble'
    'tupac'
    'Mohammed' < ----------<------------------ <---------- More people, need like 20x to heal in battle. So how?
    'Boegmannen'
    'Svartbatmanfitta'
    }

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

    -- DO NOT EDIT BELOW THIS LINE --

    table.lower(friends)
    init end

    auto(100)

    if $hppc >= minHPPC and $mppc >= minMPPC then
    foreach creature m 'pt' do
    if m.hppc < healHPPC and table.find(friends, m.name:lower()) then
    cast('exura sio "' .. m.name:lower())
    waitping()
    return
    end
    end
    end
    Last edited by Qeeenz; 04-05-2016 at 08:22 PM.

  5. #65
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    Quote Originally Posted by Qeeenz View Post
    Well can i put in like 20 other ppls on the sio list? Cus im trying to get all my guild m8ts on sio for war :P

    For example....? How to make this work???

    init start
    -- local SCRIPT_VERSION = '1.0.0'

    -- Friends to heal
    local friends = {
    'Cachero',
    'Bubble'
    'tupac'
    'Mohammed' < ----------<------------------ <---------- More people, need like 20x to heal in battle. So how?
    'Boegmannen'
    'Svartbatmanfitta'
    }

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

    -- DO NOT EDIT BELOW THIS LINE --

    table.lower(friends)
    init end

    auto(100)

    if $hppc >= minHPPC and $mppc >= minMPPC then
    foreach creature m 'pt' do
    if m.hppc < healHPPC and table.find(friends, m.name:lower()) then
    cast('exura sio "' .. m.name:lower())
    waitping()
    return
    end
    end
    end
    Just add all of them?

    Level Latest Scripts
    250+
    Oramond Sewers [MAGE |RP X1 | RP X2 |RP X3|EK X2 | EK X1]
    200+
    Banuta X2 [MAGE | RP]
    280+
    Roshamuul Mountain [RP]
    280+
    Ferumbras Lair [RP]
    250+
    Roshamuul North Silencers [RP]

  6. #66
    Free User
    Join Date
    Jan 2014
    Posts
    9
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Qeeenz View Post
    Well can i put in like 20 other ppls on the sio list? Cus im trying to get all my guild m8ts on sio for war :P

    For example....? How to make this work???

    init start
    -- local SCRIPT_VERSION = '1.0.0'

    -- Friends to heal
    local friends = {
    'Cachero',
    'Bubble'
    'tupac'
    'Mohammed' < ----------<------------------ <---------- More people, need like 20x to heal in battle. So how?
    'Boegmannen'
    'Svartbatmanfitta'
    }

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

    -- DO NOT EDIT BELOW THIS LINE --

    table.lower(friends)
    init end

    auto(100)

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

    I did add all of my team m8t but it did not work. So if som1 can just make it work for me... cus im kinda new, didn't even work when i change the name bubble and cachero.
    So can you make more slots so i can use yours?

  7. #67
    Free User downloadkct's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    1,167
    Reputation
    25
    Rep Power
    23
    Thanks raphael, using it atm
    Old 'n Proud Neobot-Elfbot and blackd user

  8. #68
    Free User
    Join Date
    Aug 2016
    Posts
    1
    Reputation
    10
    Rep Power
    0
    Ima trying to use this script, and it doenst work well for me.
    Iam new here by the way.
    in the Friends to heal
    local friends = {
    'Cachero',
    'Bubble'
    } -> this part i replace one of the names and put the name of the guy i want to heal
    local healHPPC = 100 -- Minimum HPPC to heal _> this part i put the Hp that i wanna heal at right? so i put for example 2000,
    local minHPPC = 30 -- Minimum HPPC you should have to heal -> this part i put 500, that will be my hp right?
    local minMPPC = 30 -- Minimum MPPC you should have to heal -> and this other will be my mana? i put 400

    But is not working . I put the script in the tab that says scripter persistent, then turn on. Do i have do to something else, or am i making something wrong ?
    thanks

  9. #69
    Free User
    Join Date
    Oct 2016
    Posts
    1
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by popotevolador View Post
    Ima trying to use this script, and it doenst work well for me.
    Iam new here by the way.
    in the Friends to heal
    local friends = {
    'Cachero',
    'Bubble'
    } -> this part i replace one of the names and put the name of the guy i want to heal
    local healHPPC = 100 -- Minimum HPPC to heal _> this part i put the Hp that i wanna heal at right? so i put for example 2000,
    local minHPPC = 30 -- Minimum HPPC you should have to heal -> this part i put 500, that will be my hp right?
    local minMPPC = 30 -- Minimum MPPC you should have to heal -> and this other will be my mana? i put 400

    But is not working . I put the script in the tab that says scripter persistent, then turn on. Do i have do to something else, or am i making something wrong ?
    thanks
    Maybe you forgot to put commas after each name?

  10. #70
    Banned
    Join Date
    Jun 2014
    Location
    Sweden
    Posts
    626
    Reputation
    29
    Rep Power
    0
    Quote Originally Posted by popotevolador View Post
    Ima trying to use this script, and it doenst work well for me.
    Iam new here by the way.
    in the Friends to heal
    local friends = {
    'Cachero',
    'Bubble'
    } -> this part i replace one of the names and put the name of the guy i want to heal
    local healHPPC = 100 -- Minimum HPPC to heal _> this part i put the Hp that i wanna heal at right? so i put for example 2000,
    local minHPPC = 30 -- Minimum HPPC you should have to heal -> this part i put 500, that will be my hp right?
    local minMPPC = 30 -- Minimum MPPC you should have to heal -> and this other will be my mana? i put 400

    But is not working . I put the script in the tab that says scripter persistent, then turn on. Do i have do to something else, or am i making something wrong ?
    thanks
    It is % so you cant write 2000. HPPC 100 is full health

 

 

Posting Permissions

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