![]() |
I need some opinions on what would be the best priority.
Here is one Code Section for a character who is going to be ranged. Aka: Archer, Cleric/Mage, Conjurer, Cleric, etc... ... [~DEFENSIVE COUNTERMEASURES vs ENEMY SPELLCASTERS~] After each spell is casted, there is a 50% chance that the character will wait till the next round and a 50% chance that the character will wait till the next next round before casting another spell from this section. Will not cast arcane spells in the City of Amn if Cowled Wizards are still a problem. Player will have to manually cast if he wants to trigger the Cowled Wizards appearance. In descending priority, </font>
[ 02-20-2004, 11:53 PM: Message edited by: Dundee Slaytern ] |
Why would you have Free Action first? It's important in some areas, like the Improved Sahuagin City, as was mentioned in Six's Tactics Mod thread. But why would you have it as your first priority?
|
Hold Person, Symbol Stun, Hold Monster, Slow, Celestial Fury, Tanari Paralytic Gaze, etc... ...
|
I know that, but why would you cast that first? There would be better choices for your first cast. I can't really find one on the list, but that's mainly because I'm not 100% sure on how this script works. Could you explain it a bit?
|
If you get stunned or disabled. You cannot do anything else.
The script itself is sequential. The game reads from top to bottom. When a code-block is valid to do, the game executes it and goes back to the top of the script. So code blocks at the top have the highest priority, while those at the bottom have the lowest. |
K, then what is your question. You asked for opinions, but opinions on what? You want to know if the list is compiled well for the ranged classes you listed?
Well, I think stonesking should be put in somewhere there. I know that as a general rule, most people just cast it when they start their adventure after they rest, but sometimes I forget to cast it. I think Wondrous Recall (cleric) should be stuck in there somewhere. I understand that it's not an attack spell nor a defensive spell, but it could be used to recall defensive spells that you've already cast, which can then in turn be used again. But I guess it might not fit in that list. |
This Code Sections deal with countermeasures against enemy spellcasters, not combat protections. Stoneskin does jack against spells. Wondrous Recall is a bit hard to do because it is troublesome to keep track of whether spells have been cast already. It is quite a Global nightmare in the script already.
As for the question... if your character meets an enemy spellcaster, would this be the priority you want your character to do? Remember, the character is suppose to be under AI control. |
If I had to assign this script to CHARNAME, in order to survive the longest, I'd go with...
Mislead 1st & foremost, then... Chaotic Commands SI: Div SI: Abj Death Ward Spell Trap/SotArchons/Spell Turning/GoInvuln [only one of these] (do these negate Breach? I'm not sure... if not, then Spell Shield in the step before these) Mirror Image Free Action I'm iffy on - if you must include it, I'd say right before Mirror Image. Spells like Globe of Invulnerability & Imp Invis should only be used in the sequence if no Spell Trap etc. or Mislead available. Otherwise they are wasted attack rounds (your script would have several superfluous spells active at once - who cares if level 1-4 spells don't affect you if you're just going to absorb/reflect them anyway?). Some, like Shield, are probably wasted attack rounds (assuming, as you said, an enemy is encountered, rather than known about ahead of time) regardless & should be removed from the list. Granted I'm assuming you want to attack at some point, but certain spells in the list are only useful if you want to postpone damage rather than removing the threat itself. You've only included defensive spells, & that's OK if that's what you're going for, but certain buffs, like DUHM, should probably be included if you want to remove the threat rather than just withstand it. What about spells like Fire Shield (either) or the various Protection from... spells (Fire would be good to include)? Are they difficult to implement in a script? If not, I'd say Fire Shield (Red) after the above sequence, unless not available, then Prot from Fire. All JMO, of course... [img]smile.gif[/img] - Imrahil |
Quote:
Spl Trap/SotArchons/Spl Turning/GoI do not negate Breach. The first three ignores it, the second will be removed along with every other combat protection. However, Spell Shield negates RRoReversal, KWWhip, PMagic, PShield, etc... so it is still wise to cast a Spell Shield first before any heavy duty Protection Spell. Quote:
Quote:
Quote:
Quote:
This Code Section deal with defensive countermeasures against enemy spellcasters, not combat protections. There are a grand total of 25 sections (may be forced to split into more), not including the sub-sections. I chose this particular section for analysis because it is one of the most subjective. I did not want to reveal the entire script because the analysis would have been too chaotic. I rather concentrate on one section at a time. Quote:
|
Changes done, edits in the conditions reflected in bold.
|
All times are GMT -4. The time now is 06:46 PM. |
Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
©2024 Ironworks Gaming & ©2024 The Great Escape Studios TM - All Rights Reserved