Signup Now
Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Windaddon Bug

  1. #1
    Banned
    Join Date
    Jan 2014
    Posts
    439
    Reputation
    43
    Rep Power
    0

    Windaddon Bug

    On clinets runs by windaddon bot can't open door by key probably he don't see them on top!

  2. #2
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    I can't understand shit of what you said.
    Please provide detailed explanation, along with code and instructions on how to reproduce the problem,

  3. #3
    Free User Slashi's Avatar
    Join Date
    Jul 2014
    Location
    Brazil
    Posts
    20
    Reputation
    12
    Rep Power
    0
    me too

  4. #4
    Banned
    Join Date
    Jan 2014
    Posts
    439
    Reputation
    43
    Rep Power
    0
    Quote Originally Posted by Raphael View Post
    I can't understand shit of what you said.
    Please provide detailed explanation, along with code and instructions on how to reproduce the problem,
    Dear raphael meaby run windaddon and check some action for open door by key (deeper fibula, senja)

  5. #5
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by testosteron View Post
    Dear raphael meaby run windaddon and check some action for open door by key (deeper fibula, senja)
    My action might not be your action, so, again, please include code to reproduce the problem.

  6. #6
    Banned
    Join Date
    Jan 2014
    Posts
    439
    Reputation
    43
    Rep Power
    0
    Quote Originally Posted by Raphael View Post
    My action might not be your action, so, again, please include code to reproduce the problem.
    Sorry but I used 7 different actions and same sytuation problem is with windaddon srsly

  7. #7
    Free User HypnoticKiller's Avatar
    Join Date
    Aug 2014
    Posts
    12
    Reputation
    11
    Rep Power
    0
    Do people just not understand what "Provide the code" means?

    Listen, whether the code is the problem or not, it doesn't really matter. What matters is that you're asking for help and someone is willing to offer it, so I suggest you do as they say.

  8. #8
    Free User dedi's Avatar
    Join Date
    Dec 2013
    Posts
    275
    Reputation
    38
    Rep Power
    21
    He probably meant, that bot wasn't comparing numbers good. I had similar situation with this action (this here is after fixes):
    Code:
    --Untrash lever
    if tonumber(topitem(33052, 32099, 6).id) ~= tonumber(17940) and tonumber($posz) == tonumber(6) then
        moveitems(topitem(33052, 32099, 6).id, ground(33050, 32098, 6), ground(33052, 32099, 6))
        waitping()
        gotolabel("ToCity", "WalkCity")
    end


    I had to add everywhere tonumber(). Without it, "
    topitem(33052, 32099, 6).id ~= 17940" was always false.
    Last edited by dedi; 08-21-2014 at 10:52 AM.
    Trade history:

    • Sold 295 ek (Inferna) to Izze
    • Bought 340 rp (Inferna) from Kartofel
    • Sold 292 ek (Calva) to tommy
    • Sold 323 ek (Calva) to Hassan (vt deal)
    • Sold 454 ms (Calva) to FrankNL
    • Bought 424 ms (Calva) from Jack (vt deal)


  9. #9
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    WindAddons has nothing to do with it. You are doing it wrongly.

    If you want to move an item you should use topmoveitem:
    if topmoveitem(12345, 54321, 6).id == 5555 then
    moveitems(5555, ground(12346, 54321, 6), ground(12345, 54321, 6))
    end


    If you wanna use an item, you should use topuseitem:
    if topuseitem(12345, 54321, 6).id == 7777 then
    useitem(7777, ground(12345, 54321, 6))
    end

  10. #10
    Free User Stephano's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    433
    Reputation
    43
    Rep Power
    21
    I had the same problem with key on hotkey, when using it from backpack everything work fine.

 

 

Posting Permissions

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