Jump to content

exia

Members
  • Posts

    8
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About exia

Profile Information

  • Gender
    Not Telling

exia's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. have to try this... thx ...
  2. man! you are lucky. I got a bunch of errors opening datapack with eclipse. did you have pydev installed? -- you might get errors you want after install it ;).. -- Also, i have no idea how to setup datapack without error on eclipse so i removed default builder and set up Ant Build and point to build.xml....
  3. IP is a critical component in communicating through internet. Client needs to know IP in order to connect to your server. You can buy network appliance which reduce chance of DDOS. Or use proxy (or cache server or edge server) as intermediate points to hide the end IP address of your server. -- One can always Ddos your server as long as they have resources and if it worth enough for them to do so... Even whitehouse.gov was down because of ddos....
  4. Check startgameserver Are you missing "m"? e.g. "-xmx7680m" not " -xmx7680"
  5. Didn't test it but I guess, this is on Say2.java Put it after: ..... if (activeChar.isInJail() && Config.JAIL_DISABLE_CHAT) { if (_type == TELL || _type == SHOUT || _type == TRADE || _type == HERO_VOICE) { activeChar.sendMessage("You can not chat with players outside of the jail."); return; } } if (_type == SHOUT && activeChar.getPvpKills() < 50 && !activeChar.isGM()) { activeChar.sendMessage("You need at least 100 pvp's in order to use shout chat!"); return; } ....
  6. you can always make change to respawn_delay in custom_spawnlist or spawnlist table in database. If I remember it correctly, if you spawn NPC using ingame command, it will go to custom_spawnlist.
  7. Here is an instruction on how to reset root password. There are also a few other ways you can do. http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html
  8. Looking for Core Staff Members I am in the process of starting an L2J Server. Here are the position opening (must be at least 25 years old): 1) L2J Developers (1-2) - Must be good at Java. Experienced or eager to learn L2J. Database knowledge. - You will help develop tools, fix bugs and add-on. Also the same as Core Staff Member. 2) Web Designer (1) – Good at graphic designer - Help design web site. Also the same as Core Staff Member. 3) Core Staff Members (3-4) - At least 2-3 years of game experience. Previous, L2 Staff experience is a plus. Strong idea. - As a core member, you will help us define our community directions, define regulations and etc. Later you will get GM/HGM position when we are live. I will cover all server cost. There will be no donation for items/services/special. Players' donation will go toward server cost. The excessive fund will be kept as reserved for 3 months and will be distributed evenly to all staffs (as long as, you contribute your time to this community). Staffs interested in sharing server cost, I will also share the ownership. Basically, I would like to build this community for fun and not for money (for both players and staffs). I believe that there are people with this same philosophy out there. This is an initial phrase, so we won't be online very soon. This is a good opportunity for you to contribute your idea and see it lives. Go live time frame is 1-2 months. Please PM me with your introduction and your MSN Id so we can discuss. -- Short about myself: I am a Developer myself. I had done several projects in the past including core developer (OFF/L2J), admin tools, etc. PM me if you want to know more about myself.
×
×
  • Create New...