Item Details

WoE Teleport Scroll ( Siege_Teleport_Scroll )

ID 14591 WoE Teleport Scroll
WoE Teleport Scroll Buy Price: zeny Sell Price: 0 zeny Weight: 1 Slots: Not specified
Type: Usable item. Sub Type: Not specified Gender: Both Locations: Not specified
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: Not specified
Weapon Level: Not specified Armor Level: Not specified Min. Equip Level: Not specified Max. Equip Level: Not specified
Refineable: Not specified Gradable: Not specified Element: Neutral Classes: Not specified

Um pergaminho que contém coordenadas de castelos. Você será teleportado para o feudo selecionado se utilizar o pergaminho. Se a escolha não for feita em até 1 minuto, o pergaminho será consumido mas as opções serão canceladas.
Você pode escolher Sirius (aldeg_cas01), Astrum (aldeg_cas02), Canopus (aldeg_cas03), Rigel (aldeg_cas04), Acrux (aldeg_cas05), Arsulf (gefg_cas01), Trapesac (gefg_cas02 ), Ruaden (gefg_cas03), Saffran (gefg_cas04), Arima (gefg_cas05), Palácio do Sol (payg_cas01), Palácio do Lago Sagrado (payg_cas02), Palácio das Sombras (payg_cas03), Palácio Escarlate (payg_cas04), Palácio da Colina (payg_cas05), Kriemhild (prtg_cas01), Hrist (prtg_cas02), Brynhildr (prtg_cas03), Skoelgul (prtg_cas04), Gondul (prtg_cas05), Mardol (arug_cas01), Syr (arug_cas02), Horn (arug_cas03), Gefn (arug_cas04), Vanadis (arug_cas05), Himinn (schg_cas01), Andlangr (schg_cas02), Vidblainn (schg_cas03), Hljod (schg_cas04), Skatyrnir (schg_cas05).
_
Peso: 1

Gulungan yang berisi tentang banyak tempat di kastil. Merobeknya akan memindahkan kita ke posisi tertentu.
Neuschwanstein, "Hohenschwangau", "Nurnberg ", "Wurzburg",
Rothenburg, "Repherion", "Eeyorbriggar", "Yesnelph", "Bergel",
Mersetzdeitz, "Bright Arbor", "Sacred Altar", "Holy Shadow", "Scarlet Palace", "Bamboo Grove Hill",
Kriemhild, "Swanhild", "Fadhgridh", "Skoegul", "Gondul"
Perhatian-Setelah mengaktifkan, efek pemindahan tidak akan bekerja jika tidak memilih peta tertentu selama 1 menit.
Berat : 1

A teleport scroll that warps you to the WoE Areas.
Valkyrie Realms
Britoniah
Greenwood Lake
Luina
Valfreyja
Nidhoggur
Cannot be dropped.
Weight : 1

A teleport scroll that warps you to the WoE 1.0 areas: Kriemhild, Swanhild, Fadhgridh, Skoegul, Gondul, Arbor, Scarlet Palace, Holy Shadow, Sacred Altar, Bamboo Grove Hill, Neuschwanstein, Hohenschwangau, Nuenberg, Wuerzburg, Rothenburg, Repherion, Eeyolbriggar, Yesnelph, Bergel, and Mersetzdeitz.
(Caution! You must choose your destination in 1 min. after using the scroll, or you won't be teleported anywhere.)
-------------
Weight: 1

All

Not specified

Flags
Can be added to a player buying store? No
Summons monster? No
Is part of a container? No
Has unique stack? No
Binds on equip? No
Announces drop? No
Is consumed on use? Yes
Has drop effect? No
Stacking
Not specified
Usage
Override Not specified
Can be used while sitting? No
Trade
Override Not specified
Can be dropped? No
Can be traded? No
Can be traded with partner? Yes
Can be sold to NPC? No
Can be placed in cart? No
Can be placed in storage? Yes
Can be placed in guild storage? No
Can be sent by mail? No
Can be put in auction? No
Delay
Not specified
callfunc "F_CashSiegeTele";
Script References
callfunc Command
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.
Example:
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;
}
Not specified
Script References

No documented script references were detected.

Not specified
Script References

No documented script references were detected.

Not specified

Not specified

Not specified

Not specified

Not specified

Not specified

Not specified

Not specified