Hi ! Is there something to autobuy ultimate equipment packaging (lvl 83) when npc is nearby please ? Thanks !
Here's a template code, you just need to edit the NPC Name and edit 2 Mouse lines with the correct mouse coordinates, I wrote comments behind the lines to explain which coords are required.
To get mouse coordinates you have to open the Script Editor and hover above where you want to click, press F8 then, the Script Editor does display the coords and copies the full Mouse line to your clipboard
Note: the Aion window is small as usual with scripts, so when you get the mouse coords the window also needs to be small
Code:
#IF=%FirstTime,;
_SetVar=NPC,Meririnerk; // Set the NPC Name here
#SmoothBackground
MemPtrWrite=%AddrFPS,%OffsetFPS1,500,BYTE;
MemPtrWrite=%AddrFPS,%OffsetFPS2,500,FLOAT;
Command=;
Print=;
UseSpeed=1;
FrameActionByName=trade_dialog,XPOS,0;
FrameActionByName=trade_dialog,YPOS,0;
MemPtrWrite=%AddrFrameName[dlg_dialog],0x6C,2.54296875,FLOAT;
MemPtrWrite=%AddrFrameName[dlg_dialog],0x74,3.317382812,FLOAT;
#ENDIF
MemPtrWrite=%PlayerBase,%OffsetData/0xCC,Waiting for NPC,WCHAR[16];
#DO=99999999;
Command=/select %Var[NPC];
_UNTILMemPtrRead=%TargetBase,%OffsetName,WCHAR[64],=%Var[NPC];
_IFMemPtrRead=%TargetBase,%OffsetName,WCHAR[64],=%Var[NPC];
Command=/attack;
#DO=1000;
_UNTILMemPtrRead=%AddrFrameName[dlg_dialog],0x28,BYTE,=175;
Delay=5;
Mouse=127,187; // Mouse Coordinates of the Buy button on the dialog window
#DO=1000;
_UNTILMemPtrRead=%AddrFrameName[trade_dialog],0x28,BYTE,=175;
Delay=5;
Mouse=61,79,Right; // Mouse Coordinates of the item to purchase on the buy window
Mouse=184,380; // Mouse Coordinates of the Buy button on the buy window (this should already be correct)
#DO=1000;
_UNTILMemPtrRead=%AddrFrameID[%ConfirmFrameID],0x28,BYTE,=175;
#DO=1000;
SendKey=0x0D;
_UNTILMemPtrRead=%AddrFrameID[%ConfirmFrameID],0x28,BYTE,<175;
Delay=5;
MemPtrWrite=%PlayerBase,%OffsetData/0xCC,Bought from NPC,WCHAR[16];
_MemPtrReadVar=%PlayerBase,%OffsetName,WCHAR[32],PlayerName;
WaitForResponse=Attempted to buy on %Var[PlayerName];
MemPtrWrite=%PlayerBase,%OffsetData/0xCC,0,DWORD;
#EndScript
#ELSE
#EndScript
#ENDIF
Hi, I struggle to get the no clip and anti gravity to work when inside an instance. I enable gravity, teleport, and piercing camera. I tried to lock height but I keep getting teleported back to the ground when moving forward. Is this the normal functioning? I want to farm instance bosses alone. Not possible?
Hi, I struggle to get the no clip and anti gravity to work when inside an instance. I enable gravity, teleport, and piercing camera. I tried to lock height but I keep getting teleported back to the ground when moving forward. Is this the normal functioning? I want to farm instance bosses alone. Not possible?
Gravity and Superglide are limited on Classic, they have server sided checks that reset you.
As soon as the distance to the ground below you is greater than 2.99 meters you get reseted to the ground.
You can also not go upwards while gliding, the only methods you have on Classic to skip trough instances is by walking a steep moutain upwards with gravity and then use the gained height to start gliding and lock height to reach new locations.
I also gave some instructions about skipping barracks recently on discord but it's difficult for sure.
Gravity and Superglide are limited on Classic, they have server sided checks that reset you.
As soon as the distance to the ground below you is greater than 2.99 meters you get reseted to the ground.
You can also not go upwards while gliding, the only methods you have on Classic to skip trough instance is by walking a steep moutain upwards with locked height and then use the gained height to start gliding and lock height to reach new locations.
I also gave some instructions about skipping barracks recently on discord but it's difficult for sure.
Okay it is not the program but classic itself. Thank you for this information, very insightful
Will the auto level to 10 script work on Classic.?
No, the starterclasses script is only for Retail
On Classic you need to do a lot of quests to level to 10, rather use the Combat Wizard to grind till level 9 with 2-3 different farmspots and then do the final quest yourself
any guide for the script "Gather Routine ver. 1.32c" ?
I run it then my character stand sill and do nothing
It repeats "I have collected 0 Aether in Xrounds and had0 deaths" again and again
how can i set my path from obelisk?
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