local UserClass;
local QuestNum;
local Ret = 0;
local NPC = 27500;
if EVENT == 100 then
SelectMsg(UID, 3, -1, 6038, NPC, 40374,150,40375,151,40376,152,40377,153);
end
if EVENT == 150 then
SelectMsg(UID, 3, -1, 6038, NPC, 22,154);
end
local ITEMA = 0;
--warrior Dragon Shell Set
if EVENT == 150 then
Loyalty = CheckLoyalty(UID, 0)
if Loyalty > 0 then
GiveLoyalty(UID, -0)
GiveItem(UID, 810095000, 1, 810095000)
GiveItem(UID, 810090000, 1, 810090000)
GiveItem(UID, 810094000, 1, 810094000)
GiveItem(UID, 379243000, 1, 379243000)
GiveItem(UID, 379244000, 1, 379244000)
GiveItem(UID, 379244000, 1, 379244000)
GiveItem(UID, 379236000, 3, 379236000)
GiveItem(UID, 379243000, 1, 379243000)
GiveItem(UID, 379236000, 3, 379236000)
GiveItem(UID, 379236000, 3, 379068000)
else
SelectMsg(UID, 2, savenum, 10583, NPC, 4064, 241);
end
end