|
You last visited: Today at 03:33
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!
|
|
264 |
36.97% |
No, english and german are enough for me.
|
|
450 |
63.03% |
03/30/2017, 16:04
|
#1096
|
elite*gold: 0
Join Date: Nov 2009
Posts: 269
Received Thanks: 65
|
Quote:
Originally Posted by Paraly
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
|
Never used snowball event script. Is working with your coords, probably I changed the size of the window a bit when I move it
|
|
|
03/30/2017, 19:52
|
#1097
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,596
Received Thanks: 1,596
|
I've added Chanter support to the Combat Routine, Fallen Poeta and the Fire Temple script.
thanks to FallenEdge who gave me the skill rotation
|
|
|
03/31/2017, 06:36
|
#1098
|
elite*gold: 0
Join Date: Nov 2009
Posts: 269
Received Thanks: 65
|
Templar skill " Dazing Severe Blow " is not working for me using the highest skill ID, only with level 3 skill = 3057
|
|
|
03/31/2017, 07:58
|
#1099
|
elite*gold: 0
Join Date: Jul 2016
Posts: 48
Received Thanks: 4
|
Is the Exp decent for fallen Poeta?
Do you think it would be possible to Do this on a templar using only inquisitor blow, it has 15m range might take a while but still probably decent exp for those who cant afford to spam fissures.
|
|
|
03/31/2017, 12:49
|
#1100
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,596
Received Thanks: 1,596
|
Quote:
Originally Posted by sinister11111
Is the Exp decent for fallen Poeta?
Do you think it would be possible to Do this on a templar using only inquisitor blow, it has 15m range might take a while but still probably decent exp for those who cant afford to spam fissures.
|
You need at least 20m range otherwise some mobs will attack you while you kill the magic relic.
Also the magic relic is level 73 and has 100k HP, it takes a while to kill.
Even for gladiator / assassin it's hard to kill those relics and they have a ranged auto attack with bow, if they do ~300 dmg every 1.5 seconds they need 500 seconds to just kill 1 relic, now imagine how long a temp would need.
However exp wise it's better than fissure, each mob gives 55-70m exp depending on your level and also fallen poeta has 4 mobs not 3, classes with a really good ranged DPS like sorc, sm, ranger, sw... get much more exp without any problems from fallen poeta
|
|
|
03/31/2017, 16:53
|
#1101
|
elite*gold: 0
Join Date: Oct 2016
Posts: 108
Received Thanks: 2
|
songweaver 1~10 scrit problems.
The character stop atack at level 4 and start walk against the wall....
|
|
|
03/31/2017, 19:27
|
#1102
|
elite*gold: 0
Join Date: Dec 2011
Posts: 7
Received Thanks: 1
|
Hey Paraly,
Would you please point me in some direction, I need an script or a way to just stay afk on one of my toons Something like move a couple of steps or similar, need to do this so I can mentor it with my higher lvl toon and not get disconnected every our (the anti-afk tool doesn't work and i'm getting dc anyways).
Many thanks,
Regards.-
|
|
|
03/31/2017, 19:29
|
#1103
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,596
Received Thanks: 1,596
|
Quote:
Originally Posted by maggoberto
Hey Paraly,
Would you please point me in some direction, I need an script or a way to just stay afk on one of my toons Something like move a couple of steps or similar, need to do this so I can mentor it with my higher lvl toon and not get disconnected every our (the anti-afk tool doesn't work and i'm getting dc anyways).
Many thanks,
Regards.-
|
Code:
#IF=%FirstTime,;
#UseLoop
#ENDIF
SendKey=0x20;
Delay=30000;
|
|
|
04/01/2017, 03:24
|
#1104
|
elite*gold: 0
Join Date: Jan 2009
Posts: 33
Received Thanks: 6
|
Quote:
Originally Posted by xndinlove
Hey Paraly,
what should i replace here to use this option instead?
Code:
start_CheckDead;
_IFMemPtrRead=%PlayerBase,%OffsetHP,DWORD,=0;
#LogAddDeath
#DO=15000;
MemWrite=%AddrResurrect,0,BYTE; <- Resurrect
_UNTILMemPtrRead=%PlayerBase,%OffsetHP,DWORD,>0;
Delay=2500;
#EXECUTE=RegenerateSort;
MemPtrWrite=%PlayerBase,%OffsetActionID,3,BYTE;
Delay=50;
#EXECUTE=Return;
#ENDIF
end_CheckDead;
|
You could always do it the layman's way and replace MemWrite=%AddrResurrect,0,BYTE; <- Resurrect with Mouse=X,Y,Left;
|
|
|
04/01/2017, 04:40
|
#1105
|
elite*gold: 0
Join Date: Apr 2013
Posts: 94
Received Thanks: 13
|
layman's way worked just fine! thanks
|
|
|
04/01/2017, 13:18
|
#1106
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,596
Received Thanks: 1,596
|
Quote:
Originally Posted by lmfaoown
You could always do it the layman's way and replace MemWrite=%AddrResurrect,0,BYTE; <- Resurrect with Mouse=X,Y,Left;
|
That's exactly what I would recommend
|
|
|
04/02/2017, 00:52
|
#1107
|
elite*gold: 0
Join Date: Jan 2009
Posts: 33
Received Thanks: 6
|
I've witnessed that sometimes #UseMiol will do either of the two:
*Not summon the pet, think it summoned the pet, then use Auto-Loot which will cause nothing to happen
*Summon the pet, then think it enabled Auto-Loot when it didn't.
Would you happen to have any solutions for this? This is when the script is running on the foreground with more than 50 FPS at all times. Also, while the pet is already out but Auto-Loot isn't active using #UseMiol will do nothing.
On another note, in what format should we put in _SetArray2 to get SellItems to work? I've tried multiple formats but it never seems to put anything inside the selling window.
_SetArray2=Item Name One,Item Name Two,Item Name Three;
_SetArray2="Item Name One","Item Name Two","Item Name Three";
_SetArray2=182007016,182007017,182007018;
_SetArray2=[item:182007016],[item:182007017],[item:182007018];
There was no specific format said to have been needed on the commands list so I figured either the first or third array should do the trick but all four do nothing.
|
|
|
04/03/2017, 02:50
|
#1108
|
elite*gold: 0
Join Date: Nov 2015
Posts: 80
Received Thanks: 1
|
Hi Paraly about the fallen poeta exp run , i tested on a AT it works fine with a pistol on him possible to have it work u think ?take ur time on it if u gonna make it m is awsome exp in that place btw let me know if u make it work so i dont have to manually run it everytime thanks
|
|
|
04/03/2017, 03:15
|
#1109
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,596
Received Thanks: 1,596
|
Quote:
Originally Posted by lumcold
Hi Paraly about the fallen poeta exp run , i tested on a AT it works fine with a pistol on him possible to have it work u think ?take ur time on it if u gonna make it m is awsome exp in that place btw let me know if u make it work so i dont have to manually run it everytime thanks
|
Sure that's possible and also he's planned for the fallen poeta script.
Quote:
Originally Posted by lmfaoown
On another note, in what format should we put in _SetArray2 to get SellItems to work? I've tried multiple formats but it never seems to put anything inside the selling window.
_SetArray2=Item Name One,Item Name Two,Item Name Three;
_SetArray2="Item Name One","Item Name Two","Item Name Three";
_SetArray2=182007016,182007017,182007018;
_SetArray2=[item:182007016],[item:182007017],[item:182007018];
There was no specific format said to have been needed on the commands list so I figured either the first or third array should do the trick but all four do nothing.
|
Code:
_SetArray2=182007016,182007017,182007018;
is correct for SellItems, be sure the sell dialog is already opened when you use
Code:
SellItems=%ARRAY2,[sellbutton coord X],[sellbutton coord Y];
|
|
|
04/03/2017, 09:18
|
#1110
|
elite*gold: 0
Join Date: Jan 2009
Posts: 33
Received Thanks: 6
|
It doesn't work for me. As said, it doesn't put anything in the vendor window, it just clicks on X/Y position.
Item used was
|
|
|
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 +1. The time now is 03:33.
|
|