Jump to content

Adekz94

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Adekz94

  1. 5 hours ago, untucbre said:

    I need a script to use a spell and a script to use a certain item permanently

    I have using this script for spells.
     

    Quote

    if g_game.isAttacking() then
        if #g_game.getMonstersAround(1) >= 2 then
            g_game.talk("Area Spell")
        else
            g_game.talk("Target")
        end
    end
    auto(500)

    It's using Target if you are attacking someone or use area spell if monsters are more then 2.

     

    What you want to use? Food or something like that? I use this script. 
     

    Quote

    local foodId = food_ID
    g_game.use(foodId)
    auto(10000, 30000)

     

  2. Hi,
    I need script that use item on other item. Something like upgrading item.
    Something like that if i was able to use elfbot:
    if [$itemcount.IDFIRST == 1] { useoninventoryitem IDFIRST IDSECOND}

     

×
×
  • Create New...