Jump to content

Recommended Posts

Posted

Hello Justin Bieber fan's!!

 

I'm here to post the icon parser for interlude.

In the second image, you can see what appear in case of non existent items on database.

 

dupCV61.pnguv6NhX1.png

 

 

icon_64x64.png

PASTEBIN

  • 8 months later...
Posted

Use like this

	<item id="1" type="Weapon" name="Short Sword">
		<set name="icon" val="icon.weapon_small_sword_i00" />
		<set name="default_action" val="equip" />
		<set name="weapon_type" val="SWORD" />
		<set name="bodypart" val="rhand" />
		<set name="random_damage" val="10" />
		<set name="attack_range" val="40" />
		<set name="damage_range" val="0;0;40;120" />
		<set name="material" val="STEEL" />
		<set name="weight" val="1600" />
		<set name="price" val="768" />
		<set name="soulshots" val="1" />
		<set name="spiritshots" val="1" />
		<for>
			<set order="0x08" stat="pAtk" val="8" />
			<set order="0x08" stat="mAtk" val="6" />
			<set order="0x08" stat="rCrit" val="8" />
			<set order="0x08" stat="pAtkSpd" val="379" />
		</for>
	</item>
Posted

 

Use like this

	<item id="1" type="Weapon" name="Short Sword">
		<set name="icon" val="icon.weapon_small_sword_i00" />
		<set name="default_action" val="equip" />
		<set name="weapon_type" val="SWORD" />
		<set name="bodypart" val="rhand" />
		<set name="random_damage" val="10" />
		<set name="attack_range" val="40" />
		<set name="damage_range" val="0;0;40;120" />
		<set name="material" val="STEEL" />
		<set name="weight" val="1600" />
		<set name="price" val="768" />
		<set name="soulshots" val="1" />
		<set name="spiritshots" val="1" />
		<for>
			<set order="0x08" stat="pAtk" val="8" />
			<set order="0x08" stat="mAtk" val="6" />
			<set order="0x08" stat="rCrit" val="8" />
			<set order="0x08" stat="pAtkSpd" val="379" />
		</for>
	</item>

 

don't be stupid, that cannot be done without the proper tool on 10.000 items

 

the proper usage on IL was that I coded some time ago

<icon id="1" val="icon.weapon_small_sword_i00" />

Posted (edited)

don't be stupid, that cannot be done without the proper tool on 10.000 items

 

the proper usage on IL was that I coded some time ago

<icon id="1" val="icon.weapon_small_sword_i00" />

 

If you do not have the knowledge to do it for 10,000 items, it does not mean that all the other idiots.

 

Only idiots use the database and individual xml files for static data. Therefore Tryskell ignores your idiotic ideas.

 

Have a nice day!

Edited by Rootware
Posted (edited)

If you do not have the knowledge to do it for 10,000 items, it does not mean that all the other idiots.

 

Only idiots use the database and individual xml files for static data. Therefore Tryskell ignores your idiotic ideas.

 

Have a nice day!

 

hahahah u suck badly man, the static XML im talking about loads 10k icons in 10 miliseconds, in a hashmap providing great speeds. Possibly faster than Item.getItem().getIcon() 

 

But your russian, the arrow shoots you, nothing to discuss with such a garbage, uneducated russian beast like you.

 

 

Additionally, individual XML file gives you the opportunity not to load the icons by option if you don't need them. But Im pretty sure your slow russian head didn't had enough power to process this two simple things

Edited by xdem
Posted (edited)

this piece of ..... will slow your server, do not use it.

 

How it will slow your server? It uses just a connection and then it loads them in a map and I think loading these strings is fast.

Edited by `PonyRider
Posted

How it will slow your server? It uses just a connection and then it loads them in a map and I think loading these strings is fast.

 

Don't pay attention to what randoms say. That database connection is not bad or slow, but not efficient since you can load it in XMLs.

 

the guy who coded that code, used my IconsTable as base, my IconsTable was working only for aCis meaning that it wouldn't work for Frozen without the correct libs. So instead of creating the XML parser like aCis has, he just went through the fast way, aka db connection

Posted (edited)

hahahah u suck badly man, the static XML im talking about loads 10k icons in 10 miliseconds, in a hashmap providing great speeds. Possibly faster than Item.getItem().getIcon() 

 

But your russian, the arrow shoots you, nothing to discuss with such a garbage, uneducated russian beast like you.

 

 

Additionally, individual XML file gives you the opportunity not to load the icons by option if you don't need them. But Im pretty sure your slow russian head didn't had enough power to process this two simple things

 

Really? The last sources of L2J uses the icons in the items descriptions. They also idiots that use it?
 
Maybe only the author of this topic is idiot who tries to reinvent the wheel?
Edited by Rootware
Posted (edited)

 

Really? The last sources of L2J uses the icons in the items descriptions. They also idiots that use it?
 
Maybe only the author of this topic is idiot who tries to reinvent the wheel?

 

 

Whats the difference between icons.xml and icons embedded into items.xml. None, so you make no sense at all. 

Edited by xdem
Posted

Whats the difference between icons.xml and icons embedded into items.xml. None, so you make no sense at all.

 

Not necessarily specify the icon for each item.

        _icon = set.getString("icon", "icon.noimage");

If you have not added to the description of an item icon name, the default value is used "icon.noimage".

 

As a result, use of icons in the properties of scripts much easier.

 

<img src=" + ItemTable.getInstance().getTemplate(itemId).getIcon() + " height=32 width=32>

Therefore, any other choices are an invention of the bicycle.

 

Have a nice day!

Posted (edited)

 

Not necessarily specify the icon for each item.

        _icon = set.getString("icon", "icon.noimage");

If you have not added to the description of an item icon name, the default value is used "icon.noimage".

 

As a result, use of icons in the properties of scripts much easier.

 

<img src=" + ItemTable.getInstance().getTemplate(itemId).getIcon() + " height=32 width=32>

Therefore, any other choices are an invention of the bicycle.

 

Have a nice day!

 

Mr.Retard, all Interlude datapacks MISS the method getIcon();

 

items.xml DON'T have _icon = set.getString("icon", "icon.noimage"); NEITHER <set name="icon" val="icon.1234" />

 

so you HAVE to create an icons.xml that will load <ItemId, IconString> in the table, whjere's the reinvention here when you are missing the whole static data?

 

 

Have a bad day!

Edited by xdem
Posted

Mr.Retard, all Interlude datapacks MISS the method getIcon();

 

items.xml DON'T have _icon = set.getString("icon", "icon.noimage"); NEITHER <set name="icon" val="icon.1234" />

 

so you HAVE to create an icons.xml that will load <ItemId, IconString> in the table, whjere's the reinvention here when you are missing the whole static data?

 

 

Have a bad day!

 

 

What's stopping you create it? Knowledge?

 

In any case, it is much easier to do than to create a separate instance for some icons. Learn Java and structure of the server order to not to write nonsense in the future.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • (3241-100)/9 = 349 online xD     WHAT I WILL SEE ON NEW SEASON ? *Free VIP characters for everyone for first 3 days after opening ! Unique augmentation trade/sell system (NEW PATCH V3.2). Improved server stability. No more lagg / dc. Pvp map area HIDE Names/clans unique system. Big changes on augmentation system.  rotfl Lucky fortune monsters on levelling area with 10min spawn. Also we will try to push longer seasons ever !  HAHAHAHAHAHA XD Increased giran trading area for sell. New raid boss events in coliseum. Fixed reflect damage skills. New raid boss banshee. Fixed pvp area flag issues. Fixed castle siege pray issues. New pvp map in sea of spores. Increased all mob drops rate by +20%. And much more...   Augment diammond 100% 3x winter xDD   And now the best part   HAHAHAH 1-10 random level LS Augment Also we will try to push longer seasons ever !  HAHAHAHAHAHA XD   GRAND START FROM - 15/08/2025, FRIDAY, 20:00 +3 GMT ! GRAND OPENING FROM - 10/10/2025, FRIDAY, 20:00 +3 GRAND OPENING FROM - 05 DECEMBER 2025, FRIDAY, 20:00 +2 GMT ! GRAND OPENING FROM - 12/052025, FRIDAY, 20:00 +3 GMT ! GRAND OPENING FROM - 23 JANUARY 2026, FRIDAY, 20:00 +2 GMT ! WIPE ! NEW SEASON GRAND OPENING FROM TODAY ! - 23/01/2026, FRIDAY, 20:00 +3 GMT ! OPENING TODAY !!! FROM - 06/03/2026, FRIDAY, 20:00 +3 GMT !   1. When wipe?  2. When will there be any response to the allegations? 3. When will they stop deceiving players with the actual number of players online? 4. When change server name to L2][Wipe the best waste Time][Money?
    • Don't spam my post again. Do you need attention? That guy doesn't work at L2Devs, he's not a programmer, and I've never spoken to him. You should respond to the people you scammed. Regards!
    • “WRONG EMAIL – AND EVERYTHING FALLS APART.” ▪ Requests are different. Sometimes a task takes three days, sometimes thirty minutes. ▪ Recently a regular client contacted us. The account had one e-mail, but another one was required for a specific service. ▪ The screenshot was sent immediately. Task – carefully replace the e-mail in the document so that everything looks natural and leaves no editing traces. ▪ Small details like this are often underestimated. › What usually happens: – one symbol in the e-mail doesn’t match – the system starts checking metadata – questions appear about the file origin – the document goes to additional verification ▪ We simply did it properly: the e-mail matches, the file structure remained intact, the document looks original. ▪ Sometimes a good result is not “magic”, but precision in details. ▪ If your document were checked right now – are you sure there are no small details that could ruin everything? › TG: https://t.me/mustang_service ( https:// t.me/ mustang_service ) › Channel: https://t.me/+JPpJCETg-xM1NjNl ( https:// t.me/ +JPpJCETg-xM1NjNl ) #documentdesign #verification #documents #case #antifraud
    • Skylord  = L2Gold.eu ;   Skylord is the programmer at L2Devs. Look what he posted in my thread. I reported him, and they automatically deleted his post and closed my thread.   They need to trick people into buying this garbage.   You can safely use this extender:   https://maxcheaters.com/topic/253977-%F0%9F%94%A5-l2ext-custom-interlude-vang-%E2%80%93-2026-release/  
    • 💙 PRIDE ESSENCE X1  ✅ Start: 14.03.2026  ✅ UPDATE: SAMURAI CROW  ✅ ONLINE: 2000+  💜 NO P2W / BIG CLANS / INTERNATIONAL COMMUNITY / STAGE SYSTEM  🎮 Discord bonus: https://discord.gg/prideessence Pride Essence Official Server Wiki Here you can find all features, systems, and detailed information to fully understand the server.   - General Features - https://prideessence.club/general-features - Road Map - https://prideessence.club/roadmap/ - Class Balance – 14/03 - https://prideessence.club/class-balance-14-03/ - Referral System - https://prideessence.club/referral-system/ - Party Synergy System - https://prideessence.club/party-synergy-system/ - Dual Class System - https://prideessence.club/dual-class-system-3/ - Premium Account - https://prideessence.club/premium-account/ - Game Store - https://prideessence.club/game-store/ - L-Coin Store - https://prideessence.club/l-coin-store/ - Command Channel Skill Availability - https://prideessence.club/command-channel-skill-availability/ - Clan DKP System - https://prideessence.club/clan-dkp-system/ - Target Priority System - https://prideessence.club/target-priority-system/ - Skins - https://prideessence.club/skins/ - Players Inspect - https://prideessence.club/players-inspect/ - Gear Score Ranking - https://prideessence.club/gear-score-ranking/ - Guaranteed Enchant System - https://prideessence.club/guaranteed-enchant-system/ - Account Shield - https://prideessence.club/account-shield/ - VIP Level Ranking - https://prideessence.club/vip-level-ranking/ - Tournament - https://prideessence.club/tournament-2/ - Fortress Siege - https://prideessence.club/fortress-siege/ - Olympiad - https://prideessence.club/olympiad/ - Enchant and Compound Limit - https://prideessence.club/enchant-and-compound-limit/ - Enchant Rates - https://prideessence.club/enchant-rates/ - Pride World Marketplace - https://prideessence.club/pride-world-marketplace/ - Raid Boss Lootbox - https://prideessence.club/raid-boss-lootbox/
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..