Item Details

Shadow Staff [2] ( Shadow_Staff )

ID 1682 Shadow Staff [2]
Shadow Staff [2] Цена покупки: zeny Цена продажи: 0 zeny Вес: 60 Слоты: 2
Тип: Оружие. Подтип: Посох Пол: Оба Локации: Оружие
Атака: Не указано Магическая атака: 130 Диапазон: 1 Защита: Не указано
Уровень оружия: 4 Уровень брони: Не указано Мин. Уровень Снаряжения: 90 Макс. Уровень Снаряжения: Не указано
Поддается улучшению: 1 Оцениваемый: Не указано Элемент: Нейтральный Классы: Четвертые классы., Все Third классы.

O grande poder escondido nesse cajado faz dele um artefato ideal para lançar poderosos (e perigosos) feitiços.
--------------------------
Indestrutível em batalha.
--------------------------
Ao aprender [Chamas de Hela] nv. 5:
Dano de [Chamas de Hela] +100%.
--------------------------
Refino +1 ou mais:
Ao usar [Chamas de Hela], 4% de chance de ativar um [efeito] por 5 segundos.
--------------------------
A cada refino:
Chance de ativar o [efeito] +4%.
Dano de [Chamas de Hela] +10%.
--------------------------
A cada refino até o +10:
Ignora 5% da DEFM de personagens, monstros normais e chefes.
--------------------------
Efeito:
Conjuração variável de [Chamas de Hela] -30%.
--------------------------
Tipo: Cajado
ATQ: 0 ATQM: 130
Peso: 60
Nível da arma: 4
Nível necessário: 90
Classes: Arcano

Ketika kamu mempelajari Hell Inferno sampai Lv5,
Kekuatan serang dari skill Hell Inferno +100%,
Setiap tingkat tempa, kekuatan serang dari skill Hell Inferno akan bertambah 10%,
Ketika menyerang dengan magic attack, akan mengabaikan magic defense dari musuh sebesar 5%.
Ketika menggunakan skill Hell Inferno, mempunyai kemungkinan mengurangi casting dari skill Hell Inferno's sebesar 30% selama 5 detik.
kemungkinan akan bertambah berdasarkan pada tingkat level tempa.
MATK + 130
Jenis : one-handed staff Serangan : 0
Berat : 60
Senjata level : 4
Lv Minimum : 90
Profesi : Warlock Class

Не указано

Флаги
Можно добавить в скупочную лавку игрока? Нет
Призывает монстра? Нет
Является частью контейнера? Нет
Имеет уникальный стек? Нет
Привязывается при надевании? Нет
Объявляет выпадение? Нет
Расходуется при использовании? Да
Имеет эффект при падении? Нет
Стакирование
Не указано
Использование
Не указано
Торговля
Переопределить Не указано
Можно выбросить? Да
Можно обменять? Да
Можно обменять с партнером? Да
Можно продать NPC? Да
Можно поместить в тележку? Да
Можно поместить в хранилище? Да
Можно поместить в хранилище гильдии? Да
Можно отправить по почте? Да
Можно выставить на аукцион? Да
Задержка
Не указано
.@r = getrefine();
bonus2 bSkillAtk,"WL_HELLINFERNO",(getskilllv("WL_HELLINFERNO") >= 5 ? 100 : 0) + (.@r*10);
bonus2 bIgnoreMdefRaceRate,RC_All,min(10,.@r)*5;
autobonus3 "{ bonus2 bVariableCastrate,\"WL_HELLINFERNO\",-30; }",.@r*40,5000,"WL_HELLINFERNO";
Справка по Скрипту
getrefine Команда
getrefine
Сигнатура:
getrefine()
Описание:
function is called. This function is intended for use in item scripts.
bSkillAtk Бонус Предмета
bSkillAtk
Сигнатура:
bonus2 bSkillAtk,sk,n;
Описание:
Increases damage of skill sk by n%
getskilllv Команда
getskilllv
Сигнатура:
getskilllv(<skill id>)
getskilllv("<skill name>")
Описание:
character has. If they don't have the skill, 0 will be returned. The full list of character skills is available in ''. There are two main uses for this function, it can check whether the character has a skill or not, and it can tell you if the level is high enough. Example 1: Example 2:
Пример:
if (getskilllv(152))
mes "You have got the skill Throw Stone";
else
mes "You don't have Throw Stone";
close;
if (getskilllv(28) >= 5)
mes "Your heal lvl is 5 or more";
else if (getskilllv(28) == 10)
mes "Your heal lvl has been maxed";
else
mes "You heal skill is below lvl 5";
close;
bIgnoreMdefRaceRate Бонус Предмета
bIgnoreMdefRaceRate
Сигнатура:
bonus2 bIgnoreMdefRaceRate,r,n;
Описание:
Disregard n% of the target's MDEF if the target belongs to race r
autobonus3 Команда
autobonus3
Сигнатура:
autobonus3 <bonus script>,<rate>,<duration>,<skill id>,{<other script>};
autobonus3 <bonus script>,<rate>,<duration>,"<skill name>",{<other script>};
Описание:
These commands are meant to be used in item scripts only! See 'petautobonus' for pet usage. What these commands do is 'attach' a script to the player which will get executed on attack (or when attacked in the case of autobonus2). Rate is the trigger rate of the script (1000 = 100%). Duration is the time in milliseconds that the bonus will last for since the script has triggered. Skill ID/skill name the skill which will be used as trigger to start the bonus. (autobonus3) The optional argument 'flag' is used to classify the type of attack where the script can trigger (it shares the same flags as the bAutoSpell bonus script): Range criteria: Attack type criteria: Skill criteria: The difference between the optional argument 'other script' and the 'bonus script' is that, the former one triggers only when attacking(or attacked) and the latter one runs on status calculation as well, which makes sure, within the duration, the "bonus" that get lost on status calculation is restored. So, 'bonus script' is technically supposed to accept "bonus" command only. And we usually use 'other script' to show visual effects. In all cases, when the script triggers, the attached player will be the one who holds the bonus. There is currently no way of knowing within this script who was the other character (the attacker in autobonus2, or the target in autobonus and autobonus3). //Grants a 1% chance of starting the state "all stats +10" for 10 seconds when //using weapon or misc attacks (both melee and ranged skills) and shows a special //effect when the bonus is active.
Пример:
BF_SHORT:  Trigger on melee attack
BF_LONG:   Trigger on ranged attack
Default:   BF_SHORT+BF_LONG
BF_WEAPON: Trigger on weapon skills
BF_MAGIC:  Trigger on magic skills
BF_MISC:   Trigger on misc skills
Default:   BF_WEAPON
BF_NORMAL: Trigger on normal attacks
BF_SKILL:  Trigger on skills
default:   If the attack type is BF_WEAPON (only) BF_NORMAL is used,
otherwise BF_SKILL+BF_NORMAL is used.
autobonus "{ bonus bAllStats,10; }",10,10000,BF_WEAPON|BF_MISC,"{ specialeffect2 EF_FIRESPLASHHIT; }";
bVariableCastrate Бонус Предмета
bVariableCastrate
Сигнатура:
bonus2 bVariableCastrate,sk,n;
Описание:
Increases variable cast time of skill sk by n% (If RENEWAL_CAST is NOT defined, this bonus is equal to bCastrate)
Не указано
Справка по Скрипту

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

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

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

Не указано

Не указано

Не указано

Не указано

Не указано

Не указано

Улучшение Группа Уровень предмета Поддается улучшению Уровень оружия Уровень брони Детали
Улучшение Оружие 4 Да 4 Не указано Детали

Не указано