Item Details

Sentimental Fragment ( Pieces_Of_Sentiment )

ID 22687 Sentimental Fragment
Sentimental Fragment Цена покупки: zeny Цена продажи: 0 zeny Вес: 0 Слоты: Не указано
Тип: Используется с отложенным потреблением (предмет удаляется из инвентаря после выбора цели, для использования навыков и приманок для питомцев) Подтип: Не указано Пол: Оба Локации: Не указано
Атака: Не указано Магическая атака: Не указано Диапазон: Не указано Защита: Не указано
Уровень оружия: Не указано Уровень брони: Не указано Мин. Уровень Снаряжения: 100 Макс. Уровень Снаряжения: Не указано
Поддается улучшению: Не указано Оцениваемый: Не указано Элемент: Нейтральный Классы: Не указано

Um fragmento da memória daqueles que habitam a Tumba da Honra. Parece ter diversos efeitos.
--------------------------
Se estiver longe do mapa, teleporta o usuário para a Tumba da Honra.
--------------------------
Recarga: 5 segundos
Nível necessário: 100
Peso: 0,1

Kepingan energi yang terbentuk dari ingatan prajurit yang bersemayam di makam kehormatan. Ada keinginan untuk pulang jika jauh dari sumber energi. Bila digunakan, pemakainya akan dikirim ke Tomb of Honor.
Cooldown : 5 detik
Lv. Minimum : 100
Berat : 0.1

A fragment of energy formed from the memories of those in the tomb of honor. It can send the user to the tomb when consumed.
This item has a 5 second cooldown.
Class: Generic
Weight: 0.1
Required Level: 100

A fragment of energy formed from the memories of those in the tomb of honor. It can send the user to the tomb when consumed.
This item has a 5 second cooldown.
Weight: 0.1
Required Level: 100

Все

Флаги
Можно добавить в скупочную лавку игрока? Да
Призывает монстра? Нет
Является частью контейнера? Нет
Имеет уникальный стек? Нет
Привязывается при надевании? Нет
Объявляет выпадение? Нет
Расходуется при использовании? Да
Имеет эффект при падении? Нет
Стакирование
Не указано
Использование
Не указано
Торговля
Переопределить Не указано
Можно выбросить? Да
Можно обменять? Да
Можно обменять с партнером? Да
Можно продать NPC? Да
Можно поместить в тележку? Да
Можно поместить в хранилище? Да
Можно поместить в хранилище гильдии? Да
Можно отправить по почте? Да
Можно выставить на аукцион? Да
Задержка
Есть задержка использования? Да
Статус Общее время восстановления для определенного набора умений (группа F).
Длительность 5000
callfunc("F_Pieces_Of_Sentiment");
Справка по Скрипту
callfunc Команда
callfunc
Сигнатура:
callfunc "<function>"{,<argument>,...<argument>};
callfunc("<function>"{,<argument>,...<argument>})
Описание:
This command lets you call up a function NPC. A function NPC can be called from any script on any map server. Using the 'return' command it will come back to the place that called it. which will be available there with getarg() (see 'getargcallfunc' script command. Note: !! A user-defined function must be declared /before/ a script attempts to !! call it. That is to say, any functions should be placed above scripts or NPCs !! (or loaded in a separate file first) before attempting to call them directly.
Пример:
place,50,50,6%TAB%script%TAB%Woman%TAB%115,{
mes "[Woman]"
mes "Let's see if you win...";
callfunc "funcNPC";
mes "Well done, you have won!";
close;
}
function%TAB%script%TAB%funcNPC%TAB%{
.@win = rand(2);
if (.@win == 0)
return;
mes "Sorry, you lost.";
close;
}
place,50,50,6%TAB%script%TAB%Man%TAB%115,{
mes "[Man]"
mes "Gimme a number!";
next;
input .@number;
if (callfunc("OddFunc",.@number)) mes "It's Odd!";
close;
}
function%TAB%script%TAB%OddFunc%TAB%{
if (getarg(0)%2 == 0)
return 0;// it's even
return 1;// it's odd
}
function<tab>script<tab>SayHello<tab>{
mes "Hello " + getarg(0);
return 0;
}
place,50,50,6<tab>script<tab>Man<tab>115,{
mes "[Man]";
SayHello strcharinfo(0);
close;
}
Не указано
Справка по Скрипту

Для этого скрипта не найдено документированных справок.

Не указано
Справка по Скрипту

Для этого скрипта не найдено документированных справок.

Не указано

Не указано

Не указано

Не указано

Не указано

Не указано

Не указано

Не указано