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

4Maestro

Uzaklaştırılmış
  • İçerik sayısı

    147
  • Katılım

  • Son ziyaret

  • Puan

    2,784 [ Bağış Yap ]

İletiler : 4Maestro


  1. @ KiraAmora61 nin paylaştigi lua' dan
    Cast = CastSkill(UID, 504005);
    Cast = CastSkill(UID, 500109);
    CastSkill(UID, 25178)
    Cast = CastSkill(UID, 504006)
    Cast = CastSkill(UID, 504007);
    CastSkill(UID, 504008)

    -- mesaja ek olarak --
    Alıntı
    Merhaba arkadaşlar ;

    Logos NPC'nin cast ettiği skill kodlarını paylaşacak olan var mı acaba ?


    local NPC = 25215;
    

    if (EVENT == 100) then
    SaveEvent(UID, 855);
    SelectMsg(UID, 3, -1, 3017, NPC, 8737, 200, 8738, 300, 8739, 400,8740, 500);
    end

    if (EVENT == 200) then
    Cast = CastSkill(UID, 504005);

    ChangePosition(UID, 25215)

    if (Cast) then
    CastSkill(UID, 504005)

    else
    NpcMsg(UID, 9137);
    end
    end

    if (EVENT == 300) then
    Cast = CastSkill(UID, 500109);

    SendNpcKillID(UID, 25178)
    if (Cast) then
    CastSkill(UID, 25178)


    else
    NpcMsg(UID, 9137);
    end
    end
    if (EVENT == 400) then
    Cast = CastSkill(UID, 504006)
    SendNpcKillID(UID, 25178)
    if (Cast) then
    CastSkill(UID, 504006)


    else
    NpcMsg(UID, 9137);
    end
    end

    if (EVENT == 500) then
    Cast = CastSkill(UID, 504007);
    SendNpcKillID(UID, 25178);
    if (Cast) then
    CastSkill(UID, 504008)

    else
    NpcMsg(UID, 9137);
    end
    end
    • Teşekkür 1

  2. Alıntı
    http://prntscr.com/igcbzw buraya bakar mısı örnek çizdim.


    uint16 CUser::V3_QuestCheckMonsterCount(uint16 sQuestID, uint8 Slot)
    
    {
    Quest_MonMap::iterator itr = m_QuestMonMap.find(sQuestID);

    if (itr == m_QuestMonMap.end())
    return 0;

    return itr->second->dCKills[Slot - 1];

    uint16 CUser::V3_QuestCheckMonsterCount(uint16 sQuestID, uint8 Slot)
    {
    Quest_MonMap::iterator itr = m_QuestMonMap.find(sQuestID);

    if (itr == m_QuestMonMap.end())
    return 0;

    return itr->second->dCKills[Slot - 1]
    ayni emre
×
×
  • Yeni Oluştur...