Jump to content

Recommended Posts

Posted

KeyWorld, I can't express how much I appreciate all of your work.

(I'm also really excited about your ro-Browser project).

 

Thanks for all of the fast responses and all of your help. :)

Posted (edited)

Lots of sprites missing in the official Brazilian Ragnarok Server (bRO). That is my problem. I will try changing my lua files again and see what happens.

 


Trying to find file "data/sprite/Àΰ£Á·/¸öÅë/³²/Å©¸®¿¡ÀÌÅÍ_³².act"...

Trying to find file "data/sprite/Àΰ£Á·/Å©¸®¿¡ÀÌÅÍ/Å©¸®¿¡ÀÌÅÍ_³²_´Ü°Ë.spr"...

Trying to find file "data/sprite/Àΰ£Á·/Å©¸®¿¡ÀÌÅÍ/Å©¸®¿¡ÀÌÅÍ_³²_´Ü°Ë.act"...
 

Trying to find file "data/sprite/Àΰ£Á·/¸Ó¸®Åë/³²/1_³².act"...

 

Ps: It found 1_³².spr from my own grf (which does not have 1_³².act), but not from not from the official grf.
 

File not found in data folder.
Searching in GRFs...
Search in GRF "angel.grf", fail.
Search in GRF "data.grf", fail.
File not found...

 
My official server patch is fully updated.
 
Edit:
 
I am extracting the official grf folder, lets see what happens.
 
Edit2:
 
Most warnings were fixed, after I extracted the official grf and placed the files into the client folder, but 2 files are still missing:
 
Trying to find file "data/sprite/Àΰ£Á·/Å©¸®¿¡ÀÌÅÍ/Å©¸®¿¡ÀÌÅÍ_³²_´Ü°Ë.spr"...
 
Trying to find file "data/sprite/Àΰ£Á·/Å©¸®¿¡ÀÌÅÍ/Å©¸®¿¡ÀÌÅÍ_³²_´Ü°Ë.act"...
 
All the official sprites were extracted to the folder, there is no way I can get these files.
 
Edit3:
 
I changed my class and all the erros are gone now. But it only works if I extract the official grf file.
Edited by AngelRO
Posted

@Elf0


Great :)


Currently what I did in the server I tested it was an auto-refresh "who is online" with character's head, and showing the body when mouse was hover


http://upload.robrowser.com/chargen/who.png


A lot of things can be done :P


 


@BBaking


About robe, maybe have to update the robe db, I will check.


About the color, are you talking about the white merged with the shadow ? It can be change but not easily, I will add this option in the next update if you want.


 


@Talaysen


Thank you :)


 


@AngelRO


Possible problems of the GRF reader :


  • The GRF file isn't repack without DES encryption (official encryption) - as I ask in the first post - so some files can't be open (should throw an error I guess).
  • The search in GRF is case sensitive (it's far faster), so maybe the filename case isn't the same.

The last two files isn't a problem at all, the tool try to load the creator weapon and can't find it. That's not a problem.


Posted (edited)
	Trace output
Disable GRF auto-extract mode, don't have write access to "C:\Program Files\VertrigoServ\www\chargen/client/data/".
Client init...
Loading "DATA.INI" file...
GRFs found in "DATA.INI": data.grf, rdata.grf
Searching route "/character/Лёшик".
Running controller "Character".
Connecting to DB....
Connection success.
Trying to find file "data/sprite/shadow.spr"...
File not found in data folder.
Searching in GRFs...
Loading GRF file "data.grf"...
Search in GRF "data.grf", found.
Trying to find file "data/sprite/shadow.act"...
File not found in data folder.
Searching in GRFs...
Search in GRF "data.grf", found.
Trying to find file "data/sprite/АО°ЈБ·/ёцЕл/іІ/ГКєёАЪ_іІ.spr"...
File not found in data folder.
Searching in GRFs...
Search in GRF "data.grf", found.
Trying to find file "data/sprite/АО°ЈБ·/ёцЕл/іІ/ГКєёАЪ_іІ.act"...
File not found in data folder.
Searching in GRFs...
Search in GRF "data.grf", found.
Trying to find file "data/sprite/АО°ЈБ·/ёУё®Ел/іІ/2_іІ.spr"...
File not found in data folder.
Searching in GRFs...
Search in GRF "data.grf", found.
Trying to find file "data/sprite/АО°ЈБ·/ёУё®Ел/іІ/2_іІ.act"...
File not found in data folder.
Searching in GRFs...
Search in GRF "data.grf", found.

	Result

nickname in CP1251, in russian symbol, Need help in Searching route "/character/Лёшик".

Edited by nndsl
Posted

@Elf0

Great :)

Currently what I did in the server I tested it was an auto-refresh "who is online" with character's head, and showing the body when mouse was hover

http://upload.robrowser.com/chargen/who.png

A lot of things can be done :P

 

@BBaking

About robe, maybe have to update the robe db, I will check.

About the color, are you talking about the white merged with the shadow ? It can be change but not easily, I will add this option in the next update if you want.

 

@Talaysen

Thank you :)

 

@AngelRO

Possible problems of the GRF reader :

  • The GRF file isn't repack without DES encryption (official encryption) - as I ask in the first post - so some files can't be open (should throw an error I guess).
  • The search in GRF is case sensitive (it's far faster), so maybe the filename case isn't the same.

The last two files isn't a problem at all, the tool try to load the creator weapon and can't find it. That's not a problem.

You just put my implementation of this to shame. That 'Who is Online' setup is fantastic. :(

  • Upvote 1
Posted

nickname in CP1251, in russian symbol, Need help in Searching route "/character/Лёшик".

To be honest I don't have an idea how to support your charset (I can't do real test). You can at least use char_id instead of the name ?

 

Open all files in controllers and search for:

WHERE char.name = ?

Replace with:

WHERE char.char_id = ?

 

And in index.php, replace:

$routes['/avatar/(.*)'] = 'Avatar';
$routes['/character/(.*)'] = 'Character';
$routes['/characterhead/(.*)'] = 'CharacterHead';
$routes['/monster/(\d+)'] = 'Monster';
$routes['/signature/(.*)'] = 'Signature';

With:

$routes['/avatar/(\d+)'] = 'Avatar';
$routes['/character/(\d+)'] = 'Character';
$routes['/characterhead/(\d+)'] = 'CharacterHead';
$routes['/monster/(\d+)'] = 'Monster';
$routes['/signature/(\d+)'] = 'Signature';

 

---------------------------------------

In the lastest version:

  • Correct 3rd job file name.
  • Robes are now fully working (it was missing the inherent job list).
  • Background color can be change in RORender::$background_color.
  • Add htaccess to avoid access to client directory (if you have content you don't want to share...)

 

As always if you have suggestion or bugs, come on :)

Posted

Cool. Using your release I made this: ( and now working with equip items )

Nice, keep it up :P

@all

I did another update to fix some problems with doridori and body animation.

I took advantage to put a new feature: Add a generator, to create your own characters, can be used in a char simulator for example.

Just change the url and the character will change: /generate/body=M-0-0/hair=0-0-0/hats=0-0-0/equip=0-0-0/option=0/actdir=0-0-0

Info: /generate/body=<sex>-<job>-<clothes color>/hair=<hair style>-<hair color>-<doridori>/hats=<hat top>-<hat middle>-<hat bottom>/equip=<weapon>-<shield>-<robe>/option=<option>/actdir=<direction>-<action>-<animation>

Will be really good if you are planning to do a character simulator.

Have fun~

  • Upvote 1
Posted (edited)

It would be nice if you could implement a function for people who use shared body and head palettes. I tried changing the class name in pals.php but I couldn't find the second part, like class_32_palnumber.pal so I used my huge palette grf instead.

Edited by AngelRO
Posted (edited)

Suggestion:

 /character/CoolNick123/<Action>/<Direction>

 

Accepted, thanks for the suggestion.

Will be add soon as optional parameters (the old one will still work).

 

Edit: Done ! You can modify the URL, action must be a number, and direction must be in range 0-7.

Edited by KeyWorld
  • 3 weeks later...
Posted

For a guild emblem that's using magenta for in-game transparency, is there any way to have it show as transparent in the avatar image?

Right now, it's showing the emblem surrounded by the magenta border.

  • 2 months later...
  • 4 weeks later...
  • 1 month later...
Posted

what is problem?

Trying to find file "data/sprite/�ΰ���/����/��/���ؽ�ũ�ν�_��.spr"...
File not found in data folder.
Searching in GRFs...
Loading GRF file "data.grf"...
Search in GRF "data.grf", fail.
File not found...
Trying to find file "data/sprite/�ΰ���/����/��/���ؽ�ũ�ν�_��.act"...
File not found in data folder.
Searching in GRFs...
Search in GRF "data.grf", fail.
File not found...
Trying to find file "data/sprite/�ΰ���/�Ӹ���/��/1_��.spr"...
File not found in data folder.
Searching in GRFs...
Search in GRF "data.grf", fail.
File not found...
Trying to find file "data/sprite/�ΰ���/�Ӹ���/��/1_��.act"...
File not found in data folder.
Searching in GRFs...
Search in GRF "data.grf", fail.
File not found...

help me

Posted

@teaga

 

Did you repack your GRF to ensure there is no DES encryption in the GRF ?

Use GRF Builder. Menu : Option -> Repack type -> Decrypt. And them repack your GRF.

Posted

This is the first time I saw this tool and I love it :P I know a girl that had waited  for something like this for years... I must run and tell her about this!

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...