Jump to content

Akkarin

Forum Manager
  • Posts

    3144
  • Joined

  • Last visited

  • Days Won

    212

Everything posted by Akkarin

  1. You don't need an example, just add the file the same way you'd add any other NPC script.
  2. Odd.... I've tested using a clean setup of chargen with GRFs from various official servers and they all work fine. If the error says that it can't find the file, it means it's literally not there. Have you tried with just an unmodified data.grf from kRO? Have you also tried with default hair and palettes?
  3. You have to hex the client if it's not reading from the ExternalSettings_*.* file. You also have to create an app on Twitter to connect to.
  4. Then perhaps the picklog pages need to be revamped so it's easier to find the information you need.
  5. This would require adding to the rA source code. If you want the name to show up instead of just the char ID, add a left join statement to the modules/logs/picklog.php file. Or add an Issue to the fluxcp repo and ill make the changes and push later today.
  6. This is a development announcement topic, not a support thread. Locking.
  7. Does the Forum Issues subforum look like a good place to post your support question? Topic moved.
  8. The redirects are positioned in the /module/<module_name>/<action_name>.php files. e.g. https://github.com/rathena/FluxCP/blob/master/modules/account/index.php It's controlled by the following line: $this->loginRequired();
  9. The redirects are automatic anyway o.O I'm still confused on why you'd need to change the redirects.
  10. Why would you need to redirect to a different page? If you want something else to be displayed on the login page (extra info?) you can copy the current data from /themes/default/account/login.php and paste it to /themes/<your custom theme>/account/login.php and then add whatever you need.
  11. Or 6am and you're still awake and answering messages on your phone in bed. The eyeball hurt is real!
  12. When you download the Thor patcher, you will find a file called Thor.pdf within the archive. This tells you how each element of Thor is used. Here is a link that will give you many guides on how to setup Thor Patcher.
  13. A good example is in the instance scripts, where specific NPCs do things dependant on their hidden name value. This is very useful when using the duplicate NPC function. You provided an example in your first post
  14. Moving post to the correct section. You clearly missed the big red text that says this is not a support section. Topics also merged.
  15. Partially correct. Having the dbs read from SQL instead of TXT means that you and your staff can just use something like FluxCP or PHPMyAdmin to edit things without needing to have access to the server's files.
  16. Perhaps @Functor would like to send a message to that FB Page and have them take it down. We're forever removing accounts that are created in order to impersonate him
  17. Simply put, the value of strnpcinfo(2) is a string formed by the name of the NPC itself. "NPC Name#45" would give "45" as a string, so you'd use "atoi" to change the string to an integer.
  18. Then your answer is pretty obvious.
  19. Paste the configs you've changed from your /conf/import/map_conf.txt file into a codebox.
  20. As i said, older client have them harcoded. Newer clients may differ. Have you actually tried yourself?
  21. There's technically no difference between the custom warper supplied by the repo, are you also loading that too? Since both define functions with the same name, you should rename them. Are there any errors on the map server?
  22. Ignore the mapserver until you've fixed the errors on your login and char server.
  23. We'd have more of an idea if you told us the actual error. None of us have a crystal ball.
×
×
  • Create New...