Merhaba, Hoşgeldin!

VSRO.org, Silkroad Online, Knight Online, Metin2 ve diğer çevrimiçi oyunlar için öncü bir yardım ve geliştirme platformudur. Misyonumuz, bilgi ve deneyim sahibi bireyleri, bilgiye ihtiyaç duyanlarla bir araya getirerek, zengin bir etkileşim ortamı yaratmak ve farklı bakış açılarını birleştirmektir. Topluluğumuzda güçlü bir işbirliği ve öğrenme kültürü oluşturarak, herkesin değerli katkılarda bulunmasını sağlıyoruz.

vSRO Paylaşım Clean DB+Client+Files (Fixed) - Sınırsız link VsUpload.com

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Please, Giriş yap or Kayıt ol to view quote content!
if scrolls does not work .. then that means you have missing procedure ..

check logdb addlogitem with scroll ID and do the update query ..

if you don;t have it or written wrong then add it check it and let us know

if u don;t have lines DM will send u you later
 
@A.MoDy
Did you add the silk scrolls I gave you in our last meeting via anydesk? I use them too, they're fine and bugless.
It was even used in a game that I edited and was active for 7 months. I would also like to point out that, that game I mentioned was opened through this database.


I told ppl here who use this database in this thread I share, you'll see if you use a translation and read it what I mean... I will not support ppl in such cases. Because time is one of the most valuable things for ppl. I believe you can achieve this yourself. Mistakes are the stairs to success.

Shortly: I think it's procedural or possibly due to Item linking in tables.
gL
 
Please, Giriş yap or Kayıt ol to view quote content!
i'm sure if you ad scroll as Dragon explain ..

Did you check Log Database ? Addlogitem ? did you add lines there correctly ? with the correct event and operation IDs ? if you did it correctly it will work ... i'm sure there is something missing or configured wrong from your side .. take your time and review your lines

Make Sure you have something like this :

LOG DB ---------------------------------------------- IF (@Operation = 41 AND @ItemRefID = 'ScrollID from RefObj comm') BEGIN DECLARE @JID int, @Silk int; SET @Silk = 5000 -- Amount of silks SELECT @JID = UserJID from [SRO_VT_SHARD].[dbo].[_User] where CharID = @CharID IF EXISTS (Select * from [SRO_VT_ACCOUNT].[dbo].[SK_Silk] where JID = @JID) UPDATE [SRO_VT_ACCOUNT].[dbo].[SK_Silk] set silk_own = silk_own + @Silk where JID = @JID -- You Can Change Silk_Own To Gift_Silk or Silk_Point ELSE INSERT INTO [SRO_VT_ACCOUNT].[dbo].[SK_Silk] SELECT @JID, @Silk, 0, 0 END
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Geri
Üst Alt