-
Content Count
1,246 -
Joined
-
Last visited
-
Days Won
10 -
Feedback
100%
Rootware last won the day on October 30 2020
Rootware had the most liked content!
Community Reputation
118 ExcellentAbout Rootware

-
Rank
Count
Contact Methods
-
Website URL
http://rootware.ru
Profile Information
-
Current Mood
Busy
-
Gender
Male
-
Country
Russia
-
Location
Russia
-
Interests
Java, C#, PHP, Reverse Engineering
Recent Profile Visitors
-
Drama must go on!
-
Is this the same editor which shared on Russian forums?
-
I don't recommend to use Unreal Editor because Lineage 2 developers used custom editor for making extended lights map. Generally, it's possible but will look like an a shit. Better, contact with L2 Client developers for this job.
-
Help Which file shows how many enchant on gun ( IN SHOP) ?
Rootware replied to PainInTheAss's topic in Request Support [English]
Basically, client interface don't support showing enchant level for items in multisell list. For this you need to edit interface scripts and change the style of showing the specified tooltips. -
Help how to change color on player.sendMessage?
Rootware replied to Drazeal's question in Request Server Development Help [L2J]
As i know a message color specified in 4 bytes values (R G B and transparency) inside systemmsg-e.dat. Server side can't handle the colors except if you will change chat type of message. But it will another story. -
l2jacis inverntor bug
Rootware replied to remigas's question in Request Server Development Help [L2J]
If you want change stackable type for item then you need make 2 steps: 1. Server side - setup for current item the flag is_stackable in TRUE. 2. In client inside etcitemgrp.dat change stackable column value from 0 to 1. If you need many items for changing then better write the script which will parse files and change all necessary places automatically. -
Help how to change color on player.sendMessage?
Rootware replied to Drazeal's question in Request Server Development Help [L2J]
This message uses the string from systemmsg-e.dat. If you want to change the color the you need make custom message ID for this or change the color of current. In last case all messages where uses "player.sendMessage()" will uses this color. -
Still a lot of bugs. Don't recommend for usage. Better L2J Frozen 1.5 or L2JOrion. That's still the greatest packs.
-
Discussion ACIS 382 Discussion about bugs!
Rootware replied to Daliuslt77's topic in General Discussion [English]
Mate, ask directly what you wanna get from aCis pack and we answer you it's real for 382 - 398 revisions or not. Otherwise, this is another attempt at populism. -
Request Read inside
Rootware replied to Irrelevant's question in Request Server Development Help [L2J]
https://www.virustotal.com/gui/file/c0dea2a907060046b98f611dfb5290c29b2b6d3837c7e0b185eada81076f7e71/detection https://www.virustotal.com/gui/file/3fb9f30654d4a2504b466991b7890f5781e9661929e3d0af5fd4cc91437cd485/detection You can use or not use those files. -
Request Read inside
Rootware replied to Irrelevant's question in Request Server Development Help [L2J]
https://www.4shared.com/rar/73hiS1Aaba/CatsGuard.html Inside client files and diff patch for L2J Frozen. All what you need is adapt HWID for your wishes. -
Help gameserver error
Rootware replied to markos25's question in Request Server Development Help [L2J]
There is no port's problem. Bind port and bind address the different cases. Don't use external IPs for configure login server and check before configure the local network addresses. for usage correct machine address. -
Request Read inside
Rootware replied to Irrelevant's question in Request Server Development Help [L2J]
CatGuard it's free for L2J Frozen and use HWID as you want. -
Discussion GREAT SERVER PACK
Rootware replied to L2RAPTOR's topic in Server Development Discussion [L2J]
I was unable to download the package. But I see 343 lucky people who could do it. I'm voting for L2J Frozen 1.5. -
Discussion ICON ID FOR ZOMBIE+NEPHILIM SHIELD
Rootware replied to L2who's topic in Server Development Discussion [L2J]
I said IDs. Open weapongrp.dat and find icons in icon.uts or another custom UTX pack. It's easy if you have the patch where this exists.