-
Content Count
1,208 -
Joined
-
Last visited
-
Days Won
21 -
Feedback
0%
melron last won the day on February 16 2019
melron had the most liked content!
Community Reputation
202 ExcellentAbout melron

-
Rank
Count
Contact Methods
-
Website URL
localhost
-
Skype
melron mxc
Profile Information
-
Current Mood
Happy
-
Gender
Male
-
Country
Greece
-
Location
Valley of Saints
-
So, if you haven't define pairs hours<->price, it can be bypassed and get infinity hours with 1 necessary item 🙂
-
melron started following .raidboss NPC Boss Respawn error, Shift click on item [interlude], Interlude PvP files and 5 others
-
Request Shift click on item [interlude]
melron replied to KouKou's topic in [Request] Client Dev Help
If you need just the item name (without the questionmark icon with all the description) to your chat, you should edit ToolTip.uc -
@Devlin I'm curious... What "- All prices & values can be changed through the HTML without restarting the server." means? (At donations npc description) Can you show us an example?
-
There is something called Feedback guys. If you felt dissatisfied or you think that this guy scammed you, feel free to send a negative feedback. There is 1 possitive and 0 negative, that proves the opposite...
-
WTS Interlude Source nanogame.org based
melron replied to L2JC-Developer's topic in Marketplace [L2Packs & Files]
Define the spam. My post is referring to you and your sources. It is literally my opinion. You can't sell something that is not ready for that cost. A new rule must be created here. Mods, seriously, think about that. This guy is selling something that is broken for 500$ and saying that the price is low.. Wtf? -
WTS Interlude Source nanogame.org based
melron replied to L2JC-Developer's topic in Marketplace [L2Packs & Files]
You have definitely obsessive-compulsive disorder... -
Code Lineage 2 Vote Reward System
melron replied to TGSLineage2's topic in Server Shares & Files [L2J]
Hello, i'm not sure if you still updating your codes at all your revisions, but you could (at least for acis) review the whole thing in order to achieve a better performance ... Seems like you haven't review it long time ago. Auto-closable classes like Connection are out of try-with-resources, executing new thread with Thread class while ThreadPool is there, xml needs to be edited aswell, repeatable switches just to return a different piece of the main value etc. I'm suggesting you, to think about interfaces and abstract classes since you have a lot of vote sites. You could even get the same r- 28 replies
-
- 1
-
-
- lineage 2 server
- l2.topgameserver.net
- (and 5 more)
-
melron changed their profile photo
-
Can you explain it better? You need to move out of town 60 bots at different locations OR to 'create' 100 bots (30 spawn at town, 60 at not peace zones) ?
-
If you want only the count and not a list with all those fakes, change the return type to long (since you are looking for a value) and use the method .count() public long getFakePlayers() { return World.getInstance().getPlayers().stream().filter(x -> x instanceof FakePlayer && !x.isInsideZone(ZoneId.PEACE)).count(); }
-
Τόσο πήξιμο έφαγες εν έτη 2020;
-
Πλύνετε σχολαστικά το ποντίκι και το πληκτρολόγιο και αφήστε το σώμα σας να σαπίσει στον υπολογιστή μέχρι να φύγει ο covid. Σας χαλάει η καραντίνα;;;
-
-
Which one is the correct output? ==========<Raid Bosses>========== or ==========<Raid Bosses>========== ================================= ?
-
You should save somewhere the npc Filho when it will be spawned and when the mob Pai dies, you have to get the instance of the other npc... like: switch (npc.getNpcId()) { case Pai: YourData.getFilho().deleteMe(); break; }