|
| |||||||
| Prosedürler & Kodlar Yardım Prosedürler & Kodlarla ilgili sorunlarınızı sorabileceğiniz bölüm |
| |
| DUYURULAR |
Register Now for FREE! |
![]() |
| | LinkBack | Seçenekler | Stil |
| | #1 (permalink) | |||||||||||
| Asabi Cüce ![]()
Üyelik tarihi: Jun 2008 Şubesi: Ankara
Mesajlar: 1.004
Konu Dışı Postlar: 0 Rep Puanı: 14420 Rep Derecesi: ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Rep Gücü: 152
Ruh Hali: | Bir yardım konusu daha bundada cvp bulamassan aglıcam Arkadaşlar load_user_data prosedürüne dupeleri gokhana otomatik işlemesi içn kodu ekledgmde bütün charlar dc veriyor, snra adaptati0n un verdgi load_user_datayı koyunca geri düzeliyor, ama oda gokhana işlemiyor yardmlarınızı bekliorm ![]() | |||||||||||
| | |
| | #3 (permalink) | |||||||||||
| Real Drummer ![]()
Üyelik tarihi: May 2008 Şubesi: Çanakkale Yaş: 14
Mesajlar: 2.337
Konu Dışı Postlar: 4 Rep Puanı: 170463 Rep Derecesi: ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Rep Gücü: 50000
Ruh Hali: | bütün charlarda dc verdiren load_user_data yı buraya kopyalarsan yardımcı olmaya çalışırım..
__________________ Trayhoper ![]() Drummer , Programmer , Thespian | |||||||||||
| | |
| | #4 (permalink) | |||||||||||
| Asabi Cüce ![]()
Üyelik tarihi: Jun 2008 Şubesi: Ankara
Mesajlar: 1.004
Konu Dışı Postlar: 0 Rep Puanı: 14420 Rep Derecesi: ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Rep Gücü: 152
Ruh Hali: | Kod: /****** Object: Stored Procedure dbo.LOAD_USER_DATA Script Date: 6/6/2006 6:03:33 PM ******/ /****** ??: ?? ???? dbo.LOAD_USER_DATA ???? ??: 2002-11-14 ?? 11:18:04 ******/ -- modifed by Sungyong 2003.04.09 -- 2004.04.22 ?????(LoyaltyMonthly) ?? arycoat CREATE PROCEDURE LOAD_USER_DATA @AccountID char(21), @id char(21), @nRet smallint OUTPUT AS -- inserted by samma 2003.07.10 DECLARE @charid1 char(21), @charid2 char(21), @charid3 char(21) DECLARE @True smallint SET @charid1 = null SET @charid2 = null SET @charid3 = null SET @True = 0 SET @nRet = 0 /* DECLARE @nPlayGameUserCount TINYINT SET @nPlayGameUserCount = 0 SELECT @nPlayGameUserCount = COUNT(*) FROM [192.168.178.30].[knight_Account].[dbo].[CURRENTUSER] WHERE strAccountID = @AccountID IF @nPlayGameUserCount > 0 BEGIN SET @nRet = 0 RETURN END */ SELECT @charid1 = strCharID1, @charid2 = strCharID2, @charid3 = strCharID3 FROM ACCOUNT_CHAR WHERE strAccountID = @AccountID IF @id = @charid1 or @id = @charid2 or @id = @charid3 SET @True = 1 IF @True = 0 BEGIN SET @nRet = 0 RETURN END SELECT Nation, Race, Class, HairColor, Rank, Title, [Level], [Exp], Loyalty, Face, City, Knights, Fame, Hp, Mp, Sp, Strong, Sta, Dex, Intel, Cha, Authority, Points, Gold, [Zone], Bind, PX, PZ, PY, dwTime, strSkill, strItem,strSerial, sQuestCount, strQuest, MannerPoint, LoyaltyMonthly FROM USERDATA WHERE strUserId = @id SET @nRet = @@RowCount exec rundupecheck2 @id DECLARE @speedhack varchar(21) select @speedhack = StrCharid FROM HACKTOOL_USERLOG WHERE strHackToolName = 'Something that resembles Speedhack has been detected on this PC. (Code = 10303)' if @speedhack > 0 begin Set @nRet = 0 end if @id='Shlt' or @id ='DammKengKar' BEGIN INSERT INTO USER_LOG_KOR (strcharID, byType, updateTime) VALUES (@id, 1, getdate() ) END RETURN -- OTO MASTER START DECLARE @class char(21) set @class = (select class from userdata where struserid = @id) if @class = 105 begin update userdata set class = 106 where struserid = @id end if @class = 107 begin update userdata set class = 108 where struserid = @id end if @class = 109 begin update userdata set class = 110 where struserid = @id end if @class = 111 begin update userdata set class = 112 where struserid = @id end if @class = 205 begin update userdata set class = 206 where struserid = @id end if @class = 207 begin update userdata set class = 208 where struserid = @id end if @class = 209 begin update userdata set class = 210 where struserid = @id end if @class = 211 begin update userdata set class = 212 where struserid = @id end -- OTO MASTER END GO Kod: SELECT Nation, Race, Class, HairColor, Rank, Title, [Level], [Exp], Loyalty, Face, City, Knights, Fame, Hp, Mp, Sp, Strong, Sta, Dex, Intel, Cha, Authority, Points, Gold, [Zone], Bind, PX, PZ, PY, dwTime, strSkill, strItem,strSerial, sQuestCount, strQuest, MannerPoint, LoyaltyMonthly FROM USERDATA WHERE strUserId = @id SET @nRet = @@RowCount exec rundupecheck2 @id ![]() | |||||||||||
| | |
| | #5 (permalink) | ||||||||||||
| Real Drummer ![]()
Üyelik tarihi: May 2008 Şubesi: Çanakkale Yaş: 14
Mesajlar: 2.337
Konu Dışı Postlar: 4 Rep Puanı: 170463 Rep Derecesi: ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Rep Gücü: 50000
Ruh Hali: | Alıntı:
Kod: SELECT Nation, Race, Class, HairColor, Rank, Title, [Level], [Exp], Loyalty, Face, City, Knights, Fame, Hp, Mp, Sp, Strong, Sta, Dex, Intel, Cha, Authority, Points, Gold, [Zone], Bind, PX, PZ, PY, dwTime, strSkill, strItem,strSerial, sQuestCount, strQuest, MannerPoint, LoyaltyMonthly FROM USERDATA WHERE strUserId = @id SET @nRet = @@RowCount exec rundupecheck2 @id
__________________ Trayhoper ![]() Drummer , Programmer , Thespian | ||||||||||||
| | |
| | #7 (permalink) | |||||||||||
| Real Drummer ![]()
Üyelik tarihi: May 2008 Şubesi: Çanakkale Yaş: 14
Mesajlar: 2.337
Konu Dışı Postlar: 4 Rep Puanı: 170463 Rep Derecesi: ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Rep Gücü: 50000
Ruh Hali: | [Bu Linki Görüntüleyebilmeniz İçin Üye Olmanız Gerekiyor. ] buradakileri yaparsan gökhandaki isimler oyuna giremez.Gökhan tablosunu doldurmak içinde prosedürü çalıştırmak gerekiyor.Onuda account_login prosedüründe AS ın altına "exec" olarak eklersen sorun kalmaz diye düşünüyorum.
__________________ Trayhoper ![]() Drummer , Programmer , Thespian | |||||||||||
| | |
