Starting Zones.
Okay, so in starting_items you can put Race 0 for all Races, can you do the same in start_zones and make everyone go to the same place rather than updating multiple fields, just have one entry rather than 411?
Starting items for all Races, Classes, and Deities. Code:
mysql> SELECT * FROM starting_items; Code:
mysql> SELECT * FROM start_zones; |
You cold use this route instead, not sure if its the "efficient" answer you're looking for..
Code:
INSERT INTO `variables` (`varname`,`value`,`information`) VALUES |
Not exactly what I was looking for, however I'll just do an UPDATE query to do it almost instantaneously, thanks anyway.
|
Yeah just do:
Code:
UPDATE start_zones SET ZONE_id = 202, x=1, y = 1, z=1 WHERE 1 If you do try setting all races/deities to 0 post your results. I'm curious. Setting the tutorial zone keeps the 'Entering glooming deep...' |
All times are GMT -4. The time now is 03:18 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.