You last visited: Today at 22:37
Advertisement
Para's Script Library
Discussion on Para's Script Library within the Aion forum part of the MMORPGs category.
View Poll Results: You want the scripts for any client language?
Yes, surely!
273
37.09%
No, english and german are enough for me.
463
62.91%
03/28/2017, 00:05
#1081
elite*gold: 0
Join Date: Nov 2009
Posts: 270
Received Thanks: 65
" Mouse= " doesn't work for me at 816x638 resolution, I get the coords with the tool but it will not recognize.
03/28/2017, 00:21
#1082
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,597
Quote:
Originally Posted by
FallenEdge
" Mouse= " doesn't work for me at 816x638 resolution, I get the coords with the tool but it will not recognize.
Many things shouldn't work at the moment, there's a huge issue I gonna release a fix in few minutes, may it also solves your problem.
03/28/2017, 05:42
#1083
elite*gold: 0
Join Date: Nov 2009
Posts: 270
Received Thanks: 65
For NA botters leveling alts during the Homeward Bound event
This will drink the exp pots that you loot, you can add it in the script at the end of:
Code:
/////////////////////////////// EXP POTS EVENT ////////////////////////////////////////////
_IFInventoryContains=188900025;
Command=/use [Event] Drop of Liquid Experience;
SendKey=0x0D;
#ENDIF
_IFInventoryContains=188900026;
Command=/use [Event] Vial of Liquid Experience;
SendKey=0x0D;
#ENDIF
_IFInventoryContains=188900025;
Command=/use [Event] Bottle of Liquid Experience;
SendKey=0x0D;
#ENDIF
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Just test it to see how it goes
03/28/2017, 05:46
#1084
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,597
Quote:
Originally Posted by
FallenEdge
For NA botters leveling alts during the Homeward Bound event
This will drink the exp pots that you loot, you can add it in the script at the end of:
Code:
/////////////////////////////// EXP POTS EVENT ////////////////////////////////////////////
_IFInventoryContains=188900025;
Command=/use [Event] Drop of Liquid Experience;
SendKey=0x0D;
#ENDIF
_IFInventoryContains=188900026;
Command=/use [Event] Vial of Liquid Experience;
SendKey=0x0D;
#ENDIF
_IFInventoryContains=188900025;
Command=/use [Event] Bottle of Liquid Experience;
SendKey=0x0D;
#ENDIF
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Just test it to see how it goes
Nice you really understand how to use commands just from the commandlist and also you got where to get the virtual key code, really good
03/28/2017, 06:03
#1085
elite*gold: 0
Join Date: Nov 2009
Posts: 270
Received Thanks: 65
Quote:
Originally Posted by
Paraly
Nice you really understand how to use commands just from the commandlist and also you got where to get the virtual key code, really good
Those are the type of things you learn when search forums like Elitepvpers
That is also the reason I though that creating your own forum will help others to learn things like what are virtual keys, how to find items ID, skills ID. Help to build their own things ;D
03/28/2017, 18:02
#1086
elite*gold: 180
Join Date: Sep 2008
Posts: 261
Received Thanks: 49
I dont know why EU dont get EXP POTS EVENT too. -.-
03/28/2017, 23:16
#1087
elite*gold: 0
Join Date: Oct 2016
Posts: 108
Received Thanks: 2
those new scrip combat rotine or script for example its a ****, really.... and if load after record, it keep dont work .....
NOTHING WORK ... ALL THAT **** IS TOO HARD. like create a aethertapping script.
HE SAY: "DO IT, BLABLABLA" ERRRRRRR
and I sure i'm not the only who need a tutorial to make that **** work !
03/28/2017, 23:27
#1088
elite*gold: 0
Join Date: Mar 2017
Posts: 28
Received Thanks: 7
Quote:
Originally Posted by
nickjaspion
those new scrip combat rotine or script for example its a ****, really.... and if load after record, it keep dont work .....
NOTHING WORK ... ALL THAT **** IS TOO HARD. like create a aethertapping script.
HE SAY: "DO IT, BLABLABLA" ERRRRRRR
and I sure i'm not the only who need a tutorial to make that **** work !
He explained how to use the combat routine 6 posts above yours XD
03/28/2017, 23:59
#1089
elite*gold: 0
Join Date: Apr 2013
Posts: 94
Received Thanks: 13
Are u expecting what? Someone do it for you? srsly
READ the frekin forum just like everyone did
03/29/2017, 02:08
#1090
elite*gold: 180
Join Date: Sep 2008
Posts: 261
Received Thanks: 49
Quote:
Originally Posted by
nickjaspion
those new scrip combat rotine or script for example its a ****, really.... and if load after record, it keep dont work .....
NOTHING WORK ... ALL THAT **** IS TOO HARD. like create a aethertapping script.
HE SAY: "DO IT, BLABLABLA" ERRRRRRR
and I sure i'm not the only who need a tutorial to make that **** work !
03/30/2017, 02:28
#1091
elite*gold: 0
Join Date: Apr 2010
Posts: 85
Received Thanks: 4
Danuar Sanctuary US Fixed?
03/30/2017, 02:35
#1092
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,597
Quote:
Originally Posted by
FaCaDa_BRA
Danuar Sanctuary US Fixed?
It shouldn't, you can find the script
.
03/30/2017, 02:40
#1093
elite*gold: 0
Join Date: Apr 2010
Posts: 85
Received Thanks: 4
Quote:
Originally Posted by
Paraly
It shouldn't, you can find the script
.
03/30/2017, 06:32
#1094
elite*gold: 0
Join Date: Nov 2009
Posts: 270
Received Thanks: 65
About "3 hour AFK Event"
_______________________________
Update:
Mouse=321,358 is outside of "characters" button 321,361, works
Mouse=401,574 is outside of "star" 401,577 works
You forgot coords to this slot :O ?
Code:
_IFMemRead=%AddrFreeMem0,BYTE,=1;
WaitForResponse=Finished;
#ENDIF
After 3 hours will change characters and wait for you to enter you pin code to continue the loop ?
______________________________________
About the exp pots I wrote twice the same ID for a bottle of exp, here is fixed now
Code:
_IFInventoryContains=188900025;
Command=/use [Event] Drop of Liquid Experience;
SendKey=0x0D;
#ENDIF
_IFInventoryContains=188900026;
Command=/use [Event] Vial of Liquid Experience;
SendKey=0x0D;
#ENDIF
_IFInventoryContains=188900027;
Command=/use [Event] Bottle of Liquid Experience;
SendKey=0x0D;
#ENDIF
03/30/2017, 12:21
#1095
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,597
Quote:
Originally Posted by
FallenEdge
About "3 hour AFK Event"
_______________________________
Update:
Mouse=321,358 is outside of "characters" button 321,361, works
Mouse=401,574 is outside of "star" 401,577 works
You forgot coords to this slot :O ?
Code:
_IFMemRead=%AddrFreeMem0,BYTE,=1;
WaitForResponse=Finished;
#ENDIF
After 3 hours will change characters and wait for you to enter you pin code to continue the loop ?
I just tested it and it works fine, it's the same script as the snowball event script I just updated the addresses, offsets and some smaller things.
Well surely you have to be sure that no windows are moved and you've a UI size of 100%.
There's no need to switch characters if you just have 1 toon that's why he just displays finished.
You just have to enter the PIN again if one of your toons is at the FTS server
Similar Threads
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
All times are GMT +2. The time now is 22:37 .