Rootware
Legendary Member-
Posts
1,370 -
Joined
-
Last visited
-
Days Won
14 -
Feedback
100%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Rootware
-
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.
-
Discussion Why Lineage 2 is DEAD
Rootware replied to LordPanic's topic in General Discussion [English]
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. -
Discussion Why Lineage 2 is DEAD
Rootware replied to LordPanic's topic in General Discussion [English]
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. -
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.
-
Help Movement Bug
Rootware replied to BloOdDiamOnD's question in Request Server Development Help [L2J]
Locked. -
As you want. Science is powerless here.
-
@zemaitis use Microsoft Office Excel for this.
-
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.
-
Help Movement Bug
Rootware replied to BloOdDiamOnD's question in Request Server Development Help [L2J]
At first try compare speeds what uses server and what was sent to client in CharInfo packet. After check movement task. -
Discussion Price For Source Code
Rootware replied to L2who's topic in Server Development Discussion [L2J]
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. -
Help Movement Bug
Rootware replied to BloOdDiamOnD's question in Request Server Development Help [L2J]
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". -
Help Error in gameserver [?]
Rootware replied to 0flee's question in Request Server Development Help [L2J]
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". -
Discussion Why Lineage 2 is DEAD
Rootware replied to LordPanic's topic in General Discussion [English]
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. -
It's impossible for you, in case implementation one more chat with own color type.
-
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.
-
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.
-
Help [HELP] New Action Button
Rootware replied to #Devel's question in Request Server Development Help [L2J]
@#Devel just check this file for known commands and actions and will you see all dependions. For better formatting and overview use Microsoft Excel. -
Help [HELP] New Action Button
Rootware replied to #Devel's question in Request Server Development Help [L2J]
Of course possible. See in actionname-e.dat. -
Help HikariPool error and more, l2jserver
Rootware replied to dymek1984's question in Request Server Development Help [L2J]
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. -
The Eva cursed all admins who uses leaked aCis sources and incresed them karma up to +999,999.
-
WTB Developer to convert Interlude (Acis) serverpackets to H5
Rootware replied to Frank's topic in Marketplace [L2Packs & Files]
@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. -
Ask this question of developer of this Updater.
-
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); } }
-
WTB Developer to convert Interlude (Acis) serverpackets to H5
Rootware replied to Frank's topic in Marketplace [L2Packs & Files]
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. -
Guide Editing Html Windows
Rootware replied to vampir's topic in Server Development Discussion [L2J]
Try to use this: <button value="Facebook Page" action="url !2265" width=160 height=25 back="l2ui_ct1.button.button_df_small_down" fore="l2ui_ct1.button.button_df_small"> where, !2265 string from sysstring-e.dat
