Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Sky Tower, Frost Arena don't work =(

Joined
Apr 21, 2010
Messages
441
Reaction score
150
So, I have a small server running with a few players already. The problem is that they can't enter the Sky Tower, the Frost Arena, Excelsior Arena or so on. I don't know what may be causing this. I'm using Yokohiro files with the One Click Server from UseresU.

I'm using two Channels (1010 and 1020).
My node_stream:

LSrAGKm - Sky Tower, Frost Arena don't work =( - RaGEZONE Forums


I don't know if it was right to change the config.ini-config09 to:

# Cross World IDCrossWorldID=1020# Territory World IDTerritoryWorldID=1020# Colosseum World IDColosseumWorldID=1020

Before it was like:

# Cross World IDCrossWorldID=__CrossWorldID__# Territory World IDTerritoryWorldID=__TerritoryWorldID__# Colosseum World IDColosseumWorldID=__ColosseumWorldID__


It still give the "Frost Crown Arena failed to join".

The Sky Tower don't even open for players to register and find groups.

Also, one more question. Its possible to change the time of reset? I found in S_Schedule.ini the name of the dgs, arenas and so on. But I don't know If I'm right.

S_Schedule.ini
44|10501|天空幻境公會組A2|4|1500|1550|

This is the Sky Tower Guild Group A2. The orange number is the number of entries? The red is the time to open registrations and the pink the end time? Like, it opens 15:00 PM and end registrations 15:50?

I'm lost at it. The reset_time in ffdb1 shows the next reset time, but I don't know where to change the necessary time.

Sorry for so many questions. If anyone can help me only with the Sky Tower and Arena things I'll be greatful :)
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 10, 2015
Messages
77
Reaction score
60
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.

--------------------
 
Last edited:
Joined
Apr 21, 2010
Messages
441
Reaction score
150
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.

--------------------

WOW! Thank you so much, I'm testing it rn on vbox before put it on live server.

After your post now its totally easy to set up the time from the Events, I was lost on where to find their IDs, was looking in the Aurakingdom-db
 
Back
Top