Page 1 of 1
help me [welcome windows on my server]
Posted: Thu Dec 03, 2009 5:03 am
by NoX
How can i put this on my server, because I know that befoere it was able to put it on, and if now is able, i dont know where i have to config.
Thank you.
html.JPG
Re: help me [welcome windows on my server]
Posted: Thu Dec 03, 2009 6:42 am
by janiii
that are images. e.g. A is icon.etc_alphabet_a_i00
Re: help me [welcome windows on my server]
Posted: Thu Dec 03, 2009 9:16 am
by NoX
Noo janii, i mean, how to do that this windows appear when a player get into the game, not the part that say lineage II, not, I want to do that, that windows appear and put into the characterist of my server.
Sorry is this english, i will use google.

Re: help me [welcome windows on my server]
Posted: Thu Dec 03, 2009 9:21 am
by janiii
in the html you want to show, add the images for the characters like this:
Code: Select all
<img src=icon.etc_alphabet_a_i00 width=32 height=32>
this would make a A character. so if you want L, then just replace the "a" with desired character (be aware that not whole alphabet is present! - a,b,c,d,e,f,g,h,i,ii,k,l,n,o,p,r,s,t,u,w,y).
LINEAGEII would be:
Code: Select all
<img src=icon.etc_alphabet_l_i00 width=32 height=32><img src=icon.etc_alphabet_i_i00 width=32 height=32><img src=icon.etc_alphabet_n_i00 width=32 height=32><img src=icon.etc_alphabet_e_i00 width=32 height=32><img src=icon.etc_alphabet_a_i00 width=32 height=32><img src=icon.etc_alphabet_g_i00 width=32 height=32><img src=icon.etc_alphabet_e_i00 width=32 height=32><img src=icon.etc_alphabet_ii_i00 width=32 height=32>
Re: help me [welcome windows on my server]
Posted: Thu Dec 03, 2009 9:35 am
by NoX
when a player enter into the game that windows show up. I've seen on other servers, and what wonder is how I get on mine also appears. I do not know where are the config settings to get that when a player get into the game could see this welcome´s windows.
Code: Select all
<html><body><br><br><title>Welcome</title><center><table><tr><td><img src="icon.etc_alphabet_l_i00" width=32 height=32></td><td><img src="icon.etc_alphabet_i_i00" width=32 height=32></td><td><img src="icon.etc_alphabet_n_i00" width=32 height=32></td><td><img src="icon.etc_alphabet_e_i00" width=32 height=32></td><td><img src="icon.etc_alphabet_a_i00" width=32 height=32></td><td><img src="icon.etc_alphabet_g_i00" width=32 height=32></td><td><img src="icon.etc_alphabet_e_i00" width=32 height=32></td></tr></table></center> <center><td><img src="icon.etc_alphabet_ii_i00" width=32 height=32></td></center><br><center><img src="L2UI.SquareWhite" width=290 height=3> <img src="L2UI.SquareBlank" width=1 height=3></center><br><center>Server Info</center><br><center><table><tr><center><td> XP Rate: <font color="00ff00">40</font> Party XP Rate: <font color="00ff00">2</font></td></center></tr><tr><center><td> SP Rate: <font color="00ff00">40</font> Party SP Rate: <font color="00ff00">2</font></td></center></tr><tr><center><td>Adena Rate: <font color="00ff00">40</font> Spoil Rate: <font color="00ff00">10</font></td></center></tr></table></center><br><center><img src="L2UI.SquareWhite" width=290 height=1> <img src="L2UI.SquareBlank" width=1 height=3></center><center>Enchant Info</center> <center><table><tr><td> Max Enchant Weapon: <font color="00ff00">+16</font></td></tr><tr><td>Max Enchant Armor: <font color="00ff00">+15</font></td></center></tr><tr><td>Max Enchant Jewels: <font color="00ff00">+15</font></td></center></tr></table></center><br><center><img src="L2UI.SquareWhite" width=100 height=1> <img src="L2UI.SquareBlank" width=1 height=3></center><br><center><table><tr><td>Scroll Enchant Rate: <font color="00ff00">66%</font></td></tr><tr><td>Blessed Enchant Rate: <font color="00ff00">85%</font></td></tr></table></center><br><center><img src="L2UI.SquareWhite" width=290 height=1> <img src="L2UI.SquareBlank" width=1 height=3></center><center>Have fun playing on Lineage 2 <font color="00ff00">BlackHole</font></center><br><center>For more info check our site at http://www.****.com</center><br><center><font color="00ff00">Lineage 2 BlackHole!</font></center><br></body></html>
This is the html, but i dont know how to that the windows show up when a player log into the game, because i want that can show up when i playe log int the game.
i dont want that show the player name, i want that the windows show up, because on my server it doesnt working, i can see it.
i use google and my little knowloge on english. grrrrrrr.

Re: help me [welcome windows on my server]
Posted: Thu Dec 03, 2009 10:16 am
by janiii
the html that shows up when a player logs in is in data/html/servnews.htm . just edit the file for your needs. dont forget to set in General.properties the config ShowServerNews to True !
Code: Select all
# Show "data/html/servnews.htm" when a character enters world.# Default: FalseShowServerNews = False
you should read a little bit more in the configs, to know what things you can configure.
//topic moved to support
Re: help me [welcome windows on my server]
Posted: Thu Dec 03, 2009 1:48 pm
by NoX
thank you a lot, thank you so much, for everything. I just would like to have something with what give you to all the thanks.
thanks
