Jump to content

B1ggBoss

Legendary Member
  • Posts

    494
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by B1ggBoss

  1. - Be sure you increased the java runtime process heap memory (by editing the startGameServer.bat or startGameServer.sh file) - If you touched default threading configuration, tell us what did you changed (a basic configuration for the thread pools, is to put the same count as cores your machine has)
  2. serverpack, revision and the buffer script (usually called __init__.py)
  3. during this holydays, ill be selling codes again. Remember to read the first post
  4. 2106 and 7777 if loginserver and gameserver are going to be hosted in different machines, open 9014 too all in both, udp and tcp
  5. from your cmd terminal: ps -A > should give the process list once gather all process, find loginserver process and take his process id (pid) and use: kill pid
  6. my pc > right click > properties > advanced options tag > enviroment variables > check JAVA_HOME that points to the jdk
  7. you may check the skill conditions that your server support (<cond msgId=...> etc..</cond> if not, you can create a class which stores a list of skill ids that are not allowed in olympiad. When player request to use a skill, check if he is in olympad and that skill is contained in the forbidden list
  8. you have to edit the LoginServerThread revision protocol of the gameserver with different chronicle than the loginserver you are adding to
  9. of his pvp amount or any kind of special pvp points ?
  10. if(getSkill().getSkillType() != L2SkillType.HEAL) { exit(); return false; }
  11. seven_sings_status table. Alter dawn stone and festival score before validate period begins
  12. Since some ppl use it and topic keeps active, i upload here the last hide and seek version, which is much more efficent and well done than the old one http://www.4shared.com/file/8yeAPNd0/HideandSeek.html it was in the l2jserver forum for some months, but seems nobody from here saw it
  13. config/character.properties # This option, when set to True, will enable automatically picking up items. # If set False it will force the player to pickup dropped items from mobs. # This excludes herbs mentioned above and items from Raid/GrandBosses with minions. # Default: False AutoLoot = False Set to True
  14. do you mean class changer? if so, you have to enable it in configs
  15. after use player.getAppearance().setNameColor(0xff6600); do you use player.broadcastUserInfo(); ?
  16. i always played as dark avenger (ye, with panther) and prophet never was a problem
  17. http://articles.techrepublic.com.com/5100-22_11-6048525.html the link comes from the result of type in google "how to set up a web with apache" for futher guides you may try the same with successful results :)
  18. you made a new topic with the same question, locking this...
  19. correct your topic tag from HELP to REQUEST add a title
  20. the icons are splitted into ids (not all.) For skills, you only need icon.skill[id] where [id] must be replaced by the skill id Other, like items icons has his own name. You may decrypt and open etcitemgrp.dat, armorgrp.dat and weapongrp.dat to see their names
×
×
  • Create New...