Para's Script Library

11/08/2017 21:29 alkinus#1696
Is any good reward from new kumuki ? i dont see any npc for change leters like old one ... have sense to run many acc one new event ?
11/09/2017 17:56 Paraly#1697
I've added the FastScript system, it allows you to run a script automatically in background whenever you run Vanillatool

This can be used to integrate things like smart animation, auto weave and such small scripts right into vanillatool without the need to open the Script Editor.

I also added some other commands which make it much easier to start a script for an instance, for example

if you create a "fastscript.pscp" file in the same directory as the vanillatool.exe with this code
Code:
FastScript_Cooldown=500; <-- this fast script will run every 100ms + 500ms
_SetVar1=30000; <-- ask cooldown

_IFMemRead=%AddrMap,DWORD,=210100000; <- Esterra / Iluma
#IF=%Position,2444/1276.7/227.75;
#IF=%Timer=999001,%Var1;
CreateTimer=999001;
Ask=Wanna run the Fallen Poeta Loop script?;
ExternalScriptLoad=%VANILLATOOL\[EXP] Fallen Poeta - Script ver. 1.20\Loop\Fallen Poeta - Script ver. 1.20 - LOOP.pscp;
#ENDIF
it will automatically detect whenever you're infront of Fallen Poeta and offer you to instantly load and play the script.
This is just an example and can be done for any script available


You can also add keybinds for what ever script action you wanna do for example

if you add this code into the "fastscript.pscp" file
Code:
_IFKey=2E,1; <-- Delete Key
_MemPtrReadVar=%PlayerBase,%OffsetPosX,FLOAT,2;
_MemPtrReadVar=%PlayerBase,%OffsetPosY,FLOAT,3;
_MemPtrReadVar=%PlayerBase,%OffsetPosZ,FLOAT,4;
_MemReadVar=%AddrMap,DWORD,5;
Command=/w %CHARNAME I'm currently at X: %Var2 / Y: %Var3 / Z: %Var4 / MapID: %Var5;
#ENDIF
when ever you hit Delete now your toon will whisper himself his current position
11/09/2017 19:18 JoshuaPL#1698
Thanks para, so many possibilties has open now!
11/09/2017 19:35 Exem strike#1699
Quote:
Originally Posted by Paraly View Post
I've added the FastScript system, it allows you to run a script automatically in background whenever you run Vanillatool

This can be used to integrate things like smart animation, auto weave and such small scripts right into vanillatool without the need to open the Script Editor.

I also added some other commands which make it much easier to start a script for an instance, for example

if you create a "fastscript.pscp" file in the same directory as the vanillatool.exe with this code
Code:
FastScript_Cooldown=500; <-- this fast script will run every 100ms + 500ms
_SetVar1=30000; <-- ask cooldown

_IFMemRead=%AddrMap,DWORD,=210100000; <- Esterra / Iluma
#IF=%Position,2444/1276.7/227.75;
#IF=%Timer=999001,%Var1;
CreateTimer=999001;
Ask=Wanna run the Fallen Poeta Loop script?;
ExternalScriptLoad=%VANILLATOOL\[EXP] Fallen Poeta - Script ver. 1.20\Loop\Fallen Poeta - Script ver. 1.20 - LOOP.pscp;
#ENDIF
it will automatically detect whenever you're infront of Fallen Poeta and offer you to instantly load and play the script.
This is just an example and can be done for any script available


You can also add keybinds for what ever script action you wanna do for example

if you add this code into the "fastscript.pscp" file
Code:
_IFKey=2E,1; <-- Delete Key
_MemPtrReadVar=%PlayerBase,%OffsetPosX,FLOAT,2;
_MemPtrReadVar=%PlayerBase,%OffsetPosY,FLOAT,3;
_MemPtrReadVar=%PlayerBase,%OffsetPosZ,FLOAT,4;
_MemReadVar=%AddrMap,DWORD,5;
Command=/w %CHARNAME I'm currently at X: %Var2 / Y: %Var3 / Z: %Var4 / MapID: %Var5;
#ENDIF
when ever you hit Delete now your toon will whisper himself his current position
let me see if I understood, I can run autochain auto attack super jump in a single sscript? Opening an editor only can you teach me this by teamviewer?
11/09/2017 19:42 Paraly#1700
Quote:
Originally Posted by Exem strike View Post
let me see if I understood, I can run autochain auto attack super jump in a single sscript? Opening an editor only can you teach me this by teamviewer?
Yes you understood it right, I'll upload some pre build fastscripts soon, also one version that does what you requested
11/09/2017 19:48 Exem strike#1701
Quote:
Originally Posted by Paraly View Post
Yes you understood it right, I'll upload some pre build fastscripts soon, also one version that does what you requested
I understood the first part but I do not know how to do it.
I put together the script in a single .pscp?
I think I do not understand kkkkk
I understood what you wanted to say, I just did not understand and I do not know how to do it, I opened the editor and I tried to play it, I tried to join the files together.
I'm slow and my language does not help and translating is horrible.
11/09/2017 19:55 Paraly#1702
Quote:
Originally Posted by Exem strike View Post
I understood the first part but I do not know how to do it.
I put together the script in a single .pscp?
I think I do not understand kkkkk
I understood what you wanted to say, I just did not understand and I do not know how to do it, I opened the editor and I tried to play it, I tried to join the files together.
I'm slow and my language does not help and translating is horrible.
Yes you put the scripts together in one .pscp file called fastscript.pscp
But putting scripts together is not as easy as you might think

You should just wait till I release pre build fastscripts
11/09/2017 19:59 Exem strike#1703
Quote:
Originally Posted by Paraly View Post
Yes you put the scripts together in one .pscp file called fastscript.pscp
But putting scripts together is not as easy as you might think

You should just wait till I release pre build fastscripts
ok, kk I'm still excited about news when I leave some I want to test soon, I think the day I go to your site about 30 times this without being exaggerated I'm always looking in the library looking for something new

I'll wait. good already that you are going to do please do one to join scripts like these that I quoted auto attack super jump auto weave auto chain smart animation together this will help a lot in the case you create the code and whoever wants to add the amount of script you want right ?

the instance I understood +

good paraly thank you very much, I think you are the reason I still play this
11/10/2017 00:13 Paraly#1704
So here's the first Fastscript I made, just extract the file into the same directory as your vanillatool.exe and don't play it with the Script Editor

It's recommended that you use the all in one package from my [Only registered and activated users can see links. Click Here To Register...]
11/10/2017 00:55 Exem strike#1705
Quote:
Originally Posted by Paraly View Post
So here's the first Fastscript I made, just extract the file into the same directory as your vanillatool.exe and don't play it with the Script Editor

It's recommended that you use the all in one package from my [Only registered and activated users can see links. Click Here To Register...]

paraly the crypt this for aion NA too?

Garden?
infront of Oblivion Entrance Asmo
infront of Kroban Entrance Asmo

this is for instances right?


For fight, will you do it too?
11/10/2017 01:00 Paraly#1706
Quote:
Originally Posted by Exem strike View Post
paraly the crypt this for aion NA too?

Garden?
infront of Oblivion Entrance Asmo
infront of Kroban Entrance Asmo

this is for instances right?


For fight, will you do it too?
It's for NA and EU.
This is just an early version of the script currently it makes it more comfortable to load the usual scripts, for example if you stand infront of Fallen Poeta some window will popup and ask if you wanna play the FP loop script

In the future the script knows a lot of spots for example certain doors that are locked in instances, the script instanly offers you to automatically skip the door, or instantly skip to an instance boss or things like that.

I made it for those people who have no clue how to use superglide, go trough walls.
11/10/2017 01:05 Exem strike#1707
Quote:
Originally Posted by Paraly View Post
It's for NA and EU.
This is just an early version of the script currently it makes it more comfortable to load the usual scripts, for example if you stand infront of Fallen Poeta some window will popup and ask if you wanna play the FP loop script

In the future the script knows a lot of spots for example certain doors that are locked in instances, the script instanly offers you to automatically skip the door, or instantly skip to an instance boss or things like that.

I made it for those people who have no clue how to use superglide, go trough walls.
testing the new system in kumuki cave, it asks if I want to start the script I say yes but it does not start
He keeps asking me if I want to start, I always say yes, but he does not start.

Well I think we're still in the test but in case you need a tim view ^^
11/10/2017 01:08 Paraly#1708
Quote:
Originally Posted by Exem strike View Post
testing the new system in kumuki cave, it asks if I want to start the script I say yes but it does not start
He keeps asking me if I want to start, I always say yes, but he does not start.

Well I think we're still in the test but in case you need a tim view ^^
Be sure you use the [Only registered and activated users can see links. Click Here To Register...] from my site, the fastscript uses the folder structure of it
11/10/2017 18:26 Exem strike#1709
Quote:
Originally Posted by Paraly View Post
Be sure you use the [Only registered and activated users can see links. Click Here To Register...] from my site, the fastscript uses the folder structure of it
paraly you created fastscript for auto attack auto jump super jump?
11/10/2017 18:51 Paraly#1710
Quote:
Originally Posted by Exem strike View Post
paraly you created fastscript for auto attack auto jump super jump?
Sure, here you go :)

I even described every single line, not too hard to understand how it works at such a short and simple script