EditörAvcısı Süper Mod
Başarı Puanı Canlılık: (125/125) Deneyim: (127/127) Tecrübe: (126/126)
| Konu: Kral Yapımı ve Kral Aday Listesi Çarş. 17 Haz. 2009, 6:59 am | |
| 1. Kod - Kod:
-
UPDATE KING_BALLOT_BOX SET strAccountId='Oyuna Giriş ID',strCharId='Oyundaki İsmi',byNation='Human=2/Karus=1',strCandidacyId='CLAN ADI' 2. Kod - Kod:
-
UPDATE KING_CANDIDACYID_NOTICE_BOARD SET strUserId='Oyundaki İsim',byNation='Human=2/Karus=1',sNoticelen='20' 3. Kod - Kod:
-
UPDATE KING_SYSTEM SET strUserId='Oyundaki İsmi',byNation='Human=2/Karus=1',byType='7' Kral Aday Listesi Olusturma ; - Kod:
-
CREATE PROCEDURE krallistesi_olustur AS begin exec rank_knights truncate table king_election_list insert into king_election_list select top 10 4,1,idnum,chief,gold from knights where nation=1 order by points desc insert into king_election_list select top 10 4,2,idnum,chief,gold from knights where nation=2 order by points desc end GO exec krallistesi_olustur Query Analyzer'a Girerek Kral Listesini Oluşturun.
| |
|