Jump to content
  • 0
UniC

Storage Items

Question

6 answers to this question

Recommended Posts

  • 0

from the item db table in sql

that mean if the user did not use the sql db >> https://github.com/rathena/rathena/blob/a3fc44ef8aecf55789165b18dd64aa36ad8ecbac/conf/inter_athena.conf#L155

and did not import it to sql flux wont see the items



also this might interest you too

https://github.com/rathena/FluxCP/blob/master/modules/item/iteminfo.php

which convert the iteminfo.lua to a file that flux can read to get the description of the items

Edited by sader1992
Link to comment
Share on other sites

  • 0

i don't know about node.js

but you can ignore the filename.extinction and check for whatever the text file with the correct encoding(maybe a use option for that) you would have codes that support anything

i am not that good in web development(i even could not make it work with the current code in FluxCP) , however the idea of the code is clear

Link to comment
Share on other sites

  • 0
8 minutes ago, Universe said:

so it just uses the itemdb and convert it to iteminfo.lua and then uses that as reference ?

nope , it uses the itemdb sql table to get the basic item information

like id/name/loc/job etc

 

than if the owner want the item description afterword he can upload the iteminfo.lua , which give the website the description and hook it up with the item id

Edited by sader1992
  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

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