gw questions

10/15/2008 04:33 BlooD-BoY#1
ok so apprenetly i got GW coded in my source for some reason O.O so lets get to the questions lolz, ok my first and i think most important question is, so gw is working and stuff, but i got a couple of probs. first lets say i want gw to stop lets stay 2hrs after it started, could i just simply make a timer that will stop gw?
second questions/problem is, people can just jump over the gate in GW, i mean i can but some archer couldn't i left the winning gw, i even made some noobs to try it and they still could jump gates, now i know wat is the prob. its cid loader i think, so my question is, is there any other way to make my server work, but without cid loader, or maybe you got ur own theory on why ppl can jump the gates? O.o thx...
10/15/2008 23:58 tao4229#2
CID Loader allows you to gate jump. They do not need CIDLoader to connect, only the host does if he/she is using 127.0.01 in Server.dat, or you can just make a server side check against jumping over wall/gate.
10/16/2008 02:25 taguro#3
Quote:
Originally Posted by BlooD-BoY View Post
ok so apprenetly i got GW coded in my source for some reason O.O so lets get to the questions lolz, ok my first and i think most important question is, so gw is working and stuff, but i got a couple of probs. first lets say i want gw to stop lets stay 2hrs after it started, could i just simply make a timer that will stop gw?
second questions/problem is, people can just jump over the gate in GW, i mean i can but some archer couldn't i left the winning gw, i even made some noobs to try it and they still could jump gates, now i know wat is the prob. its cid loader i think, so my question is, is there any other way to make my server work, but without cid loader, or maybe you got ur own theory on why ppl can jump the gates? O.o thx...
Okay, lets look at this post one at a time, shall we...

Code:
ok so apprenetly i got GW coded in my source for some reason

It amazes me that you have no idea how GW ended up in your source.

Code:
first lets say i want gw to stop lets stay 2hrs after it started, could i just simply make a timer that will stop gw?

More than likely, the GW coding in your source uses a timer for the guild war stop, and more than likely, the entire guild war is on a timer as well. This is an assumption as I've never seen your source. But, you should only have to edit this timer (the second).

Code:
its cid loader i think, so my question is, is there any other way to make my server work, but without cid loader, or maybe you got ur own theory on why ppl can jump the gates?
First, as posted earlier, no one needs cidloader to connect to the server except the hoster. Unfortunately, EVERYONE uses the CID Proxy on private servers, so removing this from your server's requirements won't help you a whole lot. So, I would do as tao suggested and make a server sided checker for wall jumping, this was conquer's solution.

Hope this helps you.