Jump to content

xPeNaChO

Members
  • Posts

    80
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by xPeNaChO

  1. 10 minutes ago, arm4729 said:

    i have some problem i can't set packet as bolean , im still working on it

    Try it!

     

    	public void broadcastStatusUpdate()
    	{
    		// Send StatusUpdate with current HP, MP and CP to this L2PcInstance
    		StatusUpdate su = new StatusUpdate(this);
    +		su.addAttribute(StatusUpdate.MAX_HP, getMaxHp());
    		su.addAttribute(StatusUpdate.CUR_HP, (int) getCurrentHp());
    +		su.addAttribute(StatusUpdate.MAX_MP, getMaxMp());
    		su.addAttribute(StatusUpdate.CUR_MP, (int) getCurrentMp());
    +		su.addAttribute(StatusUpdate.MAX_CP, getMaxCp());
    		su.addAttribute(StatusUpdate.CUR_CP, (int) getCurrentCp());
    -		su.addAttribute(StatusUpdate.MAX_CP, getMaxCp());
    		sendPacket(su);
    
    +		Broadcast.toKnownPlayersInRadius(this, su, 3000);
    		
    		final boolean needCpUpdate = needCpUpdate(352);
    		final boolean needHpUpdate = needHpUpdate(352);

     

  2. 4 minutes ago, Jovial said:

    Você tentou? Eu gostaria de poder te ajudar mais agora, mas não tenho um computador ou servidor atm adequado para testar este pacote também, mas vou comprar um logo <font style=🙂">  e tentarei ajudar tanto quanto puder

    L2 Script Maker 4.0.52.1 

     

    Yes, I tried to open it with this L2Script, but it’s Error when trying to open it, it seems that it only supports C4 / Interlude.

  3. 5 hours ago, Souza762 said:

    This GEODATA is not complete, when connecting the L2Server, it generates several missing file logs, I am sharing my geodata, I did it yesterday when I downloaded the project, connected the L2Server without geodata error, the only problem we have now is the superpoint.bin , which is missing code, I tried to create a new one with the Xel Panel, however I was not successful in the compilation.

    https://mega.nz/file/IcQxSQIY#nWI-iWZ35-V5CtEkJHvrb0AYQSd4o90E0ec4GKukPPU
     

    • Like 3
    • Thanks 1
  4. 11 hours ago, baksteen said:

    d3d898994b60c82b43fb2e614eabd71a.png

     

    1000 players expected by the way.

     

    Laugh Lol GIF - Laugh Lol Rofl GIFs

    The time that you are here worrying about my server, you could be correcting something in your jfrozen!
    Truth!
    I forgot the fact that you didnt have the ability to do that!

    Cya!

    :dat:

×
×
  • Create New...