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
Used the service a couple of times for promo vids and some overlays—super fast turnaround and the quality was exactly what I needed. Quick to tweak stuff too if needed.
Childhood - the most magical and carefree time
Bright memories filled with vivid colors, where we could be anyone and go anywhere.
Everyone had their own playground, a tight-knit group of kids who knew each other inside out.
All free time was spent together - no tablets, no phones, just football, climbing on bars, and collecting bottle caps, badges, stamps, and wrappers.
Thinking back brings a smile to your face.
And everyone remembers that moment: sitting in the yard, waiting for a friend. He said, “I’ll be out in a minute.”
At first, you wait patiently… then frustration creeps in — why isn’t he out yet?
Minutes stretch endlessly, and every 30 seconds you check the clock, hoping he’ll appear.
Back then, waiting was part of the fun.
Today, waiting for a verification code from a service isn’t so enjoyable seconds feel like hours, and your fingers get tired of hitting “refresh.”
With VibeSMS, that feeling disappears: codes arrive instantly, with no unnecessary waiting or annoying pauses.
🌐 Website: https://vibe-sms.net/
📲 Telegram: https://t.me/vibe_sms
I add my external ip at the ip at the dbo.server of l2c4_lin2db and the ports 7777 and 2106 are opened and i checked that they are opened but still other players are unable to join, what should i change to make it work?
Hello, dear friends, we are the GAMEMONEY in-game currency store. We offer adena, donation coins, and items from all top projects. Please contact us with any questions.
DISCORD - GODDARDSHOP
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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now