EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Database/World Building (https://www.eqemulator.org/forums/forumdisplay.php?f=625)
-   -   What Fix Gates, Portals, and Stones for Zones? (https://www.eqemulator.org/forums/showthread.php?t=11649)

Chicomalo 01-30-2004 05:19 PM

What Fix Gates, Portals, and Stones for Zones?
 
I been wondering, what fix Gates, Portals and Stones for zones? Cause I can't figure it out on db.

I am using 5.3 on Windows

Thanks in Advance!

killspree 01-31-2004 02:01 AM

There's a certain open type in the doors table that will cause the door/gate/stone/etc to act as a zoneline - it can port both within the same zone, or to a totally different zone.

Chicomalo 01-31-2004 06:01 AM

I will be looking into the tables now, but dose anyone know the commands to update this or any intruction or link pointing to a early post about this kind of problem?

Lurker_005 01-31-2004 07:49 AM

an example would be
Code:

Update doors SET opentype=58, dest_zone='poknowledge', dest_x=100, dest_y=10, dest_z=3 where id=343;
Open type 58 will port on clicking, dest_... says wher it sends you.

Now before you go do anything, I suggest you go read some of the mysql documentation so that you know what that actually does. I also suggest you get and use MYsql Control Center (or mysql-Front) to work with mysql data.

The docs and MYsql Controll Center can be found at http://www.mysql.org

Chicomalo 01-31-2004 07:54 AM

Ooohhh,... Cool beans! Thanks you so much. Will get on that now. :D


All times are GMT -4. The time now is 12:08 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.