Jump to content

dpbBryan

Members
  • Posts

    370
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by dpbBryan

  1. Or that. Sorry I haven't been around if anybody was actually in the chatroom. Since last week I've been away from home visiting family so I haven't been able to get to a computer.
  2. I don't have a website to do that on.
  3. Now expanded to You, evilus, and sometimes __grim haha.
  4. Network -> Create a New Network get ip of user, set that in your hosts or .ini file
  5. Hi Nitzamc, If you've made the changes I assume you mean you want to see it the numbers in the game. You have to modify the client to do that.
  6. Title and post updated with information on how to connect.
  7. After about ~24 hours, nobody has joined haha. I'll chalk this one up as a failed experiment.
  8. You know you can add and remove code during debugging? It's very useful to know how to do it. http://wiki.eclipse.org/FAQ_What_is_hot_code_replace%3F
  9. you are be pr0. Spoon feeding is bad but most of the people here don't care for the problem solving part.
  10. I'd like to find one l2j related community that isn't like this haha. I created channel #mxc-l2j on irc.freenode.net. I'm AFK at the moment but maybe it'll take some interest.
  11. That's true. I'm just wondering if anybody was around. Though I could start one. For anybody else out there that cares: what server do most users here hang around on?
  12. This also isn't a server problem, it's a client problem.
  13. Haha, I didn't know if there was one I just assumed that maybe there was one somewhere. It would be nice to hang on an irc channel when I'm bored.
  14. I looked around for an IRC channel that was specific to this community in general. However I couldn't find one. For anybody that is fimilar with irc I've created a channel on irc.freenode.net called #mxc-l2j ( irc.freenode.net/mxc-l2j ). For those of you who aren't fimilar with irc it stands for internet relay chat. It goes way back but it's a nice way to run a chat room. If you're looking for fast advice on a problem, maybe just input for others, or really just want to actively chat with other members of this specific section of the community then try it out! 1) To connect you need an IRC client. A very popular one is mIRC: (http://www.mirc.com/). As far as I know it's only for Windows. However for Linux users you can use xchat (http://xchat.org/). For mac users, sorry I'm not fimilar there but you can check out this list http://www.irchelp.org/irchelp/mac/. 2) (My advice from here is going to be mIRC specific, but if you're trying other clients I can always lend a hand). At the first startup you'll be greated with a screen asking for your name and such: Nickname is ofcourse similar to your forum name. The field alternative is incase somebody is using the name you filled in the first field. The other two fields are self explanitory. You don't have to be honest. 3) After filling in your information you'll have a white screen with a white bar at the bottom for text entry. In the bottom here type this: /connect irc.freenode.net 4) When you're connected to the server type /join #mxc-l2j If everything goes OK, you should see something like: Hopefully I'll see some people in there. Otherwise I'll just be here idling hanging out by my lonesome. ORIGINAL POST: I tried to dig around to see if I could find any references to one. I figured that l2j has it's own channel and also maxcheaters, but does the l2j development section of max cheaters specifically have one anywhere?
  15. I don't see it in the config. Open CreateCharacter.java in package net.sf.l2j.gameserver.clientpackets; in this function: protected void runImpl() Add this code: newChar.setCurrentHp(template.baseHpMax); // existing newChar.setCurrentCp(template.baseCpMax); // existing newChar.setCurrentMp(template.baseMpMax); // existing newChar.setNoble(true); // add this line
  16. I'm mostly busy with work but I still like to pop in from time to time.
  17. I'd say step number one would be learn Java. You really don't have to use Eclipse, it's just a tool that makes your life easier.
  18. Next time do a search in the project. I searched for the string 'wishes to summon you to' and found: net.sf.l2j.gameserver.handler.skillhandlers.SummonFriend;
  19. I don't have eclipse or the source code installed, but do a search of the project in eclipse for newChar., and see what files it brings up. Then dig around from there.
  20. Get the skill id and open up the xml file that falls within the numbers. I'm pretty sure it's just a property as party only, check another skill that has that property and see what you can find.
  21. <?php $query = mysql_query("SELECT * FROM characters ORDER BY <column name of pvp/pk> DESC"); while ( $result = mysql_fetch_array($query) ) { // echo $result['whatever_columns_you_want']; } ?> and around the same for the other things.
  22. show us the HTML of the character that languages this quest.
  23. mm, aren't there like a million mobs that do that in the forest of the dead? I think it was called, around Rune.
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock