Search found 23 matches
- Thu Feb 05, 2004 1:09 pm
- Forum: NWN General Discussion
- Topic: ABOUT DONATIONS
- Replies: 24
- Views: 19114
- Wed Jan 21, 2004 1:31 pm
- Forum: Avlis News
- Topic: Avlis Team Promotion for Sveg
- Replies: 52
- Views: 47676
- Tue Jan 20, 2004 8:33 am
- Forum: NWN General Discussion
- Topic: How Bigby's Works:
- Replies: 30
- Views: 27033
- Fri Nov 14, 2003 8:40 am
- Forum: NWN General Discussion
- Topic: Weird and Phantasmal Killer
- Replies: 13
- Views: 11514
- Tue Jul 01, 2003 11:34 am
- Forum: Comments and Questions on World Information
- Topic: PADRIR: Map of the cities.
- Replies: 25
- Views: 27974
- Mon Jun 16, 2003 1:27 pm
- Forum: Avlis News
- Topic: Avlis Team takes on a DM and an area builder
- Replies: 15
- Views: 17169
- Sat Jun 14, 2003 10:10 pm
- Forum: NWN Scripting
- Topic: recording speech
- Replies: 29
- Views: 30696
void main() { object oPC = GetLastUsedBy(); if (!GetIsPC(oPC)) return; if (GetItemPossessedBy(oPC, "MasterKey")== OBJECT_INVALID) return; AssignCommand(oPC, ClearAllActions()); object oTarget; oTarget = GetWaypointByTag("Destination"); DelayCommand(1.0, AssignCommand(oPC, ActionJumpToObject(oTarget...
- Sat Jun 14, 2003 8:31 pm
- Forum: NWN Scripting
- Topic: recording speech
- Replies: 29
- Views: 30696
Important. I have made the pressureplates that teleport me, i used a generic trigger with a waypoint where i wanted to go. And got a friend to make me that script. Now all i would like is for that trigger only to trigger when i carry a spesific key.... here is what i got so far: void main() { object...
- Sat Jun 14, 2003 1:12 pm
- Forum: NWN Scripting
- Topic: recording speech
- Replies: 29
- Views: 30696
edited: ok, these are the remaining questions. I got all the things you said to work :) I'd like to make a teleportation script. Let me explain.. In my stronghold, i have one room that has a quest-door and only 1 tile circle. In there i can hear what is beeing said around the house. Also i have a NP...
- Sat Jun 14, 2003 2:29 am
- Forum: NWN Scripting
- Topic: Need scripting help!
- Replies: 17
- Views: 19434
- Sat Jun 14, 2003 2:08 am
- Forum: NWN Scripting
- Topic: recording speech
- Replies: 29
- Views: 30696
I've come up with some questions. 1. I will make the listeners visible, and have them standing about and have a conversation to initiate. So they say something like "This is the guestquarters". So now i don't have to conceal them. But i had some problems with the conversation, i could'nt make them a...
- Sat Jun 14, 2003 1:46 am
- Forum: NWN Scripting
- Topic: Need scripting help!
- Replies: 17
- Views: 19434
- Sat Jun 14, 2003 12:38 am
- Forum: NWN Scripting
- Topic: recording speech
- Replies: 29
- Views: 30696
Just wondering, i didnt test it yet. But when i implemented the .erf file, it said i needed to change the taggs. Im not sure i understand, did you script it so that if only the tags match then they will be connected ? So all i acctually have to do is come up with tags like your description and they ...
- Fri Jun 13, 2003 11:51 am
- Forum: NWN Scripting
- Topic: Need scripting help!
- Replies: 17
- Views: 19434
- Fri Jun 13, 2003 11:48 am
- Forum: NWN Scripting
- Topic: recording speech
- Replies: 29
- Views: 30696
That does actually sounds feasible. So I have to combine the following ingredients: An invisible NPC that has a listenening pattern and thus is able to record the spoken words. A trigger that activates said NPC A means of outputting the recorded words, for instance by another invisible NPC, or by F...
- Fri Jun 13, 2003 9:03 am
- Forum: NWN Scripting
- Topic: Need scripting help!
- Replies: 17
- Views: 19434
Ok, despite what jadeia said i don't understand jack shit about scripting and i've been reading. Must be tired, i have stayed up very long now, acctually it's 11:00am, and i have'nt slept yet. Go figure :) So i need heavy scripting help, still... Some ideas i have (having fun, love my dark crib) 1. ...
- Fri Jun 13, 2003 8:47 am
- Forum: NWN Scripting
- Topic: waypoints: Running in circles ?
- Replies: 7
- Views: 9689
if you wanted her to walk in a circle. you don't need to make the 4'th waypoint on top the 1'st one. Just make the jump to script like it was part of her run. So she walks 1,2,3 is the last and jump straigth to 1 again ? understand what i mean ? You don't have to make a 4'th point under the 1'st, be...
- Fri Jun 13, 2003 8:14 am
- Forum: NWN Scripting
- Topic: newbie scripter: Door switch
- Replies: 8
- Views: 10913
- Fri Jun 13, 2003 7:44 am
- Forum: NWN Scripting
- Topic: Need scripting help!
- Replies: 17
- Views: 19434
woha, if we keep this up ill be a scripter by the end of the night. now what i need your help for, is making my plot doors only open by a spesific key. And then i need to make the script that's supposed to transport me, with the visual effects. Can i have visual effects, one that appears where i am ...
- Fri Jun 13, 2003 7:18 am
- Forum: NWN Scripting
- Topic: Need scripting help!
- Replies: 17
- Views: 19434
- Fri Jun 13, 2003 7:16 am
- Forum: NWN Scripting
- Topic: Need scripting help!
- Replies: 17
- Views: 19434
thx for fast response. I talked to the housing manager, and he gave me the link to the FTP. But it requires a login and i didnt dare asked for it, i had pestered him enough for one daY :) But it seems easy enough, can ya'll provide me with the password and all that, then ill make the sitdown stuff m...
- Fri Jun 13, 2003 6:57 am
- Forum: NWN Scripting
- Topic: Need scripting help!
- Replies: 17
- Views: 19434
Need scripting help!
Hi, im making a stronghold. Made the entire 8x8 area and it is finished. Now i just need help from a relativly experienced scripter. I am not any good myself, and to avoid misstakes and keep it clean i need help :) I want some simple scripts, one is to make chairs and especially my throne :o sittabl...
- Tue Jun 10, 2003 9:29 pm
- Forum: Comments and Questions on World Information
- Topic: Nobles houses of Mikona
- Replies: 3
- Views: 5541
hi..
Naturaly i thought this thread was about the noble's "housing".
Is it possible to buy their estates?
Is it possible to buy their estates?