Jump to content

tazerman2

Members
  • Posts

    678
  • Credits

  • Joined

  • Last visited

  • Days Won

    9
  • Feedback

    0%

Everything posted by tazerman2

  1. All tell acis is better. Me tell all l2j is same on datapack check little rb or mob or drop list :)
  2. Hi5 server need more ram if you use Windows.
  3. Upload this file and I fix it for you
  4. After many time work in l2j I found many problems in all npc and I found a Russian site and I make all npc one / one. I know is to much but if you want to open a mid rate server is good because give official xp and I have test it. I am working 1 month with this and I sell it is official npc + skill + minions for l2j If any need to buy it or test it pm Skype: typerakos tnx
  5. change maxpetlevel=95 and maxlevel=95 player. if you have experience level 81,82,83,84....
  6. check from bypasstoserver last code
  7. hello all i need little help with query. today i have start for fix all monsters stats 1-85 level i need set stats via level like update type: L2monster level: 1 hp:10 mp: 10 hp reg: 10 mp reg: 10 p.atk 20 mpla mpla mpla if any can give me this command for help to finish faster all monsters
  8. if i use 50 raid boss is not show page like 1 , 2 , 3
  9. [GR] plz dose to key :happyforever:
  10. WTB THIS CODE PM FOR PRICES
  11. your java is old download last java and check again
  12. i pay for this code send me pm price's
  13. you need only one config check item if(item.getItemId() >= 9208) { activeChar.sendmessange("You can not enchant this item with normal scroll"); return; }
  14. if you know from client good can rip :P
  15. i think you can play with add better from mul because you can add like 50 p.atk 55 p.atk this
  16. is from system report to forum server
  17. is not with this can make a like database hi5 teleport to mob or to rb
  18. acis 500 bugs many missing fortress den douleboune gia enan mid pou einai xrisima Quest lipoune ta skill einai oti nane... to kalitero pack tora einai to L2j tpt ....
  19. make a new bypass without connect to BaseBBSManager
  20. <set name="castRange" val="400"/> <set name="effectRange" val="900"/>
  21. accept me take file and delete me again i need only help you nothing else..
  22. public class L2BoardMainInstance extends L2FolkInstance { public L2BoardMainInstance(int objectId, L2NpcTemplate template) { super(objectId, template); } @Override public void onAction(L2PcInstance activeChar) { if (!(canTarget(activeChar))) { return; } if (this != activeChar.getTarget()) { activeChar.setTarget(this); activeChar.sendPacket(new MyTargetSelected(getObjectId(), 0)); activeChar.sendPacket(new ValidateLocation(this)); } else if (!(canInteract(activeChar))) { activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_INTERACT, this); } else { showHtmlWindow(activeChar, toString()); } activeChar.sendPacket(new ActionFailed()); } private void showHtmlWindow(L2PcInstance activeChar, String command) { String text = HtmCache.getInstance().getHtm("data/html/CommunityBoard/index.htm"); <------ Change this BaseBBSManager.separateAndSend(text, activeChar); } }
  23. i don't know how to add it in DlgAnswer and i left it
  24. is like from admin goto. but anyway good luck
  25. disable this and check again
×
×
  • 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