Signup Now
Page 6 of 7 FirstFirst ... 4567 LastLast
Results 51 to 60 of 65
  1. #51
    Free User albino's Avatar
    Join Date
    Apr 2014
    Location
    Brazil
    Posts
    183
    Reputation
    27
    Rep Power
    21
    @Lucas Terra
    Is there any chance to add an option in WindAddons to choose if you want or not to block adding marks to minimap?

  2. #52
    Free User
    Join Date
    Jan 2016
    Posts
    125
    Reputation
    10
    Rep Power
    17
    atm windbot stacking on actions "while, do". sometimes must change to if, then but on some situations- better was while,do. i think its not script (before was all ok- 1,5 month with use the same script.)

  3. #53
    Free User
    Join Date
    Jan 2016
    Posts
    125
    Reputation
    10
    Rep Power
    17
    fail in before message:
    im tested it on many options and i checked it stacks when checking stacking items NAMED, not IDs. for example now i tested that and it works:
    PHP Code:
    while $belt.id == itemid(21470) do
        
    moveitems(21470,ground($posx,$posy,$posz),'belt',100)
    end
    while itemcount(21351)+itemcount(21352)+itemcount(2920)+itemcount(21470) > do
        
    moveitems(21351,ground($posx,$posy,$posz),100)
        
    moveitems(21352,ground($posx,$posy,$posz),100)
        
    moveitems(2920,ground($posx,$posy,$posz),100)
        
    moveitems(21470,ground($posx,$posy,$posz),100)
        
    end
    eatfoodfull
    () 
    before patch this script was working full afk. now it doesn't working:
    PHP Code:
    while $belt.id == itemid('simple arrow') do
        
    moveitems('simple arrow',ground($posx,$posy,$posz),'belt',100)
    end
    while itemcount(21351)+itemcount(21352)+itemcount('torch') > do
        
    moveitems(21351,ground($posx,$posy,$posz),100)
        
    moveitems(21352,ground($posx,$posy,$posz),100)
        
    moveitems('torch',ground($posx,$posy,$posz),100)
        
    end 
    eatfoodfull()

  4. #54
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    Quote Originally Posted by albino View Post
    @Lucas Terra
    Is there any chance to add an option in WindAddons to choose if you want or not to block adding marks to minimap?
    Sure there is, but why would you want that? Map marks fucks up your botting experience.

  5. #55
    Wind Powered
    Join Date
    Nov 2015
    Posts
    11
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Lucas Terra View Post
    Sure there is, but why would you want that? Map marks fucks up your botting experience.
    I sometimes want to bot on one instance of MC, and do something manually on the other and then the minimap marks are helpful.

  6. #56
    Free User albino's Avatar
    Join Date
    Apr 2014
    Location
    Brazil
    Posts
    183
    Reputation
    27
    Rep Power
    21
    Quote Originally Posted by Lucas Terra View Post
    Sure there is, but why would you want that? Map marks fucks up your botting experience.
    I use marks to hunt Roshamuul for example. I'm a Druid so I mark the spots that I must stay, so all I have to do is click in the mark and char will go to the correct spot easily. Helps a lot to get in the spot and throw wild growth fast.

  7. #57
    Free User
    Join Date
    Nov 2015
    Posts
    90
    Reputation
    10
    Rep Power
    17
    don't get it is it 2.7.6 or 2.7.7 ?

  8. #58
    Wind Powered
    Join Date
    Nov 2015
    Posts
    11
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by lantian View Post
    don't get it is it 2.7.6 or 2.7.7 ?
    Both are for Tibia 10.91, but 2.7.7 is the newest.

  9. #59
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    2.7.7 link Fixed
    Helped you? REP+

  10. #60
    Free User
    Join Date
    Aug 2014
    Posts
    1
    Reputation
    10
    Rep Power
    0
    I have a lot of problems with my script, the char stuck he doesn't open the dp the bps anything idk if u can help me.

    thanks you

 

 

Posting Permissions

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