View Single Post
  #3  
Old 08-06-2010, 12:46 AM
blindaviator
Sarnak
 
Join Date: Jul 2010
Posts: 61
Default

Here is what I am getting...

Code:
[08.05. - 23:31:08] [WORLD__CLIENT] xxxxxxxxx: Name approval request.  Name=Kuukub, race=Troll, class=Warrior
[08.05. - 23:31:09] [WORLD__CLIENT] xxxxxxxxx: Character creation request from xxxxxxxxx LS#xxx (xxx.xxx.xxx.xxx:62930) : 
[08.05. - 23:31:09] [WORLD__CLIENT] xxxxxxxxx: Name: Kuukub
[08.05. - 23:31:09] [WORLD__CLIENT] xxxxxxxxx: Race: 9  Class: 1  Gender: 0  Deity: 211  Start zone: 6
[08.05. - 23:31:09] [WORLD__CLIENT] xxxxxxxxx: STR  STA  AGI  DEX  WIS  INT  CHA    Total
[08.05. - 23:31:09] [WORLD__CLIENT] xxxxxxxxx: 118  119  113   75   60   52   40     577
[08.05. - 23:31:09] [WORLD__CLIENT] xxxxxxxxx: Face: 6  Eye colors: 1 1
[08.05. - 23:31:09] [WORLD__CLIENT] xxxxxxxxx: Hairstyle: 255  Haircolor: 255
[08.05. - 23:31:09] [WORLD__CLIENT] xxxxxxxxx: Beard: 255  Beardcolor: 255
[08.05. - 23:31:09] [WORLD__CLIENT] Validating char creation info...
[08.05. - 23:31:09] [WORLD__CLIENT] Found 0 errors in character creation request
[08.05. - 23:31:09] [WORLD__CLIENT] xxxxxxxxx: Current location: grobb  0.00, -100.00, 4.00
[08.05. - 23:31:09] [WORLD__CLIENT] xxxxxxxxx: Bind location: innothule  -588.00, -2192.00, -25.00
[08.05. - 23:31:09] [WORLD__CLIENT] xxxxxxxxx: Character creation successful: Kuukub
[08.05. - 23:31:12] [WORLD__CLIENT] xxxxxxxxx: Attempting autobootup of grobb (52:0)
[08.05. - 23:31:13] [WORLD__ZONE] [10] Setting to 'grobb' (52:0)
[08.05. - 23:31:13] [WORLD__CLIENT] xxxxxxxxx: Entering zone grobb (52:0)
[08.05. - 23:31:13] [WORLD__ZONE] [10] [grobb] Broadcasting a world time update
[08.05. - 23:31:13] [WORLD__ZONE] [10] [grobb] Setting to 'grobb' (52:0)
[08.05. - 23:31:13] [WORLD__CLIENT] xxxxxxxxx: Sending client to zone grobb (52:0) at xxx.xxx.xxx.xxx:7009
[08.05. - 23:31:13] [WORLD__CLIENT] xxxxxxxxx: Client disconnected (not active in process)
And here is what is in database under start_zone:

Code:
<?xml version="1.0"?>

<table name="start_zones">
	<row>
		<x>-341.2</x>
		<y>-1645.2</y>
		<z>3.8</z>
		<zone_id>22</zone_id>
		<bind_id>22</bind_id>
		<player_choice>5</player_choice>
		<player_class>1</player_class>
		<player_deity>211</player_deity>
		<player_race>9</player_race>
		<start_zone>22</start_zone>
		<bind_x>-341.2</bind_x>
		<bind_y>-1645.2</bind_y>
		<bind_z>3.8</bind_z>
		<select_rank>50</select_rank>
	</row>
</table>
It is set properly in the database for all Troll classes, deities and race combinations...
Reply With Quote