Jump to content

Foob

Members
  • Posts

    267
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Foob

  1. Thanks for the great answer @Functor It seems like the enable proxy support patch is not working as it is intended to work since after applying it to the client, it still communicate with the IP provided by the map/char server. Hence, exe is not ignoring it instead still using it. By chance, do you have an updated patch for it sir?
  2. Foob

    Refine UI System

    You downloaded your rAthena not via git as far as the output is concerned.
  3. @Normynator a good insight! Thanks for the clarification. I think I missed this part wherein the proxy should share its own IP instead of the client. Hoping that there's no packet that encapsulates the real IP of the user.
  4. Foob

    Refine UI System

    If you're using a fresh rAthena, you can use this command assuming you have git/git bash installed on your system. command: git pull origin feature/refineui there should be no error and then save by pressing the keys ":wq!"
  5. Hello, Note: Not sure where to put this thread so I just added it here. Kindly transfer if needed. So, I have a question with regards to connectivity from client (ragexe) to server (rAthena). The question is, how does rAthena communicates with the client? Let say I have this scenario described(shown) below. Login Connection Direction Ingress: Client PUBLIC IP -> Proxy (X.X.X.A) -> Server IP (rAthena) where -> = connects to However, the reply of server (rAthena) Egress: Server -> Client PUBLIC IP where the proxy is already bypassed. Char Connection Direction Ingress: Client PUBLIC IP -> Server IP (rAthena) where Egress: Server -> Client PUBLIC IP Clearly, in the char connectivity proxy is bypassed. Is it possible for the server to communicate only where the login originated?
  6. Foob

    Refine UI System

    Hello, The pull request can be used and it won't fail you. Just implement it manually if you don't know how to use git. There's an additional patch provided by cydh (if spelled correctly) that gives the code for blacksmith blessing and etc.
  7. The guide is the 1st post. Or do you mean the complete including the client?
  8. Exact guide will be the one posted above. That's how it is. As far as I know, you have to setup client to accept map-server changes. I forgot the patch for it.
  9. Yes. FluxCP does registration.
  10. What I understand on the above setup is that you need to have 2 VPS/Virtual Machine. 1 is for the server itself and the other 1 is for proxy. The proxy VPS/VM doesn't need to have a ragnarok server but only have IPTables/FirewallD configuration (as shown above) to re-route/port forward packets/traffic. Not sure of the exact term though.
  11. @SugarDaddy Is it okay to put it along with your VPS? Partly yes, partly no. Yes, because you only have to manage 1 server for all. No, because of RAM/CPU Consumption + security. If okay to put it on webhosting? Definitely yes. Once you have ordered webhosting, just extra fluxcp on the html folder and do the installation process. You need to setup sql accounts and server-config.php if my memory serves me right. lol.
  12. @zeek: Ports/Firewall if open on your server.
  13. @sikiro: It should be 3 buttons but if I remove account panel and just do register and rate us only my OC-ness will be trigerred since it will not fill up the free space but let me come of a modification that will make it fit! Thanks for the input.
  14. @hadie: No. You need to re-code your theme to work with rA's flux.
  15. Sup! Been doing a bit of design in Thor to practice coding. Sharing my latest work. Accepting suggestions and rates for further improvements.
  16. Digital Ocean/OVH try them ?
  17. @guhx what exactly did not work on the wiki? Installation guide provided works 100% even without phpmyadmin. You need to install lamp if you want to have a phpmyadmin ?
  18. @mmjgold: I assume you're using default bootstrap themes thus by removing it you need to go to the themes folder -> bootstrap -> header.php Find the line below shown in the picture. Change it to or simply remove that 2 line.
  19. Using 2018 and everything works fine
  20. You have to manually code it. Stojan I think is a custom NPC for revo-classic.
  21. check lua files > skillinfolist.lub or skillinfolist.lua
  22. @zeek: Updated msgstringtable, langtype 1 for client/sclientinfo, service_usa lua files.
  23. @Cydh: I checked line 107 of the patch seems like there's a duplicate definition of if value. See below
×
×
  • Create New...