Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz..
Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
vSRO Paylaşım Daily Quest Limit (Once per Day / Per PC) Using HWID
- Konuyu Başlatan Ibrahimixxx
- Başlangıç tarihi
-
- Etiketler
- günlük limit hwid limit quest questvsro
thanks broThis release adds a Daily Quest Limit system that prevents players from taking specific quests more than once per day per PC by using HWID.
What it prevents:
- Same PC (same HWID) cannot accept the same protected quest multiple times on the same day.
What it allows:
- Different PCs can take the quest.
- Same PC can take the quest again on the next day (automatic reset by date check).
2) How it works
When a player triggers a quest event:
EventID = 200 (Accept Quest)
*** Hidden text: cannot be quoted. ***
- We read the character name from SRO_VT_SHARD.. _Char
- We get HWID from your own HWID database/table (you must edit this part)
- We check _DailyQuestLimit table:
- If no record exists for (HWID + QuestID + Today) → allow and insert a record
- If record exists → remove the quest and notify the player
FAQ
Q: Where is the limit defined?
A: If a row exists for (HWID + QuestID + Today) in _DailyQuestLimit, the quest is blocked.
Q: Daily reset?
A: Automatic because we compare CAST([Date] AS date) to today.
thanksThis release adds a Daily Quest Limit system that prevents players from taking specific quests more than once per day per PC by using HWID.
What it prevents:
- Same PC (same HWID) cannot accept the same protected quest multiple times on the same day.
What it allows:
- Different PCs can take the quest.
- Same PC can take the quest again on the next day (automatic reset by date check).
2) How it works
When a player triggers a quest event:
EventID = 200 (Accept Quest)
*** Gizli metin: alıntı yapılamaz. ***
- We read the character name from SRO_VT_SHARD.. _Char
- We get HWID from your own HWID database/table (you must edit this part)
- We check _DailyQuestLimit table:
- If no record exists for (HWID + QuestID + Today) → allow and insert a record
- If record exists → remove the quest and notify the player
FAQ
Q: Where is the limit defined?
A: If a row exists for (HWID + QuestID + Today) in _DailyQuestLimit, the quest is blocked.
Q: Daily reset?
A: Automatic because we compare CAST([Date] AS date) to today.
g gooooooooooood
nice b
nice broThis release adds a Daily Quest Limit system that prevents players from taking specific quests more than once per day per PC by using HWID .
What it prevents:
- Same PC (same HWID) cannot accept the same protected quest multiple times on the same day.
What it allows:
- Different PCs can take the quest.
- Same PC can take the quest again on the next day (automatic reset by date check).
2) How it works
When a player triggers a quest event:
EventID = 200 (Accept Quest)
***Hidden text: Cannot be quoted.***
- We read the character name from SRO_VT_SHARD.. _Char
- We get HWID from your own HWID database/table (you must edit this part)
- We check _DailyQuestLimit table:
- If no record exists for (HWID + QuestID + Today) → allow and insert a record
- If record exists → remove the quest and notify the player
FAQ
Q: Where is the limit defined?
A: If a row exists for (HWID + QuestID + Today) in _DailyQuestLimit, the quest is blocked.
Q: Daily reset?
A: Automatic because we compare CAST([Date] AS date) to today.
Bu konuyu görüntüleyen kullanıcılar
Toplam: 4 (Kullanıcı: 2, ziyaretçi: 2)
Benzer konular
- Cevaplar
- 4
- Görüntüleme
- 567
- Kilitli
- Cevaplar
- 9
- Görüntüleme
- 523
vSRO Paylaşım
Daily Quest için lua
- Cevaplar
- 136
- Görüntüleme
- 23K
- Cevaplar
- 3
- Görüntüleme
- 7K
- Cevaplar
- 2
- Görüntüleme
- 185
