Jump to content

Karlislie

Members
  • Content Count

    2
  • Joined

  • Last visited

Posts posted by Karlislie


  1. Thanks for responding KeyWorld,

     

    Well after digging in the files I noticed something.

     

    in class.RORender.php there is this:

     

    	const ACTION_IDLE       = 0;	const ACTION_WALK       = 0;	const ACTION_SIT        = 0;	const ACTION_PICKUP     = 0;	const ACTION_READYFIGHT = 0;	const ACTION_ATTACK     = 0;	const ACTION_HURT       = 0;	const ACTION_UNK1       = 0;	const ACTION_DIE        = 0;	const ACTION_UNK2       = 0;	const ACTION_ATTACK2    = 0;	const ACTION_ATTACK3    = 0;	const ACTION_SKILL      = 0;

    Shouldn't it look like this?

     

    	const ACTION_IDLE       = 0;	const ACTION_WALK       = 1;	const ACTION_SIT        = 2;	const ACTION_PICKUP     = 3;	const ACTION_READYFIGHT = 4;	const ACTION_ATTACK     = 5;	const ACTION_HURT       = 6;	const ACTION_UNK1       = 7;	const ACTION_DIE        = 8;	const ACTION_UNK2       = 9;	const ACTION_ATTACK2    = 10;	const ACTION_ATTACK3    = 11;	const ACTION_SKILL      = 12;

     Regardless either way (I tried.) nothing happens.

     

    68gfhg.jpg

     

    Using:

     

    /generate/body=M-4015-1/hair=1-0-0/hats=0-0-0/equip=0-0-0/option=0/actdir=1-1-4
    /generate/body=M-4015-1/hair=1-0-0/hats=0-0-0/equip=0-0-0/option=0/actdir=1-1-ACTION_SIT (This is probably wrong but I tried it anyway.)

     

    Am I missing something..?

     

    Also off topic but you need to know: I joined robrowser's forum and I never got my validation email, and I had it resent and still havent recieved it. This was about two days ago.

    It was a gmail.com ending with four numbers....

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.