Signup Now
Page 4 of 6 FirstFirst ... 23456 LastLast
Results 31 to 40 of 52

Thread: Auto Responder

  1. #31
    Free User
    Join Date
    Oct 2014
    Posts
    11
    Reputation
    10
    Rep Power
    0
    why does the script when copy and pasted only copy to the first line and also copies the side numbers into the script. please help!

  2. #32
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    22
    Quote Originally Posted by codyjaymes View Post
    why does the script when copy and pasted only copy to the first line and also copies the side numbers into the script. please help!
    wat

    Do you use internet explorer ?

    Btw I gave a link to the script in RAW form: https://raw.githubusercontent.com/Le...oResponder.lua

  3. #33
    Free User
    Join Date
    Oct 2014
    Posts
    11
    Reputation
    10
    Rep Power
    0
    I found the link, thank you! maybe try naming it something other than gist :P to eliminate any confusion. Thank you very much for this script.

  4. #34
    Free User
    Join Date
    Dec 2014
    Posts
    66
    Reputation
    24
    Rep Power
    19
    @Leonardo

    I was trying your script on several situations and it seems to me that it sometimes sends message in local chat instead of a private message.
    Then in the tibia client I see "*characterName* Hiho" for example, just printed in local chat.
    To fix that I changed the script to always respond to private messages through NPC channel, that way it seems to never fail sending a message.
    This is probably due to some weird client behaviour on Cipsoft's side, but it's what I noticed.

    Change I made on line 155 and line 188:
    say("NPCs", string.format("*%s* %s", m.sender, msg))


    I does not always occur, just rarely, don't know if anyone else experienced similar behaviour.
    Last edited by Heronas; 01-09-2015 at 06:06 PM.

  5. #35
    Free User
    Join Date
    Jul 2014
    Posts
    4
    Reputation
    10
    Rep Power
    0
    vry nice bro
    ty for help

  6. #36
    Free User
    Join Date
    Jan 2015
    Posts
    52
    Reputation
    10
    Rep Power
    19
    The style now is "iam gonna report you" "reported" "will report" "report bot". It is good to update the persistent when u use it

  7. #37
    Free User
    Join Date
    May 2015
    Posts
    25
    Reputation
    13
    Rep Power
    0
    Do i put it in Cavebot > Scripter? Or just Scripter?

  8. #38
    Helper StaR's Avatar
    Join Date
    Dec 2013
    Location
    Manchester
    Posts
    713
    Reputation
    50
    Rep Power
    22
    Quote Originally Posted by qisse View Post
    Do i put it in Cavebot > Scripter? Or just Scripter?
    It can go in either one.
    Cavebot Script = Will only work when cavebot is enabled.
    Persistent Script = Will work all the time.

    But you won't need it when cavebot isn't enabled to I suggest that you put it inside Cavebot scripter.



  9. #39
    Free User
    Join Date
    May 2015
    Location
    Sweden
    Posts
    54
    Reputation
    10
    Rep Power
    19
    Hey guys. What script can i use (or action) in the cavebot to turn autoresponder off when going to refill? I just need the code for the 'action' in cavebot to switch it off, than another to switch it back on. Thanks!

  10. #40
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,670
    Reputation
    73
    Rep Power
    26
    Quote Originally Posted by Lolarry View Post
    Hey guys. What script can i use (or action) in the cavebot to turn autoresponder off when going to refill? I just need the code for the 'action' in cavebot to switch it off, than another to switch it back on. Thanks!
    Use this to enable (Action Waypoint):

    setsetting("Persistent/Scripts/Auto Responder/Enabled", "yes")





    Use this to disable (Action Waypoint):

    setsetting("Persistent/Scripts/Auto Responder/Enabled", "no")


    ps: ensure action name is Auto Responder at Persistents.


    Visit:
    (◣_◢)

 

 

Posting Permissions

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