Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 09-15-2013, 03:34 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default 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;
+----+------+-------+---------+--------+--------+--------------+----+------+
| id | race | class | deityid | zoneid | itemid | item_charges | gm | slot |
+----+------+-------+---------+--------+--------+--------------+----+------+
|  1 |    0 |     0 |       0 |      0 |  17403 |            1 |  0 |   -1 |
|  2 |    0 |     0 |       0 |      0 |  17403 |            1 |  0 |   -1 |
|  3 |    0 |     0 |       0 |      0 |  17403 |            1 |  0 |   -1 |
|  4 |    0 |     0 |       0 |      0 |  17403 |            1 |  0 |   -1 |
|  5 |    0 |     0 |       0 |      0 |  17403 |            1 |  0 |   -1 |
|  6 |    0 |     0 |       0 |      0 |  17403 |            1 |  0 |   -1 |
|  7 |    0 |     0 |       0 |      0 |  17403 |            1 |  0 |   -1 |
|  8 |    0 |     0 |       0 |      0 |  17403 |            1 |  0 |   -1 |
+----+------+-------+---------+--------+--------+--------------+----+------+
8 rows in set (0.00 sec)
Could I not do this?
Code:
mysql> SELECT * FROM start_zones;
+---+---+---+---------+---------+---------+---------------+--------------+------
--------+-------------+------------+--------+--------+--------+-------------+
| x | y | z | heading | zone_id | bind_id | player_choice | player_class | playe
r_deity | player_race | start_zone | bind_x | bind_y | bind_z | select_rank |
+---+---+---+---------+---------+---------+---------------+--------------+------
--------+-------------+------------+--------+--------+--------+-------------+
| 0 | 0 | 0 |       0 |       0 |       0 |             0 |            0 |
      0 |           0 |          1 |      0 |      0 |      0 |          50 |
+---+---+---+---------+---------+---------+---------------+--------------+------
--------+-------------+------------+--------+--------+--------+-------------+
1 row in set (0.00 sec)
Reply With Quote
  #2  
Old 09-15-2013, 04:41 PM
rencro
Hill Giant
 
Join Date: Sep 2008
Location: So. California
Posts: 219
Default

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 
('startzone','tutorialb','Setting default Startzone for all clients and races to TutorialB');
If you just want to send everybody...
Reply With Quote
  #3  
Old 09-15-2013, 04:54 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Not exactly what I was looking for, however I'll just do an UPDATE query to do it almost instantaneously, thanks anyway.
Reply With Quote
  #4  
Old 09-15-2013, 07:56 PM
HnathBST
Sarnak
 
Join Date: Feb 2007
Location: Sunset Home
Posts: 71
Default

Yeah just do:
Code:
UPDATE start_zones SET ZONE_id = 202, x=1, y = 1, z=1 WHERE 1
Just set the zone and cords correctly... The where 1 will update all.

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...'
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 05:03 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3