Metin2 Paylaşım Platformu
Oyun İçi NCS (Bugsuz) 3386551
Metin2 Paylaşım Platformu
Oyun İçi NCS (Bugsuz) 3386551
Metin2 Paylaşım Platformu
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Metin2 Paylaşım Platformu


 
AnasayfaLatest imagesKayıt OlGiriş yap

 

 Oyun İçi NCS (Bugsuz)

Aşağa gitmek 
2 posters
YazarMesaj
secretary
Admin
Admin
secretary


Cinsiyet Cinsiyet : Erkek
Mesaj Sayısı Mesaj Sayısı : 115
Kayıt T. Kayıt T. : 23/06/10
Nerden Nerden : Kocaeli

Oyun İçi NCS (Bugsuz) Empty
MesajKonu: Oyun İçi NCS (Bugsuz)   Oyun İçi NCS (Bugsuz) I_icon_minitimeÇarş. Haz. 23, 2010 8:33 am


nRet = 1 Karakter Adında Biri Var

nRet = 0 ise İşlem Tamam Olayı

Alttaki Procedureyi Kullanabilirsiniz...

Kod:
CREATE PROCEDURE CHANGE_NEW_ID
@byType char(21),
@AccountID char(21),
@OldCharID char(21),
@NewCharID char(21),
@nRet smallint output
AS
/*
Author : AKUMA
*/
DECLARE @CheckUserID int
SELECT @CheckUserID = COUNT(strUserID) FROM USERDATA WHERE strUserID = @NewCharID
IF @CheckUserID = 0
BEGIN
-- Change Account All Information
UPDATE ACCOUNT_CHAR SET strCharID1 = @NewCharID WHERE strCharID1 = @OldCharID AND strCharID1 is not null
UPDATE ACCOUNT_CHAR SET strCharID2 = @NewCharID WHERE strCharID2 = @OldCharID AND strCharID2 is not null
UPDATE ACCOUNT_CHAR SET strCharID3 = @NewCharID WHERE strCharID3 = @OldCharID AND strCharID3 is not null
UPDATE USERDATA SET strUserId = @NewCharID WHERE strUserId = @OldCharID AND strUserId is not null
-- Change Information a User in Knights
UPDATE KNIGHTS_USER SET strUserId = @NewCharID WHERE strUserId = @OldCharID AND strUserId is not null
UPDATE KNIGHTS SET Chief = @NewCharID WHERE Chief = @OldCharID AND Chief is not null
UPDATE KNIGHTS SET ViceChief_1 = @NewCharID WHERE ViceChief_1 = @OldCharID AND ViceChief_1 is not null
UPDATE KNIGHTS SET ViceChief_2 = @NewCharID WHERE ViceChief_2 = @OldCharID AND ViceChief_2 is not null
UPDATE KNIGHTS SET ViceChief_3 = @NewCharID WHERE ViceChief_3 = @OldCharID AND ViceChief_3 is not null
-- Change Information a User is King
UPDATE KING_SYSTEM SET strKingName = @NewCharID WHERE strKingName = @OldCharID AND strKingName is not null
UPDATE KING_ELECTION_LIST SET strName = @NewCharID WHERE strName = @OldCharID AND strName is not null
-- Change User Friend List Information
UPDATE FRIEND_LIST SET strUserID = @NewCharID where strUserID = @OldCharID
-- User Rental Item
UPDATE RENTAL_ITEM SET strLenderCharID = @NewCharID WHERE strLenderCharID = @OldCharID AND strLenderCharID is not null
UPDATE RENTAL_ITEM SET strBorrowerCharID = @NewCharID WHERE strBorrowerCharID = @OldCharID AND strBorrowerCharID is not null
UPDATE RENTAL_ITEM_LIST SET strBorrowerCharID = @NewCharID WHERE strBorrowerCharID = @OldCharID AND strBorrowerCharID is not null
-- Change CurrentUser
UPDATE CURRENTUSER SET strCharID = @NewCharID WHERE strCharID = @OldCharID
[size=2][color=#008000][size=2][color=#848484]-- Change Saved Magic
UPDATE USER_SAVED_MAGIC SET strCharID = @NewCharID WHERE strCharID = @OldCharID
-- Change Skill Shorcut
UPDATE USERDATA_SKILLSHORTCUT SET strCharID = @NewCharID WHERE strCharID = @OldCharID
[/color][/size][/color][/size]-- Name Change is Sucessfull
SET @nRet = 0
RETURN
END
ELSE
BEGIN
-- Entered ID is Already Being Used Another Character
SET @nRet = 1
RETURN
END

Sayfa başına dön Aşağa gitmek
ByMurat
Admin
Admin
ByMurat


Cinsiyet Cinsiyet : Erkek
Mesaj Sayısı Mesaj Sayısı : 279
Kayıt T. Kayıt T. : 22/06/10
Nerden Nerden : Mersin

Oyun İçi NCS (Bugsuz) Empty
MesajKonu: Geri: Oyun İçi NCS (Bugsuz)   Oyun İçi NCS (Bugsuz) I_icon_minitimeCuma Haz. 25, 2010 8:13 am

Konu Güncel !
Sayfa başına dön Aşağa gitmek
 
Oyun İçi NCS (Bugsuz)
Sayfa başına dön 
1 sayfadaki 1 sayfası
 Similar topics
-
» Metin2 Oyun Kuralları
» Oyun İçi Ceza Sistemi [Yeni]
» Tsk Mt2 Guzel Bir Server P Npcsi Var Dun acıldı Oyun
» Knight Online KLAVUZU (Oyun Hakkında Herşey)

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
Metin2 Paylaşım Platformu :: KO Private Serverlar Paylaşımları :: Client Paylaşımları-
Buraya geçin: