Changeset 8630 for trunk/L2J_DataPack/dist/game/data/scripts/quests/221_TestimonyOfProsperity/__init__.py
- 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/221_TestimonyOfProsperity/__init__.py (modified) (1 diff)
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/221_TestimonyOfProsperity/__init__.py
r7933 r8630 229 229 st.exitQuest(False) 230 230 st.playSound("ItemSound.quest_finish") 231 player.sendPacket(SocialAction(player ,3))231 player.sendPacket(SocialAction(player.getObjectId(),3)) 232 232 elif npcId == 30531 and st.getInt("cond")>=1 and st.getQuestItemsCount(OLD_ACCOUNT_BOOK_ID) == 0 and st.getQuestItemsCount(COLLECTION_LICENSE_ID) == 0 and st.getQuestItemsCount(RING_OF_TESTIMONY1_ID)==1 : 233 233 htmltext = "30531-01.htm"
Note: See TracChangeset
for help on using the changeset viewer.
