Search found 211 matches

by Mistcaller
Wed May 03, 2006 11:28 am
Forum: NWN Scripting
Topic: Hides and custom races
Replies: 6
Views: 12514

IIRC, you have to change the cls_feat_*.2da as well. So that the feat will be available as a class feat and not as a race feat, cause the latter does not work.
by Mistcaller
Wed May 03, 2006 8:51 am
Forum: NWN Scripting
Topic: me again: area with limited air
Replies: 21
Views: 32127

To loop around any type of elements you can use those functions that contain the word FIRST and NEXT along with a "while" statement. Check this example from nwnlexicon: // Any objects in the area tagged "DESTROY" are destroyed. // Uses OBJECT_SELF as the area, but this can be subsituted for // many ...
by Mistcaller
Tue May 02, 2006 7:18 am
Forum: NWN Scripting
Topic: me again: area with limited air
Replies: 21
Views: 32127

Just noticed one more little mistake. You shouldnt define again the integer TimeLimit (which is actually n TimeLimit) in the countdown function since you define it in the arguments. It should be corrected also in the FloatingText command. So it should read: void Countdown( int nTimeLimit, object oOb...
by Mistcaller
Mon May 01, 2006 10:10 pm
Forum: NWN Scripting
Topic: me again: area with limited air
Replies: 21
Views: 32127

For a start, I would change the function "Countdown", so that the object oPC is not defined again. In other words, instead of: int TimeLimit; object oPC = GetEnteringObject(); SetLocalInt(GetArea(oPC), "TimeLimit", nTimeLimit); FloatingTextStringOnCreature( IntToString(TimeLimit), oObject); you shou...
by Mistcaller
Mon Jan 16, 2006 8:41 pm
Forum: NWN General Discussion
Topic: The epic ststem?
Replies: 117
Views: 221430

Re: The epic ststem?

Epicness This topic has been troubling me for ages....since levels 20-40 were introduced. I believe there are a few more things to take into account when discussing this topic. When levels over 20 were introduced in NWN, certain things happened to Avlis at the same, approximately, time. A big wave ...
by Mistcaller
Mon Nov 21, 2005 10:08 pm
Forum: NWN General Discussion
Topic: NWN2 Article
Replies: 28
Views: 22304

Impressive... I cant wait to see the new toolset! :)
by Mistcaller
Mon Oct 24, 2005 10:56 am
Forum: Avlis News
Topic: Bug Reporting
Replies: 9
Views: 11270

Also please take some time while you are on the forums to check the bug reports you have already posted, in case one of the Team members has requested further clarifications.

Many bugs remain open just because we miss these last bits of essential information...

Thanks in advance :)
by Mistcaller
Mon Aug 22, 2005 6:09 pm
Forum: NWN Scripting
Topic: Please can any of you make a lock for me?
Replies: 12
Views: 18519

although Jonezies (PM) idea of having the guild DM distributing keys at need is propably the easiest and more fesible....
Indeed. So you'd better follow that route.. :)
by Mistcaller
Mon Aug 22, 2005 7:45 am
Forum: NWN Scripting
Topic: Please can any of you make a lock for me?
Replies: 12
Views: 18519

Each guild's rank variable has a different name which was (supposed to be) applied, when the guld leader item was made.
So yes, for AKN it may be AKNRank, for OoG OOG_Rank, etc.
by Mistcaller
Fri Jul 01, 2005 12:00 am
Forum: NWN Scripting
Topic: casting spells at objects
Replies: 11
Views: 17778

Also, if you want to set the DC of the spell, you have to modify the corresponding "save" (fort, will, ref) OF the placeable. Doesnt make much sense, but this is how it works. :)
by Mistcaller
Mon Jun 13, 2005 3:19 pm
Forum: NWN Scripting
Topic: the gender bender
Replies: 12
Views: 18929

Instead of gender changing belt, I would suggest a "Barmaid/Bouncer" changing belt , which is easier to create :)
by Mistcaller
Wed Apr 13, 2005 8:28 am
Forum: Avlis News
Topic: Hak Update - Drangonari Fix
Replies: 33
Views: 31675

It is a bug, and not known , so please fill in a bug-report about it.
by Mistcaller
Wed Apr 06, 2005 10:54 pm
Forum: Avlis News
Topic: Once again, Avlis would like to take on more DM's
Replies: 33
Views: 30985

He never said give them up entirely Alex, just give them less time than you do as a player. Otherwise, where would you find the time to DM at all? :wink: True, but I have done PnP on and off for oh *coughs* the last 25 years, and I know what I am like once I start to work up a campain. Plot, story,...
by Mistcaller
Sat Apr 02, 2005 12:01 pm
Forum: NWN General Discussion
Topic: Possible problem with LeOr password
Replies: 6
Views: 6116

Probably because I did restart it ;)
by Mistcaller
Sat Apr 02, 2005 10:59 am
Forum: NWN General Discussion
Topic: Possible problem with LeOr password
Replies: 6
Views: 6116

Seems ok... I might restart it in a few mins if no one can login...
by Mistcaller
Fri Apr 01, 2005 8:12 am
Forum: Avlis News
Topic: March RPotM: The results
Replies: 82
Views: 69179

Congratulations both! Hope to possess you soon! :D
by Mistcaller
Thu Mar 31, 2005 12:51 pm
Forum: NWN Scripting
Topic: Odd item creation
Replies: 35
Views: 46541

I assumed that adding "Dragon Breath, Fire" to the hide would give the creature the ability to use it.... but it doesn't This is the same problem we faced with Drangonari and Changelings. You cannot apply spells on a hide anymore... the only thing you can apply is "bonus feats". So you should eithe...
by Mistcaller
Thu Mar 31, 2005 11:17 am
Forum: NWN Scripting
Topic: Odd item creation
Replies: 35
Views: 46541

Serineth Swiftpaw wrote:Can someone tell me what sort of item the pc_hide should be when I create it in the pallet? Because it never equips it, it just adds it to my inventory. Thanks.
"Creature item" it is called in the creation list IIRC.
by Mistcaller
Mon Mar 28, 2005 10:01 pm
Forum: NWN Scripting
Topic: Odd item creation
Replies: 35
Views: 46541

One way I can think of, is to apply a proper hide and then remove it.
by Mistcaller
Mon Mar 28, 2005 9:57 pm
Forum: NWN General Discussion
Topic: Error exporting character to level test
Replies: 4
Views: 4463

Drangonari fixes... :roll:
by Mistcaller
Tue Mar 22, 2005 8:52 am
Forum: NWN General Discussion
Topic: clothing for NPCs
Replies: 4
Views: 5042

And please ask such questions in the subs forum since it concerns Avlis.
by Mistcaller
Thu Mar 17, 2005 4:48 pm
Forum: Avlis News
Topic: Hak Update - Drangonari Fix
Replies: 33
Views: 31675

I can answer that..the same happened to me when I logged into Elysia, i.e it said lost item: pc hide, acquired item: drangonari hide...the breath and acid fog are available for me from the radial menu under a fighter symbolised option (unlimited uses per day at the moment, but not being abused :win...
by Mistcaller
Wed Mar 16, 2005 5:45 pm
Forum: Avlis News
Topic: Hak Update - Drangonari Fix
Replies: 33
Views: 31675

szabot wrote:
Mistcaller wrote:DMs should be able to apply the new hide in Elysia for the time being.
If an old drangonari hide is updated in Elysia and the PC then gets the racial abilities in Elysia, will it work on other servers, too?

Thanks.
Yes, as long as you have the updated hak.
by Mistcaller
Wed Mar 16, 2005 5:31 pm
Forum: Avlis News
Topic: Hak Update - Drangonari Fix
Replies: 33
Views: 31675

Dalzell wrote:Hi, I logged into Elysia and received my drangonari hide without needing a DM to give it.
Yep, this happens when you dont have any hide at all or you carry the PC hide.
But some old drangonari PCs used to have a hide, so those should be updated manually.
by Mistcaller
Wed Mar 16, 2005 5:05 pm
Forum: Avlis News
Topic: Hak Update - Drangonari Fix
Replies: 33
Views: 31675

DMs should be able to apply the new hide in Elysia for the time being.