impvillageenu 1 Report post Posted November 5 Hey guys, its been a while and i am back to the dofus.I am right now in need of working script for dofus 2.53.Anyone can help me with that?Thanks in advance- Quote Share this post Link to post Share on other sites
Horxy 505 Report post Posted November 6 I used this when I was playing had F1-F7 for chars and F8 for Chrome Quote SetTitleMatchMode, 2 $F1:: IfWinExist Horxy { WinActivate } return $F2:: IfWinExist Seemyool { WinActivate } return $F8:: IfWinExist Chrome { WinActivate } return Quote Furye Fight Guide Share this post Link to post Share on other sites
EUPHORIA 507 Report post Posted November 6 (edited) \:: MouseGetPos, xpos, ypos ControlClick, x%xpos% y%ypos%, char1 MouseGetPos, xpos, ypos ControlClick, x%xpos% y%ypos%, char2 MouseGetPos, xpos, ypos ControlClick, x%xpos% y%ypos%, char3 MouseGetPos, xpos, ypos ControlClick, x%xpos% y%ypos%, char4 MouseGetPos, xpos, ypos ControlClick, x%xpos% y%ypos%, char5 MouseGetPos, xpos, ypos ControlClick, x%xpos% y%ypos%, char6 MouseGetPos, xpos, ypos ControlClick, x%xpos% y%ypos%, char7 MouseGetPos, xpos, ypos ControlClick, x%xpos% y%ypos%, char8 ControlClick, x%xpos% y%ypos%, Dofus 2.52.0:1 return F1:: WinActivate, char1 F2:: WinActivate, char2 F3:: WinActivate, char3 F4:: WinActivate, char4 F5:: WinActivate, char5 F6:: WinActivate, char6 F7:: WinActivate, char7 F8:: WinActivate, char8 . . . 1st thing is for auto moving all characters to desired cell. Also works for joining fights and talking to npc. All you have to do is to move your mouse and click, in this case, \ for all characters to move. On a current script I sent, automove button is \, but you can change that if you like. (put button you'd like to use before ::) 2nd thing is f1-f8 character switching, handy once you are in fight. Edited November 6 by EUPHORIA Quote Share this post Link to post Share on other sites
impvillageenu 1 Report post Posted November 7 Thank you very much for the scripts guys i will try them soon Quote Share this post Link to post Share on other sites