Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Switch case? Useless drop it. To make it work. Register the handler, add the handler to the item xml.
  2. Yea, you did something wrong on client, itemname e dat file.
  3. Google is your friend. Hint, you have to edit some mysql properties. If server / website is on another host, you have to allow the connection. By default it restrict to local, from memory. I know that crappy feeling configuring it for the first time. Enjoy the drive
  4. What you get, is only login, connection notification. You choose windows, dunno about order confirmation / installation. Normally when you take Linux you get it installed with all login info. If you have it under your acp, try to boot it, configure in your own. Else they need time to do it for you. No freaking idea. Wairing for ovh answer.. Right.. Maybe in 3-4-7 days you will get one.
  5. I repeat my answer: why should I? He's not a friend of mine, so why should I spend (even 5min of) my time to take off the code from my sources and share for him. If it was my forum, I would take profit from it, sure I would. But I'm not. ----- In addition, you are missing the main point. Giving a hint, a tip, is WAY BETTER than ready code. Unless you give a shit about learning. So yeah feel free to use shared, rdy to go files and stay dumb.
  6. The files can contain server's patch as it's link from some server. https://mega.nz/#F!At0TVQgA!E_MedOuJLOFJOLyEOVg4SQ Eventually take a look at raidfight server, they have an exe to download the client http://www.raidfight.eu/index.php/page/downloads/
  7. @baksteen are you serious? I just gave him a ready code.. Admin show drop view is all he ask for ++ icons. All he have to do now, is to edit the drop display? The text / htm display? Which is shared in initial topic he took the code? Bcs I prefer to force him to learn a thing? You really think when I first time created my own code with pages, I asked for ready code? Hell no. I opened admin bookmark and simply copy the code. I am still doing it when I need pages... It's called logic. He's about to open a server and he can't copy a ready code from other file. Ok, he don't have to, as I don't have to give him fully working code, why should I. Can't find a solution? Ask to a friend to help you (@Kara`). Don't have a friend to ask for help? Well, pay someone for rdy code. I don't feel like to provide ready codes, I already gave him 90%. No offense. EXACTLY, you expect ready things, for free. When someone give you hints, give you almost ready code, you whine "OMG noob, give me full code". Sounds legit.
  8. What the heck man... RequestBypassToServer.java else if (_command.startsWith("dropinfo")) { final StringTokenizer st = new StringTokenizer(_command, " "); st.nextToken(); try { int npcId = Integer.parseInt(st.nextToken()); int page = (st.hasMoreTokens()) ? Integer.parseInt(st.nextToken()) : 1; showNpcDropList(player, npcId, page); } catch (Exception e) { LOGGER.warn("Failed on dropinfo: {}", e); } } I let you code the showNpcDropList. Hint, it's c/p of original method from admin command to show drop.. Once again, the code for pages you can find HERE. If you have latest aCis, use it as it's slighty modified. Once again, you have ready solution. If you still fail additing it. Then well.. I would suggest to try harder or simply skip it and get back to it later. With clean head. Sometimes you need time to understand things.
  9. Bcs all is already said. Admin bookmark has code rdy code. All you have to change is the htm display.. Which you already have from original code. So.. Put puzzles together.
  10. That's nothing compare to... frozen https://subversion.assembla.com/svn/L2jFrozenInterlude/trunk/gameserver/lib/
  11. You should better SEARCH before you waste a peny. Someone will sell you the pack / sources for, let's say, 100€ while they are free.
  12. Let him use whatever he wants. When his buffer stuck on live server he will understand why he should change it
  13. @Kara` noob, stop quoting large posts
  14. Those 2 should be changed into your medal.
  15. Only first and last counts! There is nothing in the middle Ofc not!
  16. Back in time, people managed to get, somehow, people even with 50-100€ budget. Like get frozen pack, shared website, rent vps and that's it.
×
×
  • Create New...