Query Analyzer Girin..Üstten Db’nizi Seçin .. Kodları yapıştırıp F5 yapın çıkın.!
[Resimleri görebilmek için üye olun veya giriş yapın.]
Oto g1 yapmaKod:
update Knights set Points = '999999'
Tek Kodla Kral Yapma.!Kod:
EXEC KRAL_EKLE CharınADI
Bütün Clanların kOlunu yakma.Kod:
update knights set ranking = 1,gold =999999999,domination = 9999,points = 999999999
–İlk 5 Clanı G0 Yapma—Kod:
update KNIGHTS_RATING set npoints = '999999'
where nrank = '1'
update KNIGHTS_RATING set npoints = '999999'
where nrank = '2'
update KNIGHTS_RATING set npoints = '999999'
where nrank = '3'
update KNIGHTS_RATING set npoints = '999999'
where nrank = '4'
update KNIGHTS_RATING set npoints = '999999'
where nrank = '5'
GO
Charın İsmini Değiştirme-Kod:
EXEC ACCOUNT_CHAR_NAME_CHANGE 'ESKICHARADI,'YENICHARADI'
Charın Irkını Değiştirme-(Irk Numaraları = 1 karus 2 human)Kod:
EXEC ACCOUNT_NATION_CHANGE 'HESABINIDSI','IRKNUMARASI'
Symbol Ve Clan Güncellemeleri.(Server Kapalıyken)Kod:
exec imbacodermyst
exec otonpsimgesi
exec np_icon
exec Rank_Knights
1440 pot ve abys bles silmek için ;Kod:
DELETE FROM ITEM
WHERE (Num = '379102000')
DELETE FROM ITEM
WHERE (Num = '379103000')
DELETE FROM ITEM
WHERE (Num = '379105000')
DELETE FROM ITEM
WHERE (Num = '379104000')
DELETE FROM ITEM
WHERE (Num = '379102000')
DELETE FROM ITEM
WHERE (Num = '379101000')
ACİD POTLARI SİLMEK İÇİN;Kod:
DELETE item
WHERE num = '389015000'
go
DELETE item
WHERE num = '389064000'
go
DELETE item
WHERE num = '910005000'
CHARI FULL EDİT YAPMAK İÇİN Kod:
update Userdata set strskill = 'ÿ'where struserid = 'Char Nick'
DB DEN BÜTÜN CHARLARI SİLMEK İÇİN Kod:
truncate table account_char
truncate table currentuser
truncate table deleted_userdata
truncate table knights
truncate table knights_rating
truncate table knights_user
truncate table tb_user
truncate table userdata
truncate table warehouse
DB YEDEKLEMEK İÇİN–(Bu Kodu Kopyalamadan Önce C: Klasöründe KODB Adlı Klasör Oluşturun Oraya DB’Yi Oraya Kopyalıyacak)Kod:
declare @location varchar(120)
set @location = N'c:\\KoDB\\Gokhantasci-'+replace(str(year(getdate()))+'-'+str(month(getdate()))+'-'+str(day(getdate())),' ', '')+'.bak'
BACKUP DATABASE [Kn_Online] TO DISK = @location WITH NOFORMAT, INIT, NAME = N'KO-Full Database Backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10
declare @backupSetId as int
select @backupSetId = position from msdb..backupset where database_name=N'Kn_Online' and backup_set_id=(select max(backup_set_id) from msdb..backupset where database_name=N'Kn_Online' )
if @backupSetId is null begin raiserror(N'Verify failed. Backup information for database ''Kn_Online'' not found.', 16, 1) end
RESTORE VERIFYONLY FROM DISK = @location WITH FILE = @backupSetId, NOUNLOAD, NOREWIND
GO
DROPLARI 0 LAMAK İÇİNKod:
update k_monster_item set iItem01 = '0'
update k_monster_item set iItem02 = '0'
update k_monster_item set iItem03 = '0'
update k_monster_item set iItem04 = '0'
update k_monster_item set iItem05 = '0'
EXP ARTTİRMAK İÇİNKod:
update k_monster
set iexp = iexp*5
CHARIN STATLARINI FULL 255 YAPMAK İÇİNKod:
update Userdata set strskill = 'ÿ'where struserid = 'Char Nick'
BİR ÇHARI GM YAPMAK İÇİNKod:
update userdata set Authority = '0'
where struserid = 'Karakter İsmi'
GUARD TOWER DMG AYARI İÇİN-(Set FirstDamageyi 10000 yaparsanız kuleler 1-2 k vurur)Kod:
UPDATE MAGIC_TYPE3
SET FirstDamage = 1000
WHERE (iNum = 300139)
HOLY WATER I DB DEN KALDIRMAK İÇİNKod:
Delete from item
where num = '379101000'
delete from item
where num = '379102000'
delete from item
where num = '379103000'
Delete from item
where num = '379108000'
delete from item
where num = '379113000'
delete from item
where num = '379098000'
[Resimleri görebilmek için üye olun veya giriş yapın.]
Oto g1 yapmaKod:
update Knights set Points = '999999'
Tek Kodla Kral Yapma.!Kod:
EXEC KRAL_EKLE CharınADI
Bütün Clanların kOlunu yakma.Kod:
update knights set ranking = 1,gold =999999999,domination = 9999,points = 999999999
–İlk 5 Clanı G0 Yapma—Kod:
update KNIGHTS_RATING set npoints = '999999'
where nrank = '1'
update KNIGHTS_RATING set npoints = '999999'
where nrank = '2'
update KNIGHTS_RATING set npoints = '999999'
where nrank = '3'
update KNIGHTS_RATING set npoints = '999999'
where nrank = '4'
update KNIGHTS_RATING set npoints = '999999'
where nrank = '5'
GO
Charın İsmini Değiştirme-Kod:
EXEC ACCOUNT_CHAR_NAME_CHANGE 'ESKICHARADI,'YENICHARADI'
Charın Irkını Değiştirme-(Irk Numaraları = 1 karus 2 human)Kod:
EXEC ACCOUNT_NATION_CHANGE 'HESABINIDSI','IRKNUMARASI'
Symbol Ve Clan Güncellemeleri.(Server Kapalıyken)Kod:
exec imbacodermyst
exec otonpsimgesi
exec np_icon
exec Rank_Knights
1440 pot ve abys bles silmek için ;Kod:
DELETE FROM ITEM
WHERE (Num = '379102000')
DELETE FROM ITEM
WHERE (Num = '379103000')
DELETE FROM ITEM
WHERE (Num = '379105000')
DELETE FROM ITEM
WHERE (Num = '379104000')
DELETE FROM ITEM
WHERE (Num = '379102000')
DELETE FROM ITEM
WHERE (Num = '379101000')
ACİD POTLARI SİLMEK İÇİN;Kod:
DELETE item
WHERE num = '389015000'
go
DELETE item
WHERE num = '389064000'
go
DELETE item
WHERE num = '910005000'
CHARI FULL EDİT YAPMAK İÇİN Kod:
update Userdata set strskill = 'ÿ'where struserid = 'Char Nick'
DB DEN BÜTÜN CHARLARI SİLMEK İÇİN Kod:
truncate table account_char
truncate table currentuser
truncate table deleted_userdata
truncate table knights
truncate table knights_rating
truncate table knights_user
truncate table tb_user
truncate table userdata
truncate table warehouse
DB YEDEKLEMEK İÇİN–(Bu Kodu Kopyalamadan Önce C: Klasöründe KODB Adlı Klasör Oluşturun Oraya DB’Yi Oraya Kopyalıyacak)Kod:
declare @location varchar(120)
set @location = N'c:\\KoDB\\Gokhantasci-'+replace(str(year(getdate()))+'-'+str(month(getdate()))+'-'+str(day(getdate())),' ', '')+'.bak'
BACKUP DATABASE [Kn_Online] TO DISK = @location WITH NOFORMAT, INIT, NAME = N'KO-Full Database Backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10
declare @backupSetId as int
select @backupSetId = position from msdb..backupset where database_name=N'Kn_Online' and backup_set_id=(select max(backup_set_id) from msdb..backupset where database_name=N'Kn_Online' )
if @backupSetId is null begin raiserror(N'Verify failed. Backup information for database ''Kn_Online'' not found.', 16, 1) end
RESTORE VERIFYONLY FROM DISK = @location WITH FILE = @backupSetId, NOUNLOAD, NOREWIND
GO
DROPLARI 0 LAMAK İÇİNKod:
update k_monster_item set iItem01 = '0'
update k_monster_item set iItem02 = '0'
update k_monster_item set iItem03 = '0'
update k_monster_item set iItem04 = '0'
update k_monster_item set iItem05 = '0'
EXP ARTTİRMAK İÇİNKod:
update k_monster
set iexp = iexp*5
CHARIN STATLARINI FULL 255 YAPMAK İÇİNKod:
update Userdata set strskill = 'ÿ'where struserid = 'Char Nick'
BİR ÇHARI GM YAPMAK İÇİNKod:
update userdata set Authority = '0'
where struserid = 'Karakter İsmi'
GUARD TOWER DMG AYARI İÇİN-(Set FirstDamageyi 10000 yaparsanız kuleler 1-2 k vurur)Kod:
UPDATE MAGIC_TYPE3
SET FirstDamage = 1000
WHERE (iNum = 300139)
HOLY WATER I DB DEN KALDIRMAK İÇİNKod:
Delete from item
where num = '379101000'
delete from item
where num = '379102000'
delete from item
where num = '379103000'
Delete from item
where num = '379108000'
delete from item
where num = '379113000'
delete from item
where num = '379098000'