PVP SERVERLER FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.
PVP SERVERLER FORUM

You are not connected. Please login or register

1299 Tek Komutla Kral Yapma..

Go down  Message [Page 1 of 1]

1hot 1299 Tek Komutla Kral Yapma.. Mon Apr 19, 2010 10:19 am

VulpinEMarteN

VulpinEMarteN
Üye
Üye

Kral yapma derdine son. Tek bir komutla istedigin useri kral yap %100
çalışıyor
üstelik birden fazla kral yapabilirsiniz.

Query Analizeri Açın ve Aşagıda Size veridim kodu yapıştırıp çalıştırın.



Kod:

CREATE PROCEDURE [dbo].[KRAL_EKLE]
@CharID varchar(21)
AS
/*
Network Tarafından Yazılmıştır. Hacılamak Yasaktır!
*/
BEGIN

DECLARE @Nation tinyint,@clanID smallint,@ClanName varchar(31),@AccID varchar(21)
select @Nation = Nation from USERDATA where strUserId = @CharID
select @ClanID = sIDnum from KNIGHTS_USER where StrUserID = @CharID
select @ClanName = IDName from KNIGHTS where IDNum = @ClanID
select @AccID = strAccountID from ACCOUNT_CHAR where @CharID = strCharID1 or @CharID = strCharID2 or @CharID = strCharID3
END

BEGIN
update KING_SYSTEM set strKingName = @CharID where byNation = @Nation

insert into [KING_ELECTION_LIST] Values(1, @Nation, @ClanID, @CharID, 0)

insert into [KING_CANDIDACY_NOTICE_BOARD] Values(@CharID, @Nation, 20, 0)

insert into [KING_BALLOT_BOX] Values(@AccID, @CharID, @Nation, @ClanName)

update USERDATA set Rank = '1' where strUserId = @CharID

print 'Tebrikler, Kullanıcı Basarıyla Kral Olmustur. '

END
GO

Kullanımı :


Kod:

EXEC KRAL_EKLE CharınADI

İşte bukadar basit :} 4 Adet Kral Bile Yapabilirsiniz..

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum