Signup Now
Results 1 to 8 of 8
  1. #1
    Moderator Dehan's Avatar
    Join Date
    Dec 2013
    Posts
    1,404
    Reputation
    315
    Rep Power
    26

    Slime Fungus Cleaner

    Slime Fungus Cleaner

    Description:
    It will use the Slime Gobbler to clean the Slime Fungus on the floor.

    Configuration:
    Make sure you have the Slime Gobbler on hotkeys with "use with crosshair".
    Enable the hotkey and be happy!

    Code:
    init start
    FID = {12060, 12061, 12063, 12075, 12076}
    init end

    auto(1000)
    for _,Fung in ipairs(FID) do
    for i = -7,7 do
    for j = -5,5 do
    fungustile = gettile($posx+i,$posy+j,$posz)
    for ftilecount = 1,fungustile.itemcount do
    if fungustile.item[ftilecount].id == Fung and tilereachable($posx+i,$posy+j,$posz) and maround(7) == 0 then
    FungX,FungY = $posx+i,$posy+j
    pausewalking(5000)
    reachlocation(FungX,FungY,$posz,1)
    useitemon('slime gobbler', 0, ground(FungX,FungY,$posz))
    pausewalking(0)
    wait(5000)
    end
    end
    end
    end
    end
    Last edited by Dehan; 08-18-2014 at 08:17 PM.

    Level Latest Scripts by Dehan
    250+
    [EK & ED & MS & RP] [Navigation] Prison -1
    200+
    [EK & ED & MS] [Navigation] Asura Palace
    200+
    [EK & ED] [Navigation] Lower Roshamuul Softcore

  2. #2
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39
    Thank you very much !

  3. #3
    Free User
    Join Date
    Feb 2014
    Posts
    18
    Reputation
    10
    Rep Power
    0
    Works like charm ! thank you

  4. #4
    Free User
    Join Date
    Jul 2015
    Posts
    12
    Reputation
    10
    Rep Power
    0
    how i can use it? some one can explain?

  5. #5
    Free User Diaxy's Avatar
    Join Date
    Jul 2014
    Posts
    1,091
    Reputation
    94
    Rep Power
    22
    Quote Originally Posted by kuriboh View Post
    how i can use it? some one can explain?
    Add this action to persistents.

  6. #6
    Free User
    Join Date
    Jul 2015
    Posts
    12
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Diaxy View Post
    Add this action to persistents.
    thanks i test it now!

  7. #7
    Wind Powered
    Join Date
    Jul 2016
    Posts
    27
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Dehan View Post
    Slime Fungus Cleaner

    Description:
    It will use the Slime Gobbler to clean the Slime Fungus on the floor.

    Configuration:
    Make sure you have the Slime Gobbler on hotkeys with "use with crosshair".
    Enable the hotkey and be happy!

    Code:
    init start
    FID = {12060, 12061, 12063, 12075, 12076}
    init end

    auto(1000)
    for _,Fung in ipairs(FID) do
    for i = -7,7 do
    for j = -5,5 do
    fungustile = gettile($posx+i,$posy+j,$posz)
    for ftilecount = 1,fungustile.itemcount do
    if fungustile.item[ftilecount].id == Fung and tilereachable($posx+i,$posy+j,$posz) and maround(7) == 0 then
    FungX,FungY = $posx+i,$posy+j
    pausewalking(5000)
    reachlocation(FungX,FungY,$posz,1)
    useitemon('slime gobbler', 0, ground(FungX,FungY,$posz))
    pausewalking(0)
    wait(5000)
    end
    end
    end
    end
    end
    And just why is it persistent that it will use when fungus appears?

  8. #8
    Free User
    Join Date
    Apr 2018
    Posts
    3
    Reputation
    10
    Rep Power
    0
    What to do to not use gobbler on myself?
    Last edited by Belfer Roku; 05-08-2019 at 11:35 AM.

 

 

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
  •