Jump to content

Akkarin

Forum Manager
  • Posts

    3,067
  • Joined

  • Last visited

  • Days Won

    182

Community Answers

  1. Akkarin's post in Can I use Oboro CP on rAthena? was marked as the answer   
    No idea. OboroCP was supposed to be a paid/licensed control panel. You should obtain support from the developers of that CP.
    For all intents and purposes, FluxCP works well enough.
  2. Akkarin's post in Integrating Invision Power Board with Flux CP was marked as the answer   
    Click RSS Feeds under Content Discovery in ACP

    Click Create New button, then select "Topics" and give it a name.
     

     
    You'll then find the link under the orange RSS button at the bottom of all your forum pages

     
    Use that link as the RSS Feed URL.
  3. Akkarin's post in Questions about recompiling was marked as the answer   
    You don't loose /conf/ edits by recompiling under pre-re mode. You -should- be using the import folders, though.
    Cleaning before building just removes old makefiles and pointer scripts created by the build process.
    ./configure && make clean && make server  
  4. Akkarin's post in Rejected from server - Wrong version was marked as the answer   
    The error tells you exactly what you need to do. Change your packet_db_ver to 55. If you scroll down in db/packet_db.txt you'll see packet_ver: 55 and client 2015-11-04 there.
  5. Akkarin's post in Migration Server Error : Cannot find -lpcre was marked as the answer   
    chmod +x configure  
  6. Akkarin's post in freebies NPC script help please was marked as the answer   
    Remove the account-based variable character "#" from the variable #Freebie.
  7. Akkarin's post in Import SQL from upgrades folder ? was marked as the answer   
    Short answer, no.
    If you're running the latest version from github then you don't need to apply the upgrades.
    The upgrade files are for people who are already running rAthena prior to an sql update. The sql upgrade files will then allow current users to continue running rA without redownloding a fresh current version.
  8. Akkarin's post in Somebody have mobdb structure? was marked as the answer   
    The /doc/ folder is your friend.
    https://github.com/rathena/rathena/blob/master/doc/mob_db.txt
  9. Akkarin's post in Game version was marked as the answer   
    Source: https://github.com/rathena/rathena
    Enable PRE-RE https://github.com/rathena/rathena/blob/master/src/config/renewal.h#L7
    Always download the latest GIT version of any project - then alter the configs to suit your needs.
  10. Akkarin's post in Why I can`t download files? was marked as the answer   
    You were part of the legacy Limited Members group. Limited Members needed to make one post in order to complete verification as of a short while ago.
    Congratulations - your 7 month old account has finally been setup. 
    Thank you so much for your valued contributions to our project.

  11. Akkarin's post in Instance_enter unknown instance was marked as the answer   
    Your syntax is wrong so that line is being left out. The top of that file tells you the structure. All custom stuff in the db folder is supposed to go into the import files to prevent merge conflicts.
  12. Akkarin's post in Is there a list of commands that can be done with npc? was marked as the answer   
    The doc folder that ships with rAthena has everything you need. All the script commands are detailed in https://github.com/rathena/rathena/blob/master/doc/script_commands.txt
  13. Akkarin's post in multiple grfs cause "lag" ? was marked as the answer   
    They're loaded one after another and overwrite existing entries, you can have up to 10 if I recall. They don't cause client lag.
  14. Akkarin's post in VIP system storage question was marked as the answer   
    I've just asked the devs the same question as i hadn't thought about it before. They said that you can still take the items out from storage, you just won't be able to add any new ones in until you're below the storage limit again.
  15. Akkarin's post in FluxCP SQL Error table items was marked as the answer   
    `item_db_re` is in the rA sql-files dir, while the `items` table is a temporary table that will be created after the other is inserted into your database. FluxCP creates `items` dynamically.
  16. Akkarin's post in help for item_db scripting was marked as the answer   
    Did you read the documentation? https://github.com/rathena/rathena/blob/master/doc/item_db.txt
  17. Akkarin's post in Help Edit CashPoint Value to Proof of donation was marked as the answer   
    If you read the documentation you'd easily find the answer. https://raw.githubusercontent.com/rathena/rathena/master/doc/script_commands.txt
    Change cashshop to itemshop and change the variable to an item.
  18. Akkarin's post in instance_id no longer working? (SOLVED) was marked as the answer   
    The parenthesis doesn't contain anything because it returns a value - instance_id() is how it's expressed in the docs because that's how it's used. Leave out the values you added to the command and it'll work.
  19. Akkarin's post in How to fix this fluxcp not showing the image was marked as the answer   
    //config/application.php 'BaseURI' => '', // The base URI is the base web root on which your application lies. Change this value from '' to 'fluxcp'
  20. Akkarin's post in FluxCP in CentOS was marked as the answer   
    Your file editor doesn't understand the arrows and can't convert them to ascii/unicode in order to save them correctly.

  21. Akkarin's post in Flux CP quest Database was marked as the answer   
    TinyMCE that is bundled with FluxCP already has the functions for images, tables, etc. You can do everything you need to.

  22. Akkarin's post in NPC not showing SQL Balance (SOLVED) was marked as the answer   
    Try `id` instead of 'id'. Column names use ` .
  23. Akkarin's post in Flux Error [ Please Read ] was marked as the answer   
    That error basically means that the feed URL doesn't exist. Try navigating to those feeds and you'll be met with "this site doesn't exist" errors.
  24. Akkarin's post in Error saving password in Fluxcp was marked as the answer   
    If you mean this haappens when registering via fluxcp, then you have set md5 password hashing in config/servers.php
    Don't panic, it's a good thing it stops your passwords from being human readable. entering your password as normal when logging into your client or cp will work fine if md5 is also enabled on your login server.
  25. Akkarin's post in MD5 password problem was marked as the answer   
    The MD5 hashsum of 'ragnarok' is 84c114001520462ff6357ee859cac52d, which is neither of the passwords used in your screenshot. I can only suggest that the password you entered when registering was not 'ragnarok' due to a miskey. If i were you i'd replace the password in the db.
    On a side-note: all 5 of your signature links point to outdated content. Please update them. We don't want anyone trying to install rAthena using SVN since we don't use it.
×
×
  • Create New...

Important Information

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