ÇÖZÜLDÜ How do I turn off autocomplete achievements?

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

361831951

KY Kıdemli Üye
Katılım
30 Kas 2022
Mesajlar
467
Tepkime puanı
8
Puanları
28
How can the achievement system be turned off. I created the character and the achievement was done. I need to get things done
 
Çözüm
How can the achievement system be turned off. I created the character and the achievement was done. I need to get things done
Open the CREATE_NEW_CHAR Procedure, find the text I gave below, make the status part 0.


--Status 0: All Tasks Closed
--Status 1: Start with All Quests Done.
--Status 2: Start with All Tasks Done and Items Not Taken.
--Status 3: Start with All Tasks Done and Items Received.

INSERT INTO USER_ACHIEVE_DATA(strUserID,sCoverID,sSkillID,sAchieveCount,strAchieve) SELECT @strCharID,sCoverID,sSkillID,sAchieveCount,strAchieve FROM USER_ACHIEVE_LOAD_DATA WHERE sStatus = 0

LupaLanD

Developer
Moderatör
KY YardımSever
Coder
Katılım
30 Ağu 2022
Mesajlar
298
Çözümler
27
Tepkime puanı
242
Puanları
53
Web
legendzko.com
How can the achievement system be turned off. I created the character and the achievement was done. I need to get things done
Open the CREATE_NEW_CHAR Procedure, find the text I gave below, make the status part 0.


--Status 0: All Tasks Closed
--Status 1: Start with All Quests Done.
--Status 2: Start with All Tasks Done and Items Not Taken.
--Status 3: Start with All Tasks Done and Items Received.

INSERT INTO USER_ACHIEVE_DATA(strUserID,sCoverID,sSkillID,sAchieveCount,strAchieve) SELECT @strCharID,sCoverID,sSkillID,sAchieveCount,strAchieve FROM USER_ACHIEVE_LOAD_DATA WHERE sStatus = 0
 
Çözüm
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Reklam