Jump to content

Interface H5 , By Edkith


Recommended Posts

Some people maybe looking for this interface so u can check xD



Version Patch updated. Please download a new version. 

Short list of changes: 

Before you enter the game, look at the settings in the Game ( "Game" in the Russian version) tab.

 

Settings

6d9471d3d8.jpg

 

Description options
 
Checkmark "On Screen damage" includes a map of the damage caused, and system messages on the screen. 
Do not worry, they interfere in PvP \ Farm. All the onscreen messages are transparent to mouse clicks and do not interfere with the game interface.
b1bc2e0e3a.jpg
Scale "Inventory extra slots" shows how many slots will be added to your inventory by pressing the corresponding button in it. 

The initial position of the scale = 1 slot. 
The end position of the scale = 6 slots. 
Do not forget to press "apply" =) Additional settings wrong a lot, but a list of them filled up with the times and to your wishes)

 

bbeabf24ad.jpg

02333ae307.jpg

 

Let's start with your favorite - additional socket. According to the functional of the 4th socket differs only in that it is the fifth, and is present in both horizontal and vertical panels)

 

Panel

d0c6fd3084.jpg

 

Expandable inventory in GoD +

 

2150d03a73.jpg

3a0128b06e.jpg

 

Increased target window functionality.

Click on the window, right-click takes "assist" from the selected target. 
Click on the window left mouse button while holding the key Shift -> input field game chat shows "% imya_tseli. 
Click on the window left mouse button while holding the key Alt -> goal notes on the map, its location at the time of the click will be indicated by an arrow above the head of your character.
 
6caa4a9c64.jpg
 
Showing character profession, nobility status \ character displays the exact value of the PKK clan, which is selected at the target character. Fast invitation button to the group.
 
1a960e3b6b.jpg
7d5a41e1a5.jpg
 
Few facilities have been added in Chat
 
ad1597b46c.jpg
 
Macros
 
Macros window prolonged in order to accommodate all 12 teams. The number of icons has been increased to 104. Selection menu icons made ​​more user friendly. It is important. The client does not display the new icon in the list of macros, but in panels shortcuts icons are displayed correctly.
 
db55ff9cdb.jpg
 
bb165f32f7.jpg

 

 

Lower dashboard and system menu

The system menu is significantly reduced in size and is fixed in the lower right corner of the screen. Exit button in the character selection menu added fast execution function - if you click with squeezed the ctrl, shift in the character selection screen will instantly. 
The bar showing the EXP is moved to the bottom of the screen. On the dashboard also displays the current number of Adena character and inventory slots are occupied. Clicking opens the inventory slots. 
Over band experience added to display the current location counter and PvP \ pc. If Karma is greater than 0, the counter is shown in red and contains the exact number of karma.
 
218fd738e7.jpg
 
Other changes: 
- the onscreen system messages now "proklikivayutsya" through and through, without hampering the interaction with the interface and around the game world; - added mapping cast by the aim of skills in the format "full-size icon skill, nickname purpose for which the cast skill, name cast by skill + sharpening, if any, progress bar " - added mapping cast by the player's skill in the format" full-size icon skill, nickname caster name cast by skill + sharpening, if any, progress bar " - extended the window of trade \ communication with the players and the NPC, the window warehouse . The box warehouse and private shops added button "Order".Expanded Group window, added in the box: - Display HP \ CPU \ MT in% ratio - shows cast members of the group in the format "a small icon skill, progress bar, the name of the cast by skill + Grind if available, the name of the target (display "outgoing casts") \ name of the caster (display "incoming casts") " - extended the number of options and display Buffy combinations \ debuff \ Song \ Dance displayed option is saved when reloge. More screenshots with details
 
Screenshots

In the purpose of the corresponding texture displays the status of Hero \ nobility selected a target character. 
Added display cast by the aim of skills in the format "full-size icon skill, nickname purpose for which the cast skill, name cast by skill + sharpening, if any, progress bar" Added display cast by the player's skill in the format "full-size icon skill, nickname caster name cast by skill + sharpening, if any, progress bar"
 
7759124d3c.jpg

 

4762f75dee.jpg

 

display of cast member of the group in the format "a little skill icon, progress bar, the name of the cast by skill + sharpening, if any, the name of the target (Display" outgoing casts ") \ name of the caster (display" incoming casts ")"

 

44c692cb7b.jpg

 

04102cadd5.jpg

 

Expand the number of options and combinations display Buffy \ debuff \ Song \ Dance

 

Important: 

The patch does not affect the dat files and changes the texture to a minimum.

updated. Download links:cool.gif

 

https://yadi.sk/d/2ZiZxGsxmD7aC
http://rghost.ru/6QRjdV5rx

Edited by Celestine
  • Like 1
Link to comment
Share on other sites

Check the ini, (if this mod comes with ini) Most customised interfaces like this one are not made carefully and ofc there will be errors due of lazyness. So i reccomend you to check the ini and look for the paths for each ukx and utx file if its right, Okay just pick a simple ini from another h5 system and look the differences between two ull understand. If the problem isnt solved you have to reach the real owner of this file... 

Edited by L2Mytheon
Link to comment
Share on other sites

Check the ini, (if this mod comes with ini) Most customised interfaces like this one are not made carefully and ofc there will be errors due of lazyness. So i reccomend you to check the ini and look for the paths for each ukx and utx file if its right, Okay just pick a simple ini from another h5 system and look the differences between two ull understand. If the problem isnt solved you have to reach the real owner of this file... 

There is better solution - just dont use this garbage.

Link to comment
Share on other sites

I like it, but we have loading screen problem, so need good l2ini or etc. XD

 

i will update the topic on some days waiting reply from the author who created the Interface

Link to comment
Share on other sites

This is hardcoded into interface.u to only work on RPG-Club

 

To play on other server than RPG-Club:

Edit l2.ini and put auth.rpg-club.com as server address

Go to hosts file and re-route auh.rpg-club.com to the IP of your server

Voila

Link to comment
Share on other sites

This is hardcoded into interface.u to only work on RPG-Club

 

To play on other server than RPG-Club:

Edit l2.ini and put auth.rpg-club.com as server address

Go to hosts file and re-route auh.rpg-club.com to the IP of your server

Voila

 

vouch for this ^

function CheckServerHost ()
{
  local string ServerHost;
 
  GetINIString("URL","ServerAddr",ServerHost,"l2.ini");
  if ( ServerHost != "auth.rpg-club.eu" )
  {
    SetUIState("LoadingState");
  }
  Me.KillTimer(123);
}
Edited by UgliBiBagli
Link to comment
Share on other sites

 

vouch for this ^

function CheckServerHost ()
{
  local string ServerHost;
 
  GetINIString("URL","ServerAddr",ServerHost,"l2.ini");
  if ( ServerHost != "auth.rpg-club.eu" )
  {
    SetUIState("LoadingState");
  }
  Me.KillTimer(123);
}

Should be - checkInistring =D, its not checking in real time wether or not client is connected to the server, either way it wouldnt help, =) if the guy is stupid enough to pass .u files even with script s, and without crypt ....

Link to comment
Share on other sites

I have the same matter that some of you, when I open the game it goes automatically to the loading screen forever...

 

I tried editing the l2.ini and hosts, but the problem persists, or I'm doing something wrong.

 

Could you help me?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • 2 Factor Authentication Code for 100% secure login. Account provided with full information (email, password, dob, gender, etc).
    • ready server for sale, also available for testing with ready and beautiful npc zone pvp with custom 2 epic core orfen lvl2 with all maps ready all quests work at 100% ready comm  board with buffer teleport gm shop service anyone interested send me a pm many more that I forget  Exp/Sp : x30 (Premium: x40)    Adena : x7 (Premium: x10)   Drop : x7 (Premium: 10)   Spoil : x7 (Premium: 10)   Seal Stones : x7 (Premium: 10)   Raid Boss EXP/SP : x10   Raid Boss Drop : x3 (Premium: x5)   Epic Boss Drop : x1 Enchants   Safe Enchant : +3   Max Enchant : +16   Normal Scroll of Enchant Chance : 55%   Blessed Scroll of Enchant Chance : 60% Game Features   GMShop (Max. B-Grade)   Mana Potions (1000 MP, 10 sec Cooldown)   NPC Buffer (Include all buffs, 2h duration)   Auto-learn skills (Except Divine Inspiration)   Global Gatekeeper   Skill Escape: 15 seconds or /unstuck   1st Class Transfer (Free)   2nd Class Transfer (Free)   3rd Class Transfer (700 halisha mark)   Subclass (Items required from Cabrio / Hallate / Kernon / Golkonda + Top B Weapon + 984 Cry B)   Subclass 5 Subclasses + Main (Previous subclasses to level 75 to add new one)   Noblesse (Full Retail Quest)   Buff Slots: 24 (28 with Divine Inspiration LVL 4)   Skill Sweeper Festival added (Scavenger level 36)   Skill Block Buff added   Maximum delevel to keep Skills: 10 Levels   Shift + Click to see Droplist   Global Shout & Trade Chat   Retail Geodata and Pathnodes   Seven Signs Retail   Merchant and Blacksmith of Mammon at towns   Dimensional Rift (Min. 3 people in party to enter - Instance)   Tyrannosaurus drop Top LS with fixed 50% chance   Fast Augmentation System (Using Life Stones from Inventory)   Chance of getting skills (Normal 1%, Mid 3%, High 5%, Top 10%)   Wedding System with 30 seconds teleport to husband/wife Olympiad & Siege   Olympiad circle 14 days. (Maximum Enchant +6)   Olympiads time 18:00 - 00:00 (GMT +3)   Non-class 5 minimum participants to begin   Class based disabled   Siege every week.   To gain the reward you need to keep the Castle 2 times. Clans, Alliances & Limits   Max Clients/PC: 2   Max Clan Members: 36   Alliances allowed (Max 1 Clans)   24H Clan Penalties   Alliance penalty reset at daily restart (3-5 AM)   To bid for a Clan Hall required Clan Level 6 Quests x3   Alliance with the Ketra Orcs   Alliance with the Varka Silenos   War with Ketra Orcs   War with the Varka Silenos   The Finest Food   A Powerful Primeval Creature   Legacy of Insolence   Exploration of Giants Cave Part 1   Exploration of Giants Cave Part 2   Seekers of the Holy Grail   Guardians of the Holy Grail   Hunt of the Golden Ram Mercenary Force   The Zero Hour   Delicious Top Choice Meat   Heart in Search of Power   Rise and Fall of the Elroki Tribe   Yoke of the Past     Renegade Boss (Monday to Friday 20:00)   All Raid Boss 18+1 hours random respawn   Core (Jewel +1 STR +1 DEX) Monday, Wednesday and Friday 20:00 - 21:00 (Maximum level allowed to enter Cruma Tower: 80)   Orfen (Jewel +1 INT +1 WIT) Monday to Friday, 20:00 - 21:00 (Maximum level allowed to enter Sea of Spores: 80)   Ant Queen Monday and Friday 21:00 - 22:00 (Maximum level allowed to enter Ant Nest: 80)   Zaken Monday,Wednesday,Friday 22:00 - 23:00 (Maximum level allowed to enter Devil's Isle: 80)   Frintezza Tuesday, Thursday and Sunday 22:00 – 23:00 (Need CC of 4 party and 7 people in each party min to join the lair, max is 8 party of 9 people each)   Baium (lvl80) Saturday 22:00 – 23:00   Antharas Every 2 Saturdays 22:00 - 23:00 Every 2 Sundays (alternating with Valakas) 22:00 – 23:00   Valakas Every 2 Saturdays 22:00 - 23:00 Every 2 Sundays (alternating with Antharas) 22:00 – 23:00   Subclass Raids (Cabrio, Kernon, Hallate, Golkonda) 18hours + 1 random   Noblesse Raid (Barakiel) 6 hours + 15min random   Varka’s Hero Shadith 8 hours + 30 mins random (4th lvl of alliance with Ketra)   Ketra’s Hero Hekaton 8 hours + 30 mins random (4th lvl of alliance with Varka)   Varka’s Commander Mos 8 hours + 30 mins random (5th lvl of alliance with Ketra)   Ketra’s Commander Tayr 8 hours + 30 mins random (5th lvl of alliance with Varka)
    • Have a great day! Unfortunately, we can not give you the codes at the moment, but they will be distributed as soon as trial is back online, thanks for understanding! Other users also can reply there for codes, we will send them out some time after.
    • Ok mates i would like to play a pridestyle server (interluide, gracie w/ever) Is there any such server online and worth playing?
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock