- UID
- 25056
- 阅读权限
- 60
- 回帖
- 481
- 喵币
- 0
- 有爱
- 33
- DKP
- 1335
- 金币
- 66628
- 在线时间
- 1861 小时
- 注册时间
- 2020-5-18
- 最后登录
- 2026-2-15
声望: 3319   虚弱: 0

Lv.6(觉醒者)
     
|
发表于 2020-10-16 16:48:41
|
显示全部楼层
local function stat_AddGoss(event, player, item, target,intid)
player:GossipClearMenu()
playergid=player:GetGUIDLow()
player:SaveToDB()
questcount=CharDBQuery("SELECT * FROM character_achievement_progress WHERE criteria="..tj.." and guid="..playergid..";")
if questcount then
points=CharDBQuery("SELECT * FROM character_quest_to_point WHERE guid="..playergid..";")
if points then
是这样嘛?好像还是不行 |
|