-
Content Count
129 -
Joined
-
Last visited
-
Feedback
0%
Community Reputation
0 NeutralAbout Kwstakis

-
Rank
Heir
Contact Methods
-
MSN
lastwarrior@hotmail.gr
-
Website URL
http://www.facebook.com/LastWarriorDevTeam
-
Skype
l2jlastwarrior_devteam
Profile Information
-
Gender
Male
-
Location
Thessaloniki
-
Interests
Java - Line][Age
Recent Profile Visitors
-
Share Lineage 2 Ultimate Client Collection (+Systems)
Kwstakis replied to Finn's topic in Client Development Discussion
Really nice work Finn -
Kwstakis started following auto-flag are
-
package com.l2j.gameserver.model.zone.type; import com.l2j.gameserver.datatables.csv.MapRegionTable; import com.l2j.gameserver.model.L2Character; import com.l2j.gameserver.model.actor.instance.L2PcInstance; import com.l2j.gameserver.model.zone.L2ZoneType; import com.l2j.gameserver.network.SystemMessageId; import com.l2j.gameserver.network.serverpackets.SystemMessage; /** * * @author LastWarrior * @Version:1.1.7 * */ public class L2PvPZone extends L2ZoneType { private L2PcInstance activeChar; public L2PvPZone(int id) { super(id); } protected void onEnter(L2Character
-
Discussion SelectionThread
Kwstakis replied to Kwstakis's topic in Server Development Discussion [Greek]
Βρεθηκε η λυση, μετα απο πολλα update η java δεν υποστηριζει καποια Bytebuffer πακετα. Αρα μεχρι και το H5 jdk 1.7. (LOCKED) -
Καλησπερα στην παρεα, Γνωριζουμε κατι για αυτο νμζ οτι ειναι απο το patch system σε windows 10. Τι φαση με τα πακετα;
-
{Help}Kserei Kaneis Na kanei Setup Se Linux.
Kwstakis replied to AlexHack's topic in Server Development Discussion [Greek]
Εδω σε μενα οτι θες -
Guide Creating Monsters Properly (With Attack Effect And Sound)
Kwstakis replied to GLO's topic in Client Development Discussion
nice -
Share Iordanov Interface Version 3.6.9 (Interlude Only)
Kwstakis replied to Iordanov's topic in Client Development Discussion
nice -
Share Mega Share Iordanov Interface 3.6.10 Updated
Kwstakis replied to Celestine's topic in Client Development Discussion
nice -
Tool [C4 - God] Patched Systems & File Editors
Kwstakis replied to Strain's topic in Client Development Discussion
Thanks for share... -
Help Siege Time+Stats
Kwstakis replied to DevError's question in Request Server Development Help [Greek]
Πανε εδω http://www.unixtimestamp.com/index.php βαλε καθε ποτε θες να αρχιζουν τα siege σου και τον αριθμο που θα σε βγαλει βαλτον στην database σου, table castel "siege date" -
Help Help Install Server On Linux
Kwstakis replied to Dante44®'s question in Request Server Development Help [Greek]
Κανε update την java σου -
#! /bin/sh cd /home/user/server/gameserver echo server screen... screen -AdmS server ./GameServer_loop.sh echo start gameserver... για gamsesrver kai gia login #!/bin/bash cd /home/user/server/loginserver echo "try to kill all realm screens" while pid_realm=`ps ax | grep 'SCREEN -AdmS realm ./LoginServer_loop.sh' | grep -v "grep" -m 1 | sed 's/[^0-9]?\([0-9]*\).*/\1/; s/[^0-9]*//'` ps -p $pid_realm > /dev/null 2>&1; do echo "realm=$pid_realm"; kill $pid_realm; done echo realm screen... screen -AdmS realm ./LoginServer_loop.sh echo start loginserver...
-
import com.l2jfrozen.gameserver.model.l2effect; import com.l2jfrozen.gameserver.model.l2character; Νομιζω....