Signup Now
Results 1 to 8 of 8
  1. #1
    Banned
    Join Date
    Apr 2014
    Location
    United Kingdom
    Posts
    205
    Reputation
    10
    Rep Power
    0

    Roshamuul MC druid help.

    Not sure if this is the right section, But I just need help with MCing roshamuul.

    Would anybody be able to help me with a working sio script, a tree wall script and an avalanche script, Ill post an image below of the location incase it helps, I will be playing the EK manual, but I need a few scripts for the ED if anyone can help.

    Druid is on Yellow Square, Tree Wall is on Red Square, EK is on Black Square.

    Thanks to anyone who can help me.

    Also if your wondering my EK is too low to use Garkstals roshamuul script else I would.

    Last edited by Akali; 06-12-2015 at 04:52 AM.

  2. #2
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,771
    Reputation
    151
    Rep Power
    31
    moved to lua requests, since you're asking for actions

    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. #3
    Banned
    Join Date
    Apr 2014
    Location
    United Kingdom
    Posts
    205
    Reputation
    10
    Rep Power
    0
    Thanks Ozzix.

  4. #4
    Free User glowingstick's Avatar
    Join Date
    Jan 2014
    Posts
    335
    Reputation
    36
    Rep Power
    21
    These are the scripts im using on my sight of surrender teamhunt script (cant remember who made them but credits to them )
    Also for the avalanche part, just change hotkey to "use on target" and add the rest in targeting

    Tree wall (change shootPosx and shootPosy to the right coordinates)


    init start
    local shootPosx = 33555 -- CHANGE THIS
    local shootPosy = 32356 -- CHANGE THIS
    init end

    auto(200)

    if topitem(shootPosx, shootPosy, $posz).id ~= 2130 and itemcount("wild growth rune") > 0 then
    useitemon("Wild Growth Rune", 0, ground(shootPosx, shootPosy, $posz))
    wait(300,500)
    end


    Sio

    init start
    -- local SCRIPT_VERSION = '1.0.0'

    -- Friends to heal
    local friends = {
    'Knight Name'
    }

    local healHPPC = 100 -- Minimum HPPC to heal
    local minHPPC = 85 -- % health missing to heal
    local minMPPC = 10 -- % mana to sio friend at

    -- 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 glowingstick; 06-12-2015 at 01:26 PM.

  5. #5
    Banned
    Join Date
    Apr 2014
    Location
    United Kingdom
    Posts
    205
    Reputation
    10
    Rep Power
    0
    Any idea how I could find out the ID of the square I want? Does windbot have a feature for this or something?

    Thanks alot for your help.

  6. #6
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,771
    Reputation
    151
    Rep Power
    31
    Quote Originally Posted by Akali View Post
    Any idea how I could find out the ID of the square I want? Does windbot have a feature for this or something?

    Thanks alot for your help.
    go to HUD's, the chose general info, and then just hold ur mouse on the square while there are no items on it

    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]

  7. #7
    Free User glowingstick's Avatar
    Join Date
    Jan 2014
    Posts
    335
    Reputation
    36
    Rep Power
    21
    or just go to cavebot and make a stand waypoint

  8. #8
    Banned
    Join Date
    Apr 2014
    Location
    United Kingdom
    Posts
    205
    Reputation
    10
    Rep Power
    0
    Thanks alot guys for your help.

 

 

Posting Permissions

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