acis rev 370 to pano einai to palio eno to katw einai to new
{
// General skills
case 0:
// Player already has such skill with same or higher level.
int skillLvl = player.getSkillLevel(_skillId);
if (skillLvl >= _skillLevel)
return;
// Requested skill must be 1 level higher than existing skill.
if (skillLvl != _skillLevel - 1)
return;
if (!folk.getTemplate().canTeach(player.getClassId()))
return;
// Search if the asked skill exists on player template.
final GeneralSkillNode gsn = player.getTemplate().findSkill(_skillId, _skillLevel);
if (gsn != null)
{
asi = new AcquireSkillInfo(_skillId, _skillLevel, gsn.getCorrectedCost(), 0);
final int bookId = SpellbookData.getInstance().getBookForSkill(_skillId, _skillLevel);
if (bookId != 0)
asi.addRequirement(99, bookId, 1, 50);
sendPacket(asi);
}
break;
einai gia to rebirth system pws mporo na to peraso sto new
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 :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
hello everyone !
I need help with a l2script Rev H5-Salvation/Classic build. I compiled the project, installed everything but I can't log in to the server, it won't log me in. I tried a thousand ways without good results. I leave you the error when logging in either with the H5-Salvation Client.
ERROR ---> WARN: IPBANMANAGER ---> IP !!!!
I'm waiting for help! Thank you!
Question
MairWeb
acis rev 370 to pano einai to palio eno to katw einai to new
{ // General skills case 0: // Player already has such skill with same or higher level. int skillLvl = player.getSkillLevel(_skillId); if (skillLvl >= _skillLevel) return; // Requested skill must be 1 level higher than existing skill. if (skillLvl != _skillLevel - 1) return; if (!folk.getTemplate().canTeach(player.getClassId())) return; // Search if the asked skill exists on player template. final GeneralSkillNode gsn = player.getTemplate().findSkill(_skillId, _skillLevel); if (gsn != null) { asi = new AcquireSkillInfo(_skillId, _skillLevel, gsn.getCorrectedCost(), 0); final int bookId = SpellbookData.getInstance().getBookForSkill(_skillId, _skillLevel); if (bookId != 0) asi.addRequirement(99, bookId, 1, 50); sendPacket(asi); } break;
einai gia to rebirth system pws mporo na to peraso sto new
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.