Jump to content

[Share] Olympus Armor Set (all races) Full Pack by d0ds™ {Freya-H5} (updated)


d0ds™

Recommended Posts

Hi all,

 

Here again new armor set complete with server side script.

I also added new skills for set of armor and active skill for cloak and headgear, please see the Change Log.

 

Video Preview

Picture Preview

picturet.png

Online Pics

heavyset.th.pngleatherset.th.pngrobeset.th.png

 

Change Log (Feb. 24, 2012)

  • Skills Added
    • Olympus Heavy Set Passive Skill
    • Olympus Leather Set Passive Skill
    • Olympus Robe Set Passive Skill
    • Olympus Special Ability for Head Gear (Awakening) Active Skill
    • Olympus Special Ability for Cloak (Back to town) Active Skill

    [*]Fixed Icons

    • Heavy Set Skill Icon
    • Leather Set Skill Icon
    • Robe Set Skill Icon
    • Armor / Accessories Icons

Download

.rar password: d0ds

 

Credits: d0ds™, and L2Sacrifice for .ukx (helmet)

Link to comment
Share on other sites

hi men, thanks for the set, I have a problem with the icons.

set in use in freya and icons might be seen entirely in black,

also use it on H5 but only saw the layer although the layer icon freya.

hopefully know how to fix it, I think the error is in the armorgrp because you only have an icon and the layer.

There are several people that this happens

Este problema lo tengo con el set Olympus y el Faunus.

Link to comment
Share on other sites

hi men, thanks for the set, I have a problem with the icons.

set in use in freya and icons might be seen entirely in black,

also use it on H5 but only saw the layer although the layer icon freya.

hopefully know how to fix it, I think the error is in the armorgrp because you only have an icon and the layer.

There are several people that this happens

Este problema lo tengo con el set Olympus y el Faunus.

Fixed


download.png

Link to comment
Share on other sites

Hi all!

if any one have a problem with the SQL script that has exceeded the item ID value.

here are the script to change the value count, I believe it is included in server side.

ALTER TABLE `armorsets`
MODIFY COLUMN `chest`  int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `id`,
MODIFY COLUMN `legs`  int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `chest`,
MODIFY COLUMN `head`  int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `legs`,
MODIFY COLUMN `gloves`  int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `head`,
MODIFY COLUMN `feet`  int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `gloves`;

just execute it, before inserting the armor set data.

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



  • Posts

    • Welcome to my store : https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 60.99 $ 2016 Discord Account : 10.50 $ 2017 Discord Account :4.99 $ 2018 Discord Account : 3.99 $ 2019 Discord Account : 2.99 $ 2020 Discord Account :1.99$ 2021 Discord Account :1.50$ 2022 Discord Account :0.99$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore11 Whatsapp ; +212614849119
    • The heavy lifting is done in the client, because while you can get away with small imperfections in the java, everything in the client must be impecable. So, if you haven't touched the client, I'd say pick the newest protocol version you can find the client editing tools and Interface.u (mandatory) / NWindow.dll (better to have it) / Engine.dll (optional) sources for. At the very least, you need the Interface.u to fix the Clan Window and enable skill enchanting on Classic/Essence versions, if you decide to use one of them instead of MAIN/LIVE.
    • Thanks for clarification. Do you think the newest clients offer solid advantages compared to the classic ones like Salvation? I'm also in the process of porting h5 to one of them just for the sake of it, so I was wondering if I should just attempt to go to the newest possible.
    • Upgrading to Salvation is exactly the same as upgrading to the newest client with the only difference being access to free-shared client editing tools and resources. I am speaking from experience. I have upgraded my HF source to one of the newest clients by myself (in terms of server side. got help with the client) and hit every single wall there was in the process. Now, I already have several multi-protocool server cores so I can easily compare different approaches to tackling the same issue, which also helped the learning process. Best way to learn would be to use this one (link below) to snoop around and figure out what has been changed in the server side (the packet structure will be different, for sure, but works for understanding/figuring the process out in general terms). https://github.com/iBezneR/L2J_SunriseProject_Purity The client side will always be the same, always the same files, only the DAT structure will be different. I personally wrote myself some parsers for the data of the DAT files from OLD -> NEW client.
  • Topics

×
×
  • Create New...