|  |  | 
 |  |  |     RunQuestEvent(curPlayer, "on_goldinvest", "on_goldinvest", Def_RunQuestType_Normal)
 | 
 |  |  |     RunQuestEvent(curPlayer, "on_goldinvest", investType, Def_RunQuestType_Normal)
 | 
 |  |  |     return
 | 
 |  |  |      | 
 |  |  | def EventRespons_OnBuyTeHuiItem(curPlayer, shopID, itemShopIndex):
 | 
 |  |  |     # 购买特惠商店物品
 | 
 |  |  |     RunQuestEvent(curPlayer, "on_buy_tehuiitem", "on_buy_tehuiitem", Def_RunQuestType_Normal)
 | 
 |  |  |     RunQuestEvent(curPlayer, "on_buy_tehuiitem", shopID, Def_RunQuestType_Normal)
 | 
 |  |  |     RunQuestEvent(curPlayer, "on_buy_tehuiitem", "%s_%s" % (shopID, itemShopIndex), Def_RunQuestType_Normal)
 | 
 |  |  |     return
 | 
 |  |  | 
 | 
 |  |  | def EventRespons_OnActivatePet(curPlayer, petID):
 | 
 |  |  |     # 激活宠物
 |