Quote:
Originally Posted by aionislife
quick question here about autocrafting, after changing out my data.pak i noticed that stuff was in Korean (originally English). i tried replacing that data.pak with the previous one after i was finished crafting but everything is still in Korean. i even went so far as to deleting the data folder forcing the launcher to replace it with file repair but even after that still Korean. any suggestions?
|
which data.pak file did you replace?
I wrote at the instructions file that the x_data.pak file shouldn't be renamed which can't replace anything since it has "x_" infront of his name and also the file has to be copied into the
AionDir/L10N/yourlangcode/data folder not into
AionDir/Data
Quote:
Originally Posted by fraukaujiro
When my char dies in IO it is not reentering the instance, it just get stuck teleporting not looting boxes:(
it dies and stay dead, 30min later when game auto release it, it starts teleporting and doesn't loot box anymore
|
Are you using windowed mode?
Your UI size is at 100%?
You didn't moved the instance entry dialog?
Quote:
Originally Posted by FallenEdge
After some hours probably 20+ the pt holder will disconnect, today I had this issue, went to work and could not supervise, check how the two accounts were doing, the botter was flying around outside the instance and the "holder" disconnected.
Now is it possible to do a check like, is party holder still alive / connected = keep botting otherwise close clients. Or add an option which will allow you to close clients after X hours of botting, some of us can not keep an eye while away of home.
When I made a FT script some times the "main" or the "follower" couldn't get in (instance) and started to move all around, so high risk of being caught. So a "check" function will be very useful
Thanks
|
Just paste one of those snippets to the end of the script
will stop the script after 5 hours.
PHP Code:
#IF=%Timer=0,18000000;<-- Time in milliseconds
#QuitAtRound=-1,False;
#ENDIF
will stop the script and close aion after 5 hours.
PHP Code:
#IF=%Timer=0,18000000;<-- Time in milliseconds
#QuitAtRound=-1,TRUE;
#ENDIF