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!

Welcome ! I'll be crazy

Newbie Spellweaver
Joined
Mar 24, 2009
Messages
25
Reaction score
0
Hi all,

i think Aion Server will make me sick :p
I try to change the welcome message on server, you know when you connect on your server, you have a message : Welcome .....

So i search on files and i see this welcome html (with option activate).
I change message on it and nothing change on live server?!?! Only the Welcome on Your Shard! change for my message, the rest stay the same...

"Aion Lightning 3.9 Pre-Built\AL-Game\gameserver\data\static_data\HTML"

Code:
<poll>
	<poll_introduction>
		<![CDATA[<font color='4CB1E5'>Welcome on Your Shard!</font>]]>
	</poll_introduction>
	<poll_title>
		<font color='ffc519'></font>
	</poll_title>
	<start_date></start_date>
	<end_date></end_date>
	<servers></servers>
	<order_num>1</order_num>
	<race></race>
	<main_class></main_class>
	<world_id></world_id>
	<item_id></item_id>
	<item_cnt></item_cnt>
	<level></level>
	<questions><question>
	<title>
		<![CDATA[
		<br><br>Welcome on Your Shard<br>Powered by Private Aion-Lightning Emulator<br>For more info's please visit our official website<br>
		<a href="http://aion-lightning.org/">Aion Lightning Forums</a>
		]]>
	</title>
	<select>
		<input type='radio'>Click Here and then Complete to close this window</input>
	</select>
	</question></questions>
</poll>

Could someone tell me what i'm doing wrong please?

Thank you.
 
Newbie Spellweaver
Joined
May 30, 2013
Messages
37
Reaction score
10
Hello try this:

Change your HTML page and then delete the files that are in the folder "cache"(gameserver),

Then restart your server.
 
Upvote 0
Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
and did you check:
.\AIONEmulator\game\config\main\html.properties

gameserver.html.welcome.enable = false
change it to
gameserver.html.welcome.enable = true
 
Upvote 0
Newbie Spellweaver
Joined
Mar 24, 2009
Messages
25
Reaction score
0
Hey,

Yes i have change configuration but nothing.

I'll try to clean cache and restart again the server and come back here for the result.

Thank you.
 
Upvote 0
Experienced Elementalist
Joined
Jun 29, 2010
Messages
216
Reaction score
71
Hi all,

i think Aion Server will make me sick :p
I try to change the welcome message on server, you know when you connect on your server, you have a message : Welcome .....

So i search on files and i see this welcome html (with option activate).
I change message on it and nothing change on live server?!?! Only the Welcome on Your Shard! change for my message, the rest stay the same...

"Aion Lightning 3.9 Pre-Built\AL-Game\gameserver\data\static_data\HTML"

Code:
<poll>
	<poll_introduction>
		<=!=[=C=D=A=T=A=[<font color='4CB1E5'>Welcome on Your Shard!</font>]=]=>
	</poll_introduction>
	<poll_title>
		<font color='ffc519'></font>
	</poll_title>
	<start_date></start_date>
	<end_date></end_date>
	<servers></servers>
	<order_num>1</order_num>
	<race></race>
	<main_class></main_class>
	<world_id></world_id>
	<item_id></item_id>
	<item_cnt></item_cnt>
	<level></level>
	<questions><question>
	<title>
		<=!=[=C=D=A=T=A=[
		<br><br>Welcome on Your Shard<br>Powered by Private Aion-Lightning Emulator<br>For more info's please visit our official website<br>
		<a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'aion-lightning.org', '/']);" rel="nofollow" href="http://aion-lightning.org/">Aion Lightning Forums</a>
		]=]=>
	</title>
	<select>
		<input type='radio'>Click Here and then Complete to close this window</input>
	</select>
	</question></questions>
</poll>

Could someone tell me what i'm doing wrong please?

Thank you.

If you speak about copyright, you need to edit the source...

Look here => This is the solution
 
Upvote 0
Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
maybe they put it somewhere else too, I dunno maybe you have to search to all src files!

use this tool to find any word you search within a file:


by the way can you show me your edited PlayerEnterWorldService.java
 
Upvote 0
Newbie Spellweaver
Joined
Sep 15, 2013
Messages
15
Reaction score
0
For i can have it i need to unrar the AL-Game in my files games/libs.
And after in the file

Located at \src\com\aionemu\gameserver\services\player

And when i see the PlayerEnterWorldService its a .class file so...

How i can change it and reupload in the AL-GAME?
 
Upvote 0
Newbie Spellweaver
Joined
Sep 15, 2013
Messages
15
Reaction score
0
And you know where i can have it?And where i transfert the file?

i have the 3.9 1 click server
 
Last edited:
Upvote 0
Back
Top