Signup Now
Results 1 to 4 of 4

Thread: cast spells

  1. #1
    Free User GrmS_'s Avatar
    Join Date
    Dec 2013
    Posts
    73
    Reputation
    10
    Rep Power
    22

    cast spells

    Hello, I was testing my Soils EK script today and I figured out a thing

    If I use
    if (maround(1, 'charged energy elemental') >= 1) then
    if (cooldown('exori') == 0) then
    cast('exori')
    end
    end

    it works fine
    but if I use

    if (maround(1, 'overcharged energy elemental') >= 1) then
    if (cooldown('exori') == 0) then
    cast('exori')
    end
    end

    it doesnt work, and I saw that 'overcharged energy elemental' isnt appearing his pic on 'targeting'
    maybe bcuz this ?


    --
    --

  2. #2
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    It is because the monster name is Overcharged Energy Element, not Overcharged Energy Elemental.

  3. #3
    Free User GrmS_'s Avatar
    Join Date
    Dec 2013
    Posts
    73
    Reputation
    10
    Rep Power
    22
    Quote Originally Posted by Lucas Terra View Post
    It is because the monster name is Overcharged Energy Element, not Overcharged Energy Elemental.
    Sorry, but on Tibia, on Tibiawiki, tibiabr everywhere its 'overcharged energy elemental'

    I saw right now that on bot its 'overcharged energy element' , I didnt saw this before
    i'll change on action =p but on bot still without monster picture

  4. #4
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    http://tibia.wikia.com/wiki/Overcharged_Energy_Element

    I checked a TibiaCast video and the name was Element. :P

 

 

Posting Permissions

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