Рейтинг темы:
  • 0 Голос(ов) - 0 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
Награда за 3 профессию
#1
Здравствуйте, подскажите где меняется награда за 3 профессию.
Во всех квестах в скрипте есть иды итемов и колличество, открываю квесты на 3 профессии там только вот это.

Код:
public class _085_SagaOfTheCardinal extends SagasSuperclass implements ScriptFile
{
      
    public void onLoad()
    {
        super.onLoad();
    }

      
    public void onReload()
    {}

      
    public void onShutdown()
    {}

    public _085_SagaOfTheCardinal()
    {
        super(85);

        NPC = new int[] { 30191, 31626, 31588, 31280, 31644, 31646, 31647, 31651, 31654, 31655, 31658, 31280 };
        Items = new int[] { 7080, 7522, 7081, 7500, 7283, 7314, 7345, 7376, 7407, 7438, 7087, 0 };
        Mob = new int[] { 27267, 27234, 27274 };
        classid = 97;
        prevclass = 0x10;
        X = new int[] { 119518, 181215, 181227 };
        Y = new int[] { -28658, 36676, 36703 };
        Z = new int[] { -3811, -4812, -4816 };
        Text = new String[] {
                "PLAYERNAME! Pursued to here! However, I jumped out of the Banshouren boundaries! You look at the giant as the sign of power!",
                "... Oh ... good! So it was ... let's begin!",
                "I do not have the patience ..! I have been a giant force ...! Cough chatter ah ah ah!",
                "Paying homage to those who disrupt the orderly will be PLAYERNAME's death!",
                "Now, my soul freed from the shackles of the millennium, Halixia, to the back side I come ...",
                "Why do you interfere others' battles?",
                "This is a waste of time.. Say goodbye...!",
                "...That is the enemy",
                "...Goodness! PLAYERNAME you are still looking?",
                "PLAYERNAME ... Not just to whom the victory. Only personnel involved in the fighting are eligible to share in the victory.",
                "Your sword is not an ornament. Don't you think, PLAYERNAME?",
                "Goodness! I no longer sense a battle there now.",
                "let...",
                "Only engaged in the battle to bar their choice. Perhaps you should regret.",
                "The human nation was foolish to try and fight a giant's strength.",
                "Must...Retreat... Too...Strong.",
                "PLAYERNAME. Defeat...by...retaining...and...Mo...Hacker",
                "....! Fight...Defeat...It...Fight...Defeat...It..." };

        registerNPCs();
    }
}
Ответ
#2
public class _085_SagaOfTheCardinal extends SagasSuperclass implements ScriptFile
Ответ
#3
HiredKiller Написал:public class _085_SagaOfTheCardinal extends SagasSuperclass implements ScriptFile

А можно по подробнее, я чайник)

Добавлено через 5 минут
HiredKiller Написал:public class _085_SagaOfTheCardinal extends SagasSuperclass implements ScriptFile

От души! Добра тебе!
Ответ
#4
Сомтри в корне каталога квестов, файл "SagasSuperclass.java".

Когда откроешь данный файл, смотри :

Код:
private void FinishQuest(QuestState st, Player player)
    {
        _kills.remove(player.getObjectId());
        _archons.remove(player.getObjectId());
        _spawnInfos.remove(player.getObjectId());

        st.addExpAndSp(2586527, 0);
        st.giveItems(ADENA_ID, 5000000);
        st.giveItems(6622, 1, true);
        st.exitQuest(true);
        player.getPlayerClassComponent().setClassId(getClassId(player), false, true);
        if(!player.getPlayerClassComponent().isSubClassActive() && player.getPlayerClassComponent().getBaseClassId() == getPrevClass(player))
        {
            player.getPlayerClassComponent().setBaseClass(getClassId(player));
        }
        player.broadcastCharInfo();
        Cast(st.findTemplate(NPC[0]), player, 4339, 1);
    }

Тут добавляй что тебе будет нужно. Smile
[Изображение: e0d394556cfe7fc77265f431b11359ca.gif]
Ответ


Возможно похожие темы ...
Тема Автор Ответы Просмотры Последний пост
  Награда по пати L2J 7 2,382 07-23-2014, 08:02 PM
Последний пост: kingzor
  награда за смс Tolyamba18 3 1,501 01-12-2013, 11:13 AM
Последний пост: Dementor
  Награда за PvP Time of Gods 8 2,291 01-03-2013, 08:40 AM
Последний пост: L2CCCP
  Награда за ПВП и ПК... Garmin 4 4,459 06-02-2010, 10:10 PM
Последний пост: incognito

Перейти к форуму:


Пользователи, просматривающие эту тему: 2 Гость(ей)