Jump to content

Smith

Members
  • Posts

    102
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Smith

  1. tell me i install free for you!
  2. None of it will be worth it, nor will you research it if it worked. I advise you to continue in Java!
  3. The boy wants to sell something that is free on the internet ...
  4. yes have support for mssql and odbc
  5. Check ports firewall. Check l2.ini - if you put server online in localhost is OK,. GameserverHostname = 127.0.0.1 if in vps/dedicated change 127.0.0.1 for you VPS/DC IP.
  6. i have problem after spawn fake ( if spawn mage character = fake crash and console error)
  7. Check you RequestBypassToServer if have . if dont have add. String[] str = _command.substring(6).trim().split(" ", 2); if (str.length == 1) activeChar.processQuestEvent(str[0], ""); else activeChar.processQuestEvent(str[0], str[1]); } + else if (_command.startsWith("eventvote")) + EventManager.getInstance().addVote(activeChar, Integer.parseInt(_command.substring(10))); + else if (_command.startsWith("eventstats")) + { + try + { + EventStats.getInstance().showHtml(Integer.parseInt(_command.substring(11)),activeChar); + } + catch (Exception e) + { + activeChar.sendMessage("Currently there are no statistics to show."); + } + } + else if (_command.startsWith("eventstats_show")) + EventStats.getInstance().showPlayerStats(Integer.parseInt(_command.substring(16)),activeChar); + else if (_command.equals("eventbuffershow")) + EventBuffer.getInstance().showHtml(activeChar); + else if (_command.startsWith("eventbuffer")) + { + EventBuffer.getInstance().changeList(activeChar, Integer.parseInt(_command.substring(12,_command.length()-2)), (Integer.parseInt(_command.substring(_command.length()-1)) == 0 ? false : true)); + EventBuffer.getInstance().showHtml(activeChar); + } + else if (_command.startsWith("eventinfo ")) + { + int eventId = Integer.valueOf(_command.substring(10)); + + NpcHtmlMessage html = new NpcHtmlMessage(0); + html.setFile("data/html/eventinfo/"+eventId+".htm"); + activeChar.sendPacket(html); + activeChar.sendPacket(ActionFailed.STATIC_PACKET); + } else if (_command.startsWith("_match")) { Thanks.
  8. i have free i sent for you. not buy shared mods.
  9. Tell me in PM. I have two complete comunity board
  10. not complet if you remove " ifs from the licence" need create other file for config. all files extenson c++ need . Making it work I also did, but the courage to test online with a bunch of players and risky without first testing. Most modules will not work due to the file interconnections that need to be removed because of missing source files. Good luck
  11. And a good package to work with, I advise beginners not to put servers online with the "L2OFF PTS" Prefix. For there is much to be corrected and tested. Let's not end the L2OFF, inaugurating thousands of servers without equal quality several admin does with L2J. Even server, same name, wipe every month and sometimes even changing the name of the server but the quality the same. I looked at all the files carefully. For a good developer and a nice package to work with.
  12. The source missing files-
  13. not use this garbaje - Gandalf is newbie - not dev.
  14. only Community board --' fail
  15. OMG - this config php for l2j. / you try connect db L2OFF. Change for mssql_connect - Sua configuração está pra L2J, desta forma não funcionará pra L2OFF. - mude a forma de config do site e libere a o mssql no xamp, caso contrário não funcionará.
  16. Remove the healer class from the game soon enough. What good is heal if it is decreasing. I do not understand these admins of today
×
×
  • Create New...