LUA Quest | NP ver ITEM AL | Sorunsuz

DaTaTrx

Moderatör
KY YardımSever
Graphic Designer
Katılım
26 Mar 2023
Mesajlar
202
Çözümler
11
Tepkime puanı
260
Puanları
73
teşekkürler
 

Cupcap

KY Kıdemli Üye
Katılım
19 May 2022
Mesajlar
189
Tepkime puanı
16
Puanları
28
Selam Öncelikle şunu belirteyim istediginiz gibi degiştirebilir . veya farklı alanlarla kullanılabilir.

Öncelikle NPC Ekliyelim.


*** Gizli metin: alıntı yapılamaz. ***


Quest_Helper Ekliyecegimiz LUA


Kod:
insert into [QUEST_HELPER] values ('27100','2','1','0','5','3','1','21','29100','0','0','100','0','0','0','KO-PVP.COM')

Şimdi quest_Helper ' e Ekledigimiz İsim İle Lua Oluşturalım

[/REPLYANDTHANKS]
Kod:
local UserClass;
local QuestNum;
local Ret = 0;
local NPC = 27100;

if EVENT == 100 then

SelectMsg(UID, 3, -1, 6038, NPC, 7200, 150,7201,151,7203,152,7217,153);

end

local ITEMA = 0;

--Rogue Chitin 9 SET

if EVENT == 150 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,255001071)
GiveItem(UID,255002071)
GiveItem(UID,255003071)
GiveItem(UID,255004071)
GiveItem(UID,255005071)
NpcMsg(UID, 4886 , NPC )
else
--

end

end


--Warrior Chitin 9 Set

if EVENT == 151 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,215001011)
GiveItem(UID,215002011)
GiveItem(UID,215003011)
GiveItem(UID,215004011)
GiveItem(UID,215005011)
NpcMsg(UID, 4886 , NPC )
end
end




--Mage Chitin 9 Set


if EVENT == 152 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,275001041)
GiveItem(UID,275002041)
GiveItem(UID,275003041)
GiveItem(UID,275004041)
GiveItem(UID,275005041)
NpcMsg(UID, 4886 , NPC )
end
end



-- Priest Chitin 9 Set
if EVENT == 153 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,295001041)
GiveItem(UID,295002041)
GiveItem(UID,295003041)
GiveItem(UID,295004041)
GiveItem(UID,295005041)
NpcMsg(UID, 4886 , NPC )
end
end
[/REPLYANDTHANKS]
teşekkürler
 

omeralemdar

KY Üye
Katılım
9 Nis 2023
Mesajlar
27
Tepkime puanı
0
Puanları
18
Selam Öncelikle şunu belirteyim istediginiz gibi degiştirebilir . veya farklı alanlarla kullanılabilir.

Öncelikle NPC Ekliyelim.


*** Gizli metin: alıntı yapılamaz. ***


Quest_Helper Ekliyecegimiz LUA


Kod:
insert into [QUEST_HELPER] values ('27100','2','1','0','5','3','1','21','29100','0','0','100','0','0','0','KO-PVP.COM')

Şimdi quest_Helper ' e Ekledigimiz İsim İle Lua Oluşturalım

[/REPLYANDTHANKS]
Kod:
local UserClass;
local QuestNum;
local Ret = 0;
local NPC = 27100;

if EVENT == 100 then

SelectMsg(UID, 3, -1, 6038, NPC, 7200, 150,7201,151,7203,152,7217,153);

end

local ITEMA = 0;

--Rogue Chitin 9 SET

if EVENT == 150 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,255001071)
GiveItem(UID,255002071)
GiveItem(UID,255003071)
GiveItem(UID,255004071)
GiveItem(UID,255005071)
NpcMsg(UID, 4886 , NPC )
else
--

end

end


--Warrior Chitin 9 Set

if EVENT == 151 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,215001011)
GiveItem(UID,215002011)
GiveItem(UID,215003011)
GiveItem(UID,215004011)
GiveItem(UID,215005011)
NpcMsg(UID, 4886 , NPC )
end
end




--Mage Chitin 9 Set


if EVENT == 152 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,275001041)
GiveItem(UID,275002041)
GiveItem(UID,275003041)
GiveItem(UID,275004041)
GiveItem(UID,275005041)
NpcMsg(UID, 4886 , NPC )
end
end



-- Priest Chitin 9 Set
if EVENT == 153 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,295001041)
GiveItem(UID,295002041)
GiveItem(UID,295003041)
GiveItem(UID,295004041)
GiveItem(UID,295005041)
NpcMsg(UID, 4886 , NPC )
end
end
[/REPLYANDTHANKS]
Teşekkürler
 

Pars

KY Saygın Üye
KY YardımSever
Katılım
8 Şub 2021
Mesajlar
428
Çözümler
15
Tepkime puanı
319
Puanları
123
Yaş
35
Selam Öncelikle şunu belirteyim istediginiz gibi degiştirebilir . veya farklı alanlarla kullanılabilir.

Öncelikle NPC Ekliyelim.


*** Gizli metin: alıntı yapılamaz. ***


Quest_Helper Ekliyecegimiz LUA


Kod:
insert into [QUEST_HELPER] values ('27100','2','1','0','5','3','1','21','29100','0','0','100','0','0','0','KO-PVP.COM')

Şimdi quest_Helper ' e Ekledigimiz İsim İle Lua Oluşturalım

[/REPLYANDTHANKS]
Kod:
local UserClass;
local QuestNum;
local Ret = 0;
local NPC = 27100;

if EVENT == 100 then

SelectMsg(UID, 3, -1, 6038, NPC, 7200, 150,7201,151,7203,152,7217,153);

end

local ITEMA = 0;

--Rogue Chitin 9 SET

if EVENT == 150 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,255001071)
GiveItem(UID,255002071)
GiveItem(UID,255003071)
GiveItem(UID,255004071)
GiveItem(UID,255005071)
NpcMsg(UID, 4886 , NPC )
else
--

end

end


--Warrior Chitin 9 Set

if EVENT == 151 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,215001011)
GiveItem(UID,215002011)
GiveItem(UID,215003011)
GiveItem(UID,215004011)
GiveItem(UID,215005011)
NpcMsg(UID, 4886 , NPC )
end
end




--Mage Chitin 9 Set


if EVENT == 152 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,275001041)
GiveItem(UID,275002041)
GiveItem(UID,275003041)
GiveItem(UID,275004041)
GiveItem(UID,275005041)
NpcMsg(UID, 4886 , NPC )
end
end



-- Priest Chitin 9 Set
if EVENT == 153 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,295001041)
GiveItem(UID,295002041)
GiveItem(UID,295003041)
GiveItem(UID,295004041)
GiveItem(UID,295005041)
NpcMsg(UID, 4886 , NPC )
end
end
[/REPLYANDTHANKS]
TEŞEKÜRLER
 

ByDogan

KY Saygın Üye
KY YardımSever
Katılım
29 Ağu 2023
Mesajlar
291
Çözümler
1
Tepkime puanı
14
Puanları
18

b3rq4y

KY Saygın Üye
KY YardımSever
Katılım
23 Tem 2022
Mesajlar
521
Çözümler
7
Tepkime puanı
47
Puanları
38
teşekkürler
 

datexplorer

KY Üye
Katılım
20 Ocak 2024
Mesajlar
4
Tepkime puanı
0
Puanları
1
Selam Öncelikle şunu belirteyim istediginiz gibi degiştirebilir . veya farklı alanlarla kullanılabilir.

Öncelikle NPC Ekliyelim.


*** Gizli metin: alıntı yapılamaz. ***


Quest_Helper Ekliyecegimiz LUA


Kod:
insert into [QUEST_HELPER] values ('27100','2','1','0','5','3','1','21','29100','0','0','100','0','0','0','KO-PVP.COM')

Şimdi quest_Helper ' e Ekledigimiz İsim İle Lua Oluşturalım

[/REPLYANDTHANKS]
Kod:
local UserClass;
local QuestNum;
local Ret = 0;
local NPC = 27100;

if EVENT == 100 then

SelectMsg(UID, 3, -1, 6038, NPC, 7200, 150,7201,151,7203,152,7217,153);

end

local ITEMA = 0;

--Rogue Chitin 9 SET

if EVENT == 150 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,255001071)
GiveItem(UID,255002071)
GiveItem(UID,255003071)
GiveItem(UID,255004071)
GiveItem(UID,255005071)
NpcMsg(UID, 4886 , NPC )
else
--

end

end


--Warrior Chitin 9 Set

if EVENT == 151 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,215001011)
GiveItem(UID,215002011)
GiveItem(UID,215003011)
GiveItem(UID,215004011)
GiveItem(UID,215005011)
NpcMsg(UID, 4886 , NPC )
end
end




--Mage Chitin 9 Set


if EVENT == 152 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,275001041)
GiveItem(UID,275002041)
GiveItem(UID,275003041)
GiveItem(UID,275004041)
GiveItem(UID,275005041)
NpcMsg(UID, 4886 , NPC )
end
end



-- Priest Chitin 9 Set
if EVENT == 153 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,295001041)
GiveItem(UID,295002041)
GiveItem(UID,295003041)
GiveItem(UID,295004041)
GiveItem(UID,295005041)
NpcMsg(UID, 4886 , NPC )
end
end
[/REPLYANDTHANKS]
deneme yapıcam
 

spinozacraken

KY Üye
Katılım
29 Şub 2024
Mesajlar
30
Tepkime puanı
2
Puanları
8
Selam Öncelikle şunu belirteyim istediginiz gibi degiştirebilir . veya farklı alanlarla kullanılabilir.

Öncelikle NPC Ekliyelim.


*** Gizli metin: alıntı yapılamaz. ***


Quest_Helper Ekliyecegimiz LUA


Kod:
insert into [QUEST_HELPER] values ('27100','2','1','0','5','3','1','21','29100','0','0','100','0','0','0','KO-PVP.COM')

Şimdi quest_Helper ' e Ekledigimiz İsim İle Lua Oluşturalım

[/REPLYANDTHANKS]
Kod:
local UserClass;
local QuestNum;
local Ret = 0;
local NPC = 27100;

if EVENT == 100 then

SelectMsg(UID, 3, -1, 6038, NPC, 7200, 150,7201,151,7203,152,7217,153);

end

local ITEMA = 0;

--Rogue Chitin 9 SET

if EVENT == 150 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,255001071)
GiveItem(UID,255002071)
GiveItem(UID,255003071)
GiveItem(UID,255004071)
GiveItem(UID,255005071)
NpcMsg(UID, 4886 , NPC )
else
--

end

end


--Warrior Chitin 9 Set

if EVENT == 151 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,215001011)
GiveItem(UID,215002011)
GiveItem(UID,215003011)
GiveItem(UID,215004011)
GiveItem(UID,215005011)
NpcMsg(UID, 4886 , NPC )
end
end




--Mage Chitin 9 Set


if EVENT == 152 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,275001041)
GiveItem(UID,275002041)
GiveItem(UID,275003041)
GiveItem(UID,275004041)
GiveItem(UID,275005041)
NpcMsg(UID, 4886 , NPC )
end
end



-- Priest Chitin 9 Set
if EVENT == 153 then
Loyalty = CheckLoyalty(UID,150000);
if Loyalty > 150000 then
RobLoyalty(UID,150000)
GiveItem(UID,295001041)
GiveItem(UID,295002041)
GiveItem(UID,295003041)
GiveItem(UID,295004041)
GiveItem(UID,295005041)
NpcMsg(UID, 4886 , NPC )
end
end
[/REPLYANDTHANKS]
Teşklr
 

selipro

KY Kıdemli Üye
Katılım
12 Eki 2021
Mesajlar
101
Tepkime puanı
1
Puanları
48
teşekkürler, dursun ilerde eklerim :) ;)
 

hao

KY Kıdemli Üye
Katılım
8 May 2023
Mesajlar
215
Tepkime puanı
3
Puanları
18
Teşekkürler.
 
Reklam