Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. first you do checks about target and THEN, as LAST you check target instance, (no)logic while you do some GM checks, then what's the point of sending GM message while there is no GM online? Put it under boolean if (!command.equalsIgnoreCase(_voicedCommands[0])) return false; redundant code final WorldObject CurrentTarget = activeChar.getTarget(); and final Player bot = CurrentTarget.getActingPlayer(); also redundant code - what's the point of the cast to WorldObject and then AGAIN to Player, rofl?
  2. It's not. But you already copy paste the same request in various topics like 3-5 times. That's annoying. Tips were given, you can't handle it alone and somehow it's sad. While no one want to give you ready code and you don't want to search and try on your own, abandon the idea.
  3. Find ProtocolVersion.java and remove the check. Should be enough. I have to do the same.
  4. Ha! Yeah, original files ofc.
  5. First, wrong section. Secondly, read the armor grp rows, there is a grade column, starting from 0 as no grade. So, value 4 is a grade, change it to 5.
  6. The truth is, if you have no time then do not open any server. There are many servers "for fun, from players for players, no donations, decent, unique" and God's know what else. Simply don't. About prices, site ~150€, but sure thing, you can skip it and use even shared one, one page htm and that's enough. The only money you have to invest is for dedicated with protection and site/hosting. Then the pack, you can use frozen, acis as is with 0 costs. You can pay developer to do some custom things you have in your mind. Like 100€ is a must.
  7. Pointless. People use custom interfaces based on old system, so you end up with error no matter what. I would simply hide the message.
  8. You should use proper system (latest after update) with correct protocol (746 from memory). Otherwise get rid of the protocol version check.
  9. Wrong file, still. Read again what I said above. But ok, this time I will use bold' font with color. I said first and you opened file .. no8. Well, not bad. Here is a picture with order. Now, you know where to dig. All you have to do is to READ methods names and replace it with old code - from free svn. Profit.
  10. I didn't say Olympiad.java, just PACKAGE, the folder. Also, don't post whole files like that. There are 10 Olympiad related files, you could open one by one and read the code - you are lucky enough, the file you are looking for is FIRST inside the package. Method names says it all. Don't expect ready solution. Do some errort, at least try, find the method.
  11. Olympiad related package. Do some effort.
  12. It was. On off files you are going to random spot of the town.
  13. Find the teleport back and remove the town tp, use coordinates instead. You can compare and replace the method with free rev.
  14. Yup, it's shared by Caparso.
  15. item.setEnchantLevel(item.getEnchantLevel()) or simply do nothing inside brackets, no code, no actions.
  16. Not my concern Russians code style is way different than regular l2j. If you can't find and edit thing you want you should not open any server. At least you starting to be familiar with pack structure.
  17. As you said, until 81 it's all fine. So, the check is the problem, i <= 81. Btw, why do you have a loop there?!?! I wonder... Remove it for God's sake. There is no logic and it's so so pointless.. Instead of Integer use primitive int.
  18. If you can't edit, change a simple thing, then you will fail on first problem occurred on server. Anyway, you won't get more than 50 ppl on your opening. Oracle.
  19. Check and you will know the answer.
  20. An example, rest is up to you. BaseBBSManager.separateAndSend( "data/html/CommunityBoard/index.htm" , player);
  21. Lul, the window is the problem. He was supposed to send community board window :D
  22. Bcs you send html window. You have to send community board. Open some files. CB related, there is a method to send CB window, separateAndSend or something like that. I don't remember.
  23. Open quest and remove piece if code, which blocks another mob spawn. Or simply use l2jserver code, you can spawn as many rbs as you want.
×
×
  • Create New...