Jump to content
  • 0

Update Kill in Title aCis


Question

Posted

Hello, I would like a help with a bug in my tvt event. The title of the participants does not update the kills in the titles.

 

Code Add :

 

UserInfo.java

 

        writeS((_activeChar.getPolyType() != PolyType.DEFAULT) ? "Morphed" :  _activeChar.getTitle());

for
        writeS((_activeChar.getPolyType() != PolyType.DEFAULT) ? "Morphed" :  _activeChar.isInEvent() ? "Kills: " + _activeChar.getEventScore() :  _activeChar.getTitle());
 

CharInfo.java 

       
        if (gmSeeInvis)
            writeS("Invisible");
        else
            writeS(_activeChar.getTitle());

for

 

if (gmSeeInvis)
            writeS("Invisible");
        else
            writeS(_activeChar.isInEvent() ? "Kills: " + _activeChar.getEventScore() : _activeChar.getTitle());

 

 

Did I do something wrong?

 

9 answers to this question

Recommended Posts

  • 0
Posted

it is not a bug. You are missing broadcastUserInfo() when you increase the event kills.

 

....
....

activeChar.increaseTvTKills();
+activeChar.broadcastUserInfo();

....
....

 

  • Thanks 1
  • 0
Posted

yes no need put title in userinfo and charinfo just add it in start event use fake title and in
public void onKillUpdatePvPKarma(Playable target) you can use here the show title kills
but first need put in event core on start use title you can find code from l2jfrozen

  • 0
Posted
1 hour ago, tazerman2 said:

sim não precisa colocar título em userinfo e charinfo basta adicioná-lo no evento start usar título falso e em
public void onKillUpdatePvPKarma (alvo jogável) você pode usar aqui o título do show mata
mas primeiro precisa colocar no núcleo do evento no start use title você pode encontrar código de l2jfrozen

 

 

  • 0
Posted
23 minutes ago, melron said:

Não é um inseto. Você está faltando broadcastUserInfo () quando você aumenta o evento mata.

 





 

 

even adding here does not work

 

/ Count the private kill
            killer.increaseEventScore();
            killer.sendPacket(new PlaySound(0, "ItemSound.quest_itemget"));
            +killer.broadcastUserInfo();
            

  • 0
Posted

In L2J exists temporary visual style class. He names PcAppearance. You can use him for dynamic changing vesual style of player w/o changing main properties. How it work you can see in last L2J sources. And not need to create bicycle anew. Just change in CharInfo and UserInfo getting all visual styles from player.getTitle() to player.getAppearance().getTitle(). Nothing more.

  • 0
Posted

to write correctly an event that changes your colors or title/username you MUST save them into database,  user id with original username/title/colors (specially if you have color system) so you can handle the character disconnection with less memory garbage you use this part of database in 3 cases (Event Start, Event End, Char Disconnection)

  • 0
Posted
8 hours ago, Nightw0lf said:

to write correctly an event that changes your colors or title/username you MUST save them into database,  user id with original username/title/colors (specially if you have color system) so you can handle the character disconnection with less memory garbage you use this part of database in 3 cases (Event Start, Event End, Char Disconnection)

 

:DDDDDDDD

  • 0
Posted
8 hours ago, Nightw0lf said:

to write correctly an event that changes your colors or title/username you MUST save them into database,  user id with original username/title/colors (specially if you have color system) so you can handle the character disconnection with less memory garbage you use this part of database in 3 cases (Event Start, Event End, Char Disconnection)

 

Terrible idea, you are stucked with a colored name/title with no means to edit it otherwise. Simply edit the content stored in memory, it's enough. For an event, don't store anything, even the initial location can be processed based on area spawn locs (which should be handled by your event engine).

 

Regarding the question, Melron answered. You have to send back the changes to clients, using packets. Simply see how settitle / setname are handled.

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

    • Where's the proof? I can tell you're a scammer.
    • Where was I called a scammer? Is there any proof, etc.? There are a lot of reviews about our store online, etc. https://zhyk.org/forum/showthread.php?t=1108673
    • U was reported as scammer in your previos topic why u create new topic?
    • 🔍 Inventory 1.0 is a next-generation inventory system that stands out with its special minimal clothing system. Carefully designed and prepared according to the highest standards of your server, it not only enhances your gaming experience but also contributes to your server's infrastructure. ⚙️ Supported: QB-CORE Features: ✅ Instant Delivery: All products you purchase will be instantly assigned to your account as soon as your payment is completed. ✅ Clothing System: With the special animated clothing configurations in your inventory, you will be able to change outfits with ease. Experience a unique roleplaying experience with high-quality animations and customizable clothing options. ✅ Minimalist Inventory System: This inventory system, with its visuals, animations, and mechanics, offers maximum efficiency without overwhelming your screen and limiting your roleplaying experience. It’s designed to be user-friendly while enhancing your roleplaying experience. ✅ Continuous Updates: The content in the inventory is regularly updated with innovative features added. New animations, additional clothing options, and cutting-edge features ensure a fresh and dynamic experience. ✅ Easy Setup and Compatibility: Compatible with QB-CORE, this system is easy to install and optimized for quick integration into your server. It works seamlessly with a simple drag-and-drop method. ✅ Performance Optimization: The system is optimized to avoid low FPS and performance drops. All features of the inventory run smoothly without affecting your server’s performance. ✅ Multilingual Support: With support for different languages, you can cater to an international player base and build a larger community on your server. ✅ Flexible Customization Options: You can fully customize the inventory according to your needs and server rules. Choose between different outfits and animations to create a unique gaming experience. ✅ Comprehensive Help and Support: With 24/7 support, you can quickly resolve any issues you encounter. Our technical support and user guides are always here to assist you. Shop Now! Take your game to the next level with Inventory 1.0  and enjoy its unique features. Get ready to make a real difference in your roleplaying experience!   --------------------------TEBEX: https://matza.tebex.io/package/7174862 --------------------------
  • 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