Neler yeni

YARDIM Merhaba arkadaslar tag name npc nasıl yapabilirim yardimci olurmusunuz

lulu0147

KY Kıdemli Üye
Katılım
4 Ağu 2023
Mesajlar
290
Tepki puanı
22
Puanları
18
Kullanılan Source
Istırap
Kullanılan Database
ISTIRAP
Merhaba arkadaşlar tag name npc nasıl yapabilirim yardimci olurmusunuz
 
S

Silinen Üye 2

KY Misafir
Bende yok knk luayı atarmisin
Siz npclerin üzerine tekrardan yeni bir şey yazmak mı istiyorsunuz yoksa; lua ile tag işlemini mi arıyorsunuz tam anlamadım?

Less:
----------------------------------------------------------------------------------------------------------------------------------------------------------

if (EVENT == 200) then -- Change ID Menu
    SelectMsg(UID, 3, -1, 4131, NPC, 45438, 201, 45439, 202, 45209, 203, 4296, 100);
end

if (EVENT == 201) then -- NCS
    NCS = HowmuchItem(UID, 800032000);
    if (NCS < 1) then
        SelectMsg(UID, 2, -1, 4454, NPC, 18, 5000);
    else
        SendNameChange(UID);
    end
end

if (EVENT == 202) then -- Clan NCS
    CLANNCS = HowmuchItem(UID, 800086000);
    if (CLANNCS < 1) then
        SelectMsg(UID, 2, -1, 4670, NPC, 18, 5000);
    else
        Check = isClanLeader(UID)
        if (Check) then
            SendClanNameChange(UID);
        else
            SelectMsg(UID, 2, -1, 4671, NPC, 10, -1);
        end
    end
end

if (EVENT == 203) then -- Tag Name Change
    TCS = HowmuchItem(UID, 800099000);
    if (TCS < 1) then
        SelectMsg(UID, 2, -1, 4454, NPC, 18, 5000);
    else
        SendTagNameChangePanel(UID);
    end
end

----------------------------------------------------------------------------------------------------------------------------------------------------------
 
Moderatör tarafında düzenlendi:

lulu0147

KY Kıdemli Üye
Katılım
4 Ağu 2023
Mesajlar
290
Tepki puanı
22
Puanları
18
Siz npclerin üzerine tekrardan yeni bir şey yazmak mı istiyorsunuz yoksa; lua ile tag işlemini mi arıyorsunuz tam anlamadım?

Less:
----------------------------------------------------------------------------------------------------------------------------------------------------------

if (EVENT == 200) then -- Change ID Menu
    SelectMsg(UID, 3, -1, 4131, NPC, 45438, 201, 45439, 202, 45209, 203, 4296, 100);
end

if (EVENT == 201) then -- NCS
    NCS = HowmuchItem(UID, 800032000);
    if (NCS < 1) then
        SelectMsg(UID, 2, -1, 4454, NPC, 18, 5000);
    else
        SendNameChange(UID);
    end
end

if (EVENT == 202) then -- Clan NCS
    CLANNCS = HowmuchItem(UID, 800086000);
    if (CLANNCS < 1) then
        SelectMsg(UID, 2, -1, 4670, NPC, 18, 5000);
    else
        Check = isClanLeader(UID)
        if (Check) then
            SendClanNameChange(UID);
        else
            SelectMsg(UID, 2, -1, 4671, NPC, 10, -1);
        end
    end
end

if (EVENT == 203) then -- Tag Name Change
    TCS = HowmuchItem(UID, 800099000);
    if (TCS < 1) then
        SelectMsg(UID, 2, -1, 4454, NPC, 18, 5000);
    else
        SendTagNameChangePanel(UID);
    end
end

----------------------------------------------------------------------------------------------------------------------------------------------------------
Lua üzerinden knk ıstırap da tag name var bunu npcden karakterin üstüne tag name itemi alarak npcden yaptırmak istiyorum
 

lulu0147

KY Kıdemli Üye
Katılım
4 Ağu 2023
Mesajlar
290
Tepki puanı
22
Puanları
18
Siz npclerin üzerine tekrardan yeni bir şey yazmak mı istiyorsunuz yoksa; lua ile tag işlemini mi arıyorsunuz tam anlamadım?

Less:
----------------------------------------------------------------------------------------------------------------------------------------------------------

if (EVENT == 200) then -- Change ID Menu
    SelectMsg(UID, 3, -1, 4131, NPC, 45438, 201, 45439, 202, 45209, 203, 4296, 100);
end

if (EVENT == 201) then -- NCS
    NCS = HowmuchItem(UID, 800032000);
    if (NCS < 1) then
        SelectMsg(UID, 2, -1, 4454, NPC, 18, 5000);
    else
        SendNameChange(UID);
    end
end

if (EVENT == 202) then -- Clan NCS
    CLANNCS = HowmuchItem(UID, 800086000);
    if (CLANNCS < 1) then
        SelectMsg(UID, 2, -1, 4670, NPC, 18, 5000);
    else
        Check = isClanLeader(UID)
        if (Check) then
            SendClanNameChange(UID);
        else
            SelectMsg(UID, 2, -1, 4671, NPC, 10, -1);
        end
    end
end

if (EVENT == 203) then -- Tag Name Change
    TCS = HowmuchItem(UID, 800099000);
    if (TCS < 1) then
        SelectMsg(UID, 2, -1, 4454, NPC, 18, 5000);
    else
        SendTagNameChangePanel(UID);
    end
end

----------------------------------------------------------------------------------------------------------------------------------------------------------
Ve lua için teşekkür ederim
 
S

Silinen Üye

KY Misafir
clientte npc menü seçenekleri yoksa yardımcı olabilirim yeni gördüm mesajları sorry
 
Reklam
Üst Alt