i did what you said but it still doesent work when i press insert,and i pressed play
How about holding down the insert key? Don't forget that we are adding all of the script commands to the keypress category and not the key release category.
How about holding down the insert key? Don't forget that we are adding all of the script commands to the keypress category and not the key release category.
Holding down means in this case that he repeats the script inf times, so its the same as an inf loop.
same as pressing a key, it will repeat this letter or the command behind it, until you release.
example: [button pressed]aaaaaaaaaaaaaaaaaaaaaaaaaaaa[button released]
should work in both cases, either hold the button or implement a inf loop at the end of the script.
but even if you press the button once! he should execute the script once, so here it is not the case.
I don't exactly know your config or what steps you do, in order to help you, but try this, export your config, and post it here, so i can look into this.
Holding down means in this case that he repeats the script inf times, so its the same as an inf loop.
same as pressing a key, it will repeat this letter or the command behind it, until you release.
example: [button pressed]aaaaaaaaaaaaaaaaaaaaaaaaaaaa[button released]
should work in both cases, either hold the button or implement a inf loop at the end of the script.
but even if you press the button once! he should execute the script once, so here it is not the case.
I don't exactly know your config or what steps you do, in order to help you, but try this, export your config, and post it here, so i can look into this.
Agreed, we would need to see the config file to help further Pravesh, and I will check it out as well.
Holding down a Button is an easier way, because you exit the script when releasing the button,
while in my script I need to stop the profile.
Next thing here, I tried the script with hot-swap now, and it did not work
So my question, since we need a second button press, why not combine two scripts?
Like Autoit and Pinnacle, is this possible? to create a Autoit script, which emulates a timed button press?
Because here is no GG that looks for a real button press...
lets say we have cycle command on the INSERT key,
lets call those cycles:
1-Buff
2-AMC (Attack&Movement&Camera)
while AMC is repeated 35 times -based on the breaks in there- to sum up to 30 minutes, (duration of buffs)
Buff is only needed once every 30 mins,
so the Autoit script, presses INSERT infinity times
I know, sounds weird, but it is an option ^^
other option would be placing Buff on releasing the button, so AMC will be repeated 35 times on buttonpress and Buff will be executed on button release
and Autoit will press INSERT again inf times
the point here is, if Pinnacle recognizes a fake buttonpress, and executes its own script....
Holding down a Button is an easier way, because you exit the script when releasing the button,
while in my script I need to stop the profile.
Next thing here, I tried the script with hot-swap now, and it did not work
So my question, since we need a second button press, why not combine two scripts?
Like Autoit and Pinnacle, is this possible? to create a Autoit script, which emulates a timed button press?
Because here is no GG that looks for a real button press...
lets say we have cycle command on the INSERT key,
lets call those cycles:
1-Buff
2-AMC (Attack&Movement&Camera)
while AMC is repeated 35 times -based on the breaks in there- to sum up to 30 minutes, (duration of buffs)
Buff is only needed once every 30 mins,
so the Autoit script, presses INSERT infinity times
I know, sounds weird, but it is an option ^^
other option would be placing Buff on releasing the button, so AMC will be repeated 35 times on buttonpress and Buff will be executed on button release
and Autoit will press INSERT again inf times
the point here is, if Pinnacle recognizes a fake buttonpress, and executes its own script....
I think to do what you are proposing we will need to know exactly how is the Pinnacle able to work with GameGuard running, considering that the conventional Windows API's cannot be used with Game Guard running. I think if we find the answer to that riddle then we will have our answer for a bypass for anything else.
any1 here can give the config of camera n movement or buff config?
reading all this giving me good config for the bot but not the cam n movement..
any1 can teach me about it?
I improved my bot by using no movement, because you move without it a lot ^^
for camera turn use this:
mouse goto [center of your rappelz-screen]
right mouse click down
mouse goto [x: +200 y: +0]
right mouse click up
this means a turn of about 90 degree to the right side
just test some x values don't know if 200 works for all resolutions
my bot does not need movement any more, with movement there is a possibility that you leave the area, or that you get into an area without mobs.
instead I use
Tab
key 2 (chipping)
break 5 secs (so that the mob moves to your location)
key 1 (attack)
break 10 secs (for attacking)
key 9 (loot)
break 1 sec (looting)
key 9
break 1
key 9
break 1
[manual repeat of this code 3 times so that you attack 3 mobs in your current screen]
Heal
Camera turn
Loop inf times
this is my script, I recognized that my bot is still moving around, but much less than using movement in it.
Still, I am not able to implement some sort of buffing after 30 mins...
so I need for killing 3 mobs 57 secs,
for healing and turning camera around 3 secs,
makes one minute
i could implement buffing after one minute, but its too mana consuming and too ineffective
rite now i use it seem good.. but...
it seem dont wanna loop after 3 attack if i put infinite loop after the cam movement..
n it only loop the cam movement...
the cam movement very fast @@ i dizzy looking at it...
so i put 2 sec pause after cam movement it seem more nice...
rite now i use it seem good.. but...
it seem dont wanna loop after 3 attack if i put infinite loop after the cam movement..
n it only loop the cam movement...
the cam movement very fast @@ i dizzy looking at it...
so i put 2 sec pause after cam movement it seem more nice...
sry for bad english
If you have any repeat/loopback commands before the infinite loop command then the infinite loop command will only repeat back to the last loop command.
got your winprofile, and i will check this today [EDIT]
The Pictures down there show you the differences between your and my config,
and i have to say, with those changes your bot works, like you see in the texteditor
Tab
key 2 (chipping)
break 5 secs (so that the mob moves to your location)
key 1 (attack)
break 10 secs (for attacking)
key 9 (loot)
break 1 sec (looting)
key 9
break 1
key 9
break 1
[manual repeat of this code 3 times so that you attack 3 mobs in your current screen]
Heal
Camera turn
Loop inf times
@pravesh12: Are you using a USB or PS2 keyboard? I am using a USB keyboard myself on XP and I have my macro mapped to Keypress Number 1. When I press and hold the '1' button on my keyboard my script does not start, yet when that key is mapped to the gamepad button and the button is held on the joystick it works just fine. Not quite sure what is going on with that but I would be interested to know if you are using USB as well.