Signup Now
Page 39 of 65 FirstFirst ... 29373839404149 ... LastLast
Results 381 to 390 of 647
  1. #381
    Free User
    Join Date
    Jun 2014
    Posts
    2
    Reputation
    10
    Rep Power
    0
    Plx add funkcion wave and beam. This can shoot wave/beam when monsters or target are in wave/beam place.

  2. #382
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by doctoryamato View Post
    Need script for "anty pk" i mean that if someone attack my character my character will attack him too
    auto(100)

    if $pattacker.id ~= 0 and $attacked.id ~= $pattacker.id then
    attack($pattacker.id)
    end

  3. #383
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by majin View Post
    can anybody make a script for energy ring being equipped and then with the same hotkey uneqip just like it was on elfbot?

    Please and thank you.
    Sorry, I didn't really get your request. At all.

  4. #384
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by dzoszi View Post
    Plx add funkcion wave and beam. This can shoot wave/beam when monsters or target are in wave/beam place.
    Try using @Leonardo's hotkey.

  5. #385
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by Justx View Post
    Hi, I remember that in elfbot I could do a script that would show me how long would it take me to level my skills (ml, sword, shield, fishing) do you have something like that?
    I know it'll not be that accurate but I dont care it'll work for me, its based on how long you took 1% of you skill and then calculates based on how long it would take the remaining %, and it would also become more accurate after some time because it would make the calculation based on 2%, then 3% etc etc, that how it went on elfbot, possible, here?
    Thanks!
    While this is quite possible, and I have in fact done it before on Neobot, I've been stalling to rewrite it.
    I'll see if I can find the time to do it, though. Stay tuned!

  6. #386
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by Kostek View Post
    I couldn't find one so I'm gonna ask here :P

    are you able to make a hotkey that will write in the guild chat a specific text I put in there, when my character is under attack from another player? So an example would be 'pk venore coryms' as the character is getting killed at coryms. It would let my guild members that are on save my chars if I'm afk :P. Would be awesome if you could make that.

    thanks
    Done

    http://forums.tibiawindbot.com/showt...0339#post70339

  7. #387
    Free User Justx's Avatar
    Join Date
    Jun 2014
    Posts
    192
    Reputation
    19
    Rep Power
    23
    Quote Originally Posted by Raphael View Post
    While this is quite possible, and I have in fact done it before on Neobot, I've been stalling to rewrite it.
    I'll see if I can find the time to do it, though. Stay tuned!
    Okay, dude thanks a lot!

    oh my: You must spread some Reputation around before giving it to Raphael again.

  8. #388
    Free User Zacko's Avatar
    Join Date
    Jul 2014
    Location
    Spain
    Posts
    274
    Reputation
    31
    Rep Power
    23
    Hello Raphael, can you make a hotkey for stack vampires?
    I'm using this right now but sometimes it stucks my bot:
    auto(800, 1000)
    if $lootsaround == 0 and $targetingtarget.id == 0 and stakespots(7) > 0 then
    stake(7,true,true)
    pausewalking(3000)
    end

  9. #389
    Wind Powered Fredrik's Avatar
    Join Date
    Apr 2014
    Posts
    178
    Reputation
    10
    Rep Power
    23
    @Raphael

    Make a reconnecter with setting on targeting/cavebot, checkin temple/skull and not rly need bps to open due if u have good script it will go refill if bps are closed, so it can be on/off

  10. #390
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by Zacko View Post
    Hello Raphael, can you make a hotkey for stack vampires?
    I'm using this right now but sometimes it stucks my bot:
    auto(800, 1000)
    if $lootsaround == 0 and $targetingtarget.id == 0 and stakespots(7) > 0 then
    stake(7,true,true)
    pausewalking(3000)
    end
    Sorry, @Lucas Terra said I shouldn't mess with that stuff because I will break everything and everyone's scripts.

 

 

Posting Permissions

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