YARDIM NPC GÖREV DEĞİŞİMİ

nksfatih

KY Üye
KY YardımSever
Katılım
12 Eki 2023
Mesajlar
75
Çözümler
3
Tepkime puanı
2
Puanları
8
spell.pngselamlar herkese arkdaşlar luadan spell olarak değiştirdim sadece spell kabul ediyor spell karşılığıda skilli açıyor fakat spell harcamıyor üstümden ve bu nostrum of magic vs görünümünü nasıl değiştirebilirim spell ile
 

Believer

KY Kıdemli Üye
KY YardımSever
Katılım
19 Haz 2023
Mesajlar
458
Tepkime puanı
243
Puanları
43

nksfatih

KY Üye
KY YardımSever
Katılım
12 Eki 2023
Mesajlar
75
Çözümler
3
Tepkime puanı
2
Puanları
8
if (EVENT == 628) then
ITEM_COUNT1 = HowmuchItem(UID, 810369000);
ITEM_COUNT3 = HowmuchItem(UID, 900000000);
if (ITEM_COUNT1 > 4 and ITEM_COUNT3 > 0) then
SelectMsg(UID, 4, 336, 3243, NPC, 41, 630, 27, -1);
else
if (ITEM_COUNT1 < 1) then
SelectMsg(UID, 2, 336, 3240, NPC, 18, 629);
elseif (ITEM_COUNT3 < 0) then
SelectMsg(UID, 2, 336, 3240, NPC, 18, 632);
end
end
end

if (EVENT == 629) then
ShowMap(UID, 18);
end

if (EVENT == 632) then
ShowMap(UID, 336);
end

if (EVENT == 630) then
RunQuestExchange(UID,331);
SaveEvent(UID, 3444);
--Skill Açma Komutu--
end
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

if (EVENT == 923) then
SelectMsg(UID, 2, 348, 5158, NPC, 10, 924);
end

if (EVENT == 924) then
SelectMsg(UID, 4, 348, 5159, NPC, 22, 925, 23, -1);
end

if (EVENT == 925) then
SaveEvent(UID, 5162);
SelectMsg(UID, 2, 348, 5160, NPC, 10, -1);
end

if (EVENT == 926) then
SaveEvent(UID, 5164);
SelectMsg(UID, 2, 348, 5164, NPC, 32, -1);
end
 

Believer

KY Kıdemli Üye
KY YardımSever
Katılım
19 Haz 2023
Mesajlar
458
Tepkime puanı
243
Puanları
43
if (EVENT == 628) then
ITEM_COUNT1 = HowmuchItem(UID, 810369000);
ITEM_COUNT3 = HowmuchItem(UID, 900000000);
if (ITEM_COUNT1 > 4 and ITEM_COUNT3 > 0) then
SelectMsg(UID, 4, 336, 3243, NPC, 41, 630, 27, -1);
else
if (ITEM_COUNT1 < 1) then
SelectMsg(UID, 2, 336, 3240, NPC, 18, 629);
elseif (ITEM_COUNT3 < 0) then
SelectMsg(UID, 2, 336, 3240, NPC, 18, 632);
end
end
end

if (EVENT == 629) then
ShowMap(UID, 18);
end

if (EVENT == 632) then
ShowMap(UID, 336);
end

if (EVENT == 630) then
RunQuestExchange(UID,331);
SaveEvent(UID, 3444);
--Skill Açma Komutu--
end
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

if (EVENT == 923) then
SelectMsg(UID, 2, 348, 5158, NPC, 10, 924);
end

if (EVENT == 924) then
SelectMsg(UID, 4, 348, 5159, NPC, 22, 925, 23, -1);
end

if (EVENT == 925) then
SaveEvent(UID, 5162);
SelectMsg(UID, 2, 348, 5160, NPC, 10, -1);
end

if (EVENT == 926) then
SaveEvent(UID, 5164);
SelectMsg(UID, 2, 348, 5164, NPC, 32, -1);
end
RunQuestExchange(UID,331); burada 331 numaralı item exchange index'inin fotografını atar msn
 
Reklam