[HELP]Term NPC teleporter

05/14/2019 14:56 Valentinmdn#1
Hi All,

I have a quick question about MMI_TELEPORTER .

it's possible to set a level to teleport ?

Exemple : TP Darkon level 60+
TP Rasteria level 100+

Thanks you for your reply,:handsdown:
05/14/2019 18:47 sbobetcom#2
if(pUser->m_nLevel >= 1 && pUser->m_nLevel < 10)
pUser->AddText("test");
return;
05/14/2019 19:46 Valentinmdn#3
Ty sbobetcom for reply,

we modify it in which file ?
ty
05/16/2019 08:50 Valentinmdn#4
UP pls ??