L2Tower Discord Let's keep the community alive with discord. Discussions about plugins and scripts L2Tower Discord

Post Reply 
 
Thread Rating:
  • 6 Vote(s) - 3.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
1.4.1.104
Author Message
ClockMan Offline
All Mighty
*******

Posts: 2,886
Joined: Jan 2011
Reputation: 499
Version: 1.4.3.143
Post: #1
1.4.1.104

  • Removed debugs
  • Fixed ShowToClient

[Image: owner.gif]
08-12-2013 10:32 AM
Visit this user's website Find all posts by this user Quote this message in a reply
amiroooo Offline
Beta Tester

Posts: 1,270
Joined: Sep 2011
Reputation: 412
Version: 1.4.2.142
Post: #2
RE: 1.4.1.104

packet:AppendInt(number,4) supposed to add int (4bytes) but it add 8 bytes instead
such as:
kkk:AppendInt(1842,4);
it append:
32 07 00 00 00 00 00 00
instead of
32 07 00 00

1 and 2 work fine.

Reading packet subid1 and subid2 seems working only for packet id 0xFE only.
(This post was last modified: 08-13-2013 14:05 PM by amiroooo.)
08-13-2013 14:02 PM
Find all posts by this user Quote this message in a reply
Sakaszli Offline
I'm too pro to be pro.
*******

Posts: 1,189
Joined: Jan 2011
Reputation: 484
Version: 1.4.2.134.5b
Post: #3
RE: 1.4.1.104

fixed, thx for raport
08-13-2013 14:06 PM
Visit this user's website Find all posts by this user Quote this message in a reply
amiroooo Offline
Beta Tester

Posts: 1,270
Joined: Sep 2011
Reputation: 412
Version: 1.4.2.142
Post: #4
RE: 1.4.1.104

is there a way to monitor client packets in this vesrion?
08-13-2013 14:09 PM
Find all posts by this user Quote this message in a reply
Sakaszli Offline
I'm too pro to be pro.
*******

Posts: 1,189
Joined: Jan 2011
Reputation: 484
Version: 1.4.2.134.5b
Post: #5
RE: 1.4.1.104

packet:DumpToLog(); , you need to open log window
Running games > PIX: XXX > Log (or something similar)
(This post was last modified: 08-13-2013 14:12 PM by Sakaszli.)
08-13-2013 14:10 PM
Visit this user's website Find all posts by this user Quote this message in a reply
amiroooo Offline
Beta Tester

Posts: 1,270
Joined: Sep 2011
Reputation: 412
Version: 1.4.2.142
Post: #6
RE: 1.4.1.104

i mean packets sent from client to server
08-13-2013 14:26 PM
Find all posts by this user Quote this message in a reply
Sakaszli Offline
I'm too pro to be pro.
*******

Posts: 1,189
Joined: Jan 2011
Reputation: 484
Version: 1.4.2.134.5b
Post: #7
RE: 1.4.1.104

no, and it isn't that easy, client have like 6 functions for packets
08-13-2013 14:29 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)