Hi, can u make songweaver heals mp in follower script ? ty
Try this. it should work
Songweaver Follower NA - ENG - EU:
Code:
#IF=%FirstTime,;
#SmoothBackground
#UseLoop
#EnableChatLog
#ClearChatLog
#SetVar1=Enter your main charactername;
Command=;
#ENDIF
Command=/select %Var1;
Delay=25;
#IF=%TargetDistance,<20;
#IF=%TargetName,%Var1;
Command=/Follow;
#ELSE
Command=/attack;
#ENDIF
;;;;;;;;;;KEYWORDS;;;;;;;;;;;;;;
;;;;;;;;;;;;Freestyle;;;;;;;;;;;;
_SearchChatLog=\[charname:%Var1.*?] Whispers: Sleep my target!;
#IF=%TargetDistance,<25;
UseID=50003;
Delay=75;
SmartSkill=4521,30000,1700,False,False;
Command=/select %Var1;
#ClearChatLog
#ENDIF
;;;;;;;;;;;;Half-Stop;;;;;;;;;;;;
_SearchChatLog=\[charname:%Var1.*?] Whispers: Debuff my target!;
#IF=%TargetDistance,<25;
UseID=50003;
Delay=75;
SmartSkill=4542,30000,500,false,false;
Command=/select %Var1;
#ClearChatLog
#ENDIF
;;;;;;;;;;;;Symphony of Destruction;;;;;;;;;;;;
_SearchChatLog=\[charname:%Var1.*?] Whispers: Use GK!;
#IF=%TargetDistance,<25;
#IF=%Timer=160001274,1800000; <-- Perer Aether Jelly
UseID=160001274;
CreateTimer=160001274;
SmartSkill=4469,1800000,500,false,false;
#ClearChatLog
#ENDIF
;;;;;;;;;;;;Composer's Bar;;;;;;;;;;;;
_SearchChatLog=\[charname:%Var1.*?] Whispers: Bind my target!;
#IF=%TargetDistance,<25;
UseID=50003;
Delay=75;
SmartSkill=4551,30000,500,false,false;
Command=/select %Var1;
#ClearChatLog
#ENDIF
Command=/select %Var1;
Delay=10;
#IF=%TargetDistance,<20;
#IF=%TargetName,%Var1;
Command=/Follow;
#ELSE
Command=/attack;
#ENDIF
;;;;;;;;;;;;NOTIFICATIONS;;;;;;;
#IF=%TargetName,;
Command=/w %Var1 I don't see you anymore, I'll wait here.;
#DO=999999999;
Command=/select %Var1;
#UNTIL=%TargetName,%Var1;
#ENDIF
_IFMemPtrRead=%PlayerBase,%OffsetPercentHP,BYTE,<50;<-- Use if lower than 50% life
#IF=%Timer=1,60000;
Command=/w %Var1 I'm low life!;
CreateTimer=1;
#ENDIF
_IFMemPtrRead=%PlayerBase,%OffsetPercentHP,BYTE,<99;<-- Use if lower than 99% life
#IF=%Timer=1,60000;
Command=/w %Var1 I'm under attack!;
CreateTimer=1;
#ENDIF
;;;;;;;;;;;;SKILL USAGE;;;;;;;;;;
Command=/select %Var1;
#IF=%FirstTime,;
#ClearChatLog
SmartSkill=4589,12000,500,False,False; <- Exultation Stigma
_SearchChatLog=You stopped using Healing Mode.;
Delay=12000;
SmartSkill=4589,12000,500,False,False; <- Exultation Stigma
#ENDIF
;;;;;;;;;;;;PROTECTIVE ODE;;;;;;;;;;;;
SmartSkill=4442,120000,500,False,False;
;;;;;;;;;;;;Mvt. 4: Winter;;;;;;;;;;;;
_IFMemPtrRead=%PlayerBase,%OffsetPercentHP,BYTE,<30;<-- Use if lower than 30% life
SmartSkill=4400,180000,500,False,False;
#ENDIF
;;;;;;;;;;;;Chorus of Blessing;;;;;;;;;;;;
#IF=%TargetDistance,<25;
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,<60;<-- If mana lower than
SmartSkill=4486,60000,500,False,False;
#ENDIF
;;;;;;;;;;;;Resonating Melody;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetMP,DWORD,<6000;<-- If own mana lower than
SmartSkill=4383,30000,500,False,False; <-- RESONANTING MELODY
#ENDIF
;;;;;;;;;;;;Hymn of Rejuvenation;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,<70;<-- Use if lower than 70% life
#IF=%TargetDistance,<25;
SmartSkill=4537,60000,500,False,False;
#ENDIF
;;;;;;;;;;;;RESONANT COUNTERPOINT;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetMP,DWORD,<5000;<-- If mana lower than
#IF=%TargetDistance,<25;
SmartSkill=4571,6000,500,False,False;
#ENDIF
;;;;;;;;;;;;Hymn of Rejuvenation;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,<70;<-- Use if lower than 70% life
#IF=%TargetDistance,<25;
SmartSkill=4537,60000,500,False,False;
#ENDIF
;;;;;;;;;;;;Soothing Melody;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,<85;<-- Use if lower than 65% life
#IF=%TargetDistance,<25;
SmartSkill=4351,6000,1250,1000,False;
#ENDIF
;;;;;;;;;;;;Etude;;;;;;;;;;;;
#IF=%TargetDistance,<25;
Command=/select %CHARNAME;
Delay=75;
SmartSkill=4449,1800000,500,False,False;
Command=/select %Var1;
Delay=250;
SmartSkill=4449,1800000,500,False,False;
#ENDIF
;;;;;;;;;;;;Soothing Melody;;;;;;;;;;;;
_IFMemPtrRead=%PlayerBase,%OffsetPercentHP,BYTE,<65;<-- Use if own life lower than 65% life
Command=/select %CHARNAME;
Delay=75;
SmartSkill=4351,6000,1250,3000,False;
Command=/select %Var1;
#ENDIF
;;;;;;;;;;;;Resonating Melody;;;;;;;;;;;;
_IFMemPtrRead=%PlayerBase,%OffsetMP,DWORD,<6000;<-- If own mana lower than
Command=/select %CHARNAME;
Delay=75;
SmartSkill=4383,30000,500,False,False;
Command=/select %Var1;
#ENDIF
;;;;;;;;;;;;Resonant Counterpoint;;;;;;;;;;;;
_IFMemPtrRead=%PlayerBase,%OffsetMP,DWORD,<6000;<-- If own mana lower than
Command=/select %CHARNAME;
Delay=75;
SmartSkill=4571,6000,500,False,False;
Command=/select %Var1;
#ENDIF
or Scroll Version
Songweaver Follower Scrolls NA - ENG - EU:
Code:
#IF=%FirstTime,;
#SmoothBackground
#UseLoop
#EnableChatLog
#ClearChatLog
#SetVar1=Enter your main charactername;
Command=;
#ENDIF
Command=/select %Var1;
Delay=25;
#IF=%TargetDistance,<20;
#IF=%TargetName,%Var1;
Command=/Follow;
#ELSE
Command=/attack;
#ENDIF
;;;;;;;;;;;MovementScroll;;;;;;;
#IF=%Timer=164000076,300000;
Command=/Use Running Scroll;
Delay=400;
CreateTimer=164000076;
#ENDIF
;;;;;;;;;;;AwakeningScroll;;;;;;;
#IF=%Timer=164000134,300000;
Command=/Use Awakening Scroll;
Delay=400;
CreateTimer=164000134;
#ENDIF
;;;;;;;;;;KEYWORDS;;;;;;;;;;;;;;
;;;;;;;;;;;;Freestyle;;;;;;;;;;;;
_SearchChatLog=\[charname:%Var1.*?] Whispers: Sleep my target!;
#IF=%TargetDistance,<25;
UseID=50003;
Delay=75;
SmartSkill=4521,30000,1700,False,False;
Command=/select %Var1;
#ClearChatLog
#ENDIF
;;;;;;;;;;;;Half-Stop;;;;;;;;;;;;
_SearchChatLog=\[charname:%Var1.*?] Whispers: Debuff my target!;
#IF=%TargetDistance,<25;
UseID=50003;
Delay=75;
SmartSkill=4542,30000,500,false,false;
Command=/select %Var1;
#ClearChatLog
#ENDIF
;;;;;;;;;;;;Symphony of Destruction;;;;;;;;;;;;
_SearchChatLog=\[charname:%Var1.*?] Whispers: Use GK!;
#IF=%TargetDistance,<25;
#IF=%Timer=160001274,1800000; <-- Perer Aether Jelly
UseID=160001274;
CreateTimer=160001274;
SmartSkill=4469,1800000,500,false,false;
#ClearChatLog
#ENDIF
;;;;;;;;;;;;Composer's Bar;;;;;;;;;;;;
_SearchChatLog=\[charname:%Var1.*?] Whispers: Bind my target!;
#IF=%TargetDistance,<25;
UseID=50003;
Delay=75;
SmartSkill=4551,30000,500,false,false;
Command=/select %Var1;
#ClearChatLog
#ENDIF
Command=/select %Var1;
Delay=10;
#IF=%TargetDistance,<20;
#IF=%TargetName,%Var1;
Command=/Follow;
#ELSE
Command=/attack;
#ENDIF
;;;;;;;;;;;;NOTIFICATIONS;;;;;;;
#IF=%TargetName,;
Command=/w %Var1 I don't see you anymore, I'll wait here.;
#DO=999999999;
Command=/select %Var1;
#UNTIL=%TargetName,%Var1;
#ENDIF
_IFMemPtrRead=%PlayerBase,%OffsetPercentHP,BYTE,<50;<-- Use if lower than 50% life
#IF=%Timer=1,60000;
Command=/w %Var1 I'm low life!;
CreateTimer=1;
#ENDIF
_IFMemPtrRead=%PlayerBase,%OffsetPercentHP,BYTE,<99;<-- Use if lower than 99% life
#IF=%Timer=1,60000;
Command=/w %Var1 I'm under attack!;
CreateTimer=1;
#ENDIF
;;;;;;;;;;;;SKILL USAGE;;;;;;;;;;
Command=/select %Var1;
#IF=%FirstTime,;
#ClearChatLog
SmartSkill=4589,12000,500,False,False; <- Exultation Stigma
_SearchChatLog=You stopped using Healing Mode.;
Delay=12000;
SmartSkill=4589,12000,500,False,False; <- Exultation Stigma
#ENDIF
;;;;;;;;;;;;PROTECTIVE ODE;;;;;;;;;;;;
SmartSkill=4442,120000,500,False,False;
;;;;;;;;;;;;Mvt. 4: Winter;;;;;;;;;;;;
_IFMemPtrRead=%PlayerBase,%OffsetPercentHP,BYTE,<30;<-- Use if lower than 30% life
SmartSkill=4400,180000,500,False,False;
#ENDIF
;;;;;;;;;;;;Chorus of Blessing;;;;;;;;;;;;
#IF=%TargetDistance,<25;
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,<60;<-- If mana lower than
SmartSkill=4486,60000,500,False,False;
#ENDIF
;;;;;;;;;;;;Resonating Melody;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetMP,DWORD,<6000;<-- If own mana lower than
SmartSkill=4383,30000,500,False,False; <-- RESONANTING MELODY
#ENDIF
;;;;;;;;;;;;Hymn of Rejuvenation;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,<70;<-- Use if lower than 70% life
#IF=%TargetDistance,<25;
SmartSkill=4537,60000,500,False,False;
#ENDIF
;;;;;;;;;;;;RESONANT COUNTERPOINT;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetMP,DWORD,<5000;<-- If mana lower than
#IF=%TargetDistance,<25;
SmartSkill=4571,6000,500,False,False;
#ENDIF
;;;;;;;;;;;;Hymn of Rejuvenation;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,<70;<-- Use if lower than 70% life
#IF=%TargetDistance,<25;
SmartSkill=4537,60000,500,False,False;
#ENDIF
;;;;;;;;;;;;Soothing Melody;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,<85;<-- Use if lower than 65% life
#IF=%TargetDistance,<25;
SmartSkill=4351,6000,1250,1000,False;
#ENDIF
;;;;;;;;;;;;Etude;;;;;;;;;;;;
#IF=%TargetDistance,<25;
Command=/select %CHARNAME;
Delay=75;
SmartSkill=4449,1800000,500,False,False;
Command=/select %Var1;
Delay=250;
SmartSkill=4449,1800000,500,False,False;
#ENDIF
;;;;;;;;;;;;Soothing Melody;;;;;;;;;;;;
_IFMemPtrRead=%PlayerBase,%OffsetPercentHP,BYTE,<65;<-- Use if own life lower than 65% life
Command=/select %CHARNAME;
Delay=75;
SmartSkill=4351,6000,1250,3000,False;
Command=/select %Var1;
#ENDIF
;;;;;;;;;;;;Resonating Melody;;;;;;;;;;;;
_IFMemPtrRead=%PlayerBase,%OffsetMP,DWORD,<6000;<-- If own mana lower than
Command=/select %CHARNAME;
Delay=75;
SmartSkill=4383,30000,500,False,False;
Command=/select %Var1;
#ENDIF
;;;;;;;;;;;;Resonant Counterpoint;;;;;;;;;;;;
_IFMemPtrRead=%PlayerBase,%OffsetMP,DWORD,<6000;<-- If own mana lower than
Command=/select %CHARNAME;
Delay=75;
SmartSkill=4571,6000,500,False,False;
Command=/select %Var1;
#ENDIF
Someone has requested this script for the current event, so in case someone else needs it as well, there you go
It's very simple, it will wait for a mob called "Omen", kill him and loot him
Code:
#IF=%FirstTime,;
WaitForResponse=Be sure Attack/Chat is binded to "C" which should be by default;
#UseLoop
#SmoothBackground
UseSpeed=1;
Command=;
_MemPtrReadVar=%PlayerBase,%OffsetPosX,FLOAT,1;
_MemPtrReadVar=%PlayerBase,%OffsetPosY,FLOAT,2;
#ENDIF
Command=/select Omen;
_IFMemPtrRead=%TargetBase,%OffsetName,WCHAR[32],=Omen;
#DO=25000;
Command=/attack;
_UNTILMemPtrRead=%TargetBase,%OffsetHP,DWORD,=0;
#DO=5000;
SendKey=0x43;
#UNTIL=%TargetName,;
MoveSmooth=%Var1,%Var2;
#ENDIF
_IFMemPtrRead=%PlayerBase,%OffsetHP,DWORD,=0;
#DO=15000;
MemWrite=%AddrResurrect,0,BYTE; <- Resurrect
_UNTILMemPtrRead=%PlayerBase,%OffsetHP,DWORD,>0;
Delay=2500;
#EXECUTE=ReturnPath;
#ENDIF
start_ReturnPath; <-- add the path from obelisk to the omen spot into this function, record with smooth at 500 speed
<--- paste the recorded code right here
end_ReturnPath;
Someone has requested this script for the current event, so in case someone else needs it as well, there you go
It's very simple, it will wait for a mob called "Omen", kill him and loot him
Code:
#IF=%FirstTime,;
WaitForResponse=Be sure Attack/Chat is binded to "C" which should be by default;
#UseLoop
UseSpeed=1;
Command=;
_MemPtrReadVar=%PlayerBase,%OffsetPosX,FLOAT,1;
_MemPtrReadVar=%PlayerBase,%OffsetPosY,FLOAT,2;
#ENDIF
Command=/select Omen;
_IFMemPtrRead=%TargetBase,%OffsetName,WCHAR[32],=Omen;
#DO=25000;
Command=/attack;
_UNTILMemPtrRead=%TargetBase,%OffsetHP,DWORD,=0;
#DO=5000;
SendKey=0x43;
#UNTIL=%TargetName,;
MoveSmooth=%Var1,%Var2;
#ENDIF
How to make bot run back to same spot and farm it once it dies?
How to make bot run back to same spot and farm it once it dies?
Bind to a obelisk nearby
Open the Script Editor
Set Speed to 500
Check "Record Smooth"
Hit Record
Run to the Omen spot you wanna farm at
Once you arrived hit Stop
Copy the whole recorded code and paste it between these lines at the Omen script
Code:
start_ReturnPath; <-- add the path from obelisk to the omen spot into this function, record with smooth at 500 speed
<--- paste the recorded code right here
end_ReturnPath;
Sorry for this, Paraly. But would u send me a video of how to use the general shop script in private or something? Im still cant use it LOL
Best regards.
1. Load and play the script 2. The script will check if you installed the "x_data.pak" correct, if not it will open a folder where you have to put the "x_data.pak" file, restart aion afterwards 3. You'll get a whisper at the chat where you have to go 4. The script will go to the general shop area in a sneaky way and teleports the NPCs near you, just go to them and talk to them 5. once you're done with shopping click OK on the window, the script will teleport you back then.
1. Load and play the script 2. The script will check if you installed the "x_data.pak" correct, if not it will open a folder where you have to put the "x_data.pak" file, restart aion afterwards 3. You'll get a whisper at the chat where you have to go 4. The script will go to the general shop area in a sneaky way and teleports the NPCs near you, just go to them and talk to them 5. once you're done with shopping click OK on the window, the script will teleport you back then.
Oh, thanks! I did it! The itens buy limit resets everyday? The itens available on the left merchant will be aways the same?
Hi everyone I just got the program and I have some question and issues.
First I just wanna say thanks for the work you've put into this its a real bargain for the price and how much you can do with the program.
So I downloaded the AOE scriped for the boxes but when I get to the box room I get a pop up that tells me to target the box and a message will tell me which one is the good one but it doesnt work , am I doing something wrong or is it just the script that isnt well done?
Also I would like to know if its possible to solo kill bosses with this hack?
Also ive never been in Trial of eternity and bastion of souls so I was wondering if there was a way to take advantage of those instance with this program as well . thank you!
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