-
Posts
164 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
About Meikis
Profile Information
-
Gender
Male
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Meikis's Achievements
-
Start today! 1hour 35 minutes till start!
- 4 replies
-
- faction server
- ngu
-
(and 2 more)
Tagged with:
-
Website: http://l2ngu.eu Start date: 2015.04.22! Two factions:Pirates vs Guards Unique maps system (changes after 50min) Mobs ,champions mobs treasure chests(drops enchant scrolls) on every map There is 20% chance that will be spawned raid boss on the map Artefacts - use seal of ruler skill to capture area and get reward, also will be rewarded all team members which are near artefact After death you can use "To Siege HQ" function, if your team haven't any flag you will be ported to base flag, if team have flags you will be randomly ported to flag after 10 seconds Nobless - can be bought in spec shop or you can get it if you will make last hit to raid boss Custom pvp drop, drop ammount is written in victim title Custom drop for capturing flag (FA, + clan pts if you have a clan) Commands: /online - shows factions count /map - shows current map info /rank - show you your total points, rank, current map points /dir - shows location to the center flag of current map (need to update patch) Oflline trade system. Olympiad (start time: 18:00 PM GMT+2, period - 1 week, heroes on sunday, minimum participations - 3) Buffs slots - 30 Hero buffs - 20 min Buffs time - 3h Max enchant weapon +15, armor +16 Enchant rates: Simple/Blessed scroll - 70% Auguement skill chance - 10% Custom title colors by pvp count, colors changing when your pvp kills count is: >100 < 250 >250 < 500 >500 < 1000 >1000 < 1500 > 1500 B grade is free, 3 types of A grade weapons (low, top, interlude) Starting level - 70 Custom tattoos: Tattoo of Doom(+100 p def), Tattoo of Divine (+100 m def) New accesories
- 4 replies
-
- faction server
- ngu
-
(and 2 more)
Tagged with:
-
No I don't, balance is fixed and tested with some players.
- 9 replies
-
- gve server
- c6
-
(and 3 more)
Tagged with:
-
- 9 replies
-
- gve server
- c6
-
(and 3 more)
Tagged with:
-
Website: www.l2ngu.eu Our Facebook: https://www.facebook.com/l2ngu Server start: 2015.02.20! Two factions: Pirates vs Guards Unique maps system (changes after 50min) Mobs ,champions mobs treasure chests(drops enchant scrolls) on every map There is 20% chance that will be spawned raid boss on the map Artefacts - use seal of ruler skill to capture area and get reward, also will be rewarded all team members which are near artefact After death you can use "To Siege HQ" function, if your team haven't any flag you will be ported to base flag, if team have flags you will be randomly ported to flag after 10 seconds Nobless - can be bought in spec shop or you can get it if you will make last hit to raid boss Custom pvp drop, drop ammount is written in victim title Custom drop for capturing flag (FA, + clan pts if you have a clan) Commands: /online - shows factions count /map - shows current map info /rank - show you your total points, rank, current map points /dir - shows location to the center flag of current map (need to update patch) Oflline trade system. Olympiad (start time: 18:00 PM GMT+2, period - 1 week, heroes on sunday, minimum participations - 3) Buffs slots - 30 Hero buffs - 20 min Buffs time - 3h Max enchant weapon +15, armor +16 Enchant rates: Simple/Blessed scroll - 70% Auguement skill chance - 10% Custom title colors by pvp count, colors changing when your pvp kills count is: >100 < 250 >250 < 500 >500 < 1000 >1000 < 1500 > 1500 B grade is free, 3 types of A grade weapons (low, top, interlude) Starting level - 70 New accesories And lots of more! Join us!
- 9 replies
-
- gve server
- c6
-
(and 3 more)
Tagged with:
-
Help Add Effect When Player Insideradius
Meikis replied to Meikis's question in Request Server Development Help [L2J]
Nice, thanks, easy and works!- 15 replies
-
- effect
- insideradius
-
(and 2 more)
Tagged with:
-
Help Add Effect When Player Insideradius
Meikis replied to Meikis's question in Request Server Development Help [L2J]
I want to add effect on the people that get close to a NPC.- 15 replies
-
- effect
- insideradius
-
(and 2 more)
Tagged with:
-
Help Add Effect When Player Insideradius
Meikis replied to Meikis's question in Request Server Development Help [L2J]
My bad, thought that name is uniqe- 15 replies
-
- effect
- insideradius
-
(and 2 more)
Tagged with:
-
Help Add Effect When Player Insideradius
Meikis replied to Meikis's question in Request Server Development Help [L2J]
I'm using L2j Acis 3xx, there is no such methods in Util class- 15 replies
-
- effect
- insideradius
-
(and 2 more)
Tagged with:
-
Help Add Effect When Player Insideradius
Meikis replied to Meikis's question in Request Server Development Help [L2J]
nope- 15 replies
-
- effect
- insideradius
-
(and 2 more)
Tagged with:
-
Help Add Effect When Player Insideradius
Meikis posted a question in Request Server Development Help [L2J]
I want to add abnormal effect when player is inside xx radius of object, I've tried to use in L2Pcinstance something like - if(isInsideRadius(objX,objY,objZ,500, false, false)) { startAbnormalEffect(AbnormalEffect.MAGIC_CIRCLE); sendMessage("You have entered artefact area"); } but it doesn't work, how to do it right?- 15 replies
-
- effect
- insideradius
-
(and 2 more)
Tagged with:
-
Help Chest Script Working Only After Reaload
Meikis replied to Meikis's question in Request Server Development Help [L2J]
Do you tested them on their base spawns or you spawned them? I'm spawning 18286 chest. For now I just added script reload method to gameserver.java, but it's not fix at all. Here is my chests.java : http://pastebin.com/02abU73c , all lines which I've modified was marked - meikis. -
Help Chest Script Working Only After Reaload
Meikis replied to Meikis's question in Request Server Development Help [L2J]
I didin't checked other scripts for same problems, I mean chests are working, but chance to open them with keys is - 0, even if set 100% in script, when I reload script chance is working like is set in the script. -
Help Chest Script Working Only After Reaload
Meikis posted a question in Request Server Development Help [L2J]
Hi, I spawned chests, but when I first time run server I can't open them with keys, for tests I've modified opening chance to 100% in chests.java script, but when I make reload scripts from admin panel they are working like should, when I restart server I can't open chest (they ust start attacking) until I make reload scripts, where is problem? I'm using latest free Acis source. -
Help Seal Of Ruler - Remove Checks
Meikis replied to Meikis's question in Request Server Development Help [L2J]
I just want to add artefacts in some locations and make all players can cast, almost done, there were checks in L2Pcistance by target type.- 3 replies
-
- seal of ruler
- check
-
(and 1 more)
Tagged with: