diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/custom/VarkaSilenosSupport/VarkaSilenosSupport.java b/L2J_DataPack_BETA/dist/game/data/scripts/custom/VarkaSilenosSupport/VarkaSilenosSupport.java
index b2ffea54103955922c3d70976f4626597604dc5b..5bef00afdd39086e8b807d97a24fb6476ca56aa1 100644
--- a/L2J_DataPack_BETA/dist/game/data/scripts/custom/VarkaSilenosSupport/VarkaSilenosSupport.java
+++ b/L2J_DataPack_BETA/dist/game/data/scripts/custom/VarkaSilenosSupport/VarkaSilenosSupport.java
@@ -144,15 +144,17 @@ public class VarkaSilenosSupport extends Quest
 		else if (npcId == UDAN)
 		{
 			st.setState(State.STARTED);
-			if (Alevel > -1)
+			if (Alevel > 0)
 				htmltext = "31379-3.htm";
-			else if (Alevel > -3 && Alevel > 0)
+			else if (Alevel > -3)
 				htmltext = "31379-1.htm";
 			else if (Alevel < -2)
+			{
 				if (st.hasQuestItems(SEED))
 					htmltext = "31379-4.htm";
 				else
 					htmltext = "31379-2.htm";
+			}
 		}
 		else if (npcId == DIYABU)
 		{