![]() |
Quote:
|
Quote:
|
Quote:
The Account Manager will automatically save all character names of an account into that Status window, you just need to log once into each toon so he recognizes a new character name (you can turn this off at the settings) |
OMG dude. you are the best
I dont understand how the Extreme XP booster grinding works. i mean how dose this get xp scrolls in the accounts warehouse |
Quote:
Your main accepts The grinding toon teleports into the house of the main trough an bug Talks to the Warehouse NPC which needs to be right next to the door (you can buy [Only registered and activated users can see links. Click Here To Register...] with your main) deposits the XP boosters in account warehouse |
Quote:
|
@[Only registered and activated users can see links. Click Here To Register...] You are a hero, first AionSpot now my tool.. you're killing the aion hacking community with this, I'm the last one who keeps it alive further more I'm working on the program 7 days a week constantly improving it and fast support for just about 2€ a month, can't you just write your own hack?
|
ok so basically i will need to get a house or studio on one of the chars from the lvl accounts?
i no need them on my main char anymore just wondering is it possible to transfer the xp scrolls from 1 account to another account ??? |
Quote:
No, you can't trade XP amulets from account to account |
I won't even quote the thing. All I will say is that I doubt any player with a minimum of common sense would risk their accounts + personal information by using some new fishy tool that's not even backed up by anyone.
|
Quote:
how do you open a warehouse NPC in the studio ? is there some scroll for this if so where do you get it ? |
Quote:
|
Quote:
Another thing, how to check if a toon is on the Fast Track Server? Having issues figuring that out. |
Quote:
|
Great update on the account manager paraly!
|
Great update on the account manager paraly, you're the guy hehe without you the aion is nothing
|
Quote:
Code:
_IFMemRead=0x143FA66,WORD,=65535; |
Quote:
|
Quote:
|
Quote:
Here you go :) [IMG=expandable: 1]http://i.epvpimg.com/EFS8cab.jpg[/IMG] |
Quote:
|
Quote:
[IMG=expandable: 1]http://i.epvpimg.com/EFS8cab.jpg[/IMG] |
Quote:
well dam fuck says i cant use the item idk why |
Quote:
|
Awesome update on the acc manager, it's nice to have more awareness about all the characters, ty Paraly :)
|
man i am going to loos my fucking mind dude.. ik place it in some window but cant figer out how to make it work
grrrrr got it nm . what a pain in the azz hahaha |
Para, the combat routine script has an issue, it wants to use "etude" skill but it is a SW and I am trying the script on a sorc.
EDIT: OK I found the problem, SmartSkill=4449 in sorc routine needs to be fixed with SmartSkill=4613 it is the robe of flame, or 1244 for the robe of cold ~~~ I kinda find the grinding pretty clanky to be honest. I wanted to use this to mentor an alt but it seems the character sits there looking at a dead mob for like 5~7 seconds till he goes to the next path node, sits there for some seconds, selects a mob, does an ESC button twice and then starts opening buffs and hits the mob, and repeats.. I deleted all the looting commands and it still does that. What part of the script does the char look at the mob if it needs to change target? Is it when the target vanishes or when the target HP = 0? |
Quote:
|
Quote:
I also found the sorcerer routine very wrong, the character uses an aoe skill which is the worst thing to do, many mobs will attack and since he sits there doing nothing for some seconds he will die. Another thing is that he used the vaizel wisdom in the wrong timing, ALWAYS, it always hit the mob, 1~2 skills and then it did the magic assist and vaizel some times when the mob was dead! ~~~~~ I am making a super simple sorc-only script at the moment. Since I only need this for a mentor to lvl some alts. The theory will be this: Move to a specific point. Execute the HP and scroll check Try to find a new target. If it finds a target then it should: 1) See if we can initiate buffs like vaizel or magic assist 2) Attack with the highest skill first (stigmas included) cause some mobs die with 1 shot 3) Check HP/MP in between skills 4) Hit the mob till it dies (when HP is 0 it shall use one last dot just in case) 5) If after 2 hits the HP is still 100%, we have an obstacle ...repeat. (It was easy to do it on AionScript because AS is predominantly a grinding program with some cheating abilities and many things are already automated for grinding, in Vanilla we have infinitely more options script wise, but we have to make everything by scratch and although that gives us endless options, it makes it more complicated to make a script that multitasks many things etc) ~~~ I might make it a two script thing, like one script will run the char and one will do the combat or something. |
Quote:
You just need few IF questions regarding target HP, target type and then few SmartSkill lines, _IFBuffAlive checks and that's pretty much all commands you need besides the very basic ones like Command=; Btw to select the next target you can use Code:
Command=/Automaticselection; |
Quote:
I only want this for alt leveling with a mentor so the mobs will be too easy to kill thus the script doesn't have to be too complicated. |
on the 6th client get this..
[Only registered and activated users can see links. Click Here To Register...] |
Quote:
|
Paraly, this is not an important thing, I am used to have everything tidy so I can find everything I need, but would it be possible to change the way the script editor has the title>??
Like look below, you first have Script Editor - <Character Name>, some time the character name is so long so it writes it like this: Script Editor - Paral... (if you get my point) As I said, this is not important, but in my task bar I would have been able to at least see the first few characters of the name of each char the script belongs to. I kinda have to count the tidy row of clients and script editors in order to open the one I need. Also if you make the mistake to place one script editor on top of another, the editors' "stay on top" feature kinda collides with each other and they start trying to get in front :D ### Not so important to be done immediately but this tiny fix with the naming could have been an easy thing to do when you have time in future. See pictures below (only whatever is possible to be done obviously): [IMG=expandable: 1]https://i.imgur.com/AzIaJsv.jpg[/IMG] [IMG=expandable: 1]https://i.imgur.com/h6Ncp6Y.jpg[/IMG] |
Perfect
Quote:
|
Quote:
|
Thank you so much, this will make it so much easier to work with so many clients and script editors opened (I am sure JoshuaPL will enjoy this more than any of us, he would have like 20 clients opened)
<Character Name> - Script Editor would do Then somehow we could have an update when we get to character screen and log the next char, because now the name is the first char you started the script with and stays like this till the script is ended. This could be implemented either by renewing the title every 10 seconds by default (which you would have to do it on the program itself) OR We could have a script command that would write a text there of our choice, in this case I would write a name of char and the script being run, like: Code:
...Just ideas, you will do your thing the best possible way you want Some times I run different scripts on my different clients, like run weekly luna on all of them, BUT one will end faster so I start another script on that one while the rest are still on weekly luna and so on, and then all my clients will be running different scripts, so at some point, one of the script editor finishes the script being run... and I am like: "hm... what script was this specific script editor running. Was it weekly luna or was it kumuki or another one" I kinda fixed that problem with a comment, both at start of the script and in the command that ends the script something like this: Code:
#IF=%FirstTime,; Kumuki ScriptI added comments to all scripts I use, it really gives me a headache when I run different scripts on all my clients, this way the script editor finishes and stays at the last line executed, so I can see what was being run. |
Quote:
|
each time i start the tool i gate client crash help 5.03
|
Quote:
Edit: Also remember to start Aion manually without the Account Manager at least once every wednesday so it can install the latest game patch, if you start it with the Account Manager it will skip the game patch |
| All times are GMT +2. The time now is 02:00. |
Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.