Oto czar teleportacji do obozu na bagnie:
func int Spell_Logic_Teleport5(var int manaInvested)
{
PrintDebugNpc (PD_MAGIC, "Spell_Logic_Teleport5");
if (manaInvested>= SPL_SENDCAST_TELEPORT)
{
AI_Teleport (self, "PSI_TEMPLE_COURT_GURU");
AI_PlayAni (self, "T_HEASHOOT_2_STAND" );
return SPL_SENDCAST;
};
return SPL_NEXTLEVEL;
};
Zrób po prostu coś takiego (najlepiej skopiuj) przy czym zamiast piątek wstaw szóstki i daj inny WP. Potem zrób sobie runę. Tu masz tą od bractwa.
INSTANCE ItArRuneTeleport5 (C_Item)
{
name = NAME_Rune;
mainflag = ITEM_KAT_RUNE;
flags = 0;
visual = "ItAr_Rune_39.3ds"; //grüne Rune
material = MAT_STONE;
spell = SPL_TELEPORT5;
//mag_circle = 4; //SN: Teleport-Spells müssen auch ohne Circle sprechbar sein!
description = "Teleportacja do obozu na bagnie"; //lila Rune
TEXT [0] = NAME_Mag_Circle; COUNT [0] = mag_circle;
TEXT [1] = NAME_Manakosten; COUNT [1] = SPL_SENDCAST_TELEPORT;
};
Heh, z komentarzy widać że gość który robił runę zrobił ją od 4 kręgu, ale ktoś go poprawił

.
Wydaje mi się że to wszystko, jak coś nie odpali do pisz.