Changeset 8630 for trunk/L2J_DataPack/dist/game/data/scripts/quests/Q423_TakeYourBestShot/Q423_TakeYourBestShot.java
- Timestamp:
- Jan 16, 2012 7:56:19 AM (4 months ago)
- Location:
- trunk/L2J_DataPack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dist/game/data/scripts/quests/Q423_TakeYourBestShot/Q423_TakeYourBestShot.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/L2J_DataPack
- Property svn:mergeinfo changed
/branches/unstable/L2J_DataPack_BETA merged: 8407-8426,8428-8480,8482-8491,8493-8588,8590-8629
- Property svn:mergeinfo changed
-
trunk/L2J_DataPack/dist/game/data/scripts/quests/Q423_TakeYourBestShot/Q423_TakeYourBestShot.java
r8406 r8630 87 87 case State.CREATED : 88 88 QuestState _prev = player.getQuestState("249_PoisonedPlainsOfTheLizardmen"); 89 if ((_prev != null) && (_prev.getState() == State.COMPLETED) && (player.getLevel() >= 82))89 if ((_prev != null) && _prev.isCompleted() && (player.getLevel() >= 82)) 90 90 if (st.hasQuestItems(_seer_ugoros_pass)) 91 91 htmltext = "32744-07.htm"; … … 136 136 if (npc.isInsideRadius(96782, 85918, 100, true)) 137 137 return "32740-ugoros.htm"; 138 else 139 return "32740.htm"; 138 return "32740.htm"; 140 139 } 141 140
Note: See TracChangeset
for help on using the changeset viewer.
