Jump to content

Rootware

Legendary Member
  • Posts

    1,370
  • Credits

  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Rootware

  1. With my config in Option window allow 2 languages for choose. If this isn't work for you, then check interface scripts for correct implementation another languages. E.g. LANG_Russian ENUM can be isn't implemented and never be triggered.
  2. You need setup usage English language and select the Russian. [LanguageSet] Language=8 0=Korea 1=English 2=Japan 3=Taiwan 4=China 5=Thailand 6=Philippine 7=Indonesia 8=Russia EnableEngSelection=true In this config the native language is Russian, English is secondary.
  3. Your words totally wrong, because you tried to protect admins. Admin it's owner of project, don't confuse with GMs and Moderators. All depends on the administrator what quality his project will be. It is he who hires or saves on programmers, the quality of server's concept and other technical issues. We are all observing an era the cheap projects with budget in 100-300 euros. P.S. I respect the player well enough to provide him with low-quality service.
  4. My opinion was written from player's side. That the main reason why my private project not published yet. And i have excellent experience with talking and working with many admins for judge about admin's side.
  5. You already got the answer. Just take another S grade weapon and check the difference between this 2 weapons. In end of properties line you find glow effect and him position. Glow effect setup as property in weapongrp.dat.
  6. As you want. Science is powerless here.
  7. @zemaitis use Microsoft Office Excel for this.
  8. Because you forgot also add glow effect to this weapon, cause Doll Knife was NG. Just check all params in the end of property line with any S grade weapon.
  9. At first try compare speeds what uses server and what was sent to client in CharInfo packet. After check movement task.
  10. Even monkey can judge about completed work if she will seen the result of work as diff patch. Before result of work they are even didn't imagine how it could to looks as code. This the main problem why people don't understanding pricing of real work.
  11. If during the movement of the character he is periodically thrown back, then this means that there is a lot of desynchronization between the client and server speeds. Now you knows the reason. Now try to fix it. Assume, what next question will "where i can find this problem place".
  12. Missed param "LongRangeGuardRate" for NPC templates what uses in Quest/Script. Check templates for all registerend NPCs in script RangeGuard. About GlobalLoader - it's very rarely and exotic method for loading all other loaders. Save this and shown for all beginners in Java how "by no means worth doing".
  13. Too many words. The main problem in the death of this game is greedy and stupid admins. The last 10 years they kills a wish to play in this game. And player it's secondary reason. A cheater was in all times. Percent of cheaters depends from project quality. I do not know the server on which I would like to play. They are all equally ugly, as is the intelligence of their creators.
  14. It's impossible for you, in case implementation one more chat with own color type.
  15. For IL client you can make VIP colored chat only with usage System Message. For all other clients since GF possible to use the Territory War Chat for this custom.
  16. If developer of Updater don't check the file attributes and don't correct them, then this developer the idiot. P.S. Ah. This Updater is outdated. Try to find better. For self time it was good Updater.
  17. @#Devel just check this file for known commands and actions and will you see all dependions. For better formatting and overview use Microsoft Excel.
  18. Of course possible. See in actionname-e.dat.
  19. Possible HikariCP isn't the right place where need to search the problem. It's only "little" pool manager of MySQL connections. It's means what this only the bridge between two systems. Possible you have some problems with inet connection or database stability or OS stability overall.
  20. The Eva cursed all admins who uses leaked aCis sources and incresed them karma up to +999,999.
  21. @Synerge i had the both ways experience and choose IL -> HF because i have IL sources support. In case of HF -> IL the sources is outdated and has many unresolved problems.
  22. Ask this question of developer of this Updater.
  23. Try this but check the IP adress method in your sources. public static void AutoReward() { List<String> ips = new ArrayList<>(); Collection <L2PcInstance> pls = L2World.getInstance().getAllPlayers(); for (L2PcInstance p : pls) { final String ip = p.getConnection().getInetAddress(); if (ips.contains(ip)) continue; p.sendMessage("AutoReward: You got " + Config.AUTO_REWARD_COUNT + " " + Config.NAME_ITEM_REWARD + " by being online"); p.getInventory().addItem("", Config.AUTO_REWARD_ID, Config.AUTO_REWARD_COUNT, p, null); ips.add(ip); } }
  24. This is not a hard task if you have enough knowledge. A lot of subsystems must be reworked fully. E.g. skill enchant system, geo engine for supporting instance system (pointless use H5 client w/o instances), etc. And the cost of work not cheap even for "secondary developer hands". Try to do it self step by step. The first stage will upgrade packets with "dummies" for entering into the world and after you will do the hard work for drop all dummies and implement necessary features. As basis use L2J Server H5 and NetPro packet sniffer.
×
×
  • Create New...