Ffxi Ac Tool Spell Bottom

Posted on admin

Ffxi Ac Tool Spell Bottom. DarkstarProject / darkstar. Ffxi server-emulator final-fantasy final-fantasy-xi mmorpg emulator. Moved player spells from a blob. Ffxi Ac Tool Spell Botched. Led by the British Medical Association.ac. Adalah zat yang berbentuk butiran kasar berwarna putih yang agak sulit dibeli secara bebas. No spelling check in Windows Mail. Not restore spell check nor did the database repair tool. I am not familiar with System Restore. The “Mark as Answer.

  1. Ac Tool Tutorial
TU Chat View unanswered posts View active topics

All times are UTC - 8 hours

Page 1 of 2
[ 17 posts ] Go to page1, 2Next
Print view Previous topic Next topic
mrcoffee
October 12th, 2005, 7:43 pm

Cash on hand: Locked
Alrighty, this requires a small macroing compiler named ACTool, if you havent used or heard of it, you live in a freaking cave. If you live in a cave go to ask jeeves or somethin and you can search for it and find it easy, its 100% legality. Here is the coding to put into the main window of the ACTool window.
// Dont steal my code bastards, created by MrCoffee!! woot!
SetActiveWindow Guild Wars
Keys C
Keys 1
Keys {Space}
IsWhite 292, 156
restart
Else
RandomTurn
KeyDown W 10 sec
Restart
End

Well when i made this bot it wasnt perfect. It is real picky about the color red. But there is only 1 white.... kinda. So when you run this bot, hover the mouse over the health bar of the enemies at the top so there is a white boarder around the bar and name. Make sure you arent covering up the bottom left portion of the bar with the cursor, thats where the pixel is set. This should run in windowed mode just because it was hard to code and get pixels and have to minimize on a GeForce 2 =P (yes, im poor). What this bot does is
Press C
Check to see if anything got targeted
If you got a target
Presses spacebar and whatever select keys you decide
If NOT
Does a randomturn 1-360 and holds down W for about 10 sec
then it restarts to ask if there is a target again.
Tips
tell guildmates your afk and your little brother wants to play so just leave him alone or something
ONLY use henchmen and only in an area where the bot will run without getting PWND =P
Set up the buttons in the macro with the spell slots (ill explain this later)
How to set up with spells and other tasks
1 Dont mess with code you dont know
2 To add a key put in
Keys 1
this will press the 1 key.
3 To wait for a certain timer use DELAY
Delay 3 sec
pauses macro for 3 seconds
4 If you want to make it loot please put your version on here so we can all learn from it!
This version at the top is very simple, it will only use skill 1, this is good for fireball /flare or any spells actually, works with melee people too!
GOOD LUCK!!!
-- MrCoffee
----> please let me have premium for submitting this
[/code]


deadlyblowfish
October 13th, 2005, 6:18 am
Moderator

Joined: August 18th, 2005, 5:39 am
Cash on hand:
208.00
Posts: 731

_________________


tault_danceofthedead

Cash on hand: Locked
nay


tault_greybok
October 13th, 2005, 1:56 pm

Cash on hand: Locked


faeth924

Cash on hand: Locked
What we need is a bot that can kill easy little enemies, then COLLECT what they drop! Go afk with an empty inventory, come back with a few k worth of stuff!! that would be worth a yay
this however is a nay


tault_danceofthedead
October 13th, 2005, 5:35 pm

Cash on hand: Locked
anything that will auto target, run back to a city and sell, run back out to repeat. Once we get support with Xunleashed I'm gonna learn it so hopefully we can get some good stuff going.


deadlyblowfish
October 14th, 2005, 9:05 am
Moderator

Joined: August 18th, 2005, 5:39 am
Cash on hand:
208.00
Posts: 731

_________________


tault_libertygone

Cash on hand: Locked
re-opened. This has potential.
Unfortunately you people cannot see this. Mr Coffee has done something none of you have; yet, you condemn him because it doesn't do EVERYTHING you want it to? Give it time people.... no one knows when we will get XU support.


tault_danceofthedead
October 17th, 2005, 8:13 pm

Cash on hand: Locked
I do believe we had an ACTool post previously and it was locked due to issues with it


tault_libertygone
October 17th, 2005, 11:09 pm

Cash on hand: Locked
coffee, you have 3 days to improve this... or im locking it back up again.


deadlyblowfish
October 18th, 2005, 9:22 am
Moderator

Joined: August 18th, 2005, 5:39 am
Cash on hand:
208.00
Posts: 731

_________________


youngyoda
Active User > 50 Posts

Joined: May 1st, 2004, 4:00 am
Cash on hand:
0.00
Posts: 103
if he doubles the lines of code give it to him. This will promote these kind of posts. Not to mention you have given premiums for outdated/nerfed exploits. This will remain valid indefinitely. if he didn’t add that noob line about stealing his code I would say just give it to him.


youngyoda
October 18th, 2005, 7:02 pm
Active User > 50 Posts

Joined: May 1st, 2004, 4:00 am
Cash on hand:
0.00
Posts: 103
this code is solid give it to him and open source this so we can add to it.
Edit: what i mean by that is that i tried it and it works ok. missing alot but still does the job for EXP

Last edited by youngyoda on October 18th, 2005, 9:37 pm, edited 1 time in total.

youngyoda
October 18th, 2005, 8:41 pm
Active User > 50 Posts

Joined: May 1st, 2004, 4:00 am
Cash on hand:
0.00
Posts: 103
Dont use this cause it doesnt work but since you are good with AC tool can you make a loot matrix?like what i tried to code below? codeing in ACtool is diffrent that what im used to.
Constants
lootlook = 0
xdrag = 300
ydrag = 100
lootflag = 0
end
SetActiveWindow Guild Wars
Keys C
Keys 1
CommandDelay 1 sec
Keys 2
CommandDelay 1 sec
Keys 3
CommandDelay 1 sec
Keys 4
CommandDelay 1 sec
Keys {Space}
CommandDelay 1 sec
call lootMatrix
IsRed 779, 77
Restart
Else
RandomTurn
KeyDown W 10s sec
End
Restart
Procedure lootMatrix
While $lootlook = 0
DragTo $xdrag, $ydrag
Compute ydrag = $ydrag + 50
IsWhite 621, 760
$lootflag = 1
End
If $lootflag = 1
LeftClick
$lootflag = 0
Else
If $ydrag => 1500
$ydrag = 100
Compute xdrag = $xdrag + 50
End
If $xdrag => 1000
$lootlook = 1
End
End
End
End


tault_libertygone
October 19th, 2005, 1:02 am

Cash on hand: Locked
hrm, i should learn up some AC tool and check that out.


Page 1 of 2
[ 17 posts ] Go to page1, 2Next

All times are UTC - 8 hours

Ffxi Ac Tool Spell Bottom
Who is online

Users browsing this forum: No registered users and 19 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Posted by1 year ago
Archived

This guide is meant for novice and perhaps intermediate wizard players, basically people that might feel a bit overwhelmed playing the class and mainly focuses on the combat with only a nod to social and exploration tiers of play. Those that feel comfortable playing wizards will have their own way of playing that might contradict parts of this. It isn't meant as a guide for the 'best and only' way to play a wizard by any means. It is also meant more for the person with a staff and robe than the mage knight concept.

Spell selection (level-up, scribing, and preparation choices)

The one thing I've personally seen wizard players struggle with the most is spell selection for the adventuring day and to a lesser extent spells when scribing/leveling up. For me personally I tend to divide my known spells into a few categories. Many spells might not strictly fit into one but would tend to fit one category more than the other.

Ac Tool Tutorial

I try to have at least 1 spell prepared of each category, some spells might span multiple categories allowing me a bit more freedom. Having 9 different ways to do the same thing and no way to do anything else is needlessly shoehorning yourself.

The key isn't to always have the best spell for a situation, but rather regardless of the situation having a spell that could be used to aid in it. Likewise don't have all spells require the same conditions such as the target being charmable etc. It's still fine to choose spells that only hit a subset of the population, just make sure you can do something else if you encounter someone immune.

  • Utility/Muti-purpose: I'd place Polymorph here as not only can it be in combat support and single target CC with a save, but could allow a party to burrow under a keep or ferry the party over a chasm by shapeshifting one PC into a big critter with burrow or fly. It can even have stealth applications by changing into a harmless creature like a mouse, bird, or puppy. Many illusions I'd put in this category as well and several of the 9th level spells like Wish and True Polymorph. Bigby's would be another example fitting well into the both some single target no-save CC (Crowd Control, I explain what this is at the bottom) and single target damage categories. These spells are often not the best choice, but they have so many applications to make them worth having prepared.

  • Single Target CC with a save: Even though some of these can be boosted to affect multiple opponents spells like Hold Person/Monster, Banishment, Phantasmal Force, Bestow Curse (often used in conjunction with a familiar) etc.

  • Single Target CC without a save: Wall of Force - Bubble option, Maze, etc. High level illusionists really shine here with their level 14 feature.

  • AoE CC with a save: Web, Hypnotic Pattern, etc.

  • AoE CC without a save: Sleep (though usage tapers off), Fog Cloud / Darkness (basically no-save blindness), Wall of Force - wall option. High level illusionists really shine here with their level 14 feature.

  • Single target damage: I normally leave this to cantrips as pretty much every other party member is an expert at this. Personally I like Chill Touch for its ability to prevent regaining HP but there a lot of good choices here so pick whatever you like. Often times Minion spells and Utility spells end up being used to cover this.

  • AoE damage: Fireball etc, ideally of a different element than your single target damage. Personally I like non-concentration spells here so they can be spammed if needed.

  • Support: Greater Invisibility, Haste, etc.

  • Minions: Conjure line, Animate Dead, Animate Objects, Planar Binding, Simulacrum This line seems split in half between spells you'd prepare and cast during downtime and spells you'd actually cast right before, during, or after combat. Obviously only prepare the ones you'll need that day. These not only add in damage but also can fill up a battlefield to hinder the movement of the enemy (and ally if you're doing it poorly). If you can actually get the enemy to waste attacks on the mirions it is wonderful as those are attacks not going towards a PC.

  • Defense: Generally I prefer spells that do not use my concentration slot here. Once a wizard gets high enough level Contingency is a wonderful addition to this line, extra nice as you'll cast it during downtime usually. Things like Counterspell and Shield are wonderful and worth preparing on top of another defensive spell as they're reactions.

  • Social: Disguise Self, Suggestion, Detect Thoughts, etc. Some of these spells can also serve as CC or even pseudo-minion spells depending upon creativity and how the DM feels about mind control.

  • Exploration: Scouting, climbing, stealth, travel, etc. Something like Find Familiar can actually be a great low level scout, basically your own personal disguised drone that is pretty cheap to replace. Some of the line like teleport spells can both serve to aid getting from A->B quickly as well as escape for a combat gone wrong or even in-combat positioning. And of course there is the dreaded Scry and Die tactic of Scry+Teleport that can make DMs remember that every BBEG needs a Private Sanctum in their bedroom.

  • Other: Spells like Magic Circle, Glyph of Warding, Private Sanctum, and Guards and Wards tend to fall into this non-category, you might be able to come up with a creative use for them but often they're used for specific purposes. Magic Jar would be an example of a great spell if you can meet all the conditions to use it 'safely'. It's normally not a spell you use without a plan that specifically calls for its use. Often I might not prepare a single spell in this category unless I already have a plan in mind that requires it.

  • Ritual: You have your ritual spells as well, for example Leomund's Tiny Hut is a great spell but you normally don't need to prepare it to get 90% of its usefulness.

Basic tactics

One of the most basic tactics is splitting up your move between casting to start behind total cover, step out and cast a spell, then step back behind total cover. It is very simple but I've seen a lot of wizards in play not use it. It is certainly not foolproof but at least requires a bit of effort to counter.

On counterspelling (both on using and defending against):

This spell relies on 2 things being true, one is that the target is within 60 ft, another is that the target can be seen casting a spell. Past counterchaining and subtle spell, simple positioning is important.

  • If two casters are standing 55 ft from each other on their turn they can move back 10 feet and cast their spell while being immune to counterspell due to now being out of range. Distance only matters when someone casts, not what it is at the beginning or end of a turn so plan accordingly.

  • Even in a small space if one caster can move where they have total cover from the other they can cast without worry. Ducking behind a large tree or wall might prevent LOS (Line-Of-Sight) to the enemy caster but still leave another enemy in LOS. Or just use spells that don't need LOS.

  • Effects that can make someone unseen like invis, heavy fog, darkness, etc can allow one to cast without worry though may limit what spells they can use due to LOS issues.

Usage of spells in combat:

I tend to see wizards as excellent force multipliers and dividers in combat. They can cut the effectiveness of the enemy in half or less and/or boost the effectiveness of the party.

I like to spend my first round casting a concentration spell to maximize its effects. A Wall of Force that traps the enemies where they can't attack is best used at the start as opposed to after they've gained 1-2 rounds of attacks. Same thing for minion spells like Animate Objects. If the DM is running the recommended 4-8 encounters a long rest this may be my only spell slot I'll use the entire encounter, relying on cantrips after that. There are of course exceptions like needing to use defensive spells to stay alive or counter enemy actions like Counterspell, or realizing that we could use some AoE burst damage and start spamming something like Fireball.

Sometimes you can even cast a concentration spell with a decent duration before the fight such as Polymorph or a Conjure line spell, and it may even last for multiple combats. This can be great if your sessions tend to follow the flow of fighting minions for multiple encounters to drain resources and a final big bad as the last fight of the session. Maximizing spell slot usage early in where a single slot is lasting 2-3 encounters allows you to blow through spell slots on the boss fight almost like you only had 1 fight that day.

On mind control magic

A lot of this is DM dependent, some DMs hate it and it is better to just not use it over an argument ever time it is cast. Others may love it. In my own experience most tend to have a mild dislike for it when used as a brute-force method. This advice is mainly meant for those in the latter category.

Let's take the Suggestion and Mass Suggestion spells as examples with the part that reads:

The suggestion must be worded in such a manner as to make the course of action sound reasonable.

For an example, the party encounters an orc raider (Suggestion) or a band of orc raiders (Mass Suggestion).

Situation A:

Wizard casts the spell and says 'You should join us.'

Something like this is probably going to start an argument over how tough the party looks, the desires of the orcs, racism in the campaign world, etc.

Situation B:

The wizard drops a small chest on the ground that pops open, gold coins spilling out as he casts the spell. 'We want to hire you as mercenaries to join us in our slaughter and reap the benefits.'

The chest with coins is effectively a prop to aid in making the suggestion seem more reasonable. Barring the orcs wanting to continue working for the wizard after the suggestion has faded the wizard is going to get all that gold back when they kill the orcs anyway.

On illusions

Tool

Much like the mind control part this is very DM dependent. The more reasonable and detailed the illusion the better it will probably go. My biggest advice here is to talk to your DM before the campaign starts and give them several example situations of using an illusion and ask how they would arbitrate it.

If they reply with a particular idea not working instead of arguing with them ask for help modifying it so would seem reasonable to them or offer alternatives yourself. I've found that sometimes just a small modification is needed to shift an illusion from 'bullshit' to 'that makes sense' in the eyes of a particular DM.

What is CC (Crowd Control) and why would I use it?

CC is the ability to either limit actions such as stunning an enemy so they can't act or make them less effective like giving them disadvantage or preventing a melee-only enemy from getting into melee range.

I'll give a simplified example with Hypnotic Pattern which prevents those affected from taking actions or reactions due to being incapacitated

Party of 4 versus 6 enemies where one enemy dies a round due to focus fire:

No CC, number of enemy attacks a round:

6+5+4+3+2+1=21 attacks total

Hypnotic Pattern hits 3 of the 6 enemies, leaving 3 active at the start and after they're dead the party breaking the spell on each remaining enemy individually:

3+2+1+1+1+1=9 attacks total

The offense of the enemies was drastically decreased through the use of a single spell.

Spell Resource link

Treantmonk's Guide to Wizards (Part 2) - Doesn't have the new spells added in recent books but gives well thought out reasoning on why a particular spell is very useful or not so much with an easy to read rating guide.

13 comments