Jump to content
  • 0

ROChargenPHP not view robe


matheus00123

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   3
  • Joined:  01/14/12
  • Last Seen:  

Hello everyone,

I'm having a hard time putting chargen to show the robes, the rest are nromal, look under my settings.

 

the image presented by rochargen.

char.png.61359d5cf462c770c1ec57e5461771fc.png

look at my game-playing game.

screenrAthena000.jpg.d99fbdc97abae00c7b3462eb1e913379.jpg

 

look at the robe.php file in the rochargen db folder

robe.png.a40cb1f0e6228ecfa68b9a374d8eb105.png

 

 

If anyone can help me thank you. Thank you in advance and sorry for my spelling mistakes because I am using the translator.

 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

On 1/15/2018 at 2:14 AM, matheus00123 said:

Hello everyone,

I'm having a hard time putting chargen to show the robes, the rest are nromal, look under my settings.

 


the image presented by rochargen.

char.png.61359d5cf462c770c1ec57e5461771fc.png


look at my game-playing game.

screenrAthena000.jpg.d99fbdc97abae00c7b3462eb1e913379.jpg

 


look at the robe.php file in the rochargen db folder

robe.png.a40cb1f0e6228ecfa68b9a374d8eb105.png

 

 

If anyone can help me thank you. Thank you in advance and sorry for my spelling mistakes because I am using the translator.

 

 

try to copy paste to your robe.php
 

return array(
	false,            // none
	array( "name" => "õ»ç³¯°³",       "size" => "big"   ), // robe wings
	array( "name" => "¸ðÇè°¡¹è³¶",     "size" => "small" ), // bag of adventurer
	array( "name" => "¾ÈÅä´Ï¿À°¡¹æ",     "size" => "small" ), // bag of adventurer
	array( "name" => "Æ÷¸µ°¡¹æ",     "size" => "small" ), // bag of adventurer
	array( "name" => "Ÿ¶ôõ»çÀdz¯°³", "size" => "big"   ),  // robe wings of fallen angel
	array( "name" => "Wings_of_Michael", "size" => "big"   ),  // robe wings of fallen angel
	array( "name" => "Thanatos_Sword", "size" => "big"   ),  // robe wings of fallen angel
	array( "name" => "¿ì¸®¿¤Àdz¯°³", "size" => "big"   ),  // robe wings of fallen angel
	array( "name" => "¾Æ¹öÁö»ç¶û³¯°³2012", "size" => "big"   ),  // robe wings of fallen angel
	array( "name" => "±â¸°Àdz¯°³", "size" => "big"   ),  // robe wings of fallen angel
	array( "name" => "°ËÀdz¯°³", "size" => "big"   ),  // robe wings of fallen angel
	array( "name" => "¼Ò¾Ç¸¶³¯°³", "size" => "big"   ),  // robe wings of fallen angel
	array( "name" => "´ë¾Ç¸¶³¯°³", "size" => "big"   ),  // robe wings of fallen angel
	array( "name" => "ÇູÀdz¯°³", "size" => "big"   ),  // robe wings of fallen angel
	array( "name" => "·çµå¶óÀdz¯°³", "size" => "big"   ),  // robe wings of fallen angel
	array( "name" => "¿äÁ¤ÀÇÆĶõ³¯°³", "size" => "big"   )  // robe wings of fallen angel

);

 

Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1614
  • Joined:  03/26/12
  • Last Seen:  

From what I recall there is only partial support for robes. I remember having to write a line or two of code to get them to display correctly - the changes might be on my private fork. I'll have a look.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   3
  • Joined:  01/14/12
  • Last Seen:  

@melv0

Thanks for the help, I tried to do this and it did not solve, I believe that it is the same as @Akkarin me 
inform, about the lack of any part of the code to finalize the visualization.

@Akkarin

Okay, thank you and if you can help me :D.
Edited by matheus00123
Link to comment
Share on other sites

×
×
  • Create New...