Welcome to the Builder Academy

Question Interesting Crashlog

More
28 Jun 2012 00:57 #300 by Halenbane
Jun 27 16:20:16 :: SYSERR: Requesting exp for invalid level 35!
Jun 27 16:23:29 :: nusage: 3 sockets connected, 3 sockets playing
Jun 27 16:28:29 :: nusage: 3 sockets connected, 3 sockets playing
Jun 27 16:30:59 :: Crash_is_unrentable: removing object Shadimar's quest scroll
Jun 27 16:30:59 :: Crash_is_unrentable: removing object a blue orb
Jun 27 16:30:59 :: Crash_is_unrentable: removing object a sigil of darkness
Jun 27 16:30:59 :: Rave force-rented and extracted (idle).
Jun 27 16:30:59 :: Losing descriptor without char.
Jun 27 16:31:12 :: Rave has connected.
Jun 27 16:33:29 :: nusage: 3 sockets connected, 2 sockets playing
Jun 27 16:38:29 :: nusage: 3 sockets connected, 2 sockets playing
Jun 27 16:40:34 :: WARNING: EOF on socket read (connection broken by peer)

Please Log in or Create an account to join the conversation.

More
28 Jun 2012 01:35 #302 by rudeboyrave
lol, did i break something!

CyberASSAULT
www.cyberassault.org
cyberassault.org 11111
A post-apocalyptic, sci-fi MUD.

Please Log in or Create an account to join the conversation.

More
28 Jun 2012 01:43 #303 by Halenbane
Replied by Halenbane on topic Re: Interesting Crashlog
nope don't think so, I think it's just where I have my new score live and haven't finished it yet :P lol

Please Log in or Create an account to join the conversation.

More
28 Jun 2012 11:09 #306 by Liko
Replied by Liko on topic Re: Interesting Crashlog

Halenbane wrote: Jun 27 16:20:16 :: SYSERR: Requesting exp for invalid level 35!
Jun 27 16:23:29 :: nusage: 3 sockets connected, 3 sockets playing
Jun 27 16:28:29 :: nusage: 3 sockets connected, 3 sockets playing
Jun 27 16:30:59 :: Crash_is_unrentable: removing object Shadimar's quest scroll
Jun 27 16:30:59 :: Crash_is_unrentable: removing object a blue orb
Jun 27 16:30:59 :: Crash_is_unrentable: removing object a sigil of darkness
Jun 27 16:30:59 :: Rave force-rented and extracted (idle).
Jun 27 16:30:59 :: Losing descriptor without char.
Jun 27 16:31:12 :: Rave has connected.
Jun 27 16:33:29 :: nusage: 3 sockets connected, 2 sockets playing
Jun 27 16:38:29 :: nusage: 3 sockets connected, 2 sockets playing
Jun 27 16:40:34 :: WARNING: EOF on socket read (connection broken by peer)


In class.c post your int level_exp please.

Randian(0.0.0)
Owner/Developer

Please Log in or Create an account to join the conversation.

More
28 Jun 2012 16:50 #307 by Halenbane
Replied by Halenbane on topic Re: Interesting Crashlog
int level_exp(int chclass, int level)
{
if (level > LVL_IMPL || level < 0) {
log("SYSERR: Requesting exp for invalid level %d!", level);
return 0;
}

Please Log in or Create an account to join the conversation.

More
28 Jun 2012 17:21 #308 by Liko
Replied by Liko on topic Re: Interesting Crashlog

Halenbane wrote: int level_exp(int chclass, int level)
{
if (level > LVL_IMPL || level < 0) {
log("SYSERR: Requesting exp for invalid level %d!", level);
return 0;
}


Post all of it...or is that it?

Randian(0.0.0)
Owner/Developer

Please Log in or Create an account to join the conversation.

Time to create page: 0.219 seconds