Lua'dan anlayan yardımcı olabilir mi bu görev hakkın da ?

Katılım
26 Nisan 2019
Mesajlar
6,669
Merhabalar herkese öncellikle benim sıkıntım asga fruit görevini bir türlü toplu verdiremiyorum mesela üstümde 20 tane asga fruit var 20 tanesini verdirip 2m alamıyorum birer birer görev üstümden alıp 100k veriyor bunu toplu halde lua da nasıl verdirte bilirim yardımcı olursanız çok sevinirim. Lua yerini asağı da verdim nereyi düzeltmem gerektiğini söylerseniz çok makbule geçer .


if (EVENT == 700) then -- 45 Level Cardinal Jewel
SelectMsg(UID, 2, 243, 3001, NPC, 28, 701);
end

if (EVENT == 701) then
ShowMap(UID, 307);
SaveEvent(UID, 3292);
end

if (EVENT == 702) then
SelectMsg(UID, 2, 243, 3002, NPC, 28, 701);
end

if (EVENT == 703) then
SelectMsg(UID, 2, 243, 3131, NPC, 10, 704);
end

if (EVENT == 704) then
SelectMsg(UID, 4, 243, 3132, NPC, 22, 705, 23, 193);
end

if (EVENT == 705) then
SaveEvent(UID, 3293);
end

if (EVENT == 706) then
SaveEvent(UID, 3295);
NATION = CheckNation(UID);
if (NATION == 1) then
SelectMsg(UID, 2, 243, 3136, NPC, 3015, 193);
else
SelectMsg(UID, 2, 243, 3006, NPC, 3015, 193);
end
end

if (EVENT == 708) then
ITEM_COUNT = HowmuchItem(UID, 91008300);
if (ITEM_COUNT > 0) then
SelectMsg(UID, 2, 243, 3135, NPC, 18, 709);
else
SelectMsg(UID, 4, 243, 3137, NPC, 41, 710, 27, 193);
end
end

if (EVENT == 709) then
ShowMap(UID, 315);
end

if (EVENT == 710) then
RunExchange(UID,318)
SaveEvent(UID, 3296);
end
 
Üst Alt
Reklam
Reklam