You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
DISCORD :
https://discord.com/users/325653525793210378
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
Question
exity
character.setInsideZone(L2Character.ZONE_TOWN, true);
if (character instanceof L2PcInstance)
{
if (character.getLevel() >= 83 && getTownId() == 4)
{
character.teleToLocation(TeleportWhereType.Town);
return;
}
}
}
Made it working if char is lvl > 83 it gets teleported to giran, what i have to do instead to check lvl to check an item ID?
ty in advance
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.