- 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/402_PathToKnight/__init__.py (modified) (3 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/402_PathToKnight/__init__.py
r7965 r8630 114 114 st.saveGlobalQuestVar("1ClassQuestFinished","1") 115 115 st.playSound("ItemSound.quest_finish") 116 player.sendPacket(SocialAction(player ,3))116 player.sendPacket(SocialAction(player.getObjectId(),3)) 117 117 else: 118 118 htmltext = Quest.getNoQuestMsg(player) … … 133 133 st.exitQuest(False) 134 134 st.playSound("ItemSound.quest_finish") 135 player.sendPacket(SocialAction(player ,3))135 player.sendPacket(SocialAction(player.getObjectId(),3)) 136 136 else: 137 137 htmltext = Quest.getNoQuestMsg(player) … … 182 182 st.exitQuest(False) 183 183 st.playSound("ItemSound.quest_finish") 184 player.sendPacket(SocialAction(player ,3))184 player.sendPacket(SocialAction(player.getObjectId(),3)) 185 185 elif npcId == 30332 and cond==1 and squire : 186 186 if not guards_mark1 and not coin1 :
Note: See TracChangeset
for help on using the changeset viewer.
