Various script improvements.
Contributed by NightBR.
This commit is contained in:
		| @@ -195,12 +195,15 @@ public abstract class LetterQuest extends Quest | ||||
| 				{ | ||||
| 					player.teleToLocation(_startTeleport); | ||||
| 					takeItems(player, _startSOE, -1); | ||||
| 					qs.setCond(2, true); | ||||
| 				} | ||||
| 			} | ||||
| 			player.sendPacket(TutorialCloseHtml.STATIC_PACKET); | ||||
| 			player.clearHtmlActions(HtmlActionScope.TUTORIAL_HTML); | ||||
| 		} | ||||
| 		if ((qs != null) && qs.isCond(1)) | ||||
| 		{ | ||||
| 			qs.setCond(2, true); | ||||
| 		} | ||||
| 	} | ||||
| 	 | ||||
| 	@RegisterEvent(EventType.ON_PLAYER_LEVEL_CHANGED) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment