Jump to content

jowy

Members
  • Content Count

    16
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by jowy

  1. jowy

    Just Another CP

    Hi, I just started develop another ragnarok cp because I found fluxcp doesnt suit my need and doesnt easy to extend. You can see the looks on screenshot below It is still far from done yet. I will try to make extendable by utilizing module pattern (installable via composer) and the good news is I will be releasing as opensource so everyone can contribute you can follow development progress on github Any feedback, idea or contribution are welcome!
  2. yeah you are right, i have downloaded the pallete and it works like charm thanks
  3. try to applied is color doesnt work on some hairstyles? for example color for hair #1 is not working
  4. jowy

    [Free] Resume RAJ

    still available? add you at skype anyway
  5. @riddley after gooling a bit I found old map that you have suggested here http://herc.ws/board/topic/10579-2015-09-05-142-criatura-academy/page-2#entry66294 but unfortunately it still don work my char still dont want walk to hallway. btw i run server in pre-re mode and using your data.grf by default iz_int map also incorrect had to replace to the new one. maybe I should search the new one instead the old one? EDIT: updated to new version, they strip the hallway it is completely dark, I can understand if I cant walk in new map. But when I use old try look my screenshot in first post, it loaded the old map in render fine but it behave like new map (Im using 20140205 client) SOLVED by updating mapcache.dat
  6. Thanks for the info, is this already in roadmap for development? meanwhile i try to search old academy map
  7. already merged into my grf replacing old one but still not working still cant walk to hallway
  8. Im encounter strange behavior when entering 2nd floor of academy. Map loaded correctly but I cant walk trough hallway but I can walk freely inside room (using @warp to ge into room
  9. I think it should have this feature but it also can by passed as long as it still in client side. another solution is pack app with well known protector such as themida (used by some AAA games) but of course it can unpacked too but it require great amount of knowledge to do it.
  10. Hi, it would be great if you guys enable semantic versioning in every hercules release it will help us to track version as well as compatibility each version.
  11. It is quite simple, its common architecture that used in web application. just seperate processing (Login, Char, Map) and state (Database). I have attached diagram in order to help you understand. Also US and Asia server must have *IDENTICAL* server binary and script otherwise you will see inconsistency between two server. i still need test about concurency after bit testing at this current state is impossible to archive this kind of architecture since it not designed like that. Also it is impossible to centralize map server. The only way is archived it through proxy. But i will explore more and try to learn how the server works
  12. why not singapore? it is more visible to SEA
  13. jowy

    Clan System

    Is ok take your time bro, I appreciate clean and configurable works and less bug instead monkey patch solution. And yes it will take little too long for development, having less bug are more important than having more feature. Thanks for your work
  14. jowy

    Yo!

    Yo! after being vaccum from RO world for almost 8 years finally has some interested again. I was searching for eatherna but i cant believe it is gone haha. I started to looking for new emu and start comparing between rathena and hercules, then I decided end up with hercules. because it has awesome plugin system. Honestly im no big fan of source modification, it is very dirty way to archive certain functionality. I was casual RO player who enjoying quest, adventure and storyline because Im big fan of PS game called suikoden. Iam web architect by day and hardcore git user. Hopefully can contribute in hercules in near future
  15. Recently I have been experimenting with multi server setup with centralized database. Here my current setup Asia Server (Map, Login, Char) US Server (Map, Login, Char, DB) This is not proxy setup, asia server will not forward packet to us server but it only do database things. As a result a game play lil bit faster when I access from asia server (im from asia) but in certain aspect like login, char creation is lil bit slow but still acceptable since it it have to do database operation. In general it works fine but Im not tested with concurrency user. Is anyone ever use this setup? can give some review or drawbacks by using this setup? thanks!
×
×
  • Create New...

Important Information

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