Signup Now
Results 1 to 3 of 3

Thread: [Duplicate] Wai

  1. #1
    Free User
    Join Date
    Jan 2015
    Posts
    3
    Reputation
    10
    Rep Power
    0

    [Duplicate] Wai

    1. What OS you are at?
    w10

    2. Real PC or VPS?
    laptop

    3. Using WindAddons? Which version?
    no

    4. Which version of WindBot?
    beta.34

    5. Which version of Game Client?
    tbi 11.02.4171

    6. Do you have a Dedicated Graphics Card?
    nvidea 820m notebook

    7. Detailed description of the problem.
    Lurer actions like this are not being respected
    -- [[ Wait for mobs]] --
    local i = 0
    while (i < 4000) and (maround(2, unpack(Monsters)) < 4) and getuseroption("style") == "Hardcore" do
    amount = 0
    foreach creature m "mf" do
    if m.dist > 2 and (table.find(Monsters, m.name)) and m.dist <= 8 and m.isreachable and m.posx < $posx then
    amount = amount + 1
    end
    end
    if amount > 0 then
    wait(200)
    i = i + 200
    else
    break
    end
    end
    _target("yes")

    8. If applicable, a GIF of the action hosted on imgur.com.

    9. Debug Log.

    10. Comments.

  2. #2
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,911
    Reputation
    109
    Rep Power
    32
    My guess is that you have to do table.lower(Monsters) before that code. On T11 creature names are being returned lowercase.



    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

  3. #3
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    29
    This is a duplicate of WindBot is returning monster names in lowercase. I'm closing it as such.

    Please move all the discussion to the referenced 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
  •