Jump to content
  • 0

jscript error


*DarkSide*

Question

gia s oolous..lipon pedia ex balei ena buffer k opote pataw na kanw buffs m petaei jscript error..{eno perni t buff..px ama kanw t dance kanei t dance ala bgazei jscript error :S pws to fix?? tnx

Link to comment
Share on other sites

Recommended Posts

  • 0

FILE GT DEN DOKIMAZEIS NA BALEIS ALLO BUFFER KAI PROSEXE NA EINAI GIA TO CLIENT TO OPOIO EXEIS (ALLA NOMIZW DEN EXEI SIMASI).....

 

pes mou to client sou na sou doso egw mia buffer

kai pio pack usareis

 

Popo ...

 

ala3a buffer k twra m bgazi fail sto import pff poso t fix?

 

E tora ta theles . Diladi otan exeis ena error prepei oposdipote na alaxeis buffer i na kaneis auto pou sou lene?

 

To jscript error eine sinithismeno stis buffers. Merikes buffer den ipostirizoun to restore hp,mp,cp gia auto kai sou bgazei error.

 

I lisi eine na pas sto init.py tis buffer sou kai na kaneis delete opou blepeis auta edw :

 

RestoreHP,RestoreMP,RestoreCP

Link to comment
Share on other sites

  • 0

Popo ...

 

E tora ta theles . Diladi otan exeis ena error prepei oposdipote na alaxeis buffer i na kaneis auto pou sou lene?

 

To jscript error eine sinithismeno stis buffers. Merikes buffer den ipostirizoun to restore hp,mp,cp gia auto kai sou bgazei error.

 

I lisi eine na pas sto init.py tis buffer sou kai na kaneis delete opou blepeis auta edw :

 

RestoreHP,RestoreMP,RestoreCP

ok katse na t dokimasw an piasi 9a s balw ton skilo m na s katsei thnx gia to help  miso na s pw an doylepsi
Link to comment
Share on other sites

  • 0

miso na s pw an doylepsi

 

Ta restore mp,hp,cp ftene . Gia auto sou bgazei jscript error.

 

Sto init.py tis buffer sou pata alt + f kai kanta search efoson mou estiles oti den ta briskeis.

Link to comment
Share on other sites

  • 0

Ta restore mp,hp,cp ftene . Gia auto sou bgazei jscript error.

 

Sto init.py tis buffer sou pata alt + f kai kanta search efoson mou estiles oti den ta briskeis.

efxaristo poli t dior9osa  pws mpwrw na t fix twra opote kanw buffs na gemizi mpc/cp epidi bgazi t error??
Link to comment
Share on other sites

  • 0

efxaristo poli t dior9osa  pws mpwrw na t fix twra opote kanw buffs na gemizi mpc/cp epidi bgazi t error??

 

Den ginetai na to kaneis . H buffer sou den ta ipostirizei ta restore , gia auto sou eipa na ta bgaleis.

Link to comment
Share on other sites

  • 0

Den ginetai na to kaneis . H buffer sou den ta ipostirizei ta restore , gia auto sou eipa na ta bgaleis.

i buffer einai tou stefoulis den ginete na ala3w buffer  k na fix i kati tetio?
Link to comment
Share on other sites

  • 0

i buffer einai tou stefoulis den ginete na ala3w buffer  k na fix i kati tetio?

 

Oxi.Distixos auto simbenei se polla preconfigured packs opote kai na alakseis buffer , den tha ginei tipota.

Link to comment
Share on other sites

  • 0

Oxi.Distixos auto simbenei se polla preconfigured packs opote kai na alakseis buffer , den tha ginei tipota.

t exw kanei compile t pack apo t project  dream anyway mpwrw na exw ena msn ?
Link to comment
Share on other sites

  • 0

t exw kanei compile t pack apo t project  dream

 

Opos sou eipa kai se allo topic , kalo tha eine na alakseis pack.

 

To project den eine katholou active kai sintoma tha kleisei.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • Thank you for your reply. I have removed it from the L2Server.exe file, but the L2Server still crashes. It doesn't crash if I don't start l2npc, otherwise it will crash within a few days at the latest.
    • Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore1 Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11
    • L2 ArenaWar: Low Rate PvP Server with Free Buffs & Autofarm [PVP]⚔️ [Free]🆓 Classic Interlude with  3x XP rates! Free starter pack(no grade) to kickstart your adventure! Autofarm for convenient grinding! Free buffs to keep you fighting fit! (2 job buffs) No experience loss on death! (Except with Karma) Clear Karma system to keep things fair! ⚖️ Active community of 800-1k players! Join our Discord to learn more! >> Discord <<     Server website: https://l2arenawar.com/en/    
    • This is dedication! 2 years working on a problem. Congratulations!
    • You indeed have to save player position over Enterworld to properly clean it up later (if you don't, even trying to delete packet content would eventually keep it up), that's what we do with debug packet (which is a reusable Map of ExServerPrimitive packets) on aCis.   It doesn't solve the FPS stuttering - more you draw/delete lines, more your client becomes laggy. It's like if client wasn't deleting drawn points/lines properly, but instead simply hide them and redrawn content above.   If you got a solution, I would happy to integrate it.   You should check aCis#Player _debug packet integration, it allows very big amount of lines/points to be drawn, it is also reusable.   https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/Player.java?ref_type=heads https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java?ref_type=heads  
  • Topics

×
×
  • Create New...