Skip to content
Snippets Groups Projects
  • Zoey76's avatar
    BETA: Hellbound related quest in Java: · d155c178
    Zoey76 authored
    	* 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.
    d155c178