Para's VanillaTool [Rework]

08/07/2018 13:35 Paraly#8536
Quote:
Originally Posted by costydatare View Post
you tried the korean version ? you can hack it ?
I supported any aion version since 3.5, I don't see why 6.2 should be different
08/07/2018 15:37 costydatare#8537
Quote:
Originally Posted by Paraly View Post
I supported any aion version since 3.5, I don't see why 6.2 should be different
ok . thx . And what about the another question . Do you think that private shop is better for buying kinah on EU ?
08/07/2018 15:41 Paraly#8538
Quote:
Originally Posted by costydatare View Post
ok . thx . And what about the another question . Do you think that private shop is better for buying kinah on EU ?
Yes private shop is better than mail or direct trade, also trade the kinah in small steps, like the seller should buy the items in small stacks, for 20m then reopen the shop buy another stack for 30m...

Broker is also a good alternative, anyways buying from private sellers and not from big gold seller sites is also safer
08/07/2018 16:24 Compliced#8539
Is there any trial to test the program?
I would like to know if it works on the private server.
have with controlling no-animation? for - or +?
08/07/2018 16:28 Paraly#8540
Quote:
Originally Posted by Compliced View Post
Is there any trial to test the program?
I would like to know if it works on the private server.
have with controlling no-animation? for - or +?
Private servers aren't supported, it will not work
08/07/2018 23:17 olipapu#8541
i have a litle problem , i try to send u a messege but said u need to clean some messeges cuz u have no more space lol
08/07/2018 23:19 Paraly#8542
Quote:
Originally Posted by olipapu View Post
i have a litle problem , i try to send u a messege but said u need to clean some messeges cuz u have no more space lol
Yea sorry, just got the notification about inbox full :p
08/08/2018 20:55 I_Satelite_I#8543
When I load Vanilla it doesn't show the character name in the Inject Screen, What Am I doing wrong? NA Server
08/08/2018 20:57 Paraly#8544
Quote:
Originally Posted by I_Satelite_I View Post
When I load Vanilla it doesn't show the character name in the Inject Screen, What Am I doing wrong? NA Server
Do a file repair with the offical NCLauncher and be sure you use the latest vanillatool version
08/08/2018 21:18 I_Satelite_I#8545
Quote:
Originally Posted by Paraly View Post
Do a file repair with the offical NCLauncher and be sure you use the latest vanillatool version
I did those, still nothing
08/08/2018 21:20 frostyZ#8546
I cant find what "Fast Script" does in this topic. Can someone direct me please
08/08/2018 21:30 Paraly#8547
Quote:
Originally Posted by I_Satelite_I View Post
I did those, still nothing
Try a different Start Method at the Account Manager
Quote:
Originally Posted by frostyZ View Post
I cant find what "Fast Script" does in this topic. Can someone direct me please
If you enable fastscript in the overlay, vanillatool will load the "fastscript.pscp" file that's in the same folder as vanillatool.exe, this script gets then played in background every few milliseconds depending on which settings you made in the script

This allows you to code some functions like the overlay ones yourself
08/09/2018 03:33 hueaion#8548
It is working right now?
08/09/2018 10:25 Paraly#8549
Quote:
Originally Posted by hueaion View Post
It is working right now?
Yes :)
08/09/2018 11:34 Diavolakos#8550
Paraly is it possible to make Vanilla "write" something in a txt file and even better add more contents to an existing txt (like append it in the end of the file or overwrite it etc)?

I have 64 chars and I would love to have something like a database in an excel sheet of all my chars' items and materials. Being able to save all the item contents in my inventory and quest inventory for every char I have would be awesome.

If it is too hard to make I understand.

Otherwise a simple command to append some text in the end of the existing file, or a command that writes into a file, overriding it if it exists would be awesome.

Something like this:

Code:
FileWrite=Filename.txt,Text here including variables etc;
FileAppend=Filename.txt,Text here including variables etc;
Now I am not sure how we could implement the "tab" ascii into this, but lets not make it too complicated.

FileWrite would delete all and simply save this only, we would use it to initialize it if we make a new entry and we want to start fresh with the file.

FileAppend would be used to add content.

And in the filename.txt we could use it in the format of a variable probably? so we could make the file have the name of the char?

~~~

All this if it is possible to make it. the file will be saved in the same folder Vanilla is for simplicity.

~~~~

A few of my clients have their script editor and vanilla closed automatically. I reopen it, load the script and after a few seconds it closes again.