Para's VanillaTool [Rework]

02/25/2017 20:17 Paraly#5011
Quote:
Originally Posted by alkinus View Post
yes , i restart it , but same ... i have probleme with kaspersky antivirus , but i disable to can start your tolls
Do you have teamviewer?
02/25/2017 22:07 adritill#5012
has anyone been banned since the reshanta revamp? eu aion, i ask because before 5.3 barracks script get u banned so fast
02/25/2017 23:09 AngeBR#5013
Hey, can you please make a script that will feed the amulet pet and create xp amulets?
02/25/2017 23:18 Paraly#5014
Quote:
Originally Posted by AngeBR View Post
Hey, can you please make a script that will feed the amulet pet and create xp amulets?
I wrote this script a year ago maybe it still works.

Code:
;;;;;;;;;;;;;;;;;;;;;;Open the Pet feed window
;;;;;;;;;;;;;;;;;;;;;;;;;;Open the Inventory
;;;;;;;;;;;;;;;;;;Place the food into the first slot
;;;;;;;;;;;;;;;Move the Inventory window to the
;;;;;;;;;;;;;;;;;;;;;;;;;;;Top-Left corner
;;;;;;;;;;;;;;;;Be sure you use windowed mode
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;Press Play

#IF=%FirstTime,;
#UseLoop
#NeedResolution=816,638;
Delay=300;
#NeedResolution=816,638;
Delay=300;
Command=;
#ENDIF
#IF=%Timer=1000,3660000;<-- if timer runs for more than 61 minutes
Mouse=18,49,Right;
Delay=1000;
Mouse=441,336;
Delay=30000;
CreateTimer=1000;<-- the timer with ID 1000 gets restarted
#ENDIF
UseID=50000;
Delay=200;
MoveBy=2,0,0;
Delay=1800;
UseID=50000;
UseID=200;
MoveBy=-2,0,0;
Delay=2000;
#IF=%Timer=2000,1200000;
Command=/w %CHARNAME Yes, I'm still there!;
CreateTimer=2000;
#ENDIF
Delay=120;
Quote:
Originally Posted by adritill View Post
has anyone been banned since the reshanta revamp? eu aion, i ask because before 5.3 barracks script get u banned so fast
EU has a high ban rate for barracks and lost refuge since 4.9.2
02/26/2017 00:41 ZenYe#5015
Aloha :)

Eine Frage, wenn ich zwei Aion Clients nutze funktioniert das Tool immer nur beim zuletzt gestarteten Client. Kann man das was machen dass man frei wechseln kann? :3 Danke!
02/26/2017 00:46 Paraly#5016
Quote:
Originally Posted by ZenYe View Post
Aloha :)

Eine Frage, wenn ich zwei Aion Clients nutze funktioniert das Tool immer nur beim zuletzt gestarteten Client. Kann man das was machen dass man frei wechseln kann? :3 Danke!
Das Tool funktioniert mit unbegrenzt vielen Aion Clients.
Du musst einfach nur bei dem ersten Fenster aufpassen wo du auf inject drückst, dort ist auch noch ein prev und next button um den richtigen Prozess auszuwählen.

Wenn du mehrere Hack + Aion instanzen auf hast reagieren die Hotkeys nur für das derzeit aktive Aion Fenster.

Die Trayicons vom Hack kannst du unterscheiden indem du einfach drüberhoverst
02/27/2017 12:27 lovingboy2#5017
Hi,
How the auto HP potion work? where I have to have potion on my short bar to make it work?
02/27/2017 13:48 Paraly#5018
Quote:
Originally Posted by lovingboy2 View Post
Hi,
How the auto HP potion work? where I have to have potion on my short bar to make it work?
you don't need to place the potion anywhere, you just need to change the potionID which should be used
this should help you
Quote:
Originally Posted by Paraly View Post
There's a way to let Auto Potion use a different potion

1. Press the Windowskey + R
2. type "regedit" and submit
3. go to "HKEY_CURRENT_USER\Software\Para's NoAnimation"
4. change the value of the key called "PotionID" to whatever itemID you wanna use instead
5. restart the hack
02/27/2017 14:07 lovingboy2#5019
thx,
any easy way to read potion ID?
02/27/2017 14:38 Paraly#5020
Quote:
Originally Posted by lovingboy2 View Post
thx,
any easy way to read potion ID?
Open up the Script Editor, check "Show IDs" and hover above your potion
02/27/2017 16:46 ParAdoX83#5021
Quote:
Originally Posted by Paraly View Post
-the Mouse command will now always use a virtual mouse even if the window is in use

perfect :handsdown:
02/27/2017 18:27 dudeme#5022
hi , why Para's VanillaTool dont work whit windows 10 ? before im use win7 and work fine ... where is problem . thx for answere
02/27/2017 18:40 Paraly#5023
Quote:
Originally Posted by dudeme View Post
hi , why Para's VanillaTool dont work whit windows 10 ? before im use win7 and work fine ... where is problem . thx for answere
Send me your unique-ID which you get from this [Only registered and activated users can see links. Click Here To Register...] by PM

____________________________________________



I've added a command called "SmartSkill" to the Script Editor, it makes our life much easier at creating a combat routine.


As you probably can see at the commandlist
SmartSkill=[SkillID],[Cooldown],[Cast or Animation time],[Chaintime],[Chargetime];

for example if I wanna execute a chain from assassin for example "Swift Edge"
it will look like this

Code:
SmartSkill=3194,7000,500,1000,False;
The skill ID is 3194
The skill cooldown is 7 seconds (7000 milliseconds)
I gave it 500ms time for the animation
I gave it 1000ms time for the following chain skills which are 2 so 500ms for each
And it isn't a charging spell cause of this the 5th parameter is set to "False"

______________________________________


Another example this time it's a spell from Songweaver called "Fiery Requiem"

it would look like
Code:
SmartSkill=4471,120000,500,500,3000;
The skill ID is 4471
The skill cooldown is 2 minutes (120000 milliseconds)
I gave it 500ms time for the animation
I gave it 500ms time for the following chain skills which is just 1
And since it is a charging spell which takes 3 seconds (3000ms) till the last charging state the 5th parameter is set to 3000

______________________________________


The last example is a normal cast spell from Songweaver called "Pulse"

it would look like
Code:
SmartSkill=4420,2000,1250,False,False;
The skill ID is 4420
The skill cooldown is just 2 seconds (2000 milliseconds)
It has 1 second cast time so I gave it 1250 milliseconds time cause of the animation at the end of each spell
It has no following chain skills so the 4th parameter is set to "False"
It also isn't a charging spell so the 5th parameter is also set to "False"


_________________________________________


However I would appreciate your help if you guys could post me a combat routine for your class, it would make it much easier to create a combat script for all classes and many other scripts that use combat like the FT script.
02/28/2017 01:09 dudeme#5024
omg , i cant do that alone :D , its to hard for me :D ... why that program dont work esly :D like in win7 ?
02/28/2017 01:15 Paraly#5025
Quote:
Originally Posted by dudeme View Post
omg , i cant do that alone :D , its to hard for me :D ... why that program dont work esly :D like in win7 ?
What do you mean?
It works exactly the same in all windows versions.