Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Defense against crash o matic or other else channel crashers!

Elite Diviner
Joined
Sep 11, 2010
Messages
430
Reaction score
94
do u have the opcodes of the packages that makes the server crash? i think i can code something ive an idea. But i need to make some test, crashing a test server.
 
Upvote 0
RaGEZONER
Joined
Sep 25, 2009
Messages
637
Reaction score
398
0xF4
E2 B7 1D 00 00 00 00 00 F4 00 3E 47 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00

Is this what you want? Its the return stone but I cant test it because I have Xtrap.
 
Upvote 0
Joined
Jul 24, 2011
Messages
806
Reaction score
614
So this using an return stone itemid.. so if you remove all return stone example can't use this anymore ye? explain me if im not right!

I have now deleted Return Stones from Shops, quests. Setted Property to nontradeable, nondroppable, nonmailable. Deleted from starter gear... Now the crasher can't get return stone...
 
Upvote 0
Elite Diviner
Joined
Sep 11, 2010
Messages
430
Reaction score
94
u need an script to remove all rs from inventory, then remove all return stone from shops, drops and gifts on boxes (chaos lamp per ex). And they can still attack you sending the package with an external program.

I can help, but first i need the tool or a main without xtrap.
 
Upvote 0
Initiate Mage
Joined
Dec 6, 2014
Messages
2
Reaction score
1
Bunch of noping in WorldSvr.elf.. To be exact its 36 bytes in total to nop..

P.S
After you edit the 36 bytes in WorldSvr.elf, you also need to fix this one E2B70E0000000000350C05000001 in chatnode. It can crash channels too.. Good luck!
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Aug 9, 2016
Messages
136
Reaction score
15
on-topic: try changing the bad packet OP code to something else on SERVER-SIDE :p (0xA4 if i remember correctly)

actual opcode is 0x0A not 0xA4 :) confusion was caused by the correct opcode 0xF4 :D

What to change sir? found already
 
Last edited:
Upvote 0
Back
Top