Jump to content

nomz

Members
  • Posts

    212
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

Everything posted by nomz

  1. Got screenshots of Beleth and Epidos? Because I don't know a single server that has them properly added (going through the towers, fighting your way through, killing the spores, spawning Epi, etc). In fact, I had never even seen another server outside of my own attempt to do them.
  2. Why would you even bother with this server? It's obviously junk and will close on it's own soon enough.
  3. lol, I've spent far more money on my server than I've made from it. So I've actually lost money on it. But that doesn't mean I'm going to stop running it. I just don't offer up pvp related items (adena, armor, weapons, enchants) for sale. So that's why I don't make a lot. It ruins the fucking game if you allow donators.
  4. diff files are your friend, but seriously, this change is a bit easy ;)
  5. I am amused how two accounts that were created in a very short timespan of one another are both in this thread bumping it and singing praises of the server. Suspicious++ Based on what? The website? lol It's a bad flash intro with a stolen/shared site template that every other server posted here seems to have. Not to mention the donations pretty much kill the server. Ooooh, this feels retail-like too: You know, I normally try not to be an asshole when posting in someone else's server listing thread, but when you claim one thing and then turn around and do another, it really pisses me off.
  6. Cleaned up (this is for L2J Core/DP = 2941/5975) autoloot.java in L2JServer\gameserver\data\scripts\handlers\voicedcommandhandlers package handlers.voicedcommandhandlers; import net.sf.l2j.gameserver.handler.IVoicedCommandHandler; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; /** * @author Cobra */ public class autoloot implements IVoicedCommandHandler { private static final String[] VOICED_COMMANDS = private static String[] _voicedCommands = { "autolooton", "autolootoff" }; public String[] getVoicedCommandList() { return VOICED_COMMANDS; } public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target) { if (command.equalsIgnoreCase("autolooton")) { activeChar.setAutoLootEnabled(true); activeChar.sendMessage("Auto loot is now enabled."); } else if (command.equalsIgnoreCase("autolootoff")) { activeChar.setAutoLootEnabled(false); activeChar.sendMessage("Auto loot is now disabled."); } return true; } } Master handler patch (DP): Index: D:/Documents/workspace/L2JDP/datapack_development/data/scripts/handlers/MasterHandler.java =================================================================== --- D:/Documents/workspace/L2JDP/datapack_development/data/scripts/handlers/MasterHandler.java (revision 5990) +++ D:/Documents/workspace/L2JDP/datapack_development/data/scripts/handlers/MasterHandler.java (working copy) @@ -176,6 +176,7 @@ import handlers.voicedcommandhandlers.Banking; import handlers.voicedcommandhandlers.Wedding; import handlers.voicedcommandhandlers.stats; +import handlers.voicedcommandhandlers.autoloot; import java.util.logging.Logger; @@ -382,6 +383,7 @@ private static void loadVoicedHandlers() { VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new stats()); + VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new autoloot()); if (Config.L2JMOD_ALLOW_WEDDING) VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new Wedding()); if (Config.BANKING_SYSTEM_ENABLED) Edit: you didn't close the comment tag on the gnu license, so bleh, removed it. Plus it wasn't the standard license text that I know, so I was just like "meh, too lazy to copy the new one". Edit2: You forgot to include the code for L2Pcinstance. This just shows that most people replying in contrib threads never bother to try stuff out first. They just want to get their post count up.
  7. Diff/patch files are always appreciated over finished code, but thanks, just what I was looking for (since some players like having AL on, and some do not). And lol at people not understanding how the loot distribution will work in partys. Silly kids. If the person with last hit has autoloot on, that means everyone in the party autoloots from that kill. At least that's how I understand it to work.
  8. Lol, you're reasoning is 50/50, as well as mine. So don't get all butthurt and upset. Vago is a respected member of the community and has worked on many projects. The other person I don't recall seeing before. So if someone were to ask me who I thought made a mod, I'd say Vago first before the other person since Vago has more credibility. It's just simple reasoning and logic.
  9. Hrm, are you 100% sure that guy made it and just didn't repost it? Vago has done a LOT of work, so I'd believe he did it over that other guy.
  10. FMA was great, at least the first one. I'm not too thrilled about the second one though, but apparently it follows the manga from what I've heard. Bleach is second, Naruto would be low on my list. Too much fucking filler episodes in Naruto.
  11. Haha, I'm 26. I look back now and am like "holy shit, 26 years already? feels like I was just in highschool not long ago".
  12. I think birthdays are actually kind of depressing. It's like "hey look, one year closer to your death".
  13. read toastgodsupreme's reply in that thread. those skills are garbage.
  14. Site: L2Echo - http://l2echo.com/ Rates: XP/SP - 12.5x Adena - 20x About the server: Most importantly, there will NEVER be a donation item that will give a player armor, adena, weapons, enchants or anything directly pvp related. Most level 81 skills ARE working. And they're not the standard stuff you find floating around the web either. All of these were researched by myself and a small group of people looking to get them as retail-like as possible. And for anyone worried about "GM Corruption", the staff has, and always will have VERY limited privileges. Their jobs are to manage events and answer petitions, meaning they'll NEVER be able to enchant player's gear, create items, kill mobs, or even tank for players. Enchanting: Safe enchant limit - Retail like limits. Normal scrolls - 66% success. Blessed scrolls - 75% success. Max enchant for weapon/armor/jewels - no enchant maximum General Changes: There is just ONE NPC that handles most functions including teleport, warehouse, gm shop, dyes, augmenting, buffs, subclassing, vip area, etc. NO custom weapons or armors. Death Penalty Debuff - Disabled. Buff Limit - 20+4 (Divine Inspiration) and 12 Songs/Dances. Chances of getting an augment skill with different levels of stones has been increased slightly. 30 second spawn protection. 1st and 2nd class changes must be quested for, but third class changes are free and done through an NPC in Giran instantly. Item Changes: Augmented items can now be freighted to characters on the same account. Mana potions added. Skill Changes: Many level 81 skills now added! Working on getting them as close to retail as possible with the current information I can find on them. Though every day I'm adding or fixing skills as I get more information from retail sources on them. PvP/PK Changes: PK'ers will not be able to use potions (CP/HP/MP). While flagged for pvp, teleporting using an NPC will be unavailable outside of town. Subclass Changes: 5 subclasses instead of 3 are allowed. Overlord is now available as a subclass. Max level for subclasses is 85. Clan Related: 10 rep points are gained instead of 1 each time you kill an enemy clan member during clan war. Clan leaders may now earn reputation for their clans by killing raid bosses (no quest involved). 250 points are automatically given each time a clan leader does so. Voice Commands: Type .help in game to get the current list of all available commands.
  15. Thanks. :) Based on what? I remember you actually. Xplicitt. [27 Mar 22:51:04] ALL [Xpliccitt] fuking RETARDED GM [27 Mar 22:51:10] ALL [Xpliccitt] made me re do class Really? Because if you had bothered to read the announcements, it clearly says "Type .help to get a full list of voice commands." And one of them is .change which allows you to change classes. Pretty easy... so far you're the only person I've seen who didn't figure that one out. [27 Mar 23:19:33] ALL [Xpliccitt] im penilized for using apella [27 Mar 23:19:37] ALL [Xpliccitt] when its A grade... Again, lack of reading on your part. Before you can purchase it there's a disclaimer showing it's stats AND telling you that it's S80... [27 Mar 23:32:23] PARTY [Xpliccitt] i shud convice gm to remove his stupid hp/cp booster [27 Mar 23:32:29] PARTY [Xpliccitt] its kinda rediculously stupid... [27 Mar 23:32:38] PARTY [Xpliccitt] pvp will be unbalanced Really? Because ALL classes get 1.5x HP and 2x CP. There's a reason for it too... over the course of L2's lifespan, damage has increased while armor/jewel defense has increased at a lower rate. Retail HP boosts were minimal at best over the last few chronicles and for obvious reasons, weren't adjusted to accommodate high enchanted end game weapons and skills. Because on retail, how many people do you see running around in +10 or better dynasty and icarus gear? Let alone +16 and +20. The reason it was changed was to bring back some tactics in pvp instead of just getting the best gear and going around and 1 or 2 shotting people. [28 Mar 0:13:41] ALL [Xpliccitt] are titans been oped? No, they aren't. In fact for a short while, I had nerfed the pvp damage from frenzy. It's been taken back to retail-like now since we have proper retail numbers for frenzy though. No class has been boosted, BDs and SWS still suck like they always do and are utility at best, and a full buffed titan is obviously going to kick some ass. That's just how the classes are designed. There's no balance issue as all classes got the same boost. It just prevents people from one-shotting others. Am I the only one who remembers C4 days and actually using tactics in pvp?
  16. Just curious, what source are you using for this? Just the L2J project's? L2JFree's? Or is it a private source that has been worked on beyond what is available right now?
  17. Haha, i try. :) Obviously I can't make everyone happy (there've been a few who didn't like the mana pot restriction on healing classes, but eventually they realized that it maintained balance during pvp fights).
  18. Would also help to show us the error you're getting.
  19. I ROFL'd! That was great. =P
  20. Geodata (99%) - Really? You've personally checked nearly all of the world including hellbound areas and all dungeon areas and have verified that it is 99% complete? Raid Boss Working (99%) - Really? So You've got Beleth working properly then. And Tully, Darion, Demon Lord, Kenchi, Raiku, Tears, and about 15 other raid bosses that I know of that aren't scripted/done. Doubtful... Max lvl is 85 (99%) - Uhhhh, what's so hard about this? No one cares. Besides, 2x 750s are an absolute waste. You'd have been better off with 2x 74Gb raptors in raid 1 or 0 for the same price. Great waste of money right there. (but you would've known this if these were your real specs and your actual server) Not only that, but the majority of people who like to brag about their hardware specs are most likely lying about it.
  21. Well with all the recent updates things are running even better. Not that there were issues prior, but players should notice a nice little improvement. :)
  22. Normally I'd just laugh and walk away, but I see a lot of servers doing this. So let me point out a few things... First and foremost, no one gives a damn about hardware specs. Since most server admins lie through their teeth about it anyway. Not only that but most players really have absolutely no idea which aspects of server hardware affect performance the most. Processor: 3x 2.10+ GHz 64 bits - Really? you have 3x? What a weird number to have. Typically you see processor configurations in series of 1, 2, 4, 8, etc Ram: 3 Go DDR 2 - That's really low for a L2J server honestly. Hell, 3gb is my VM size JUST for the server core itself. Not to mention another 1+gb for mysql to be loaded directly into memory. then with OS/firewall overhead, it comes to about 5.6gb normally. HDD: 250 Go - Hard drive size is meaningless. You'd be better off with 3x+ 30gb 10k rpm drives in raid 5. Bandwitdh: 100 Mbps - no one cares what your internal network bandwidth is. if that were the case i'd go advertising that i have 1gbps. quoted for truth. i don't even bother to look at servers that can't even spend $9 to register a proper domain. shows how little the admin cares about it.
  23. Dude, just OPEN your eyes. Or go to hopzone. (or go to www.l2echo.com hehe) Not too hard to find a gracia/interlude server. Plenty of them being posted around.
  24. True story. If you want to pvp, you have to have top donator gear on this server. Was true years ago and I'm sure it's still just as true. You'd think with all the money they're pulling in they could redesign the site which has been that ugly for 3+ years at least. lol
  25. Well I hope you're enjoying it. Been seeing a lot of new players over the last two weeks which is great. Just remember to let me know in our forums if you find any major issues.
×
×
  • Create New...