⏩ OldSchoolKO ✅ | " VALHALLA " 2.000.000 TL ÖDÜL ⭐ 3 YIL ARADAN SONRA ✅ v.1098 MYKO EFSANESİ ⚔ OFFICIAL 17.05.2024 - 21:00 ⏪
Cuceko

UTC ITEM % Rosseta set

  •         

            

            

            

            

  • HyperFilter | DoS Protection | DDoS Protection | DoS Mitigation | DDoS Mitigation | AntiDoS | AntiDDoS | Proxy Shielding
B Çevrimdışı

berat1925

Yeni Cüce
24 Haziran 2018
26
1
3




USE [kn_online]

GO



UPDATE [dbo].[ITEM]

SET [Num] = <Num, bigint,>

,[strName] = <strName, varchar(50),>

,[Kind] = <Kind, tinyint,>

,[Slot] = <Slot, tinyint,>

,[Race] = <Race, tinyint,>

,[Class] = <Class, tinyint,>

,[Damage] = <Damage, smallint,>

,[Delay] = <Delay, smallint,>

,[Range] = <Range, smallint,>

,[Weight] = <Weight, smallint,>

,[Duration] = <Duration, smallint,>

,[BuyPrice] = <BuyPrice, int,>

,[SellPrice] = <SellPrice, int,>

,[Ac] = <Ac, smallint,>

,[Countable] = <Countable, tinyint,>

,[Effect1] = <Effect1, int,>

,[Effect2] = <Effect2, int,>

,[ReqLevel] = <ReqLevel, tinyint,>

,[ReqLevelMax] = <ReqLevelMax, tinyint,>

,[ReqRank] = <ReqRank, tinyint,>

,[ReqTitle] = <ReqTitle, tinyint,>

,[ReqStr] = <ReqStr, tinyint,>

,[ReqSta] = <ReqSta, tinyint,>

,[ReqDex] = <ReqDex, tinyint,>

,[ReqIntel] = <ReqIntel, tinyint,>

,[ReqCha] = <ReqCha, tinyint,>

,[SellingGroup] = <SellingGroup, tinyint,>

,[ItemType] = <ItemType, tinyint,>

,[Hitrate] = <Hitrate, smallint,>

,[Evasionrate] = <Evasionrate, smallint,>

,[DaggerAc] = <DaggerAc, smallint,>

,[SwordAc] = <SwordAc, smallint,>

,[MaceAc] = <MaceAc, smallint,>

,[AxeAc] = <AxeAc, smallint,>

,[SpearAc] = <SpearAc, smallint,>

,[BowAc] = <BowAc, smallint,>

,[JamadarAc] = <JamadarAc, smallint,>

,[FireDamage] = <FireDamage, tinyint,>

,[IceDamage] = <IceDamage, tinyint,>

,[LightningDamage] = <LightningDamage, tinyint,>

,[PoisonDamage] = <PoisonDamage, tinyint,>

,[HPDrain] = <HPDrain, tinyint,>

,[MPDamage] = <MPDamage, tinyint,>

,[MPDrain] = <MPDrain, tinyint,>

,[MirrorDamage] = <MirrorDamage, tinyint,>

,[StrB] = <StrB, smallint,>

,[StaB] = <StaB, smallint,>

,[DexB] = <DexB, smallint,>

,[IntelB] = <IntelB, smallint,>

,[ChaB] = <ChaB, smallint,>

,[MaxHpB] = <MaxHpB, smallint,>

,[MaxMpB] = <MaxMpB, smallint,>

,[FireR] = <FireR, smallint,>

,[ColdR] = <ColdR, smallint,>

,[LightningR] = <LightningR, smallint,>

,[MagicR] = <MagicR, smallint,>

,[PoisonR] = <PoisonR, smallint,>

,[CurseR] = <CurseR, smallint,>

WHERE <Search Conditions,,>

GO



[Gizli içerik]
asdasd
 
B Çevrimdışı

byrai22

Yeni Cüce
13 Şubat 2024
14
0
1
29
lol

USE [kn_online]
GO
UPDATE [dbo].[ITEM]
SET [Num] = <Num, bigint,>
,[strName] = <strName, varchar(50),>
,[Kind] = <Kind, tinyint,>
,[Slot] = <Slot, tinyint,>
,[Race] = <Race, tinyint,>
,[Class] = <Class, tinyint,>
,[Damage] = <Damage, smallint,>
,[Delay] = <Delay, smallint,>
,[Range] = <Range, smallint,>
,[Weight] = <Weight, smallint,>
,[Duration] = <Duration, smallint,>
,[BuyPrice] = <BuyPrice, int,>
,[SellPrice] = <SellPrice, int,>
,[Ac] = <Ac, smallint,>
,[Countable] = <Countable, tinyint,>
,[Effect1] = <Effect1, int,>
,[Effect2] = <Effect2, int,>
,[ReqLevel] = <ReqLevel, tinyint,>
,[ReqLevelMax] = <ReqLevelMax, tinyint,>
,[ReqRank] = <ReqRank, tinyint,>
,[ReqTitle] = <ReqTitle, tinyint,>
,[ReqStr] = <ReqStr, tinyint,>
,[ReqSta] = <ReqSta, tinyint,>
,[ReqDex] = <ReqDex, tinyint,>
,[ReqIntel] = <ReqIntel, tinyint,>
,[ReqCha] = <ReqCha, tinyint,>
,[SellingGroup] = <SellingGroup, tinyint,>
,[ItemType] = <ItemType, tinyint,>
,[Hitrate] = <Hitrate, smallint,>
,[Evasionrate] = <Evasionrate, smallint,>
,[DaggerAc] = <DaggerAc, smallint,>
,[SwordAc] = <SwordAc, smallint,>
,[MaceAc] = <MaceAc, smallint,>
,[AxeAc] = <AxeAc, smallint,>
,[SpearAc] = <SpearAc, smallint,>
,[BowAc] = <BowAc, smallint,>
,[JamadarAc] = <JamadarAc, smallint,>
,[FireDamage] = <FireDamage, tinyint,>
,[IceDamage] = <IceDamage, tinyint,>
,[LightningDamage] = <LightningDamage, tinyint,>
,[PoisonDamage] = <PoisonDamage, tinyint,>
,[HPDrain] = <HPDrain, tinyint,>
,[MPDamage] = <MPDamage, tinyint,>
,[MPDrain] = <MPDrain, tinyint,>
,[MirrorDamage] = <MirrorDamage, tinyint,>
,[StrB] = <StrB, smallint,>
,[StaB] = <StaB, smallint,>
,[DexB] = <DexB, smallint,>
,[IntelB] = <IntelB, smallint,>
,[ChaB] = <ChaB, smallint,>
,[MaxHpB] = <MaxHpB, smallint,>
,[MaxMpB] = <MaxMpB, smallint,>
,[FireR] = <FireR, smallint,>
,[ColdR] = <ColdR, smallint,>
,[LightningR] = <LightningR, smallint,>
,[MagicR] = <MagicR, smallint,>
,[PoisonR] = <PoisonR, smallint,>
,[CurseR] = <CurseR, smallint,>
WHERE <Search Conditions,,>
GO
[Gizli içerik]