Jump to content

Recommended Posts

Posted

Oww thx so much Cobra,works great but need a little fix ;) !

 

To:

It's all :) !

 

shot00001led.th.jpg

Great work bro,very usefull.

Cya

 

Pliz hide your post! ;)

 

Topic: [share]Screen Message!(No Client Modding)  (Read 217 time

 

pff leo kai egw tpt new... afto einai tou px eona!

 

nothing new

 

If you don't like it don't post!

Posted

I AM SORRY BUT IN WHAT LINE I ADD THIS?

ExShowScreenMessage welcomemessage = new ExShowScreenMessage("Welcome to The MaxCheaters,10000); //10000 = 10 seconds

    activeChar.sendPacket(welcomemessage);

 

Omg Hide you reply with 50 post ....!!! :@

 

Delete the l2j message and put this... whats the didficult!

 

Hide your post!!! Or delete the code!!!!

Posted

//You rock!

The best share I have ever seen its like a gui for messages :P

Thanks again. I couldn't make it work on l2dot , but i think i will try your code now.

Posted

I would like some feedback on this if possible.

 

I'm using l2jfree with gracia ct2 client.

 

This is the hidden content, please

 

I entered the above code into the enterworld.java on line 236. However my problem is that when a player logs onto the screen, nothing happens. If I understood correctly, I don't need to modify the exshowscreenmessage.java as that is for interlude only, or am I wrong (tried editing it aswell though, nothing changed).

 

note, I did use the proper imports

import com.l2jfree.gameserver.network.serverpackets.ExShowScreenMessage;

 

Thank you for your time, Velin.

Posted

I would like some feedback on this if possible.

 

I'm using l2jfree with gracia ct2 client.

 

I entered the above code into the enterworld.java on line 236. However my problem is that when a player logs onto the screen, nothing happens. If I understood correctly, I don't need to modify the exshowscreenmessage.java as that is for interlude only, or am I wrong (tried editing it aswell though, nothing changed).

 

note, I did use the proper imports

import com.l2jfree.gameserver.network.serverpackets.ExShowScreenMessage;

 

Thank you for your time, Velin.

 

If this don't work to you use this one;

 

ExShowScreenMessage welcomeMessage = new ExShowScreenMessage("Welcome to MaxCheaters!",10000);//1000=10second
activeChar.sendPacket(welcomeMessage);

 

Posted

well i think that oneo packs had this thing when you gone to giran, dion, oren etc...

correct me if i'm wrong..

anyway as stef says you rock!rocker?DAMN! j/k

good job

Posted

well i think that oneo packs had this thing when you gone to giran, dion, oren etc...

correct me if i'm wrong..

anyway as stef says you rock!rocker?DAMN! j/k

good job

 

the difference is with that you can put your own message

 

Intrepid,отсоси пидар

import com.l2emu.gameserver.network.serverpackets.ExShowScreenMessage;

 

i dont understand russian please speak english

Posted

Hey friends ˚°▫•Cobra●▫°˚ or Intrepid,why the gameserver shows this error sometimes ?

Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
SkillTreeTable: Loaded 41962 skills.
FishingSkillTreeTable: Loaded 109 general skills.
FishingSkillTreeTable: Loaded 8 dwarven skills.
EnchantSkillTreeTable: Loaded 261 enchant skills.
PledgeSkillTreeTable: Loaded 64 pledge skills
TransformSkillTreeTable: Loaded 50 transform skills
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance

Thx in advanced :) .

Posted

 

 

 

 

Hey friends ˚°▫•Cobra●▫°˚ or Intrepid,why the gameserver shows this error sometimes ?

Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
SkillTreeTable: Loaded 41962 skills.
FishingSkillTreeTable: Loaded 109 general skills.
FishingSkillTreeTable: Loaded 8 dwarven skills.
EnchantSkillTreeTable: Loaded 261 enchant skills.
PledgeSkillTreeTable: Loaded 64 pledge skills
TransformSkillTreeTable: Loaded 50 transform skills
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance
Unevenly distributed hash code - Degraded Preformance

Thx in advanced :) .

 

 

Index: /trunk/L2EmuProject-Game/src/main/java/net/sf/l2j/gameserver/datatables/SkillTable.java
===================================================================
--- /trunk/L2EmuProject-Game/src/main/java/net/sf/l2j/gameserver/datatables/SkillTable.java (revision 2)
+++ /trunk/L2EmuProject-Game/src/main/java/net/sf/l2j/gameserver/datatables/SkillTable.java (revision 59)
@@ -77,5 +77,5 @@
	public static int getSkillHashCode(int skillId, int skillLevel)
	{
-		return skillId * 256 + skillLevel;
+		return skillId * 255 + skillLevel;
	}

 

with that the error gone.

Posted

Perfect Intrepid.

I placed the fix in the l2jserver and works nice now :)

 

Updated characters online status.
Cleaned 0 elements from database.
IDFactory: 102912 id's available.
Initializing Script Engine Manager
Script Engine: java 1.6 - Language: java - Language Version: 1.6
*sys-package-mgr*: processing modified jar, 'C:\L2JSERVER_PT2\libs\bsh-2.0b5.jar
'
*sys-package-mgr*: processing modified jar, 'C:\L2JSERVER_PT2\libs\bsh-engine.ja
r'
*sys-package-mgr*: processing modified jar, 'C:\L2JSERVER_PT2\libs\c3p0-0.9.1.2.
jar'
*sys-package-mgr*: processing modified jar, 'C:\L2JSERVER_PT2\libs\ecj.jar'
*sys-package-mgr*: processing modified jar, 'C:\L2JSERVER_PT2\libs\java-engine.j
ar'
*sys-package-mgr*: processing modified jar, 'C:\L2JSERVER_PT2\libs\javolution.ja
r'
*sys-package-mgr*: processing modified jar, 'C:\L2JSERVER_PT2\libs\jython-engine
.jar'
*sys-package-mgr*: processing modified jar, 'C:\L2JSERVER_PT2\libs\jython.jar'
*sys-package-mgr*: processing modified jar, 'C:\L2JSERVER_PT2\libs\mmocore.jar'
*sys-package-mgr*: processing modified jar, 'C:\L2JSERVER_PT2\libs\mysql-connect
or-java-5.1.7-bin.jar'
*sys-package-mgr*: processing modified jar, 'C:\L2JSERVER_PT2\gameserver\l2jserv
er.jar'
Script Engine: jython 2.2.1 - Language: python - Language Version: 2.2.1
Script Engine: BeanShell Engine 1.1 - Language: BeanShell - Language Version: 2.
0b5
Script Engine: Mozilla Rhino 1.6 release 2 - Language: ECMAScript - Language Ver
sion: 1.6
SkillTreeTable: Loaded 41962 skills.
FishingSkillTreeTable: Loaded 109 general skills.
FishingSkillTreeTable: Loaded 8 dwarven skills.
EnchantSkillTreeTable: Loaded 261 enchant skills.
PledgeSkillTreeTable: Loaded 64 pledge skills
TransformSkillTreeTable: Loaded 50 transform skills
ItemTable: Loaded 2163 Armors.
ItemTable: Loaded 8411 Items.
ItemTable: Loaded 2937 Weapons.
highest item id used:20274
Initializing ClanHallManager
Loaded: 0 clan halls
Loaded: 44 free clan halls
Extractable items data: Loaded 338 extractable items!
Summon items data: Loaded 25 summon items.
Loading zones...
L2World: Setting up World Regions
L2World: (96 by 136) World Region Grid set up.
Initializing GrandBossManager
GrandBossManager: Loaded 7 Instances
Done: loaded 407 zones.
Initializing CastleManager
Initializing FortManager
Searching clan halls doors:
DoorTable: Loaded 689 Door Templates.

Thx a lot bro.

Posted

 

This is the hidden content, please

 

        SystemMessage sm = new SystemMessage(SystemMessageId.WELCOME_TO_LINEAGE);

        sendPacket(sm);

 

I put the import in enterworld...

 

But do not want to work..

Guest
This topic is now closed to further replies.



  • 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.
  • 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