Can't take it 100% serious if you're writing a chatgpt post (no offense). Either way, as you can see, the only person on this forum making a post crying about everyone hating on him on a monthly basis, is guytis. The community is not divided, if anything i don't see anyone with him, and i see everyone against him. And for a good reason, lol.
Since I write everything in the guide file.
Windows:
Download Python from the official website: Download Python.
During installation, make sure to check the option "Add Python to PATH". >>>How? just check it in google.com
Complete the installation.
There is a file called guide there I have all the details...
[DropSettings]
RateDropItems = 1879, 1875
RateDrop = 4
InputFolder = npc
OutputFolder = npc_new
Download
1. gameserver\data\string\strings_en.properties
drop.group.html=<br1>
drop.rewardData.html=<table width=500 height="42" border="0" background="L2UI_CT1.Windows_DF_TooltipBG"><tr><td width=32 height=32><img src=%icon% width=32 height=32></td><td width=310>%item%<font color="LEVEL"> %drop_min% - %drop_max% </font><br1> Drop Chance : <font color="LEVEL"> %chance% </font><br1></td></tr></table><br1>
drop.rated_grouped=<br1>
drop.not_rated_grouped=<br1>
drop.not_rated_not_grouped=<br1>
drop.sweep=<font color="E7C94E"> Spoil: </font><br1>
The following HTML code will work if you have the capability to adjust the window to any dimensions you want.
2. gameserver\data\html-en\actions\rewardlist_info.htm
<html noscrollbar>
<title>Drop List</title>
<body>
<center>
<font color="LEVEL">%npc_name%<font><br1>
<table>
<tr>
<td><button value="Normal" action="bypass scripts_actions.RewardListInfo:showReward 0 RATED_GROUPED" width=150 height=20 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td><button value="Spoil" action="bypass scripts_actions.RewardListInfo:showReward 0 SWEEP" width=150 height=20 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
</table>
<img src="l2ui.SquareGray" width=490 height=1><br1><br1>
<font color=995312>%info%</font>
%paging%
</center>
</body>
</html>
resize_x=550 resize_y=360
The .htm files are adapted for custom dimensions. You must have support in your client for handling custom HTML window sizes.
and it looks like this:
Recommended Posts