Potların satıldıgı NPC'yi ekleyelim.
Potları Ekliyelim.
Potları MAGIC tablosuna ekliyelim.
Potları Sınırsız yapmak için.
Kod:
insert into K_NPC values (29049 , '[Sexy Santa] Parfait' , 5829 , 150 , 0 , 0 , 1 , 7 , 21 , 1 , 0 , 1 , 243000 , 50 , 100 , 300 , 30000 , 0 , 0 , 5000 , 130 , 130 , 1000 , 1500 , 2 , 5 , 1000 , 0 , 0 , 0 , 100 , 100 , 100 , 100 , 100 , 100 , 100 , 90 , 7 , 14 , 25 , 0 , 0 , 0 , 0 , 1)
insert into K_NPCPOS values (21 , 29049 , 100 , 0 , 0 , 0 , 0 , 817 , 526 , 817 , 526 , 817 , 526 , 817 , 526 , 1 , 60 , 0 , 0 , 'NULL')
Potları Ekliyelim.
Kod:
insert into ITEM values (389070000 , 'Water of Ibexs (+0)' , 97 , 17 , 0 , 0 , 0 , 0 , 0 , 0 , 1 , 14000 , 0 , 0 , 1 , 490071 , 0 , 1 , 99 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 243 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0)
insert into ITEM values (389130000 , 'Potion of Crisis (+0)' , 97 , 17 , 0 , 0 , 0 , 0 , 0 , 0 , 1 , 21000 , 0 , 0 , 1 , 490072 , 0 , 1 , 99 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 243 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0)
Potları MAGIC tablosuna ekliyelim.
Kod:
INSERT INTO [MAGIC] VALUES (490071,'Water of Ibexs','Water of Ibexs','HP 1080 ',0,0,0,0,602,1,0,0,0,0,9,389070000,5,1,100,3,0,25,1,0)
INSERT INTO [MAGIC_TYPE3] VALUES (490071,'Water of Ibexs','HP 1080 ',0,0,0,1,1080,0,0,0)
INSERT INTO [MAGIC] VALUES (490072,'Potion of Crisis','Potion of Crisis','MP 2880',0,0,0,0,702,1,0,0,0,0,9,389130000,5,1,100,3,0,25,1,0)
INSERT INTO [MAGIC_TYPE3] VALUES (490072,'Potion of Crisis','MP 2880',0,0,0,2,2880,0,0,0)
Potları Sınırsız yapmak için.
Kod:
update magic set useitem='0' where useitem='389070000'
update magic set useitem='0' where useitem='389130000'
View hidden content is available for registered users!