Jump to content

StealthyS4m

Members
  • Posts

    127
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by StealthyS4m

  1. It just doesn't say "Build Failed" it says why it failed?
  2. All you have to do is just press Import button two times,that's all. Or just click CTRL+SHIFT+O.
  3. Hello guys, I installed Ubuntu two days ago,now I have this little problem,when I tried to run Ant build it threw an error that there is no jre7 found.So I installed Java 7 added it to Eclipse's installed JRE's and renamed it to jre7(because Ubuntu has other default name) then I ran the build and nothing happened it just gives: <terminated> aCis_gameserver build.xml (path to java7). But if I use terminal(going to project's directory and typing "ant") to build my project it works just fine.Any suggestions how to fix it on Eclipse?
  4. I guess build path settings are wrong. Tried Google?
  5. Official date announced - March 27th 16:00(GMT+02) More info on website
  6. Check your GameServer.java,maybe there is shutdown task for some reason.Or just try to search for keyword "shutdown" (CTRL+H and File Search)
  7. + long currentTime = System.currentTimeMillis(); if(commandUsages.getOrDefault(activeChar.getObjectId(), 0L) > currentTime) { activeChar.sendMessage("You cannot use it so often!"); return false; }
  8. http://www.maxcheaters.com/forum/46-request-dev-help-l2j-gr/
  9. Does it throw any errors? Or just PM ME with your skype I'll help you.
  10. Post xml of item that throws an error - 32099. Maybe something? type="EtcItem"
  11. Try the difference between: 1) http://l2.hopzone.net/lineage2/details/98632/L2-cyrex/.html 2) http://l2.hopzone.net/lineage2/details/98632/L2-cyrex/
  12. What errors? If you imported you can't have same errors...
  13. public void onBypassFeedback(L2PcInstance player, String command) { StringTokenizer st = new StringTokenizer(command, " "); String actualCommand = st.nextToken(); tb.append("<td><button value=" +p.getName() + " action=\"bypass -h npc_%objectId%_getSomeInfo\" + p.getName() width=180 height=21 back=\"L2UI_CT1.Button_DF_Down\" fore=\"L2UI_CT1.Button_DF\"></td><br>"); if(actualCommand.equals("getSomeInfo"){ String name = st.nextToken(); L2PcInstance player = L2World.getInstance.getPlayer(name); Results(player); } Plus,I believe there should be escape character after button value = and your value looks weird at all or maybe it's just me. P.S. If you are using TextBuilder or something like that(can't even remember) change it to StringBuilder. P.S.S.My code might be wrong,haven't tested.
  14. What else do you need?We already gave you all the answers.
  15. Mhmm,I got those lines in my source. Back to the problem-item duping. I just know that this player is using phx,using warehouse(standing nearby) and reconnects a few times.In just looks like that he is doing the bug shown in the video,but if double login isn't working then...idk. If anyone knows how it's done,Thanks!
  16. Continuum,Eureka,Stargate(Start from SG-1),Fringe,Psych.
  17. I am not sure,but maybe getMaxHp() was somewhere called passing wrong arguments e.g: getMaxHp(15)
  18. After finding two critical bugs,server was was wiped and those bugs were fixed. To avoid any more problems server will be running in TEST mode till official start - March 27th. If anyone is willing to help us to test server,please come! Server's website: http://www.l2cyrex.eu FakeSmile, Use self-ressurection skill on yourself(can't remember how it's called) and die near boss,when he is low just stand up use celestial and pick up drop.
  19. Hello guys, I've got information from my server's player that item duping still works.I've updated my source to aCis rev 330,but as patch was a bit buggy,maybe some things didn't apply,so if Tryskell,SweeTs or any other guy could tell me how this double login thing was fixed I would be grateful!
  20. Klay, Yeah it would work perfectly,just I needed to create final variable,because when calling from inside of ThreadPoolManager you have to call variable of type final. te0x, This code is easy to redo for NPC: if (actualCommand.startsWith("command")) VotingReward.showVoteHtml(activeChar); This would be a bit of waste if you don't want /vote command at all,but I think it should work.
  21. Are you using my whole code or only some parts of it?
  22. Well,I use this code in my server now and it works just fine. I think it's necessary to add / at the end of the link: http://l2.hopzone.net/lineage2/details/98632/L2-cyrex/ Like there is "/" after l2-cyrex
×
×
  • Create New...