Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
Bu kod oto üyelik isteyen arkadaşlar için sadece 1299 versiyonuna uyumludur.
*** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
CREATE PROCEDURE ACCOUNT_LOGIN
@AccountID varchar(21),
@Password varchar(13),
@nRet smallint OUTPUT...
*** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
DELETE FROM MAGIC
WHERE magicnum IN (
105720,
105755,
106720,
106755,
106770,
205720,
205755,
206720,
206755,
206770
);
*** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
Arkadaşlar bu vereceğim kodu uygulamak için önce 4 tane char oluşturacaksınız. warrior,priest,mage ve asas bu caharların birine istediğiniz itemleri giydireceksiniz sonra aşağıdaki kodu...
*** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***Selamlar DeltaSoft Üyeleri
Öncelikle Arkadaşlar Uygulamayı Dikkatlice Yaparsanız İşi Çözersiniz Buyrun Başlıyalım
Fakat Kesinlikle Sorunsuzdur Arkadaşlar Başıma Gelene Kadar Başlıyoruz...
*** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***Knight online skill hack kullananları engellemek için bir kaç prosedür kodları veriyorum. Bunları uygulayarak skill hilesi açanları engelleyebilirsiniz.
LOAD_USER_DATA içerisinde alttaki kodu...
Knight Online 1299 Oto üyelik kodu arayan arkadaşlar için prosedür kodlarını paylaşıyorum. Bu kod oto üyelik isteyen arkadaşlar için sadece 1299 versiyonuna uyumludur.
*** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
CREATE PROCEDURE...
*** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
INSERT INTO item
VALUES (
939910031,
'Symbolic Supoort',
3,
12,
0,
0,
120,
300,
0,
0,
30000,
2100000,
0,
500,
0,
0,
0...
Stored Procedures bölümünden CREATE_NEW_CHAR modify edip Execute ediniz.
Sütunları kendi DB 'nizde ki USERDATA tablosuna göre düzenleyiniz. aksi takdirde problemler oluşabilir.
62/1 şeklinde otomatik tüm karakterler Master açık şeklinde başlar..
1 level için: Programmability ->Stored procedures...
*** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
CREATE TABLE PUS_ITEMLERI
(
id INT IDENTITY(1,1) NOT NULL PRIMARY KEY,
PID INT NULL,
ExtraItem BIT NOT NULL DEFAULT(0),
ItemIsmi VARCHAR(50),
ItemResmi VARCHAR(50)...
Merhaba arkadaşlar PUS da bir item alırken otomatik kc olarak gözüküyor uifinizde bunu HOOK tarafından gerekli kodları yazarak ayırdım. Ve sizlerle paylaşma kararı aldım eminim bir çoğunuzda bu şekilde sadece kc olarak gösteriyordur bir beğeniyi çok görmeyin iyi forumlar
Öncelikle HOOK...
*** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
-- Item Bulma
SELECT *
FROM item
WHERE strname LIKE '%monster stone%'
-- NPC Kontrol
SELECT *
FROM K_NPC
WHERE sSid = 19999
-- Item Silme
DELETE
FROM item
WHERE num = 'itemnumarası'
--...
*** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
struct _GENIE_DATA
{
uint16 SkillCount;
uint32 SkillData[23];
uint8 AttackMode;
uint8 RecoveryMode;
uint8 SkillRecoveryPercent;
uint8 AttackRange;
uint8...