07-12-2008, 04:13 PM
Problems with the source
|
07-12-2008, 04:28 PM
Try deleting your items and see if you still get it. If you can get in, create an item, save it, logout and log back in. See if this happens again.
07-12-2008, 04:49 PM
i delete all the items but the error is still in here T_T
07-12-2008, 04:53 PM
Have you changed any code? What version of MS are you using?
07-12-2008, 04:55 PM
i am using an old version of legends of kronia, like playerworlds, i dont change any code, I only translate some text messages
07-12-2008, 05:52 PM
Ah. I've never looked at LoK's source. Something is being sent in the packet, that's too big for that variable to hold. I'd start with following the packets.
07-12-2008, 11:26 PM
After n = Val(Parse(1)) add:
Code: If n < 1 Or n > MAX_ITEMS Then Exit Sub
07-12-2008, 11:41 PM
It would be better if he figured out the issue, instead of going around it though.
07-12-2008, 11:58 PM
This isn't going around it...the problem is because he's probably got the max_items different values or something from server to client and to safeguard from that you add a simple check. It's just like doing If Index < 1 Or Index > MAX_PLAYERS checks.
08-12-2008, 12:11 AM
i fix the bug, thanks
08-12-2008, 12:12 AM
But if it's a problem like that, don't you think he should fix the problem instead of adding a check like this?
08-12-2008, 01:10 AM
Perfekt Wrote:But if it's a problem like that, don't you think he should fix the problem instead of adding a check like this?Yeah! No offense, but that's the Elysium/Eclipse/Chaos way of "fixing" stuff. ![]()
08-12-2008, 01:34 AM
How did you fix the problem diox?
08-12-2008, 02:48 AM
in the client some of the values like max players, max items, etc, was diferent from the server
sorry for my horrible english :mrgreen:
08-12-2008, 02:51 AM
Cool.
|
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)