ROChargenPHP - Free PHP Character Viewer

Hi,

I really don't understand how to use it :s is it possible fo someone to explain how to use it please?

 
Hello AnGeal,

To use it use the HTML TAG for pictures

<img src="http://yourserver/rochargen/index.php/avatar/yourcharctername">

avatar can be replaced with signature, character or characterhead

MfG

Snowflake

 
ok thank you il will tru it
default_smile.png


 
I can't get it to work for me. I'm using the latest version of PHP and MySQL 5.5, yet I keep getting the error "Connection to DB fail.SQLSTATE[HY000] [2002] Permission denied"

I'm using the root admin account and Centos 6.5.

Looks great though.

Nevermind, replacing "127.0.0.1" with "localhost" fixed it.

 
Last edited by a moderator:
Can you explain how it works with weapons & shields? I've tried different numbers and it is just showing blanks.

Also the /update/hats route doesnt exist, and yes its been enabled in the index.php

 
Weapons and shield are fully display on animation ACTION_READYFIGHT.

Depending of the weapon type, the attack frame (ACTION_ATTACK, ACTION_ATTACK2, ACTION_ATTACK3) vary (the weapon is only display in one frame).

About the route, I don't see a reason to not be found if you enabled it in index.php

 
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....

 
Last edited by a moderator:
Hi guys.

I tried this, but it shows that my character is offline and level is 0/0 a novice?

www.limit-ro.net/ROChargen/avatar/Anxiety/

Trace outputClient init...
Loading "DATA.INI" file...
GRFs found in "DATA.INI": ldata.grf, rdata.grf, data.grf
Searching route "/avatar/Anxiety/".
Running controller "Avatar".
Connecting to DB....
Connection success.
Trying to find file "data/sprite/shadow.spr"...
Find at "/var/www/ROChargen/client/data/sprite/shadow.spr"
Trying to find file "data/sprite/shadow.act"...
Find at "/var/www/ROChargen/client/data/sprite/shadow.act"
Trying to find file "data/sprite/Àΰ£Á·/¸öÅë/³²/Ãʺ¸ÀÚ_³².spr"...
Find at "/var/www/ROChargen/client/data/sprite/Àΰ£Á·/¸öÅë/³²/Ãʺ¸ÀÚ_³².spr"
Trying to find file "data/sprite/Àΰ£Á·/¸öÅë/³²/Ãʺ¸ÀÚ_³².act"...
Find at "/var/www/ROChargen/client/data/sprite/Àΰ£Á·/¸öÅë/³²/Ãʺ¸ÀÚ_³².act"
Trying to find file "data/sprite/Àΰ£Á·/¸Ó¸®Åë/³²/2_³².spr"...
Find at "/var/www/ROChargen/client/data/sprite/Àΰ£Á·/¸Ó¸®Åë/³²/2_³².spr"
Trying to find file "data/sprite/Àΰ£Á·/¸Ó¸®Åë/³²/2_³².act"...
Find at "/var/www/ROChargen/client/data/sprite/Àΰ£Á·/¸Ó¸®Åë/³²/2_³².act"
 
Heya all !!!!Does someone still have the RochargenPHP files ? I really want to try this incredible tool, but cant get them from the Git  :( Thx !!  :)

EDIT : "found!" PM me for the link if you want the files too.

 
Last edited by a moderator:
Heya all !!!!Does someone still have the RochargenPHP files ? I really want to try this incredible tool, but cant get them from the Git  :( Thx !!  :)

EDIT : "found!" PM me for the link if you want the files too.
I need it ! can you pass to me?

 
Back
Top