Ignore:
Timestamp:
Jan 16, 2012 7:56:19 AM (4 months ago)
Author:
MELERIX
Message:

STABLE: Sync with BETA [8629]

Location:
trunk/L2J_DataPack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/L2J_DataPack

  • trunk/L2J_DataPack/dist/game/data/scripts/quests/402_PathToKnight/__init__.py

    r7965 r8630  
    114114          st.saveGlobalQuestVar("1ClassQuestFinished","1") 
    115115          st.playSound("ItemSound.quest_finish") 
    116           player.sendPacket(SocialAction(player,3)) 
     116          player.sendPacket(SocialAction(player.getObjectId(),3)) 
    117117        else: 
    118118          htmltext = Quest.getNoQuestMsg(player) 
     
    133133          st.exitQuest(False) 
    134134          st.playSound("ItemSound.quest_finish") 
    135           player.sendPacket(SocialAction(player,3)) 
     135          player.sendPacket(SocialAction(player.getObjectId(),3)) 
    136136        else: 
    137137          htmltext = Quest.getNoQuestMsg(player) 
     
    182182           st.exitQuest(False) 
    183183           st.playSound("ItemSound.quest_finish") 
    184            player.sendPacket(SocialAction(player,3)) 
     184           player.sendPacket(SocialAction(player.getObjectId(),3)) 
    185185   elif npcId == 30332 and cond==1 and squire : 
    186186       if not guards_mark1 and not coin1 : 
Note: See TracChangeset for help on using the changeset viewer.