|
Registered User
Last Online: 07-14-2009 06:45 PM
Join Date: Jun 2009
Posts: 26
Rep Power: 0 Rep Points: 10
Points: 1,118.99
Bank: 1,211.72
Total Points: 2,330.71
|
[AQW] Auto Healer
Hello there! I didn't see anything like this anywhere, so I decided to post a tutorial on how to make an auto healer.
What You Will Need
- 2 Accounts. 1 main, 1 noob character that has Healer class armor.
- WPE Pro (not recommended, but can be used), or an AQW trainer. I personally use Project Alpha 0.465.
- A brain.
Let's begin! I'll take you through a step by step on how to make an auto healer for healing your main in the mobius area, which is useful for soloing Slugfit or the Cyclops Commander (or whatever his name is)
----------------------------------
1. First off, you'll need to start logging packets, and move through the different cells to the area where the boss monster, or whatever you want to kill is. The example I'm using is Slugfit in mobius
I've already made an autoer, and as such, I'll provide you with the move packets.
%xt%zm%moveToCell%81%Side1%Center%
%xt%zm%moveToCell%81%Slugfit%Bottom%
Add those 2 to your send list in that order.
----------------------------------
2. Next, you'll need to get the packet for when your noob character heals your main. To do this, bring both characters into one map, click your main, as your healer, and click the heal skill. You'll see a packet with "gar" in it, resembling a standard attack packet. For example, mine is;
%xt%zm%gar%1%gar%a1%1%p%155914%
This packet above will not work for you. You have to log your own packet, and this packet is different everytime you log it, which means you can't save an SPT file and reload it, and think it will magically work. It won't. Trust me.
----------------------------------
3. Finally, add these 2 packets;
%xt%zm%resPlayerTimed%39139%298053%
%xt%zm%hi%1%
Without the %xt%zm%hi%1% packet, your healer will heal you around 4 or 5 times in a row, and then autolog out. This was a problem I had when I first tested this.
----------------------------------
And you're done! Your send list should look like this;
%xt%zm%moveToCell%81%Side1%Center%
%xt%zm%moveToCell%81%Slugfit%Bottom%
%xt%zm%gar%1%gar%a1%1%p%155914%
%xt%zm%resPlayerTimed%39139%298053%
%xt%zm%hi%1%
Of course, this is only an example, and as such, probably only works for my healer, to heal my main. You'll have to log your own "gar" packet.
To use this, simply (in Project Alpha) click the "Send All Once" button, and set the MS spam limit to 1000 MS. Any lower of a speed, and your character will simply auto-log. To use it in WPE Pro....errr....I don't know, as I don't use WPE Pro.
This works for any boss monster. All you have to do is get the proper movetocell packets, and your personal heal packet, and you're good to go.
PROTIP: If you're thinking of making a heal script for fighting Escherion, that's not a wise idea. Firstly, you'd need not 2, but 3 characters, and you'd have to make a script to make your 3rd auto-attack the Staff of Inversion, and your 3rd would have to be a high level with a good weapon.
Secondly, all 3 characters would have to have access to the Escherion area. So again, unless you have plenty of time to waste doing the whole 1st Lord of Chaos storyline two more times, I would just go to a busy server and find a party.
I hope this tutorial helps you all out, and happy boss-soloing!
Last edited by Daedryon; 06-22-2009 at 03:58 AM.
|