Skip to content
Snippets Groups Projects
Commit d155c178 authored by Zoey76's avatar Zoey76
Browse files

BETA: Hellbound related quest in Java:

	* Quest Path To Hellbound (130)
	* Quest Bird in a Cage (131)
	* Quest That's Bloody Hot! (133)
	* This quests should represent the L2J canon for quests making, note:
		* The use of all new methods.
		* That we won't be using String htmltext = event; anymore, it's exploitable.
		* The global static finalized variables are upper-case.
		* There is no use of literal numbers in boolean expressions, for example minimum player's level.
		* The items that are taken when the quest is exited will be removed by the exitQuest(..) method.
	* Removed Jython versions.
	* Updated Warpgate, author, !JavaDoc header and previous quest states.
	* If you have a production server run the SQL update queries.
	* Fixed mime-type for two htm files for merchants NPCs.
	* Minor update for Adry_85's quests.
parent 219a8890
No related branches found
No related tags found
Loading
Showing
with 29 additions and 360 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment