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

    • From Salvation onwards I think you need a patched nwindow.dll that allows such modifications, try to see if you get what you need here: https://drive.google.com/drive/u/1/folders/1LLbQFGf8KlR-O0Iv5umfF-pwZgrDh9bd
    • hello everyone! I am wanting to save the files (Ini. - Data - ) of the EP5 Client: Salvation... But they generate the error "corrupt files"... I tried several versions of L2FileEditor without good results. I need help! Thank you!
    • Opening December 6th at 19:00 (GMT +3)! Open Beta Test from November 30th!   https://l2soe.com/   🌟 Introducing L2 Saga of Eternia: A Revolution in Lineage 2 High Five! 🌟   Dear Lineage 2 enthusiasts, Prepare to witness the future of private servers! L2 Saga of Eternia is not just another High Five project—it’s a game-changing experience designed to compete with the giants of the Lineage 2 private server scene. Built for the community, by the community, we’re here to raise the bar in quality, innovation, and longevity. What Sets Us Apart? 💎 No Wipes, Ever Say goodbye to the fear of losing your progress. Our server is built to last and will never close. Stability and consistency are our promises to you. ⚔️ Weekly New Content Our dedicated development team ensures fresh challenges, events, and updates every week. From custom quests to exclusive features, there will always be something exciting to explore. 💰 No Pay-to-Win Skill and strategy matter most here. Enjoy a balanced gameplay environment where your achievements come from effort, not your wallet. 🌍 A Massive Community With 2000+ players expected, join a vibrant and active community of like-minded adventurers ready to conquer the world of Aden. 🏆 Fair and Competitive Gameplay Our systems are designed to promote healthy competition while avoiding abusive mechanics and exploits. 🔧 Professional Development From advanced bug fixes to carefully curated content, we pride ourselves on smooth performance, no lag, and unparalleled server quality. Key Features Chronicle: High Five with unique interface Rate: Dynamic x10 rates Class Balance: Carefully fine-tuned for a fair experience PvP Focused: PvP Ranking & aura display effect for 3 Top PvPers every week Custom Events: Seasonal and permanent events to keep you engaged Additional Features:   Custom Endgame Content: Introduce unique dungeons, raids, or zones unavailable in other servers. Player-Driven Economy: Implement a strong market system and avoid overinflated drops or rewards. Epic Siege Battles: Announce special large-scale sieges and PvP events. Incentives for Streamers and Clans: Attract influencers and big clans to boost server publicity. Roadmap Transparency: Share a public roadmap of planned updates to build trust and excitemen   Here you can read all the features: https://l2soe.com/features   Video preview: Join the Revolution! This is your chance to be part of something legendary. L2 Saga of Eternia is not just a server; it’s a movement to redefine what Lineage 2 can be. Whether you’re a seasoned veteran or a newcomer to the world of Aden, we invite you to experience Lineage 2 at its finest.   Official Launch Date: December 6th 2024 Website: https://l2soe.com/ Facebook: https://www.facebook.com/l2soe Discord: https://discord.com/invite/l2eternia   Let’s build the ultimate Lineage 2 experience together. See you in-game! 🎮
    • That's like a tutorial on how to run l2 on MacOS Xd but good job for the investigation. 
    • small update: dc robe set sold   wts adena 1kk = 1.5$ 
  • Topics

×
×
  • Create New...