Whirlwind

Moderator: Event DM

User avatar
Kinarr
CCC
CCC
Posts: 978
Joined: Sat Jun 26, 2004 5:39 pm
Timezone: GMT-8
Location: Oregon

Re: Whirlwind

Post by Kinarr » Wed Sep 16, 2009 12:28 pm

We already do use NWNX Events (or will soon). But it wouldn't help Whirlwind in any case, since it doesn't need to be hooked. Whirlwind calls a script which then uses the Whirlwind command. It's that command that has the problem in the game code. Last I heard no NWNX developers have produced a fix for that yet.

In the meantime, since Whirlwind calls a script, we can adjust that script. I forgot I had been working on that a couple of months ago....
But anyway, one problem with this approach is that there isn't a way to find the current attack bonus (unless I'm completely missing it). You can get the base attack bonus, then add the STR or DEX to it. But then there are a whole lot of spells, abilities, and feats that add to your attack bonus. I'm not even going to try to check for all of that. I was thinking I'll just give some average number as a bonus to try to compensate.

The other problem is that you can't call the Whirlwind animation via script (unless there is a NWNX command for that...I'll have to check). I'll have to stick some other temporary animation in there.

So it's not going to be perfect, but it will at least make Whirlwind useable until a real fix to the code is made.
User avatar
PsiOmega
Team Member; Retired with Honors
Posts: 4886
Joined: Tue Jun 08, 2004 4:55 pm
Timezone: GMT+1/+2 (DST)
Location: Sweden

Re: Whirlwind

Post by PsiOmega » Wed Sep 16, 2009 12:38 pm

I am looking into hooking the practical engine, non-script available, functions GetAttackModifierVersus and GetArmorClassVersus but that does require that I experiment and learn a whole bunch of stuff, so don't expect it to be done any time soon :P
User avatar
Calzier
CCC
CCC
Posts: 2284
Joined: Mon May 02, 2005 10:39 am
Timezone: GMT/BST
Location: UK

Re: Whirlwind

Post by Calzier » Wed Sep 16, 2009 12:55 pm

Or just use Windows rather than Linux as a server..? I assume cost implications, so perhaps asking everyone who wants whirlwind attack to work properly how much they'd be prepared to donate???

Just as an aside, I have PC on another PW who has ImpWW, and it is just awesome at clearing hordes... so long as there are more bad guys than you have attacks per round... but the main reason I like it is that it's the only way to 'twirl a sword' without actually attacking anything :)
User avatar
PsiOmega
Team Member; Retired with Honors
Posts: 4886
Joined: Tue Jun 08, 2004 4:55 pm
Timezone: GMT+1/+2 (DST)
Location: Sweden

Re: Whirlwind

Post by PsiOmega » Wed Sep 16, 2009 1:03 pm

Returning to Windows is, more or less, no longer an option. A number of recent changes and systems relies on NWNx plugins which do not have fully compatible Windows counter-parts, meaning a switch would force us to remove them.
User avatar
Calzier
CCC
CCC
Posts: 2284
Joined: Mon May 02, 2005 10:39 am
Timezone: GMT/BST
Location: UK

Re: Whirlwind

Post by Calzier » Wed Sep 16, 2009 1:23 pm

PsiOmega wrote:Returning to Windows is, more or less, no longer an option. A number of recent changes and systems relies on NWNx plugins which do not have fully compatible Windows counter-parts, meaning a switch would force us to remove them.
OK, I'll just shut up :oops: :roll:
User avatar
PlasmaJohn
CCC / Release Admin
CCC / Release Admin
Posts: 9010
Joined: Fri Dec 26, 2003 10:37 pm
Timezone: US/Eastern
Location: Negaria
Contact:

Re: Whirlwind

Post by PlasmaJohn » Wed Sep 16, 2009 3:25 pm

Calzier wrote:Or just use Windows rather than Linux as a server..? I assume cost implications, so perhaps asking everyone who wants whirlwind attack to work properly how much they'd be prepared to donate???
Not to jump down your throat, but to heap scorn on Winders...

The machine is an VMware ESXi server with 8 physical cores running 10 Ubuntu instances and one Win2k-pro instance -- my own legitimate copy that I am not currently using. All of the Ubuntu instances happily idle around 5% of their CPU allocation and ~25-50% of their RAM allocation. Those numbers do go up when the game server is stressed (30+ players). As the population bounces between servers the lightly populated ones give up resources to the more heavily loaded ones via the magic that is ESXi. The Winders instance is different. It has pegged both its CPU and RAM allocations even before launching the Crosstreams server (NWN2). In other words, it's a poor VM citizen.

The cost implications would more or less demand additional hardware ($1200 for MB, CPU, PSU and case -- Reusing the old RAM) AND valid Winders licenses for each instance. Optimistically you can get them for US$50? (prolly closer to $100), so another $450-900 on top of the hardware.
Calvin: This is so cool!
Hobbes: This is so stupid.
Missian
Apprentice Scholar
Posts: 653
Joined: Thu Dec 15, 2005 12:21 pm
Timezone: GMT +1
Location: Groningen, the Netherlands
Contact:

Re: Whirlwind

Post by Missian » Wed Sep 16, 2009 3:38 pm

nothing that fancy in terms of system talk and engine chat.. but..

I checked the normal WW with an alt of mine.. and it works fine when you use it once.. ((even with fury of blows)) however it seemed that the bug started to kick in when the normal attack Icon shows up after the whirlwind Icon on the upper left corner.. perhaps there's a problem with the two following each other..? when I clicked the normal attack Icon to turn it off so I could preform the second WW stacked after it.. it was bugged..
to add though.. the alt with WW is a changeling.. so in human child form and Dynamic Goblin form there aren't any problems with that....

euhm then I have another question.. I wanted to use the Imp WW with Rye out of hiding.. preform the WW then HipS again.. and then following this sequell.. would this work.. or will the normal attack Icon show up after each WW standard..? perhaps there's a bug there..?
Ripple Wanno, owner of "The Shadow Harlequin": Planar traveler, Interrests Illusions, Portals,..

I - Braq Strong Smart : Bloodkin Tribe Chieftain , Mighty Blood rager, Mage of Blood magic, Axe master,..
User avatar
Manuel the White
Team Member; Retired with Honors
Posts: 7567
Joined: Wed Mar 05, 2003 6:45 pm
Timezone: CST
DM Avatar: Ra-Ghul

Re: Whirlwind

Post by Manuel the White » Wed Sep 16, 2009 4:44 pm

Kinarr wrote:We already do use NWNX Events (or will soon).
Awesome.
Kinarr wrote:In the meantime, since Whirlwind calls a script, we can adjust that script. I forgot I had been working on that a couple of months ago. I was thinking I'll just give some average number as a bonus to try to compensate.
Sounds great to me. You are the hero! 8 )
PlasmaJohn wrote:The machine is an VMware ESXi server with 8 physical cores running 10 Ubuntu instances..
Hot damn! Who won the lottery?
User avatar
AandA
Apprentice Scholar
Posts: 830
Joined: Mon Dec 25, 2006 7:04 am

Re: Whirlwind

Post by AandA » Wed Sep 16, 2009 7:59 pm

Thanks for any and all effort to get this working (unbroken) again! I loved to use it. If nothing else, it's great to use for those things that just don't render on the screen from time to time. Hit WW and even it if doesn't hit it'll engage it in combat when done.
Pantera: Shield Whomp Maiden of Dre'Ana; Queen's Rook, Red beans and rice didn't miss her
Bolo'druul: Umdel crafter, Patron Order do Diamond Sphere
Felling Boosh: "Worst monk build ever" - Avlis' monk build police/critic
NayalaGelbert
Scholar
Posts: 1003
Joined: Fri Apr 28, 2006 2:38 am

Re: Whirlwind

Post by NayalaGelbert » Wed Sep 16, 2009 8:59 pm

I don't suppose circle kick is fixable along these lines as well? It's pretty much too late for my character, who didn't take it, but I think there's a few characters around that mistakenly took that feat.
User avatar
Ben DeVeny
Apprentice Scholar
Posts: 854
Joined: Thu Jun 10, 2004 9:06 pm
Location: Copenhagen

Re: Whirlwind

Post by Ben DeVeny » Wed Jan 06, 2010 3:49 pm

Kinarr wrote:So it's not going to be perfect, but it will at least make Whirlwind useable until a real fix to the code is made.
Is Whirlwind still broken? From the above quote, I am led to believe its been patched up.

I just took it recently as a feat, and it worked a charm, for about three minutes. Then I got stuck and couldnt do anything anymore. No healing, no attacking and so on. Considering that I was obviously surrounded (to get the most out of my attack), not being able to act, pretty much sucked. I dont know what to attribute the situation to... me bing a changeling, or the attack being broken.
Never trust a smiling dog
Zandel
Sage
Posts: 1946
Joined: Sat Aug 27, 2005 2:22 am
Timezone: EDT
Location: Florida

Re: Whirlwind

Post by Zandel » Wed Jan 06, 2010 4:29 pm

Nope that's the bug, its not your character
User avatar
Cromagnon
Sage
Posts: 1596
Joined: Thu Oct 07, 2004 1:25 am
Location: NY

Re: Whirlwind

Post by Cromagnon » Wed Jan 06, 2010 5:52 pm

Agreed. It's the feat. Unpredictable.
Cheers,
Cromagnon
User avatar
Ben DeVeny
Apprentice Scholar
Posts: 854
Joined: Thu Jun 10, 2004 9:06 pm
Location: Copenhagen

Re: Whirlwind

Post by Ben DeVeny » Wed Jan 06, 2010 6:14 pm

whats the latest word then? It looks from Kinar wrote, that there is relief in sight. Has the project been abandoned?
Never trust a smiling dog
User avatar
Cromagnon
Sage
Posts: 1596
Joined: Thu Oct 07, 2004 1:25 am
Location: NY

Re: Whirlwind

Post by Cromagnon » Thu Jan 07, 2010 9:22 pm

http://www.javaforge.com/issue/9703

I assume "Biobug" means it's out of the hands of our coders. :(
Cheers,
Cromagnon
Camazotz
Whiney Peasant
Posts: 14
Joined: Mon Nov 30, 2009 11:22 pm

Re: Whirlwind

Post by Camazotz » Thu Jan 07, 2010 11:21 pm

Yep... What the bug seems to be is that an enemy gets shuffled out of your attack range some how, and instead of it resolving by canceling that stage of attack, your character goes "!!! NOT THERE ANYMORE!" and freezes because it's unable to continue the process... Apparently canceling the action in your queue or switching weapons can fix the deal. YMMV, this isn't something I have experience with, just from when I was googling it to see what the problem everyone was talking about was awhile back.
Player of:
Rrash Farpaw- Wemic Barbarian
Tiergan Feine- Half-Nymph Rogue(But he'll probably tell you otherwise)
User avatar
Manuel the White
Team Member; Retired with Honors
Posts: 7567
Joined: Wed Mar 05, 2003 6:45 pm
Timezone: CST
DM Avatar: Ra-Ghul

Re: Whirlwind

Post by Manuel the White » Fri Jan 08, 2010 10:16 pm

I think Kinarr has a handle on how this can be fixed but just doesn't have the time right now.
Missian
Apprentice Scholar
Posts: 653
Joined: Thu Dec 15, 2005 12:21 pm
Timezone: GMT +1
Location: Groningen, the Netherlands
Contact:

Re: Whirlwind

Post by Missian » Tue Apr 06, 2010 10:28 pm

just our of curiousity.. since I've picked the feat never the less..

how's Kinarr's time doing..? :roll:

thanks anyhow..!!

}8)
Ripple Wanno, owner of "The Shadow Harlequin": Planar traveler, Interrests Illusions, Portals,..

I - Braq Strong Smart : Bloodkin Tribe Chieftain , Mighty Blood rager, Mage of Blood magic, Axe master,..
User avatar
Abdenago
Apprentice Scholar
Posts: 753
Joined: Wed Jul 28, 2004 6:12 am
Location: IL

Re: Whirlwind

Post by Abdenago » Tue May 11, 2010 8:04 pm

I took Whirlwind because I didn't know it was broken. I had a character that had it a couple years ago and it worked flawlessly and I loved it so I went ahead and picked it up.

I can say for a fact that the bug has nothing to do with the target being in range. It is something to do with the shuffling of attack order. I think that the auto-attack features need removed entirely because when I remember it working there was no auto-attack associated with it. It's a melee aoe and it should fire independently, if there is a creature there to attack or not. The only thing that should regulate damage being taken is if hostiles are within range when whirlwind is performed. I would think removing any auto-attack feature from the queue will cause the problems to cease, if that can be done. I'm not a coder though, so I don't even know if that can be done.
User avatar
Anomandari
Roleplayer of the Year 2011
Posts: 1891
Joined: Thu May 03, 2007 6:54 pm
Timezone: GMT+1/+2
Location: Warsaw

Re: Whirlwind

Post by Anomandari » Tue May 11, 2010 8:17 pm

Abdenago wrote:I can say for a fact that the bug has nothing to do with the target being in range.
I second that. I often get whirlwind-locked even if I take out the entire spawn in one whirl, when there is nothing (left) out of range.
IRC #Avlis: Autumn. Player of: Null, a cannibal · Salamander, a sapper · Dust, a pilgrim.
· · · · ·
Ninjar: F* it dude, let's go crafting.
User avatar
Calzier
CCC
CCC
Posts: 2284
Joined: Mon May 02, 2005 10:39 am
Timezone: GMT/BST
Location: UK

Re: Whirlwind

Post by Calzier » Tue May 11, 2010 10:06 pm

NWNX forum wrote:Activating/deactivating one of the modes (detect, stealth, expertise, defensive casting, etc) seems to fix it, without the need for a relog.
Anyone with the feat want to check that?
User avatar
Urizen
Legacy DM
Legacy DM
Posts: 2477
Joined: Fri Aug 08, 2003 12:54 am
DM Avatar: Paragus
Location: San Francisco Bay Area

Re: Whirlwind

Post by Urizen » Tue May 11, 2010 10:21 pm

Its not true. I've toggled my toggle off. Maybe it used to be true.

The only thing I found to fix it was relogging.
When life gives you lemons, make margaritas.
User avatar
Anomandari
Roleplayer of the Year 2011
Posts: 1891
Joined: Thu May 03, 2007 6:54 pm
Timezone: GMT+1/+2
Location: Warsaw

Re: Whirlwind

Post by Anomandari » Tue May 11, 2010 10:25 pm

Urizen wrote:Its not true. I've toggled my toggle off. Maybe it used to be true.

The only thing I found to fix it was relogging.
Same here. Neither parry nor expertise nor power attack nor stealth fix the WW bug. I always have to relog.
IRC #Avlis: Autumn. Player of: Null, a cannibal · Salamander, a sapper · Dust, a pilgrim.
· · · · ·
Ninjar: F* it dude, let's go crafting.
User avatar
Calzier
CCC
CCC
Posts: 2284
Joined: Mon May 02, 2005 10:39 am
Timezone: GMT/BST
Location: UK

Re: Whirlwind

Post by Calzier » Tue May 11, 2010 10:27 pm

Anomandari wrote:
Urizen wrote:Its not true. I've toggled my toggle off. Maybe it used to be true.

The only thing I found to fix it was relogging.
Same here. Neither parry nor expertise nor power attack nor stealth fix the WW bug. I always have to relog.
So much for whoever posted that on the NWNX forums... :glaskugel:
eggbert
Apprentice Scholar
Posts: 945
Joined: Mon Mar 01, 2004 4:25 pm
Timezone: CST
Location: minnesota

Re: Whirlwind

Post by eggbert » Tue May 11, 2010 11:50 pm

It's still cool to see the feat IG, I just won't use it again in Nightfang and watch my charachter get pummeled while he sits around afterward. My bad for not reading the boards on this. Doh.
"I think I just had an evilgasm."
-Lord Xykon, The Order of the Stick
Post Reply