
Originally Posted by
UseresU
Quite a lot of questions, hope these answers help you to solve the problems.
I haven't changed the __CrossWorldID__ in the config files. Maybe it has a relation, maybe not. My guess would be that the server won't care since i never had to change the files.
For your node_stream i recommend setting all world_id to 1010 (this should fix the issue with the sky tower / arena). For more Sky Tower related information take a look at sky_tower. You got the zone_id 1011 in there, meaning you should use the first channel. The table player_sky_tower shows you the players that are in the tower / registered.
Now to your S_Schedule.ini, the line you picked is not related to the Sky Tower. Instead it is the Sky Realm Guild Raid.
Here is an extract from the server guide:
--------------------
S_Schedule.ini
Version 1.6
This file contains the start and end times for events like PvP and Sky Tower.
This is the header for this file:
|V.1|6|
Here is an example line:
73|401|天空之塔2|6|1500|1700|
Let's break this line down:
"73|": This is the id of the event used by this file. Each id has to be unique.
"401|": This is the event id used by other files.
"天空之塔2|": The name of the event.
"6|": The day of the week that this event should occur.
"1500|": The start time of the event. Format is "HoursMinutes".
"1700|": End time of the event. Format is "HoursMinutes".
Some more information for this file to understand how to use it:
The event ids can be obtained from S_Fight.ini.
Here are some that should be useful:
1: Excelsior Arena (5 v. 5)
2: Tanuki Turmoil
6: Centurion Battlefield
7: Aura Kingdom Quiz
8: The Frozen Crown of Glory
400: Sky Tower 1
401: Sky Tower 2
402: Sky Tower 3
The numbers of the weekdays are the following:
1: Monday
2: Tuesday
3: Wednesday
4: Thursday
5: Friday
6: Saturday
7: Sunday
8: All of the above.
--------------------