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

    • I was looking for  server with a low rates,eventually i found l2 elixir.I Joined beta and after so many years since 2008 i found  a friend that we played together, memories came back. i cant wait for the grand oppening!. dont miss it!
    • Seems legit, for sure deserves a try!
    • SOCNET VERIFICATION SERVICE — is a universal solution for those who value security, convenience, and quality. We turn the verification process into a convenient, fast, and highly confidential experience. Thanks to our service, any of your accounts receive identity confirmation, an increased level of trust from platforms and users, as well as protection from bans, fraud, and risks.   Promotion: Pay for your first verification and get a 10% discount on the second one! 💎 We help with verification on Fragment, crypto exchanges ByBit, Gate, Bitget, OKX, Binance, PayPal, KuCoin, and social networks LinkedIn, Facebook, Instagram, Twitter (X) and many other platforms! 💎 Verification for any service: crypto exchanges, trading platforms, hosting providers, casinos and other websites. Why choose us:   Premium quality — we use the most advanced verification methods. High processing speed — accelerated verification on leading platforms, online services and social networks. Full confidentiality — your personal information is protected. Increased trust and status — a verified account boosts influence and improves conversion. Individual approach — we work with bloggers, brands, businesses, and private clients. Simplifying complexity — we handle issues when dealing with foreign services. Important! Services related to illegal activities are strictly prohibited! 💳 Service pricing   ✅ Verification of individuals — from $30 (the exact cost depends on the required location and service/app/website). Learn more 👨‍💼 The cost of business verification for companies or legal entities is discussed individually with the service administration. Learn more If you want us to register your account on the required service and verify it — you will need to additionally pay 10% of the transaction amount. Available payment methods: cryptocurrency, credit cards, PayPal, and other payment methods in our online store and Telegram bot.   ⭐ Our Online Store ⭐ SOCNET.STORE ⭐ Telegram Store ⭐ SOCNET.SHOP ⭐ Our SMS Service ⭐ SOCNET.APP ⭐ Our Telegram Bot for buying Telegram Stars ⭐ SOCNET.CC ⭐ Our SMM Panel ⭐ SOCNET.PRO   ✅ News Resources ➡ Telegram Channel ➡ WhatsApp Channel ➡ Discord Server     ⭐ We invite you to COOPERATE and EARN with us ⭐ Would you like to sell your product or service in our stores and earn money? Become our partner or offer mutually beneficial collaboration? You can contact us via the CONTACTS listed in this topic. ✅ Contacts & Support ➡ Telegram Support ➡ WhatsApp Support ➡ Discord Support: socnet_support ➡ Email Support: solomonbog@socnet.store   Terms of Use and Refund Policy If you have any questions or issues, our fast support service is ready to respond to your requests! A refund for a completed service that does not fully meet the requirements or the declared quality is possible only if the product description includes a warranty and a valid warranty period. In other cases, a full refund for the service will not be provided! By purchasing such a service, you automatically agree to our refund rules for non-provided services! Refunds for countries selected by mistake are not provided after verification. To complete verification, you must provide full access to your account. We currently accept cryptocurrency, credit cards, PayPal, and other payment methods in our online store and Telegram bot! We value every client and provide replacements in case of invalid accounts via our contact channels! Attention: Your order will be delivered to your personal Google Drive/Mega.nz via a link (check the link, click “View content”) within 24 hours after the order confirmation! If you purchased more than 1 item at once, your entire order will be delivered via the first link! The remaining links will be empty! You will automatically receive an email notification after delivery! If you pay on our website via PayPal, you must pay an additional 20% commission (minimum $1). To avoid this commission, you can pay me directly via PayPal — instructions are available on the website! Refunds for items purchased by mistake or due to “I chose the wrong product and did not use it” are not accepted! You are fully responsible for your actions before and after purchase.
    • SOCNET VERIFICATION SERVICE — is a universal solution for those who value security, convenience, and quality. We turn the verification process into a convenient, fast, and highly confidential experience. Thanks to our service, any of your accounts receive identity confirmation, an increased level of trust from platforms and users, as well as protection from bans, fraud, and risks.   Promotion: Pay for your first verification and get a 10% discount on the second one! 💎 We help with verification on Fragment, crypto exchanges ByBit, Gate, Bitget, OKX, Binance, PayPal, KuCoin, and social networks LinkedIn, Facebook, Instagram, Twitter (X) and many other platforms! 💎 Verification for any service: crypto exchanges, trading platforms, hosting providers, casinos and other websites. Why choose us:   Premium quality — we use the most advanced verification methods. High processing speed — accelerated verification on leading platforms, online services and social networks. Full confidentiality — your personal information is protected. Increased trust and status — a verified account boosts influence and improves conversion. Individual approach — we work with bloggers, brands, businesses, and private clients. Simplifying complexity — we handle issues when dealing with foreign services. Important! Services related to illegal activities are strictly prohibited! 💳 Service pricing   ✅ Verification of individuals — from $30 (the exact cost depends on the required location and service/app/website). Learn more 👨‍💼 The cost of business verification for companies or legal entities is discussed individually with the service administration. Learn more If you want us to register your account on the required service and verify it — you will need to additionally pay 10% of the transaction amount. Available payment methods: cryptocurrency, credit cards, PayPal, and other payment methods in our online store and Telegram bot.   ⭐ Our Online Store ⭐ SOCNET.STORE ⭐ Telegram Store ⭐ SOCNET.SHOP ⭐ Our SMS Service ⭐ SOCNET.APP ⭐ Our Telegram Bot for buying Telegram Stars ⭐ SOCNET.CC ⭐ Our SMM Panel ⭐ SOCNET.PRO   ✅ News Resources ➡ Telegram Channel ➡ WhatsApp Channel ➡ Discord Server     ⭐ We invite you to COOPERATE and EARN with us ⭐ Would you like to sell your product or service in our stores and earn money? Become our partner or offer mutually beneficial collaboration? You can contact us via the CONTACTS listed in this topic. ✅ Contacts & Support ➡ Telegram Support ➡ WhatsApp Support ➡ Discord Support: socnet_support ➡ Email Support: solomonbog@socnet.store   Terms of Use and Refund Policy If you have any questions or issues, our fast support service is ready to respond to your requests! A refund for a completed service that does not fully meet the requirements or the declared quality is possible only if the product description includes a warranty and a valid warranty period. In other cases, a full refund for the service will not be provided! By purchasing such a service, you automatically agree to our refund rules for non-provided services! Refunds for countries selected by mistake are not provided after verification. To complete verification, you must provide full access to your account. We currently accept cryptocurrency, credit cards, PayPal, and other payment methods in our online store and Telegram bot! We value every client and provide replacements in case of invalid accounts via our contact channels! Attention: Your order will be delivered to your personal Google Drive/Mega.nz via a link (check the link, click “View content”) within 24 hours after the order confirmation! If you purchased more than 1 item at once, your entire order will be delivered via the first link! The remaining links will be empty! You will automatically receive an email notification after delivery! If you pay on our website via PayPal, you must pay an additional 20% commission (minimum $1). To avoid this commission, you can pay me directly via PayPal — instructions are available on the website! Refunds for items purchased by mistake or due to “I chose the wrong product and did not use it” are not accepted! You are fully responsible for your actions before and after purchase.
    • +8? Isnt +5 max per one stat?
  • 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