LUA Quest | NP ver ITEM AL | Sorunsuz

Admin

Kurucu Admin
Katılım
22 Ara 2020
Mesajlar
492
Çözümler
1
Tepkime puanı
13,889
Puanları
160
Konum
Kütahya
Web
ko-yardim.com
Selam Öncelikle şunu belirteyim istediginiz gibi degiştirebilir . veya farklı alanlarla kullanılabilir.

Öncelikle NPC Ekliyelim.



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]
 
Son düzenleme:

offbeea1

KY Üye
Katılım
6 Haz 2021
Mesajlar
16
Tepkime puanı
0
Puanları
36
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
 

AKUMA

KY Kıdemli Üye
KY YardımSever
Katılım
24 Ağu 2022
Mesajlar
22
Tepkime puanı
1
Puanları
13
Eline Sağlık. Teşekkürler.
 

caqri25

KY Üye
Katılım
29 Ocak 2022
Mesajlar
79
Tepkime puanı
4
Puanları
38
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]tsekurler
 

heroko

KY Üye
Katılım
26 Mar 2023
Mesajlar
40
Tepkime puanı
0
Puanları
16
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]
bilgi budur beee
 

CodeACS

KY Kıdemli Üye
KY YardımSever
Katılım
2 Şub 2023
Mesajlar
210
Tepkime puanı
211
Puanları
53
thanks for sharing
 

AleriyaSama

KY Üye
Katılım
10 Mar 2021
Mesajlar
41
Tepkime puanı
4
Puanları
68
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
 
Reklam