GameTR Server Forumu

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Sitemize Görevliler Alınacaktır Sitemiz 24 Aralık 2009 Da Aktif Edilmiştir

    Bütün QA Kodları burada beğendiğinizi yapın

    avatar
    Akrepprens
    Yeni Üye
    Yeni Üye


    Mesaj Sayısı Mesaj Sayısı : 5
    Kayıt Tarihi Kayıt Tarihi : 06/12/09
    Rep Puanı Rep Puanı : 13
    Aldığı Teşekkür Aldığı Teşekkür : 0

    Bütün QA Kodları burada beğendiğinizi yapın Empty Bütün QA Kodları burada beğendiğinizi yapın

    Mesaj tarafından Akrepprens Çarş. Ara. 23, 2009 7:10 pm

    DunyaKO için ihtiyaç duyduğum birki kodu araken buldum. İhtiyaç olabiliar diye ekliyorum. Kodlar ALINTIDIR ancak kodların kullanım anlatımı kendi anlatımımdır.

    Query Analyzer i açıyoruz. İlk oalrak karşımıza bir ekran gelir. Localhostu seçip Okeyliyoruz. Karşımıza beyaz Untitlet bir sayfa gelir. Üst kısımdan serverde kullanmış olduğumuz db yi seçiyoruz. DB yi seçtikten sonra beyaz ekrana altaki kullanacak olduğunuz kodu kopyalayoruz. ve üst kısımdaki simgelerden Okey simgesi V ye benzeyen Bütün QA Kodları burada beğendiğinizi yapın Biggrin sol kolu yarım Bütün QA Kodları burada beğendiğinizi yapın Biggrin a tıklıyoruz. Ondan sonra hemen yanındaki play butonuna basan butona tıklıyoruz ve işimiz bitiyor. Anlatım biraz acaip oldu ama anlayan anladı Bütün QA Kodları burada beğendiğinizi yapın Biggrin Query Analyzer yani QA kullanımı basittir.


    Dropları Sıfırlama
    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'

    Bütün Accountları Silme
    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
    truncate table PREMIUM_SERVICE

    1440 ve Holy Water Kaldırmak
    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')
    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'
    delete from item where num = '389015000'
    delete from item where num = '389064000'
    delete from item where num = '910005000'
    delete from item where num = '389083000'


    Guard Tower Damage Ayarlama
    UPDATE MAGIC_TYPE3
    SET FirstDamage = - 10000
    WHERE (iNum = 300139)

    First damageyi 10000 yaparsanız 1-2 k arası vurur, siz ayarlarsınız.


    Okçu 30 k Vurma Fixed
    update MAGIC_TYPE2
    set AddDamagePlus = 1
    where NeedArrow = 1 or NeedArrow = 3 or NeedArrow = 5

    Sınırsız Pot Yapma
    update magic set useitem='0' where useitem='389014000'
    update magic set useitem='0' where useitem='389020000'

    Banlanan çarların np'lerini sıfırlama
    update userdata set Loyalty = '0'where Authority = '255'
    update userdata set LoyaltyMonthly = '0'where Authority = '255'

    Gm Yapma
    update userdata set Authority = '0'
    where struserid = 'Nick'

    Full Edit Karakter Yapma
    update userdata set Strong = '255',Sta = '255',Dex = '255',Intel = '255',Cha = '255',Points = '255',Gold = '2100000000'
    where struserid = 'Nick'

    Kral Yapma
    update userdata set Rank = '1'
    where struserid = 'NICK'

    Tüm Kollukları G1 Yapma
    update Knights set Points = '999999'

    Tüm Kollukları Yakma
    update Knights set Ranking = '1'

    İstediğiniz Karakterin İtemlerini Silme
    UPDATE warehouse
    SET WareHouseData = ''
    WHERE strAccountID = 'Hesap Adı'

    Karakteri İstediğiniz Clana Sokma
    update Userdata set Knights = 'Clan Nosu'where struserid = 'Char Adı' : Oto G1 Yapma Kodu :

    update Knights set Points = '999999'


    : Kıral Yapma Kodu :

    EXEC KRAL_EKLE CharınADI


    : NSC Char İsim Degiştirme Kodu :

    EXEC ACCOUNT_CHAR_NAME_CHANGE 'ESKICHARADI,'YENICHARADI'


    : Irak Degiştirme Kodu :

    EXEC ACCOUNT_NATION_CHANGE 'HESABINIDSI','IRKNUMARASI'


    : Symbol ve Clan Sıfırlama Resette :

    exec imbacodermyst
    exec otonpsimgesi
    exec np_icon
    exec Rank_Knights


    : Charı Fll Edit Yapma :

    update Userdata set strskill = 'ÿ'where struserid = 'Char Nick'


    : Dbdeki Bütün Charları Silmek :

    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


    : Exp Arttırmak :

    update k_monster
    set iexp = iexp*5


    : Gm Yapma Kodu :

    update userdata set Authority = '0'
    where struserid = 'Karakter İsmi'


    : Guvartower Atak Ayarlama Kodu :

    UPDATE MAGIC_TYPE3
    SET FirstDamage = 1000
    WHERE (iNum = 300139)


    . Userlerin Np Lerini Sıfırlar :

    UPDATE USERDATA
    SET Loyalty = 0
    WHERE Authority = 1


    : Banlananlarının Kini Sıfırlar :

    UPDATE USERDATA
    SET Loyalty = 0
    WHERE Authority = 255

    : Oto Üyelik Yapma :

    CREATE PROCEDURE ACCOUNT_LOGIN
    @AccountID varchar(21),
    @Password varchar(13),
    @nRet smallint OUTPUT
    AS
    delete from currentuser where straccountid = @AccountID
    ---Coded By ShellX---
    declare @cnt BigInt
    declare @nDays smallint
    select @nRet = count(straccountid) from tb_user where straccountid = @AccountID
    if @nRet = 0
    begin
    insert into tb_user (straccountid, strpasswd, strSocNo, idays) values (@AccountID, @password, 1, '6')
    end
    select @cnt = count(straccountid) from currentuser
    select @nDays = count(nDays) from PREMIUM_SERVICE where straccountid = @AccountID
    if @cnt > 40 and @nDays = '0'
    begin
    set @nRet = 0
    end
    if @cnt > 40 and @nDays = null
    begin
    set @nRet = 0
    end
    DECLARE @Nation tinyint
    SET @Nation = 0
    -- tid login method by samma 2004.02.24
    DECLARE @pwd varchar(13)
    SET @pwd = null
    SELECT @pwd = strPasswd FROM TB_USER WHERE strAccountID = @AccountID
    IF @pwd IS null
    BEGIN
    SET @nRet = 0
    RETURN
    END

      Forum Saati Paz Mayıs 19, 2024 11:57 am