• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

small autoloot tfs 1.3 by sarah wesker

Jeyci

Banned User
Joined
May 6, 2023
Messages
289
Solutions
3
Reaction score
36
hello, have problem with autoloot script. my server is tfs 1.5 -8.6. I added the code at compat.lua
module seems to be loading with no problem
Code:
> auto_loot.lua [loaded]

Lua:
!autoloottest
}
Code:
https://otland.net/threads/tfs-1-3-small-autoloot.277665/

when i use command nothing happens, in server console. in otclient i get this
Code:
ERROR: ProtocolGame parse message exception (233 bytes, 214 unread, last opcode is 0x96 (150), prev opcode is 0xffffffff (-1)): InputMessage eof reached
Packet has been saved to packet.log, you can use it to find what was wrong. (Protocol: 860)
 
up
packet.log
Lua:
ProtocolGame parse message exception (232 bytes, 213 unread, last opcode is 0x96 (150), prev opcode is 0xffffffff (-1), proto: 860): InputMessage eof reached
ec 00 9c 73 13 5c e0 00
96 01 00 00 00 e3 0b 01 d0 00 d0 00 45 78 61 6d 70 6c 65 73 20 6f 66 20 75 73 65 3a 0a 21 61 75 74 6f 6c 6f 6f 74 74 65 73 74 20 61 64 64 2c 67 6f 6c 64 20 63 6f 69 6e 0a 21 61 75 74 6f 6c 6f 6f 74 74 65 73 74 20 72 65 6d 6f 76 65 2c 67 6f 6c 64 20 63 6f 69 6e 0a 21 61 75 74 6f 6c 6f 6f 74 74 65 73 74 20 63 6c 65 61 72 0a 21 61 75 74 6f 6c 6f 6f 74 74 65 73 74 20 73 68 6f 77 0a 21 61 75 74 6f 6c 6f 6f 74 74 65 73 74 20 65 64 69 74 0a 0a 7e 41 76 61 69 6c 61 62 6c 65 20 73 6c 6f 74 73 7e 0a 66 72 65 65 41 63 63 6f 75 6e 74 3a 20 31 30 0a 70 72 65 6d 69 75 6d 41 63 63 6f 75 6e 74 3a 20 32 30 0a 63 75 72 72 65 6e 63 79 20 74 6f 20 62 61 6e 6b 3a 20 6e 6f 00 00 00 00
 
Last edited:
Back
Top