blob: 0277fbd438909c25b26304e3ac9655ab6ae0814d (
plain) (
tree)
|
|
// This is a teleportation (warp) NPC. Its purpose is to offer expensive, fast trips throughout the world.
// Author: Wombat, wushin
// cost depending on level and adapted to new scripting guidelines: Jenalya
055-1,135,60,0|script|Sherman the Traveler|103
{
set @NpcName$, "Sherman";
set @NpcTravelBit, $@hurns_farms_bit;
callfunc "Traveler";
end;
}
|