PDA

View Full Version : #zone zoning to a different zone?


Jezebell
05-22-2004, 03:16 AM
For some reason on my server when anyone does #zone it says it is zoning to that zone but you enter a different zone....for example:

#zone gfaydark
Entering Greater Faydark....
You have entered The Feerrott.

Any ideas?

RangerDown
05-22-2004, 03:52 AM
Did somebody change the zone ID numbers in the zone table of your database?

Jezebell
05-22-2004, 04:09 AM
not that I know of, I can compare them with another database to double check. Whats odd is that it is random which zone it zones you to....seems like someones cruel idea of a joke :( Also if you do it several times in a row it takes you to the zone you are trying to get to. :?

RangerDown
05-22-2004, 04:11 AM
not that I know of, I can compare them with another database to double check. Whats odd is that it is random which zone it zones you to....seems like someones cruel idea of a joke

IIIIIMMMMMMAAAAAAAAAAAAAAAGGGGEEEEEEE!!!!!!

Ooh I'm definitely gonna need a bigger trout.

Charmy
05-22-2004, 06:24 AM
Hmm this same thing was happening on EQA, whever i would try to zone out of tutorial i was sent to the big drop from paineel into the hole... ouch indeed. however thats the only zone i saw it in. hmm......

cofruben
05-22-2004, 06:47 AM
go to client process.cpp,and delete the following lines.

if(zp)
{
strcpy(target_zone,zp->target_zone);
zc->zoneID = database.GetZoneID(target_zone);
tarheading = zp->target_heading;
}

It should fix that.

Jezebell
05-22-2004, 07:00 AM
thanks, i will try that tonight.