Recent Forum Posts

    v380

    Check http://l2net.insane-gamers.com for the download links

    New datafiles! Be sure to download them!

    ---

    Slothmo:

    new datafiles
    fixed off by 4 for checksum

    ---

    Oddi:

    Fix listview_skills bug
    Fix more packet errors, OOG is now working again on L2Inc
    Disable text boxes when setting toggle/kill key

    ---

    Line Count: 75553
    This article was originally published in forum thread: v380 started by slothmo View original post
    Comments 68 Comments
    1. mpj123's Avatar
      heh, looks like the enterworld packet wasn't the packet getting detected after all... Confirmed safe on L2INC.
    1. Inxile's Avatar
      whats the new data files for?

      woot finaly thats fix so annoying picking toggle keys and them entering into the path/voice inputs
    1. slothmo's Avatar
      Quote Originally Posted by Inxile View Post
      whats the new data files for?
      Updated weapon info as well as the file added by Oddi and the updated interface.txt.
    1. Inxile's Avatar
      ah.
    1. texas84's Avatar
      v380 crash too :/

      - System
      - Provider
      Name] Windows Error Reporting
      - EventID 1001
      Qualifiers] 0
      Level 4
      Task 0
      Keywords 0x80000000000000
      - TimeCreated
      SystemTime] 2010-01-26T04:42:57.000000000Z
      EventRecordID 9407
      Channel Application
      Computer marcin-lap
      Security
      - EventData
      0
      CLR20r3
      Niedostępny
      0
      l2net.exe
      1.380.0.0
      4b5e67c8
      System.Windows.Forms
      2.0.0.0
      4a275ebd
      2218
      12
      System.ArgumentNullException
    1. culinko's Avatar
      it's not crashing after relog! awesome job

      but the trade bug is still present. when confirm trade with the second window, the error line appear in both l2net's, although the trade is succesfull. - running 2 IG windows
      5:48:27 :[ERROR: Packet Error: 1C Previous Packet: : Odkaz na objekt není nastaven na instanci objektu.
      and i'm getting the same error even when i cancel the trade, one time i got error with number 27 on the end
      6:02:27 :[ERROR: Packet Error: 1C Previous Packet: 27 : Odkaz na objekt není nastaven na instanci objektu.

      (p.s.: what's "hide message boxes" checkbox for?)
    1. Inxile's Avatar
      fail more at copy+paste
    1. Inxile's Avatar
      Quote Originally Posted by culinko View Post
      one cosmetic thing: the protocol remains the same from previous session, but the chronicle is always CT G+ . so make else both values the same for previous session or both values the lowest ones. (i am getting protocol 87 with G+ option after start)
      do you have any command line parameters enabled,?
    1. slothmo's Avatar
      Quote Originally Posted by texas84 View Post
      v380 crash too :/
      What steps did you take that resulted in a crash?
    1. culinko's Avatar
      Quote Originally Posted by Inxile View Post
      do you have any command line parameters enabled,?
      oh, sorry. of course it was caused by command line parameters, thanks... removed it from my first post
    1. texas84's Avatar
      i start L2NET, load options and start moded LiquorAndEggQuest(TH)FINALv3.l2s script, after ~15 min he crash, but in v379 he crash even in loged idle mode and in other scripts :/
      I's crashing in random time gaps. (sometimes he run some hours)
      Idk why :/

      It crashing from v378 to v380, in v377 all was ok (in v377 G+ inventory not working correct).
    1. mpj123's Avatar
      what was the command parameter, was it legit?

      Texas, what server, chronicle? Might very well be because of wrong npc dialogues
    1. SeipSau's Avatar
      /evaluate
      /socialbow
    1. Inxile's Avatar
      hide msgs boxes is for IG l2.net if you are using the L2 client to click stuff you can disable them from appearing in l2.net

      my guess mpj he had a protocol set as command line paramter so it was forcing the protocol to stay at w/e even though he was changing chronicle, or vice versa
    1. texas84's Avatar
      Gracia epilogue L2J

      Dialogs are correct, i have illegal bypass protection in script
      ...
      SET_EVENT "<&SCRIPTEVENT_SERVERPACKET&>" "<&SYSTEM_CURRENTFILE&>" NpcHtmlMessageGetPacket 25
      SET_EVENT "<&SCRIPTEVENT_SERVERPACKETEX&>" "<&SYSTEM_CURRENTFILE&>" ExNpcQuestHtmlMessageGetPacket 141
      ...
      FUNCTION NpcHtmlMessageGetPacket
      DEFINE INT Nothing 0

      PACKET.READ_BYTE NOTHING
      PACKET.READ_INT32 NOTHING
      PACKET.READ_STRING NpcHtmlMessage
      PACKET.READ_INT32 NOTHING
      RETURN VOID

      FUNCTION ExNpcQuestHtmlMessageGetPacket
      DEFINE INT Nothing 0

      PACKET.READ_BYTE NOTHING
      PACKET.READ_INT16 NOTHING
      PACKET.READ_INT32 NOTHING
      PACKET.READ_STRING NpcHtmlMessage
      PACKET.READ_INT32 NOTHING
      RETURN VOID

      FUNCTION NEW_SLEEP 1 T
      DEFINE INT MIN 0
      DEFINE INT MAX 0
      DEFINE INT temp 0
      DEFINE INT percent 10

      temp = T / percent
      MIN = T - temp
      MAX = T + temp
      GET_RAND temp "<&MIN&>" "<&MAX&>"
      SLEEP "<&temp&>"
      RETURN VOID

      FUNCTION NEW_NPC_DIALOG 1 myText
      DEFINE INT Count 0
      DEFINE INT temp 0
      //NpcHtmlMessage string from NpcHtmlMessageGetPacket event
      //INCLUDE Include/AgiFuncs.l2c
      //DEFINE_GLOBAL AGIFUNCS AGIFUNCS 0
      //must be in main script

      AGIFUNCS.SUBSTRCOUNT Count 3 NpcHtmlMessage myText ZERO
      temp = ZERO
      IF Count == ZERO
      WHILE temp < 3
      CALL NEW_SLEEP VOID 1 700
      AGIFUNCS.SUBSTRCOUNT Count 3 NpcHtmlMessage myText ZERO
      IF Count == ONE
      temp = #i3
      ENDIF
      temp = temp + ONE
      WEND
      ENDIF

      IF Count == ONE
      IF AdminReport == ZERO
      NPC_DIALOG "<&myText&>"
      CALL NEW_SLEEP VOID 1 700
      ENDIF
      ENDIF
      RETURN Count
    1. culinko's Avatar
      yes, i had forced protocol 87... and i see msg boxes even if i check the option to disable (if we are talking about trade, invite, etc). and the trade window stays here even if i click it ingame (but the invite window behaves ok)
    1. Inxile's Avatar
      maybe it doesn't work anymore thats what it used to do lol (but also npc chat got moved from a popup windo to a tab, and then rez boxes and display on the char tab at the bottom, those always stay unless u use them through l2.net, u can just leave em or cancel em after u've done w/e ig)

      umm the trade window issues ya i noticed some that i mentioned to Oddi, he fixed up some of them already, i never got to test em again

      the problem i didn't like was that as soon as u confirmed the window disappeared, even before the other person confirmed, so i think he fixed that it should stay open till the trade is successful now.
    1. kostakis13's Avatar
      guys i just tested...it working fine...realy goood job m8...
    1. mpj123's Avatar
      been running for 3+ hours now without a crash, so I'd say its fine.
    1. Inxile's Avatar
      still a slight bug when your enabling toggle keys.
      -if you have a key, then hit the x button to switch to another key, you can't go back to your old key, cuz every time u try and use it, it just keeps enabling/disabling the bot, and doesn't pick up as your selected toggle key

      you have to pick a key, hit apply, then go back into setup, and pick again type thing

      this is also a problem if you want to switch keys between the two toggles, or something