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! |
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.
|
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?
|
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; 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 |
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.