Author Topic: Small 9AC Dueling Module Based on GS Rules  (Read 7127 times)

Offline Ryu Hayabusa

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
    • http://
Small 9AC Dueling Module Based on GS Rules
« on: January 13, 2007, 11:21:07 AM »
Anyway, after a few days of learning how to script, and with lots of help from 420, I have a small 9 AC dueling module up (on most weeknights and weekends) based on the GS rules:

Module Name: "--Ryu's 9AC Legit Dueling Released!--"
Tab: "Action"

It's really for people who aren't playing NWN2 but still looking for a place to duel.  I'm surprised that a number of former GS duelers have logged on.  Many players still miss the place I suppose.

Come visit when you guys have time!

Offline 420

  • Hero Member
  • *****
  • Posts: 4087
    • View Profile
    • Email
Small 9AC Dueling Module Based on GS Rules
« Reply #1 on: January 13, 2007, 05:51:34 PM »
Well, the Moo filter won't allow Trogdor (Fighter/Weapon Master/Wizard) in, I get an "Invalid Second Class." error then get booted in 30 seconds.

Also, consider putting the following code in the OnUsed for all selectable placeables that you want player to examine (like the sign in the first area).
Code: [Select]
void main()
{
AssignCommand(GetLastUsedBy(), ActionExamine(OBJECT_SELF));
}


-420

Offline Ryu Hayabusa

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
    • http://
Small 9AC Dueling Module Based on GS Rules
« Reply #2 on: January 13, 2007, 09:11:59 PM »
Sorry guys.

I realise the filter isn't the greatest around.  I think I'll rewrite the class scanning section of it.

That's what I get for using other people's code for the scanner :(

Again, I apologize.

Offline Tyrael

  • Hero Member
  • *****
  • Posts: 774
    • View Profile
    • Email
Small 9AC Dueling Module Based on GS Rules
« Reply #3 on: January 14, 2007, 06:02:00 AM »
not like it matters much when you can fix it, at least you already got a decent server up within.. a week? right?, so things are good i guess, everyone makes mistakes at some point, besides i miss the duels ^^. :yahoo:

Offline Ryu Hayabusa

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
    • http://
Small 9AC Dueling Module Based on GS Rules
« Reply #4 on: January 14, 2007, 10:23:39 AM »
Ahhh... found the bug.

The filter was checking for the modified skill rank, rather than the base skill rank.  Since most WM's are wimpy, they failed the intimidate check.

Well, you wimpy WM's will fail the check no more!