heya, this is my second script (the first one was EXTREMELY simple) I'm still learning the ropes so plz don't flame me (course by saying that i prolly doom myself to being flamed and yelled at) The script is basically supposed to make my charactar beg (the goodie-class's version of pickpocketing) A simple version of the script would b to just have it as follows:
Code: Select all
Sub Main
:Loop
/doability begging
/goto :Loop
/return
I know it's pretty simple, but it works for things like track. . . just stick on and go to bed. . . The only problem is that with beg, you can DIE. . . so i have to stick in a bit of code to make my charactar walk to my target to beg. . . I am having trouble with the walk part. . . I have tried what i have found on the boards but it doesn't seem to work. . . I don't wanna just go to google or something and cut n paste in a macro. . i wanna do it myself, without being cheap. So far i have this:
Code: Select all
Sub Main
:Loop
/target "Guard Zeph"
/face "Guard Zeph"
[color=red]Here's the problem, i am not sure what would go here, but i think it would be a combo of the /if command and the /keypress commands, possibly with a /delay command, but i am not sure myself. . .[/color]
/doability begging
/goto :Loop
/return
Well all help will be appreciated! My first post so if i'm not doing it right plz tell me, but don't be mean? lol. . .