View Single Post
  #5  
Old 05-14-2006, 06:57 AM
BFC
Fire Beetle
 
Join Date: Apr 2006
Posts: 23
Default

The Opcode error isn't what is preventing you from being successful, even though it looks like it is.

You have 1 or 2 things that are holding you up.

1) your server doesn't have all the appropriate ports open to the internet. To fix this temporarily, set your server machine as a DMZ or open ALL ports to and from that machine. This will let you know if that is what is causing you grief.

2) you don't have the player account setup properly in the database. It's vital that the IP of the connecting client matches the IP assigned to that same client in the database.

Either of those two things will result in getting kicked back to the login screen after they try to log in. The only thing you'll see on the server is the opcode error. This opcode error is NOT what is holding things up. I get the opcode error and everything works fine. Double check your server ports and player accounts in your database.

-BFC
Reply With Quote