ARK: Survival Evolved
Out of jail Macro help
So its day 22 and im still jailed. Cant transfer new character to server while cuffed or create new char.

So i will have to hope for a 35min window when none of these guys are online or someone skips a hydrating/feeding duty.

Im still trying to come up with a macro that clicks 15 times and sleeps 8 sec.


Ive tried this but it doesnt work:

f1::
loop
{
loop 15
{
click
}
sleep, 8000
}
return

f2::exitapp


Help
< >
Показані коментарі 1630 із 36
You could always try and reach out to the forums to help bail you out! I would love to have a raid to rescue prisoners unjustly imprisioned.
Цитата допису kotawolf:
This is why i won't play pvp, to many children who never will grow up.
If I remember corectly it is a PVE server he is on
Цитата допису Madcow:
You could always try and reach out to the forums to help bail you out! I would love to have a raid to rescue prisoners unjustly imprisioned.
Could get someone from SE with a wyvern?
Where are you? Time for a prison break!!!!!
Your a pet, stop ruining the fun for your new keeper and embrace your new role. I shant set you free. Unless that is you can guess the fruit im thinking about right now. 3 2 1 go!!
Автор останньої редакції: Hannibal; 12 верес. 2016 о 17:47
well if you all feel so strong about helping out or raiding why not make this post a call to arms, to arm up create a group of people and raid the servers to free people like this guy i know just like me there are enough of you guys that own teamspeak servers discord servers streamers and what ever. besides you all want the dev's to nodis then make a move mend show them that the players are stepping in on this subject you can complain all you want but it's like politics there never gone lissen untill ♥♥♥♥ go's down
I'll help ya out wr just need a server name and location.
Uh what language is that script in, or is that running in a program where f1, click, sleep, are predefined?
I thought I told you it needed to be debugged. Here it is:

f1::
loop
{

loop 15
{
click
sleep, 900
}
sleep, 8000
}
return


f2::reload





It works just needed a sleep timer because AHK is much faster than the Ark's punching animation. Script must be ran as an administrator with ark the active window.
MOVE TO ANOTHER SERVER
They need a new capture debuff. For ever day you are captured the lower your max hp becomes leading to death after 10 days
If you cant do the time, dont do the crime :D
The new fever should sort this
Oh wow...that just sounds like a terrible idea to put ina game...
Цитата допису brian77zeta:
So its day 22 and im still jailed. Cant transfer new character to server while cuffed or create new char.

So i will have to hope for a 35min window when none of these guys are online or someone skips a hydrating/feeding duty.

Im still trying to come up with a macro that clicks 15 times and sleeps 8 sec.


Ive tried this but it doesnt work:

f1::
loop
{
loop 15
{
click
}
sleep, 8000
}
return

f2::exitapp


Help


The more I thought about it... You could also use this I think it would be more efficient script:

f1::
loop
{
click down
sleep, 30000
click up
sleep, 10000
}
return

f2::
click
reload
return
< >
Показані коментарі 1630 із 36
На сторінку: 1530 50

Опубліковано: 12 верес. 2016 о 5:01
Дописів: 36