Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DiVeRsIoN

Pages: [1]
1
NwN Building / Making new Spells
« on: January 18, 2005, 04:23:19 PM »
Does anyone know how to make your own spells or a website I could goto to learn how to make my own spells?

2
Feedback & Community / Help getting server running?
« on: January 18, 2005, 04:10:41 PM »
Well, I messed up big time trying to fix this. I somehow lost all connection to my ISP and the router there. I have no internet and no way of connecting to it. I'm at school right now, had to wait all weekend to respond. I'm changing ISP's from Qwest to Comcast(DSL to Cable) b/c of this and the fact that the internet is down alot and it's SLOW. Hope to see yall soon back on Godspire. Laters  :D


PS: Server should work fine with Comcast, NO ROUTER!! YIPEE!!!

3
Feedback & Community / Help getting server running?
« on: January 13, 2005, 09:15:20 PM »
Ok, I shut the router firewall off and everything is done that you have said. But, it still does not show up on the list of games nor is it joinable by other people... I think Qwest is sabotaging my efforts and might switch back to Comcast(liked it better anyway)

4
Feedback & Community / Help getting server running?
« on: January 12, 2005, 09:03:22 PM »
Ok, well I could connect to it just fine, could before. I had Stitch try and connect and it just timed out and would not connect. It also does not show on Gamespy even though the box is checked. The ports are fowarded (thx a bunch mel) but it is still having problems even with it forwarded. Also, is there anyway to change the NWServer from using 192.168.0.4 and use 68.102.178.109 to try and test if that could be the problem. This first is my LAN address teh second is my WAN address... That way they connect to that since it's the WAN address and is forwared to my computer through the LAN (if im getting this forwarding stuff right in my head.)

5
Feedback & Community / Help getting server running?
« on: January 12, 2005, 04:08:10 PM »
Ok, the modem is a Actiontec�?�® GT701-wg.

6
Feedback & Community / Help getting server running?
« on: January 12, 2005, 04:00:42 PM »
I'm at school right now in my Java class, but I know it is an ActionTec DSL modem using a USB connection. I'm connected to DSL (obviously :)), the exact name of the Modem is hard for me to know til I get home. It is a standard Qwest only modem so it might be on thier website. I'll post again when I find out.

7
Script Request / Few Scripts To Download ;-)
« on: January 11, 2005, 06:58:41 PM »
Here is another scripting function I found very useful in my mod.
Code: [Select]
#include "x2_inc_itemprop"

void CopyItemProperties(object oCopyFrom, object oCopyTo)
{
   int nDurationType;
   itemproperty ip = GetFirstItemProperty(oCopyFrom);
   while (GetIsItemPropertyValid(ip))
   {
      nDurationType = GetItemPropertyDurationType(ip);
      if (nDurationType == DURATION_TYPE_PERMANENT)
         AddItemProperty(nDurationType, ip, oCopyTo);
      ip = GetNextItemProperty(oCopyFrom);
   }
}

8
Feedback & Community / Help getting server running?
« on: January 10, 2005, 11:05:17 PM »
How do I forward a port? Since I don't have a router I know nothing of this... I think we getting close to the solution. I'm getting all excited and can't wait to unveil my mod I have slaved over =P (not done yet just want to test as I go so I don't release then go "Oh crap, I missed a bunch" :()

9
Feedback & Community / Help getting server running?
« on: January 10, 2005, 07:44:25 PM »
Ok, I got my actual IP address now and Im just wondering how to change the NWServer program to go thro that ip instead of the LAN one? Any ideas?

10
Feedback & Community / Help getting server running?
« on: January 08, 2005, 01:05:58 PM »
Well, when I run an ipconfig it tells me that is my IP... I cannot change this however since when I click on run and the ipconfig it just pops-up and closes. I also looked into upgrading my modem. The program asks for my IP address so i gave them my 192.168.0.4... Connection Failed! So I know that is not my IP by the provider. Is there anyway I could set this to the provided one since the Qwest guy messed it up... I might be calling Tech-Support soon, I just dread the 1 hour "on hold" crap they pull.

11
Feedback & Community / Help getting server running?
« on: January 08, 2005, 02:58:33 AM »
How can I change the IP address the server uses... I think it is trying to set up the server with a LAN IP of 192.168.0.4:5121 :angry2:  thats LAN isn't it?

12
Feedback & Community / Help getting server running?
« on: January 07, 2005, 10:53:42 PM »
Quote
Question--do you use or have AOL by any chance? If it's a port problem, I might be able to help with a nifty program.

~Celestial
[snapback]15129[/snapback]

No, I have Qwest DSL not AOL.

13
Feedback & Community / Help getting server running?
« on: January 07, 2005, 10:15:09 PM »
Ok, I set to allow all and ran again... nothing. This is really started to get wierd. I must be missing some key thing here. I have all the right stuff in the nwnplayer.ini thing and I even shut my firewall off and tried. Nothing. I have tried many times to have ppl try and direct connect to it but it just times out with no connection to server... :(

14
Feedback & Community / Help getting server running?
« on: January 07, 2005, 08:14:56 PM »
Yes, I could connect to it using both of those IP addresses and gamespy is enabled(1) :blink: . This worked before no problem with SoU, now it does not work with HotU and the new patches for me. I'm not sure how to open ports on this crappy firewall I got (free sygate) so that does not help, but like i said, it worked before  :angry2:

15
Feedback & Community / Help getting server running?
« on: January 06, 2005, 09:54:07 PM »
Sorry for not specifying, but I do not have a router, my firewall was off then i tried and yes post game to net was on...

16
Feedback & Community / Help getting server running?
« on: January 05, 2005, 10:37:59 PM »
I need help getting my server to show on gamespy. I have been working at it for like a week now and it is it getting frustrating. I want to be able to host my mod when the final product rolls around. Any help is greatly appreciated.

Pages: [1]