Jump to content

Akkarin

Forum Manager
  • Posts

    3147
  • Joined

  • Last visited

  • Days Won

    214

Everything posted by Akkarin

  1. The source from this file should go into /src/custom/script.inc and /src/custom/script_def.inc to avoid conflicts.
  2. Enable debugging if you're using windows by attaching the map server process to Visual Studio so we can see the problem. If you're using Linux you should try running with gdb so we can obtain a core dump. No one will be able to help you with just the information you've provided.
  3. I'm not sure how else you'd get the client to send the data to your Twitter App if you're still pointing to the Official server's oauth listener.. so yes i would change the IP as well.
  4. You don't need an example, just add the file the same way you'd add any other NPC script.
  5. 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?
  6. 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.
  7. Then perhaps the picklog pages need to be revamped so it's easier to find the information you need.
  8. 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.
  9. This is a development announcement topic, not a support thread. Locking.
  10. Does the Forum Issues subforum look like a good place to post your support question? Topic moved.
  11. 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();
  12. The redirects are automatic anyway o.O I'm still confused on why you'd need to change the redirects.
  13. 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.
  14. Or 6am and you're still awake and answering messages on your phone in bed. The eyeball hurt is real!
  15. 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.
  16. 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
  17. This has made my day.
  18. Moving post to the correct section. You clearly missed the big red text that says this is not a support section. Topics also merged.
  19. 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.
  20. 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
  21. 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.
  22. Then your answer is pretty obvious.
  23. Paste the configs you've changed from your /conf/import/map_conf.txt file into a codebox.
  24. As i said, older client have them harcoded. Newer clients may differ. Have you actually tried yourself?
×
×
  • Create New...