- Katılım
- 6 Mayıs 2022
- Mesajlar
- 45,967
83 level EXP Tablosu için
83 Level Baslangıc için.
83 e kadar skiller databasede ekli fakat tblde ekli olmadığı için görünmüyor olabilir.
83 LEVEL skill tblleri
Sonrasında Bunu kurup export işlemi ile kendi databasene tabloları aktar.
Konu link görüntülemek için konuya cevap yazmalısınız.
Rar Pass : ko-fox.com
Konu içerigini hazırlayan sunan
Knight Online Cap 83 Exp Tablosu, 83 Level Başlangıç ve Skill Sistemleri Hakkında Bilgiler
Knight Online özel sunucularında Cap 83 sistemine geçiş yapan oyuncular için önemli olan konulardan birisi Exp Tablosu'dur. Bu tablo, oyuncuların deneyim puanlarına göre seviye atlamalarını sağlar. Level 83 ile birlikte oyuncular artık daha fazla tecrübe kazanabilir ve güçlü kombinasyonlar geliştirebilir. Exp tablosu, her seviyeye göre gerekli deneyim miktarını belirler. Seviye 83 'e kadar olan Exp miktarları, sunucuya göre değişebilir. Ancak genellikle USKO veya ROFD tabloları kullanılır.
83 Level Başlangıç Sistemi
Level 83 sistemine geçildiğinde, oyuncuların karakterlerini sıfırdan başlatmaları yerine başlangıç leveli olarak 83 seçilebilir. Bu sayede karakterlerin gelişimi doğrudan 83 levelden itibaren başlar. Bu sistem özellikle pserver (private server) dünyasında popülerdir. Ko private server sahipleri, oyuncuların hızlıca aktif olabilmesi için bu yöntemi tercih ederler. Ayrıca, skill sistemleri de bu seviyeye göre yeniden düzenlenmelidir.
83 Skiller ve TBL Dosyası
Skill sistemleri, karakterlerin savaş yeteneklerini belirler. Seviye 83'e çıkıldığında, skill seviyeleri de artar. Bu skill'lerin doğru çalışması için TBL dosyaları düzenlenmelidir. Tbl dosyaları, karakterin hangi skill'i hangi seviyeye kadar kullanabileceğini belirler. Tbl dosyalarında yapılan hatalar, karakterlerin skill kullanamamasına veya hata almasına neden olabilir. Tbl dosyaları genellikle ko server files içinde bulunur. Bu dosyaları düzenlemek için ko development bilgisi gerekir.
70 Üzeri Skill'leri Databaseye Eklemek
Knight Online eski sistemlerde 70 skill limitine sahipti. Ancak cap 83 sistemlerde bu limit aşılır. 70 üstü skill seviyeleri için database güncellemesi yapılmalıdır. Knight Online database dosyalarında (örneğin item.bin) skill bilgileri saklanır. Database dosyalarına 70+ skill bilgileri eklenmeden, bu skill'ler oyunda görünmez veya çalışmaz. Bu işlem sırasında dikkatli olunmalıdır çünkü eksik veya hatalı veri, sunucuda sorunlara yol açabilir. Ko emulator geliştiricileri, bu tür veritabanı güncellemelerini yaparken dikkatli olmalıdırlar.
Knight Lobby ile Knight Online Geliştirme
KnightLobby olarak biz, Knight Online özel sunucu dünyasında kaliteli içerik ve development kaynakları sunuyoruz. Ko emulator, ko source code, ko server files gibi birçok konuda destek sağlıyoruz. Tbl dosyaları, skill sistemleri, database düzenlemeleri gibi teknik konularla ilgileniyoruz. Private server dünyasında yeni başlayanlara da rehberler sunarak yardımcı oluyoruz. Ko client edit, ko bot, macro bot gibi konular da bizim için önemlidir. Ko development dünyasında güvenilir bir adres olarak KnightLobby sizi bekliyor.
Knight Online Cap 83 Exp Table, 83 Level Start and Skill Systems
Knight Online players switching to Cap 83 system need to understand the Exp Table. This table allows players to level up based on experience points. With Level 83, players can gain more experience and develop stronger combinations. The Exp table defines required experience for each level. Experience amounts up to Level 83 may vary depending on the server. However, usually USKO or ROFD tables are used.
83 Level Start System
When switching to Level 83 system, instead of starting characters from zero, level 83 can be chosen as the starting point. This allows character progression to begin directly from level 83. This system is popular especially in pserver (private server) world. Ko private server owners prefer this method so players can become active quickly. In addition, skill systems must also be reorganized accordingly.
83 Skills and TBL File
Skills determine character abilities during combat. When reaching level 83, skill levels also increase. For these skills to function properly, TBL files must be adjusted. Tbl files determine which skill a character can use up to which level. Errors in Tbl files may cause characters to fail to use skills or throw errors. Tbl files are generally located within ko server files. Editing these files requires ko development knowledge.
Adding Skills Above Level 70 to Database
Knight Online had a 70 skill limit in older systems. However, in cap 83 systems this limit is exceeded. To enable skills above level 70, the database needs to be updated. In Knight Online database files (such as item.bin), skill information is stored. Without adding 70+ skill data into the database, these skills will not appear or function in-game. Attention must be paid during this process since incomplete or incorrect data can cause issues in the server. Ko emulator developers must be careful when performing such database updates.
Knight Lobby and Knight Online Development
As KnightLobby, we offer quality content and development resources in the Knight Online private server world. We provide support on topics like Ko emulator, ko source code, ko server files. We handle technical matters such as Tbl files, skill systems, and database updates. We also guide newcomers into the Private server world. Topics such as Ko client edit, ko bot, macro bot are important to us. As a reliable address in the Ko development world, KnightLobby awaits you.
Kod:
update LEVEL_UP set Exp = '50' where Level = '1' update LEVEL_UP set Exp = '100' where Level = '2' update LEVEL_UP set Exp = '190' where Level = '3' update LEVEL_UP set Exp = '342' where Level = '4' update LEVEL_UP set Exp = '581' where Level = '5' update LEVEL_UP set Exp = '929' where Level = '6' update LEVEL_UP set Exp = '1393' where Level = '7' update LEVEL_UP set Exp = '1950' where Level = '8' update LEVEL_UP set Exp = '2535' where Level = '9' update LEVEL_UP set Exp = '5070' where Level = '10' update LEVEL_UP set Exp = '6084' where Level = '11' update LEVEL_UP set Exp = '7300' where Level = '12' update LEVEL_UP set Exp = '8760' where Level = '13' update LEVEL_UP set Exp = '10512' where Level = '14' update LEVEL_UP set Exp = '12612' where Level = '15' update LEVEL_UP set Exp = '15136' where Level = '16' update LEVEL_UP set Exp = '18163' where Level = '17' update LEVEL_UP set Exp = '21795' where Level = '18' update LEVEL_UP set Exp = '26154' where Level = '19' update LEVEL_UP set Exp = '52308' where Level = '20' update LEVEL_UP set Exp = '60154' where Level = '21' update LEVEL_UP set Exp = '69177' where Level = '22' update LEVEL_UP set Exp = '79553' where Level = '23' update LEVEL_UP set Exp = '91485' where Level = '24' update LEVEL_UP set Exp = '105207' where Level = '25' update LEVEL_UP set Exp = '120988' where Level = '26' update LEVEL_UP set Exp = '139136' where Level = '27' update LEVEL_UP set Exp = '160006' where Level = '28' update LEVEL_UP set Exp = '184006' where Level = '29' update LEVEL_UP set Exp = '368012' where Level = '30' update LEVEL_UP set Exp = '404813' where Level = '31' update LEVEL_UP set Exp = '445294' where Level = '32' update LEVEL_UP set Exp = '489823' where Level = '33' update LEVEL_UP set Exp = '538805' where Level = '34' update LEVEL_UP set Exp = '808207' where Level = '35' update LEVEL_UP set Exp = '889027' where Level = '36' update LEVEL_UP set Exp = '977929' where Level = '37' update LEVEL_UP set Exp = '1075721' where Level = '38' update LEVEL_UP set Exp = '1183293' where Level = '39' update LEVEL_UP set Exp = '2366586' where Level = '40' update LEVEL_UP set Exp = '2603244' where Level = '41' update LEVEL_UP set Exp = '2863568' where Level = '42' update LEVEL_UP set Exp = '3149924' where Level = '43' update LEVEL_UP set Exp = '3464916' where Level = '44' update LEVEL_UP set Exp = '5197374' where Level = '45' update LEVEL_UP set Exp = '5717111' where Level = '46' update LEVEL_UP set Exp = '6288822' where Level = '47' update LEVEL_UP set Exp = '6917704' where Level = '48' update LEVEL_UP set Exp = '7609474' where Level = '49' update LEVEL_UP set Exp = '15218948' where Level = '50' update LEVEL_UP set Exp = '16740842' where Level = '51' update LEVEL_UP set Exp = '18414926' where Level = '52' update LEVEL_UP set Exp = '20256418' where Level = '53' update LEVEL_UP set Exp = '22282059' where Level = '54' update LEVEL_UP set Exp = '33423088' where Level = '55' update LEVEL_UP set Exp = '36765396' where Level = '56' update LEVEL_UP set Exp = '40441935' where Level = '57' update LEVEL_UP set Exp = '44486128' where Level = '58' update LEVEL_UP set Exp = '48934740' where Level = '59' update LEVEL_UP set Exp = '73402110' where Level = '60' update LEVEL_UP set Exp = '132123798' where Level = '61' update LEVEL_UP set Exp = '145336177' where Level = '62' update LEVEL_UP set Exp = '159869794' where Level = '63' update LEVEL_UP set Exp = '175856773' where Level = '64' update LEVEL_UP set Exp = '193442450' where Level = '65' update LEVEL_UP set Exp = '212786695' where Level = '66' update LEVEL_UP set Exp = '234065364' where Level = '67' update LEVEL_UP set Exp = '257471900' where Level = '68' update LEVEL_UP set Exp = '283219090' where Level = '69' update LEVEL_UP set Exp = '311540999' where Level = '70' update LEVEL_UP set Exp = '373849198' where Level = '71' update LEVEL_UP set Exp = '453852927' where Level = '72' update LEVEL_UP set Exp = '550977453' where Level = '73' update LEVEL_UP set Exp = '668886438' where Level = '74' update LEVEL_UP set Exp = '812028367' where Level = '75' update LEVEL_UP set Exp = '985802438' where Level = '76' update LEVEL_UP set Exp = '1196764159' where Level = '77' update LEVEL_UP set Exp = '1453871690' where Level = '78' update LEVEL_UP set Exp = '1763786231' where Level = '79' update LEVEL_UP set Exp = '1898706631' where Level = '80' update LEVEL_UP set Exp = '1899787895' where Level = '81' update LEVEL_UP set Exp = '1905701481' where Level = '82' update LEVEL_UP set Exp = '2000106631' where Level = '83'
83 Level Baslangıc için.
Kod:
ALTER PROCEDURE CREATE_NEW_CHAR @nRet smallint OUTPUT, @AccountID char(21), @index tinyint, @CharID char(21), @Race tinyint, @Class smallint, @Hair tinyint, @Face tinyint, @Str tinyint, @Sta tinyint, @Dex tinyint, @Intel tinyint, @Cha tinyint AS DECLARE @Row tinyint, @Nation tinyint, @Zone tinyint, @PosX int, @PosZ int SET @Row = 0 SET @Nation = 0 SET @Zone = 0 SET @PosX = 0 SET @PosZ = 0 SELECT @Nation = bNation, @Row = bCharNum FROM ACCOUNT_CHAR WHERE strAccountID = @AccountID IF @Row >= 5 SET @nRet = 1 IF @Nation = 1 AND @Race > 10 SET @nRet = 2 ELSE IF @Nation = 2 AND @Race < 10 SET @nRet = 2 ELSE IF @Nation <>1 AND @Nation <> 2 SET @nRet = 2 IF @nRet > 0 RETURN SELECT @Row = COUNT(*) FROM USERDATA WHERE strUserId = @CharID IF @Row > 0 BEGIN SET @nRet = 3 RETURN END SET @Zone=21 SELECT @PosX = InitX, @PosZ = InitZ FROM ZONE_INFO WHERE ZoneNo = @Zone select @row = 3 if @CharID like '%___%' if @CharID like '%_%' if @CharID like '%__%' if @CharID like '%:%' if @CharID like '%::%' if @CharID like '%asd%' if @CharID like '%gm%' if @CharID like '%ananı%' if @CharID like '%____%' begin SET @nRet = 3 RETURN END BEGIN TRAN IF @index = 0 UPDATE ACCOUNT_CHAR SET strCharID1 = @CharID, bCharNum = bCharNum + 1 WHERE strAccountID = @AccountID ELSE IF @index = 1 UPDATE ACCOUNT_CHAR SET strCharID2 = @CharID, bCharNum = bCharNum + 1 WHERE strAccountID = @AccountID ELSE IF @index = 2 UPDATE ACCOUNT_CHAR SET strCharID3 = @CharID, bCharNum = bCharNum + 1 WHERE strAccountID = @AccountID ELSE IF @index = 3 UPDATE ACCOUNT_CHAR SET strCharID4 = @CharID, bCharNum = bCharNum + 1 WHERE strAccountID = @AccountID ELSE IF @index = 4 UPDATE ACCOUNT_CHAR SET strCharID5 = @CharID, bCharNum = bCharNum + 1 WHERE strAccountID = @AccountID INSERT INTO USERDATA (strUserId, Nation, Race, Class, HairColor, Face, Strong, Sta, Dex, Intel, Cha, Zone, PX, PZ ) VALUES (@CharID, @Nation, @Race, @Class, @Hair, @Face, @Str, @Sta, @Dex, @Intel, @Cha, @Zone, @PosX, @PosZ ) update userdata set Class = 106 , strong = '255' , sta = '180' ,strskill = '”' , [level] = '83' , hp='5000' ,mp='5000' ,exp = '1' where struserid = @CharID and @Class = 101 update userdata set Class = 108 , strong = '71' , dex = '255' , sta = '169' ,strskill ='”' , [level] = '83' , hp ='5000' ,mp='5000' ,exp = '1' where struserid = @CharID and @Class = 102 update userdata set Class = 110 , strong = '71' , sta = '100' , cha = '194' , intel = '162' ,strskill ='”' , [level] = '83' , hp='5000' ,mp='5000' ,exp = '1' where struserid = @CharID and @Class = 103 update userdata set Class = 112 , strong = '110' , sta = '120' , intel = '230' ,strskill ='”' , [level] = '83' where struserid = @CharID and @Class = 104 update userdata set Class = 206 , strong = '255' , sta = '180' ,strskill ='”' , [level] = '83' , hp='5000' ,mp='5000' ,exp = '1' where struserid = @CharID and @Class = 201 update userdata set Class = 208 , strong = '71' , dex = '255' , sta = '169' ,strskill ='”' , [level] = '83' , hp='5000' ,mp='5000' ,exp = '1' where struserid = @CharID and @Class = 202 update userdata set Class = 210 , strong = '71' , sta = '100' , cha = '194' , intel = '162' ,strskill ='”' , [level] = '83' , hp='5000' ,mp='5000' ,exp = '1' where struserid = @CharID and @Class = 203 update userdata set Class = 212 , strong = '110' , sta = '120' , intel = '230' ,strskill ='”' , [level] = '83' , hp='5000' ,mp='5000' ,exp = '1' where struserid = @CharID and @Class = 204 update userdata set Class = 106 where struserid = @CharID and @Class = 101 update userdata set Class = 108 where struserid = @CharID and @Class = 102 update userdata set Class = 110 where struserid = @CharID and @Class = 103 update userdata set Class = 112 where struserid = @CharID and @Class = 104 update userdata set Class = 206 where struserid = @CharID and @Class = 201 update userdata set Class = 208 where struserid = @CharID and @Class = 202 update userdata set Class = 210 where struserid = @CharID and @Class = 203 update userdata set Class = 212 where struserid = @CharID and @Class = 204 IF @@ERROR <> 0 BEGIN ROLLBACK TRAN SET @nRet = 4 RETURN END COMMIT TRAN SET @nRet = 0 GO
83 e kadar skiller databasede ekli fakat tblde ekli olmadığı için görünmüyor olabilir.
83 LEVEL skill tblleri
Kod:
Truncate Table MAGIC Truncate Table MAGIC_TYPE1 Truncate Table MAGIC_TYPE2 Truncate Table MAGIC_TYPE3 Truncate Table MAGIC_TYPE4 Truncate Table MAGIC_TYPE5 Truncate Table MAGIC_TYPE6 Truncate Table MAGIC_TYPE7 Truncate Table MAGIC_TYPE8 Truncate Table MAGIC_TYPE9
Sonrasında Bunu kurup export işlemi ile kendi databasene tabloları aktar.
Konu link görüntülemek için konuya cevap yazmalısınız.
Rar Pass : ko-fox.com
Konu içerigini hazırlayan sunan
Ziyaretçiler için gizlenmiş link,görmek için üye olmalısınız!
Giriş yap veya üye ol.
Knight Online Cap 83 Exp Tablosu, 83 Level Başlangıç ve Skill Sistemleri Hakkında Bilgiler
Knight Online özel sunucularında Cap 83 sistemine geçiş yapan oyuncular için önemli olan konulardan birisi Exp Tablosu'dur. Bu tablo, oyuncuların deneyim puanlarına göre seviye atlamalarını sağlar. Level 83 ile birlikte oyuncular artık daha fazla tecrübe kazanabilir ve güçlü kombinasyonlar geliştirebilir. Exp tablosu, her seviyeye göre gerekli deneyim miktarını belirler. Seviye 83 'e kadar olan Exp miktarları, sunucuya göre değişebilir. Ancak genellikle USKO veya ROFD tabloları kullanılır.
83 Level Başlangıç Sistemi
Level 83 sistemine geçildiğinde, oyuncuların karakterlerini sıfırdan başlatmaları yerine başlangıç leveli olarak 83 seçilebilir. Bu sayede karakterlerin gelişimi doğrudan 83 levelden itibaren başlar. Bu sistem özellikle pserver (private server) dünyasında popülerdir. Ko private server sahipleri, oyuncuların hızlıca aktif olabilmesi için bu yöntemi tercih ederler. Ayrıca, skill sistemleri de bu seviyeye göre yeniden düzenlenmelidir.
83 Skiller ve TBL Dosyası
Skill sistemleri, karakterlerin savaş yeteneklerini belirler. Seviye 83'e çıkıldığında, skill seviyeleri de artar. Bu skill'lerin doğru çalışması için TBL dosyaları düzenlenmelidir. Tbl dosyaları, karakterin hangi skill'i hangi seviyeye kadar kullanabileceğini belirler. Tbl dosyalarında yapılan hatalar, karakterlerin skill kullanamamasına veya hata almasına neden olabilir. Tbl dosyaları genellikle ko server files içinde bulunur. Bu dosyaları düzenlemek için ko development bilgisi gerekir.
70 Üzeri Skill'leri Databaseye Eklemek
Knight Online eski sistemlerde 70 skill limitine sahipti. Ancak cap 83 sistemlerde bu limit aşılır. 70 üstü skill seviyeleri için database güncellemesi yapılmalıdır. Knight Online database dosyalarında (örneğin item.bin) skill bilgileri saklanır. Database dosyalarına 70+ skill bilgileri eklenmeden, bu skill'ler oyunda görünmez veya çalışmaz. Bu işlem sırasında dikkatli olunmalıdır çünkü eksik veya hatalı veri, sunucuda sorunlara yol açabilir. Ko emulator geliştiricileri, bu tür veritabanı güncellemelerini yaparken dikkatli olmalıdırlar.
Knight Lobby ile Knight Online Geliştirme
KnightLobby olarak biz, Knight Online özel sunucu dünyasında kaliteli içerik ve development kaynakları sunuyoruz. Ko emulator, ko source code, ko server files gibi birçok konuda destek sağlıyoruz. Tbl dosyaları, skill sistemleri, database düzenlemeleri gibi teknik konularla ilgileniyoruz. Private server dünyasında yeni başlayanlara da rehberler sunarak yardımcı oluyoruz. Ko client edit, ko bot, macro bot gibi konular da bizim için önemlidir. Ko development dünyasında güvenilir bir adres olarak KnightLobby sizi bekliyor.
Knight Online Cap 83 Exp Table, 83 Level Start and Skill Systems
Knight Online players switching to Cap 83 system need to understand the Exp Table. This table allows players to level up based on experience points. With Level 83, players can gain more experience and develop stronger combinations. The Exp table defines required experience for each level. Experience amounts up to Level 83 may vary depending on the server. However, usually USKO or ROFD tables are used.
83 Level Start System
When switching to Level 83 system, instead of starting characters from zero, level 83 can be chosen as the starting point. This allows character progression to begin directly from level 83. This system is popular especially in pserver (private server) world. Ko private server owners prefer this method so players can become active quickly. In addition, skill systems must also be reorganized accordingly.
83 Skills and TBL File
Skills determine character abilities during combat. When reaching level 83, skill levels also increase. For these skills to function properly, TBL files must be adjusted. Tbl files determine which skill a character can use up to which level. Errors in Tbl files may cause characters to fail to use skills or throw errors. Tbl files are generally located within ko server files. Editing these files requires ko development knowledge.
Adding Skills Above Level 70 to Database
Knight Online had a 70 skill limit in older systems. However, in cap 83 systems this limit is exceeded. To enable skills above level 70, the database needs to be updated. In Knight Online database files (such as item.bin), skill information is stored. Without adding 70+ skill data into the database, these skills will not appear or function in-game. Attention must be paid during this process since incomplete or incorrect data can cause issues in the server. Ko emulator developers must be careful when performing such database updates.
Knight Lobby and Knight Online Development
As KnightLobby, we offer quality content and development resources in the Knight Online private server world. We provide support on topics like Ko emulator, ko source code, ko server files. We handle technical matters such as Tbl files, skill systems, and database updates. We also guide newcomers into the Private server world. Topics such as Ko client edit, ko bot, macro bot are important to us. As a reliable address in the Ko development world, KnightLobby awaits you.
