Reklam
if (EVENT == 115) then
ALENCIA = HowmuchItem(UID, 810506000);
if (ALENCIA > 0) then
RobItem(UID, 810506000, 1)
SlotCheck = CheckGiveSlot(UID, 6)
if SlotCheck == false then
else
GiveItem(UID, 1, 1, 168 )
GiveItem(UID, 2, 1, 168 )
GiveItem(UID, 3, 1, 168 )
GiveItem(UID, 4, 1, 168 )
GiveItem(UID, 5, 1, 168 )
GiveItem(UID, 6, 1, 168 )
end
end
end
if (EVENT == 115) then
ALENCIA = HowmuchItem(UID, 810506000);
if (ALENCIA > 0) then
RobItem(UID, 810506000, 1)
SlotCheck = CheckGiveSlot(UID, 6)
if SlotCheck == false then
else
GiveItem(UID, 1, 1, 168 )
GiveItem(UID, 2, 1, 168 )
GiveItem(UID, 3, 1, 168 )
GiveItem(UID, 4, 1, 168 )
GiveItem(UID, 5, 1, 168 )
GiveItem(UID, 6, 1, 168 )
end
end
end
kod blogunu atın inceleyimNpver İTEM alda aynısı oluyor sitede paylaştığınizda onada CheckGiveSlot yapabilirmisiniz
kod blogunu atın inceleyim
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
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
SlotCheck = CheckGiveSlot(UID, 5)
if SlotCheck == false then
else
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 )
end
end
end
--Warrior Chitin 9 Set
if EVENT == 151 then
SlotCheck = CheckGiveSlot(UID, 5)
if SlotCheck == false then
else
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
end
--Mage Chitin 9 Set
if EVENT == 152 then
SlotCheck = CheckGiveSlot(UID, 5)
if SlotCheck == false then
else
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
end
-- Priest Chitin 9 Set
if EVENT == 153 then
SlotCheck = CheckGiveSlot(UID, 5)
if SlotCheck == false then
else
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
end
çok teşekkür ederim hocam ellerinize saglık çok yardımcı oldunuz sorun çözülmüştürPHP: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 SlotCheck = CheckGiveSlot(UID, 5) if SlotCheck == false then else 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 ) end end end --Warrior Chitin 9 Set if EVENT == 151 then SlotCheck = CheckGiveSlot(UID, 5) if SlotCheck == false then else 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 end --Mage Chitin 9 Set if EVENT == 152 then SlotCheck = CheckGiveSlot(UID, 5) if SlotCheck == false then else 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 end -- Priest Chitin 9 Set if EVENT == 153 then SlotCheck = CheckGiveSlot(UID, 5) if SlotCheck == false then else 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 end
Dener misiniz ?
Rica ederim, iyi günler dilerimçok teşekkür ederim hocam ellerinize saglık çok yardımcı oldunuz sorun çözülmüştür