Jump to content

janiko

Members
  • Posts

    205
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by janiko

  1. can u help me to make it work on l2j? if u can please add me in skype: mishojaniashvili
  2. man check imports are for l2rebellion, i adapted it for l2j but i think it also need some support from l2j, have u tried to set it on l2j?
  3. i have it too but no installation guide, i adapted this protection to l2j but i think it also need some changes in l2auth, and i dont know what need exactly to be changed ;(
  4. any guide how to install it on l2j?
  5. Pauler thanks also for your videos on youtube :) about php
  6. The invitation key you used is invalid... ;(
  7. nice idea :)
  8. thanks. simple makes life better
  9. how to make server patch working to not use written ip in l2.ini, i want to add it in l2.bin is it avilable?
  10. hi all can someone explain how to get [minX maxX] [minY maxY] [minZ maxZ] of any zone? i want to create random spawn in the center of the room so i need support of this thing if anyone can help please explain me how to do, thanks everyone
  11. well here is, im using it on my serv and works perfectlly, try to rework for your core, add this onSPawn npc.broadcastPacket(new AutoAttackStart(npc.getObjectId())); ThreadPoolManager.getInstance().scheduleAi(new AttackTask(npc, TARGET_ON_WHICH_YOUR_NPC ATTACKS), Rnd.get(10, 1000)); private static final class AttackTask implements Runnable { private final L2Npc _attacker; private final L2Npc _target; public AttackTask(L2Npc attacker, L2Npc target) { _attacker = attacker; _target = target; } @Override public void run() { Broadcast.toPlayer(new Attack(_attacker, _target, false, 0, true), _attacker.getInstanceId()); ThreadPoolManager.getInstance().scheduleAi(new AttackTask(_attacker, _target), 1500); } }
  12. if you want to disable quests then go to scripts.cfg and edit all quests write at the beginning # if you mean whole seven sign maybe need rework core or there is special config. P.S wrong section.
  13. man use wampServer. :)
  14. does ccpGuard need client supporT?
  15. it isnt avilable for free?
  16. Lameguard client for hi5.
  17. Wow coool man, it would be better if it will be avilable to change images in it:)
  18. REQUEST[LAMEGUARD CLIENT FOR HI5] thanks.
  19. fuck this obsfucator not helps, how russians obsfucate :))))))
  20. How to protect pack from decoding? Any guide of obsfucation?
  21. Better way is to leave all configs to default and remove ipConfigs.xml in that case server will automaticly obtain ip adress of your network:) gl
  22. How to change ip adress in l2bin except l2.ini? Any idea? Or i need help from hex editor?
  23. In your navicat change localhost to external ip then try to connect site to mysql
×
×
  • 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