-
Posts
231 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by bullseye92
-
Bosses supposed to die difficult and not getting soloed.It was an optimaziation and i made it like this.If you dont like our buff system then dont join us.I am not going to force anyone to join if you wish you just connect.Simple as that.Sorry but we are not going to give like 10 rows of buffs its not our style anyway.WHEN you join a server you read the features and if you like then you join.So saying something about the buff system since we had it announced is something that doesnt count.Also when a server opens for first time usually needs fixxes.I did them all in one night,all the mistakes that you found got fixxed.Anyway have fun.
-
Ty already 18 players :D
-
Server is now up!!!Come and Join Us :D
-
Germany.
-
Ty pipachu,hope i will see you there today at the grand opening.
-
TODAY GRAND OPENING.Hope we will see you all here.Ty valanths,martin please don't spam.
-
[Collection]All shares for H5.(Updating every day)
bullseye92 replied to bullseye92's topic in Server Shares & Files [L2J]
First post updated. -
Thank you all guyz for your support.I have worked hard, hope you will join and have some fun :D.
-
to entheto einai aisxro axaxaxa to allo sinithismeno ti pio klassiko ?
-
Code Killedbarakiel Setnobles Party
bullseye92 replied to axcel2's topic in Server Shares & Files [L2J]
Its going to be usefull in mid rate server i think :P nice share keep more coming -
Auto nobless after death
bullseye92 replied to Aidas's question in Request Server Development Help [L2J]
SkillTable.getInstance().getInfo(1323, 1).getEffects(character, character); -
bumppp
-
certification skills work.Attribute system official like.
-
bumpp
-
Server launch is going to be on Wednesday 19:00 +2GMT.HOpe we see you there and have a great time. L2 Abyss World is here with you to make this game a better experience of your everyday life.Our staff is reliable and good and everyday tries for the best to develop the server in order to provide you a good quality game that you can have a nice time playing. *Custom Leveling starting area for all new players. *Olympiad 100% works. *PvP/Pk Color System. *Custom Noblesse Gain with PvP. *Max Subclasses: 3. *Unstuck Time: 7 seconds. *Augmenation Rate: 90%. *Subclass Without Quest. *Event Engine: TvT,Raid,DM,CtF,Kino,Quiz(more will be added in the future). *PvP Kill Reward(10 Cp Potions and 2 Gold Dragons if you are in chaotic zone). *Kill Streak Announcement. *Auto Vote Reward(Every 10 votes you will earn 1BEWS and 1 BEAS). *Password Change(use .changepassword to change it). *Castle owners Announcer. *Hero Announcer. *Raidboss Killer Announcement. *Working Raidbosses. *Quake PvP system.(Nice Animations and Announcing on continuous Kills). *Custom Npcs(GmShop,Teleporter,Delevel Manager,Noblesse,Buffer,PvP-Pk rating and more). *No Death Penalty. *No Weight Penalty. *Working Geodata. *Retail like buff slots. *No grade penalty. *2 Farm Zones: *Semi-safe farm area which is located at Underground Coliseum.(Lower Drops). *Farm Zone which is located at Hotsprings(Better drops chances Non-Safe zone). *1 PvP Zone which is a big enough room with no escapes. *Gold Dragon is the best coin in order to buy armors,weapons and other equipments. *And a lot more of features. *Element 80% *+3 Safe *+16 Max *75% Enchant rate (Normal enchant) *90% Enchant rate (Blessed enchant) *Xp: x500. *Sp: x500. *Adena: x1. *Drop: x1. Server Hardware (Dedicated Server) *Operating SystemWindows Web Server 2008* 64bit O *CPU (Processor) Intel® Pentium® i7 3.4 GHz or above *RAM (Memory) 8Gb *Internet 1Gbps Upload/Download *Backup system UPDATES *Added auto backup twice a day. Website:http://l2abyssworld.com Forum:http://l2abyssworld.freeforums.org/
-
Ligo kapios na help gt dn exw idea apo eclipse
bullseye92 replied to thepsolartek's question in Request Server Development Help [Greek]
Dn aporw gt exeis -1 reputation.Kala sou eipe o valanths gt dn ton helpares esi kai les ahdies. -
Do you have enough ram?Also does game server gives you any error?Also is your client clean?
-
Pos diagrafw ta quest gia ta raid boss?
bullseye92 replied to bullseye92's question in Request Server Development Help [Greek]
Exo kanei ta teleports gia ekei.To thema einai oti molsi paei o pextis automatos to kanei teleport back.Xrisimopoiw H5 stable version. -
Pos diagrafw ta quest gia ta raid boss?
bullseye92 posted a question in Request Server Development Help [Greek]
Exo ena thema me valakas,antharas,baium kai beleth.Pos mporo na diagrapso ta quest tous?I na mporoun na mpenoun oi pextes mesa xoris na tous kanei teleport back stis poleis? -
Frintezza Problems.
bullseye92 replied to bullseye92's question in Request Server Development Help [L2J]
when i teleport there and i press /loc to find the location so i can make a teleport it says :You have been disconected from the server.But i am connected and my friends can join too.No idea. -
Frintezza Problems.
bullseye92 replied to bullseye92's question in Request Server Development Help [L2J]
Is there anyway i can change these line so the code will create just ONE Instance of the boss and all can join it simultaneously without all people to create one unique? :D So i have three options. 1)Make a new area with the boss(not recommented) 2)Remove the boss Script(but then i have to find a way to teleport there because it gives java error) 3)Make One unique instance for all players. Atm i can make only the first one because on the second one i cant find where is the problem with the teleportation. Any clues>? Instance lines are these i think from FinalEmperialTomp.java //New instance if (!checkConditions(player)) return 0; if (!player.isGM() && !player.destroyItemByItemId("QUEST", 8073, 1, player, true)) return 0; instanceId = InstanceManager.getInstance().createDynamicInstance(template); //Instance ins = InstanceManager.getInstance().getInstance(instanceId); //ins.setSpawnLoc(new int[]{player.getX(),player.getY(),player.getZ()}); world = new FETWorld(); world.instanceId = instanceId; world.status = 0; InstanceManager.getInstance().addWorld(world); controlStatus((FETWorld) world); _log.info("Final Emperial Tomb started " + template + " Instance: " + instanceId + " created by player: " + player.getName()); // teleport players if (player.getParty() == null || player.getParty().getCommandChannel() == null) { world.allowed.add(player.getObjectId()); teleportPlayer(player, coords, instanceId); } else { for (L2PcInstance channelMember : player.getParty().getCommandChannel().getMembers()) { world.allowed.add(channelMember.getObjectId()); teleportPlayer(channelMember, coords, instanceId); } } return instanceId; } -
Frintezza Problems.
bullseye92 replied to bullseye92's question in Request Server Development Help [L2J]
there is only 1 frintezza into my database.I spawn it and it doesnt show health bar even though it is L2GrandBoss type.Trying to check Frintezza.java to see if i can find anything. -
Frintezza Problems.
bullseye92 replied to bullseye92's question in Request Server Development Help [L2J]
bumpp -
Frintezza Problems.
bullseye92 replied to bullseye92's question in Request Server Development Help [L2J]
Fixxed all just frintezza remaining.It doesnt display the health bar.Any idea what may be the cause?
