Item Details

Yellow Butterfly Wing ( E_WOB_Rune )

ID 12507 Yellow Butterfly Wing
Yellow Butterfly Wing Prix d'achat: zeny Prix de vente: 0 zeny Poids: 1 Emplacements: Non spécifié
Type: Objet utilisable. Sous-type: Non spécifié Genre: Les deux Lieux: Non spécifié
Attaque: Non spécifié Attaque magique: Non spécifié Portée: Non spécifié Défense: Non spécifié
Niveau d'arme: Non spécifié Niveau d'armure: Non spécifié Niveau d'équipement min.: Non spécifié Niveau d'équipement max.: Non spécifié
Affûtage: Non spécifié Améliorable: Non spécifié Élément: Neutre Classes: Non spécifié

Asas gigantes de uma borboleta que gostava de viajar pelo mundo.
--------------------------
Permite escolher teleportar para Prontera, Izlude, Geffen, Payon, Morroc, Al De Baran ou Alberta.
--------------------------
Você terá 1 minuto para selecionar a cidade antes da opção desaparecer.
--------------------------
Peso: 1

An enchanted butterfly's wing that instantly sends its user to the towns of the Rune Midgarts Kingdom.
Character Bound
Warning: If no town is selected, the item will disappear.
Weight: 0
When using the item, allows the user to choose one of the available destinations;
Prontera
Geffen
Payon
Morroc
Al De Baran
Alberta

An enchanted butterfly's wing that instantly sends its user to the towns of the Rune Midgard Kingdom.
Allows you to travel to Prontera, Izlude, Geffen, Payon, Morocc, Al De Baran, Alberta, Juno, Lighthalzen, Einbroch, Einbech, Hugel, Rachel and Veins.
(Caution! Choose a city within 1 minute after using this item, otherwise you will not get anywhere.)
Weight: 1

Tous

Non spécifié

Drapeaux
Peut-il être ajouté à une boutique d'achat de joueur ? Oui
Invoque un monstre ? Non
Fait partie d'un conteneur ? Non
Possède une pile unique ? Non
Se lie à l'équipement ? Non
Annonce le drop ? Non
Est consommé à l'utilisation ? Oui
A un effet au sol ? Non
Empilement
Non spécifié
Utilisation
Remplacer Non spécifié
Peut être utilisé en étant assis ? Oui
Commerce
Remplacer Non spécifié
Peut être jeté ? Non
Peut être échangé ? Non
Peut être échangé avec le partenaire ? Oui
Peut être vendu à un PNJ ? Non
Peut être placé dans le chariot ? Non
Peut être placé dans le stockage ? Oui
Peut être placé dans le stockage de guilde ? Non
Peut être envoyé par courrier ? Non
Peut être mis aux enchères ? Non
Délai
Non spécifié
callfunc "F_CashCity",1;
Références du Script
callfunc Commande
callfunc
Signature:
callfunc "<function>"{,<argument>,...<argument>};
callfunc("<function>"{,<argument>,...<argument>})
Description:
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.
Exemple:
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;
}
Non spécifié
Références du Script

Aucune référence documentée n’a été détectée dans ce script.

Non spécifié
Références du Script

Aucune référence documentée n’a été détectée dans ce script.

Non spécifié

Non spécifié

Non spécifié

Non spécifié

Non spécifié

Non spécifié

Non spécifié

Non spécifié