Jump to content
Araştır
  • Diğer seçenekler ...
Sonuçları bul ...
Sonuçları bul ...
Mamico

Tarantula Dişi Toplu Teslim etme sorunu

Önerilen Mesajlar

Delos üzerinde ki tarantula dişi luasında problem yaşıyorum arkadaşlar.
Tarantula dişlerini " Cardinal Jewel " görevi gibi toplu almasını istiyorum lakin şuan tek tek alıyor.

if (EVENT == 1002) then
SelectMsg(UID, 2, 812, 9484, NPC, 10, 1005);
end

if (EVENT == 1005) then
SelectMsg(UID, 4, 812, 9485, NPC, 3000, 1006, 3005, -1);
end

if (EVENT == 1006) then
SaveEvent(UID, 2721);
end

if (EVENT == 1004) then
ITEMA = HowmuchItem(UID, 900060000);
if (ITEMA == 0) then
SelectMsg(UID, 2, 812, 9485, NPC, 18, 1008);
else
SelectMsg(UID, 4, 812, 9485, NPC, 3000, 1007, 3005, -1);
end
end

if (EVENT == 1008) then
ShowMap(UID, 1009);
end

if (EVENT == 1003) then
SaveEvent(UID, 2723);
end

if (EVENT == 1007) then
RunExchange(UID,1225)
SaveEvent(UID, 2724);
end

İletiyi paylaş


Link to post
Sitelerde Paylaş
Alıntı
Delos üzerinde ki tarantula dişi luasında problem yaşıyorum arkadaşlar.
Tarantula dişlerini " Cardinal Jewel " görevi gibi toplu almasını istiyorum lakin şuan tek tek alıyor.

if (EVENT == 1002) then
SelectMsg(UID, 2, 812, 9484, NPC, 10, 1005);
end

if (EVENT == 1005) then
SelectMsg(UID, 4, 812, 9485, NPC, 3000, 1006, 3005, -1);
end

if (EVENT == 1006) then
SaveEvent(UID, 2721);
end

if (EVENT == 1004) then
ITEMA = HowmuchItem(UID, 900060000);
if (ITEMA == 0) then
SelectMsg(UID, 2, 812, 9485, NPC, 18, 1008);
else
SelectMsg(UID, 4, 812, 9485, NPC, 3000, 1007, 3005, -1);
end
end

if (EVENT == 1008) then
ShowMap(UID, 1009);
end

if (EVENT == 1003) then
SaveEvent(UID, 2723);
end

if (EVENT == 1007) then
RunExchange(UID,1225)
SaveEvent(UID, 2724);
end


gönderdiğiniz luada eksik var. parayı verdirdiği event yazılmamış, 1004 eventini çalıştıracak event de eksik. luayı daha toplu şekilde göndermeniz gerekiyor.

İletiyi paylaş


Link to post
Sitelerde Paylaş

×
×
  • Yeni Oluştur...