View Single Post
  #26  
Old 01-05-2004, 04:27 AM
Windcatcher
Demi-God
 
Join Date: Jan 2002
Posts: 1,175
Default

Don't zone to "tutorial". Here's what you need to do:

1. In your zone table in the DB, create an entry for infernal1.

2. Add an integer column to the zone table called "thirdparty":

Code:
alter table zone add thirdparty int(2) unsigned default '0';
3. Set thirdparty to 1 for your new zone.

4. Log into the client and #zone to infernal1. The server will tell ZP to set up "infernal1". ZP will copy and re-code the files so they look like tutorial to the client. ZP will then tell the server when it's done and the server will tell the client to zone to "tutorial". It's all transparent.

WC
Reply With Quote