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’ve seen tools like Find Person Name by Photo come in handy for creators who want to understand their audience better or spot fake accounts trying to piggyback on their growth. Pairing something like that with a solid SMM panel can make your workflow feel way smoother, especially if you're trying to grow without getting tangled in guesswork.
    • Join our discord: https://www.lineage2.cz/discord  
    • You should buy it then I’ll make a discount  
    • Hi everyone,   In 2014, I completely stepped away from developing L2 servers and doing L2J-related work. Since then, I’ve only opened this server about once a year and helped a few servers and individuals for free. I haven’t taken on any paid L2J work since then.   LINEAGE2.GOLD is a project that has reached about Season 6. The first season launched at the end of 2020 and was a fully rebuilt Gold-style server on the Classic client (protocol 110). It featured many custom systems and enhancements. After several seasons, I decided to abandon the Mobius-based project and move to Lucera, as my goal was to get as close as possible to Interlude PTS behavior while still staying on the L2J platform.   The current project was once again completely rebuilt, this time on the Essence client (protocol 306), and is based on Lucera. Because of that, acquiring a license from Deazer is required.   My Lucera extender includes, but is not limited to: Formulas.java Basic anti-bot detection, which proved quite effective, we caught most Adrenaline users using relatively simple server-side logic, logged them, and took staff action. Simple admin account lookup commands based on IP, HWID, and similar identifiers. In-game Captcha via https://lineage2.gold/code, protected by Cloudflare, including admin commands for blacklisting based on aggression levels and whitelisting. Additional admin tools such as Auto-Play status checks, Enchanted Hero Weapon live sync, force add/remove clans from castle sieges, item listeners for live item monitoring, and more. A fully rewritten Auto-Play system with support for ExAutoPlaySetting, while still using the Auto-Play UI wheel, featuring: Debuff Efficiency Party Leader Assist Respectful Hunting Healer AI Target Mode Range Mode Summoner buff support Dwarf mechanics Reworked EffectDispelEffects to restore buffs after Cancellation. Raid Bomb item support. Reworked CronZoneSwitcher. Prime Time Raid Respawn Service. Community Board features such as Top rankings and RB/Epic status. Custom systems for Noblesse, Subclasses, support-class rewards, and much more.   Depending on the deal, the project can include: The lineage2.gold domain The website built on the Laravel PHP framework The server’s Discord Client Interface source Server files and extender source The server database (excluding private data such as emails and passwords)   I’m primarily looking for a serious team to continue the project, as it would be a shame to see this work abandoned. This is not cheap. You can DM me with offers. If you’re wondering why I’m doing this: I’ve felt a clear lack of appreciation from the L2 community, and I’m not interested in doing charity work for people who don’t deserve it. I’m simply not someone who tolerates BS. Server Info: https://lineage2.gold/info Server for test: https://lineage2.gold/download Over 110 videos YouTube playlist: https://www.youtube.com/watch?v=HO7BZaxUv2U&list=PLD9WZ0Nj-zstZaYeWxAxTKbX7ia2M_DUu&index=113
  • 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..

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