
What is the diff between *.htm and *.html
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: What is the diff between *.htm and *.html
In L2j quests if the file ends with htm, the core sends to the client the packet that display the quest window (reward at the bottom), when the file ends with html it sends the standard NPC chat window.
Retail handles it differently, they use two (actually more) methods to do it.
Retail handles it differently, they use two (actually more) methods to do it.
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

- yksdtc
- Posts: 76
- Joined: Sat Jul 30, 2011 1:16 pm
Re: What is the diff between *.htm and *.html
Thank you~Zoey76 wrote:In L2j quests if the file ends with htm, the core sends to the client the packet that display the quest window (reward at the bottom), when the file ends with html it sends the standard NPC chat window.
Retail handles it differently, they use two (actually more) methods to do it.
-
- Posts: 6
- Joined: Thu Feb 22, 2007 5:13 pm
Re: What is the diff between *.htm and *.html
And...where are the rewards for given quest windows stored?
- Pandragon
- Posts: 704
- Joined: Tue Jul 26, 2005 7:38 pm
Re: What is the diff between *.htm and *.html
They are stored in the game client.blejdaq wrote:And...where are the rewards for given quest windows stored?
-
- Advanced User
- Posts: 1027
- Joined: Thu Aug 14, 2014 6:31 am
Re: What is the diff between *.htm and *.html
Thanks for info monsterZoey76 wrote:In L2j quests if the file ends with htm, the core sends to the client the packet that display the quest window (reward at the bottom), when the file ends with html it sends the standard NPC chat window.
Retail handles it differently, they use two (actually more) methods to do it.


