Quote:
Originally Posted by shinitenshi
Edited:
-Love the new save feature where you can select (browse)
|
Just for you! Lol j/k it was something that annoyed me right when I first implemented it, just now got around to fixing it. :D
Quote:
|
-I have noticed that if we were to share scripts with eachother we would have to post the Desktop resolution and the gameclient res as well for the scripts to work.
|
No other users would just have to change the coord's in the script to match their setup.
Quote:
|
-add another key "pgup" "pgdown" all the Move Camera keys that way you can quickly se it to birds eye veiw and make scripting easy or just type "mov;640;0,rdn,mov;640;400,rup,"
|
Plan on adding all keys Dekaron uses as Defaults (all the keys in the options list).
Quote:
|
-a must (Bigger Screen for scriptcode for easy editing) and after a certain ammount of char it enters so its not just one continous line :)
|
Yeah I'm not happy with it either, was just a quick solution. The problem comes in when I try to save/load multi-line textboxes from text files. It only loads the first line (stops at carriage return). There is a coding solution but it's annoying and I'm just trying to figure out a different way I want to handle it. But it WILL be changed for sure, I hate it.
Quote:
Code:
mov;640;0,rdn,mov;640;400,rup,s-dn,5000,s-up,a-dn,1000,a-up,s-dn,900,s-up,a-dn,1600,a-up,s-dn,3000,s-up,u,
what it does
birds eye view> runs down 5sec > runs left .9sec > runs down 1.6 sec > runs down 3 sec > next target (to select NPC)
but doesn't work because am using the "u" key and there isn't a key for next npc on the help list so maybe adding one?
Res i used was 1280x800
|
Actually, 'n' is the default for selecting the nearest NPC. :) Just change game option for now to something the bot supports. I'll add 'n' later though.
Quote:
|
Don't you think thats asking to much? How about you make some and post it for us :)
|
My thought's exactly. I made the script bot, you make the scripts.
edit-
Btw, also try setting some of the bot supported keys for your view changing. Actually this makes me think I want to change it so all keys can be held down, released, or just clicked like the movement keys and mouse currently can.
Also Some things coming in next release include fixes for a couple bugs I am aware of. Mostly unfinished code dealing with starting/stopping bots while Scriptbot is on, especially in compactmode.
I will probably add that keydown,up,click thing for each key as well as adding more keys in new version. Definitely going to work something out with the scriptbox. I would like to have about a 10 line box with wordwrap and also have it so you can use line break(enter key) whenever you like. I have a pretty easy way worked out in my mind, just gotta try it out in code. :D
Couple ideas I'm hoping to add include commenting, so you can comment your script. like
Code:
1,1000,2,1000,'this is my skills 1 and 2, etc..
I also have an idea for some degree of color detection in the scripts so you could write true healer bot scripts. It would go something like this for the command:
Code:
match;(coordx);(coordy);(colorcode);(first action for match):(second action for match for as many actions you want).
Then the same syntax for a
.
I'm too stoned for the other idea's I've had to come to me atm. So ta ta for now. Btw, don't expect this next update to be too quick. But bet your ass Thursday morning will see a patch update. :)