Jump to content

Intrepid

Legendary Member
  • Posts

    5,521
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Intrepid

  1. stef dont need to explain yourself... Credits SpooKNoF It's the only who made this and i don't want karma. I took the code from SpooKNoF for the share only for interlude :) and its the only one who made it? hes just one who made it work under that shitty interlude :) anyway gg
  2. than your buffer is incorrent change to a new one if not work you made something wrong
  3. make like horus said because with it you make your life easier when you update the pack make a new package in the java for example net.sf.l2j.gameserver.mods and insert all your addons here and you keep your core clean and make your life much more easier later.And for the enterworld just make a check to for example if (activeChar.getPvpKills > X ) start the pvp color method so the method dont run for all character who enters in the game
  4. Dont open a server if you want only money :D collect money to run the server without problems for 5-6 months than you can pay your server from donation
  5. honestly what work on interlude? Interlude is a shit but nobody realise it... due to flame wars topic locked
  6. C6 is unsupported in newer(better)chronicles its alredy implemented also crystal enchant in other chronicles dont exist anymore :)
  7. Topic locked wrong section a mod please move it to request help section
  8. increase heap size: open startGameServer.bat there you see this line java -Xmx1024m -cp ./../libs/*;l2jserver.jar net.sf.l2j.gameserver.GameServer Xmx1024m define how many ram available for your gameserver increase it until the error gone
  9. Now with the checks its ok :) add a + check to avoid NPEs if (activeChar != null) return false;
  10. answered so topic locked :)
  11. yes or add a check in the skillhandler to dont effect targets in raidboss instance for ex if (target instanceof L2RaidBoss) return false; or something like that
  12. What zunix is try to say java.lang.outofmemory means your java dont have enough memory and heap space means you dont have enough heap space for java so what you need is to increase the java heapsize :D
  13. SkillTable.getInstance().getInfo(1204,2).getEffects(st.getPlayer(),st.getPlayer()) the buffer use the effect of the skill so its not a cast the buffer give you the effect of X skill thats why it dont consume mana if you get buffs with gm char but with player dont check for adena first how much it needs and how much you have than check for any lvl restriction if not work try another buffer too and compare them
  14. Before any huge flame war get started here. I talked with them(the project owners)they opened a private svn and i help them(only help i'm not an active developer member i just help them)to make the pack in private and when its ok they going to share it here. Topic locked
  15. no because it use effect so the character get only an effect
  16. you have a running mysql server? because navicat alone is not enough you need a mysql server running too
  17. question answered so i lock the topic
  18. Lineage2.exe is your frind thats a totally spam topic *Locked*
  19. add a check for TOWN_ZONE and you are done
  20. if you want interlude and dont know java well said but true you cant make a server you need lots of anti exploits floodprotectors...as horus said a lot of action failed packet...than make the correct skill supports since in interlude most of the skills are fucked up etc etc
  21. Topic locked later on today i try to search for a diff for that share i think i have it somewhere(i hope)if i find it i reopen the topic
  22. Okay than i lock the topic :)
  23. hmm look at the java how the attribute column registered so you can find out what it is exactly
×
×
  • Create New...