I'm the only one who falls down the stairs sometimes?
No that was a slight problem with the opening of the door, the character would walk way too front and he would fall down and then nothing else worked as intended, no aether would be used for turrets or anything else.
This is where most likely the problem occurs:
Code:
SendKey=0x43;
Delay=15;
SendKey=0x43;
Delay=125;
MoveSmooth=230,186; <-- this is what makes you fall
Delay=500;
#ENDIF
#UNTIL=%Position,230/186/x;
So change the script with this:
Code:
SendKey=0x43;
Delay=15;
SendKey=0x43;
Delay=125;
MoveSmooth=230,184; change 186 to 184
Delay=500;
#ENDIF
#UNTIL=%Position,230/184/x; and change this 186 to 184 as well
Now I haven't tested it completely, I have done my code for this part which requires a lot more to be altered later so for now just change the 186 to 184 and it should be enough.
Also give it a check when you run the script, I mean keep an eye on one character that goes in and see if the new position is good enough. If not put it to 183 and recheck.
It searches for a Pattern/Array of Bytes in the memory of Aion, so knowledge about how to get these is required.
In the first argument comes the Byte Pattern
The second argument tells the offset it should take from the found pattern
The third argument either tells if it should find multiple results or stop at the first result, results get saved as dynamic variable like this
How to add a flight transporter:
1. At recording the return path go to the teleporter
2. Make sure Aion is in windowed mode and resized to the smallest window size possible
3. Target the teleporter, hit the "Delete" key
4. talk to the teleporter
5. hover your mouse over the teleport button, hit the "Delete" key
6. click on the teleport button
7. hover your mouse over the destination, hit the "Delete" key
8. click on the destination
9. hover your mouse over the OK button, hit the "Delete" key
10. click on OK
11. wait till you arrived at the destination, hit the "Delete" key
12. continue recording
Is there going to be a Stellin Laboratory script? There are enchantment stones in chests in the instance every run guaranteed. However, it requires four characters to open each time to spawn box. @
i have a script to autodps the boss in primeths forge while floating in the air to avoid damage. The boss goes invisible and removes selection every so often. What do I add to the script to automatically to re-target the boss whenever she goes invisible, and to pause the script and stop attacking when she does this?
i have a script to autodps the boss in primeths forge while floating in the air to avoid damage. The boss goes invisible and removes selection every so often. What do I add to the script to automatically to re-target the boss whenever she goes invisible, and to pause the script and stop attacking when she does this?
Do you fight with the _AC combat system?
There's nothing to re-target inside the _AC combat system but you could do a loop
Script para todos os Lastchaos - Autohokey 01/29/2012 - Last Chaos - 1 Replies I got a script that clicks several times with the click right mouse clicks when monster picks up the tarjeta. so he just throws the skill.
I used AutoHotkey program. in AutoHotkey - Free Mouse and Keyboard Macro Program with Hotkeys and AutoText
Needs improvement.
I accept any help.
I'm from Brazil.
------------------------------------------------- --------------------------
[Release]Big Script Library 07/25/2010 - SRO PServer Guides & Releases - 0 Replies I think its a good idea to open this Topic.
I need Your Help.
Sent me your own made Scripts and i upload them here.
It does not matter if there is already a script by the mob.
Only Self made scripts!!!
What To Post?
Post me not the text file.Post me the script!!!
Scorpion 1 by Th3Stalker