Para's Script Library

09/24/2015 20:40 Xman2222#46
Just tried Eso script again. This time there were no chests. Grouped with a lower level like first time. [Although this is a new account /computer for your scripts. Bought today.] Is there something else I did wrong?
Thanks.
09/26/2015 03:05 Xman2222#47
Are my settings supposed to be something specific. Hexway and Esso scripts keep putting me back at the beginning. Do not work. Or I stay at the beginning and then all of sudden I'm somewhere else in the movements.

None of profiles will stay either. Go back to reload everything I've setup and they are not there.
09/26/2015 03:17 Paraly#48
Quote:
Originally Posted by Xman2222 View Post
Are my settings supposed to be something specific. Hexway and Esso scripts keep putting me back at the beginning. Do not work. Or I stay at the beginning and then all of sudden I'm somewhere else in the movements.

None of profiles will stay either. Go back to reload everything I've setup and they are not there.
Are you using the latest version? (2.12)
No the script editor enables all the things he needs by himself, did you watched the video for the specific instances?
Don't do anything while the script is running and also be sure you focus the aion window.
09/30/2015 10:09 pomelorocko1#49
in handicraft, sanctum is failling clicking on the work order, i mean he's clicking a bit high from the option, can you check it?
this coordinate i mean

Mouse=676,96;start work order dialog
Delay=750;
Mouse=656,71;first work order
Delay=750;
Mouse=733,309;accept work order
09/30/2015 11:39 Paraly#50
Quote:
Originally Posted by pomelorocko1 View Post
in handicraft, sanctum is failling clicking on the work order, i mean he's clicking a bit high from the option, can you check it?
this coordinate i mean

Mouse=676,96;start work order dialog
Delay=750;
Mouse=656,71;first work order
Delay=750;
Mouse=733,309;accept work order
Did you moved the x_data.pak file to the right directory?
the crafting NPC should have no dialog

------------------------

I have updated the hexway script again, lvl 55 people shouldn't add the mobs now
10/01/2015 10:46 pomelorocko1#51
Quote:
Originally Posted by Paraly View Post
Did you moved the x_data.pak file to the right directory?
the crafting NPC should have no dialog

------------------------

I have updated the hexway script again, lvl 55 people shouldn't add the mobs now
yup, i did step by step, everything is ok, but as i said, the script is clicking a bit high from the quest, that's all :/, i mean the coordinates are clicking a bit high, do you understand me?
10/01/2015 10:53 Paraly#52
Quote:
Originally Posted by pomelorocko1 View Post
yup, i did step by step, everything is ok, but as i said, the script is clicking a bit high from the quest, that's all :/, i mean the coordinates are clicking a bit high, do you understand me?
Sure I know what you mean I just thought about the x_data.pak cause it cuts every dialog from the crafting NPCs so there just the learn job and the work order button this also means that the coordinates are different compared to a default client.
However why it should work everyone else except you?
10/05/2015 02:49 gladsmasher#53
I know how this sounds but would you be making one for watering guestblooms? lol like godstone blooms and Cat weapon blooms?
10/05/2015 15:14 Paraly#54
Quote:
Originally Posted by gladsmasher View Post
I know how this sounds but would you be making one for watering guestblooms? lol like godstone blooms and Cat weapon blooms?
That's really easy, just make your own script, I give you a example

For one Guestbloom
Code:
#UseLoop
Command=/select Dye Petal Guestbloom;
Delay=150;
Command=/attack;
Delay=5500;

Delay=180000;
For 3 Guestblooms
Code:
#UseLoop
Command=/select Dye Petal Guestbloom;
Delay=150;
Command=/attack;
Delay=5500;

Command=/select Recovery Guestbloom;
Delay=150;
Command=/attack;
Delay=5500;

Command=/select Manastone Guestbloom;
Delay=150;
Command=/attack;
Delay=5500;

Delay=180000;
You just have to replace the guestblooms names
10/06/2015 02:48 gladsmasher#55
ahh thanks! Will this work if i have lets say 3 of the same named blooms?
10/06/2015 02:49 Paraly#56
Quote:
Originally Posted by gladsmasher View Post
ahh thanks! Will this work if i have lets say 3 of the same named blooms?
Hm no, I'll give you a suggestion for this tomorrow, or in few minutes

Alright I got it, you have to brand every guestbloom before you start the script with 1, 2 and 3

Code:
#UseLoop
Command=/SelectBrand 1;
Delay=150;
Command=/attack;
Delay=5500;

Command=/SelectBrand 2;
Delay=150;
Command=/attack;
Delay=5500;

Command=/SelectBrand 3;
Delay=150;
Command=/attack;
Delay=5500;

Delay=180000;
10/07/2015 00:13 choid3#57
I followed the exact instruction, but there is a problem with clicking on crafting list, it does click on slightly higher then craft all button, so the script doesnt work, i was trying weaponsmith btw. i copied x-data so, theres no problem with talking to npc and getting the work order, how can i fix this?

Thank you.
10/07/2015 00:15 Paraly#58
Quote:
Originally Posted by choid3 View Post
I followed the exact instruction, but there is a problem with clicking on crafting list, it does click on slightly higher then craft all button, so the script doesnt work, i was trying weaponsmith btw. i copied x-data so, theres no problem with talking to npc and getting the work order, how can i fix this?

Thank you.
which client you use EU or NA?
which script file you load?

I'm pretty sure you use the NA client and you load the eng version of the script.
If a US version is available you should everytime prefer them at NA
10/09/2015 12:21 newdawn005#59
para kann man mit deinem script editor auch sachen zerlegen (zb schimmerndes korund direkt in normales korund) ?
10/09/2015 13:28 Paraly#60
Quote:
Originally Posted by newdawn005 View Post
para kann man mit deinem script editor auch sachen zerlegen (zb schimmerndes korund direkt in normales korund) ?
Klar einfach mit
Code:
#UseLoop
Command=/Use Großes Diamanterz;
Delay=3100;
Itemname musst du ersetzen