Tassel for Durumagi Box ( Wine_On_Sleeve_Box )
| ID 16145 |
|
|||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Цена покупки: 20 zeny | Цена продажи: 10 zeny | Вес: 1 | Слоты: Не указано | ||||||||||||||||||||||||||||||||||||||||
| Тип: Другое отложенное потребление, требующее подтверждения пользователя перед использованием предмета. | Подтип: Не указано | Пол: Оба | Локации: Не указано | |||||||||||||||||||||||||||||||||||||||||
| Атака: Не указано | Магическая атака: Не указано | Диапазон: Не указано | Защита: Не указано | |||||||||||||||||||||||||||||||||||||||||
| Уровень оружия: Не указано | Уровень брони: Не указано | Мин. Уровень Снаряжения: Не указано | Макс. Уровень Снаряжения: Не указано | |||||||||||||||||||||||||||||||||||||||||
| Поддается улучшению: Не указано | Оцениваемый: Не указано | Элемент: Нейтральный | Классы: Не указано | |||||||||||||||||||||||||||||||||||||||||
|
Все Не указано
Флаги
Стакирование
Не указано
Использование
Торговля
Задержка
Не указано
getitem 10026,1; /* Tassel for Durumagi */ Справка по Скрипту
getitem
Команда
getitem
Сигнатура:
Описание:
This command will give an amount of specified items to the invoking character.
If an optional account ID is specified, and the target character is currently
online, items will be created in their inventory instead. If they are not
online, nothing will happen.
In the first and most commonly used version of this command, items are
referred to by their database ID number found inside ''.
enabled.
You may also create an item by its name in the 'english name' field in the
item database:
Which will do what you'd expect. If it can't find that name in the database,
apples will be created anyway. It is often a VERY GOOD IDEA to use it like this.
quite a few item scripts. For more examples check just about any official script.
Пример:
for
Команда
for
Сигнатура:
Описание:
Another pretest looping structure is the 'for' statement. It is considered a
specialized form of the 'while' statement, and is usually associated with counter-
controlled loops. Here are the steps of the 'for' statement: the initialize
statement is executed first and only once. The condition test is performed.
When the condition evaluates to false, the rest of the for statement is skipped.
When the condition evaluates to true, the body of the loop is executed, then the
update statement is executed (this usually involves incrementing a variable).
Then the condition is reevaluated and the cycle continues.
Example 1:
Example 2:
Пример:
Не указано Справка по СкриптуДля этого скрипта не найдено документированных справок. Не указано Справка по СкриптуДля этого скрипта не найдено документированных справок. Не указано Не указано Не указано Не указано Не указано Не указано Не указано Не указано Не указано |
||||||||||||||||||||||||||||||||||||||||||||