• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Rules/Info System on Login

Shaorin

Respected Member
oo ok... i just make the core where do i find this files? for its soemthing that i dont have. and i did not know they where needed,
 

Rochet2

Moderator / Eluna Dev
oo ok... i just make the core where do i find this files? for its soemthing that i dont have. and i did not know they where needed,

You need all the files in the main post of this topic.
I am talking about editing one of those files. More specifically you should edit server_rules.lua
The sc_default.lua and character_rules.sql should work fine by default - not that I tested.
 

Rochet2

Moderator / Eluna Dev
i said i dont know where to find these files- i only have:

http://puu.sh/qHQbD/7fb9ac3d86.png

http://puu.sh/qHQcd/a34345fbae.png

http://puu.sh/qHQcY/afa1fa2487.png

so i dont ahve thoese files. the one that posed about this dont link this extra files. i dont know if i need to go into the source folder into eluna or something like that to get them. so HOW do i get these files that i dont know have? where should i look.

The error says that the file that causes the error is in the root of lua_scripts folder.
So you are either looking at the wrong directory or the file might be hidden. Or then you deleted the script before taking the pictures.

The file is not there by default so you have put it there yourself. So where did you put it?
 

Shaorin

Respected Member
ia hve not delted anything and im admin on the pc.... but i dont get why its hidden. those are all files i have
 

Shaorin

Respected Member
well itd you that dont understand. i all i ask for are what whats wrong. where is the files. i went into the github but its no files there. the rest of the files if they are a part of eluna then i should have them.
it seems that you think i mess around with the script i ahve not. i only downlaed sqp, main and base files. that what he linked me mian post and that what i thought i needed. if he knew i needed more files that why not tell and give a link. i mean he give a link to a githube repo, so sure the files should be there.

so i dont have the files. and im asking kindl after them. i cant see how hard it can be to understand^^
 

Rochet2

Moderator / Eluna Dev
i only downlaed sqp, main and base files

These are the only files you need.
These are the files you should modify because they do not work by default.
More specifically I am talking about editing the main file, because it seems it produced an error seen in your images you linked.

ps. in case you didnt know you need to name the main file server_rules.lua and the base file sc_default.lua
 

Shaorin

Respected Member
ooo i see why did you not explain that from the from the start. i did not understand you meant i needed to ahve specific name for the files. will try that,
 

Rochet2

Moderator / Eluna Dev
i did not understand you meant i needed to ahve specific name for the files. will try that,

Also do note that I told you to change
require "base/sc_default"
to
require("sc_default")
in the main file.

Because if you do not do this, it requires you to have a specific folder structure as well. (sc_default.lua needs to be in "base" folder)
 

titkata

Emulation Addict
Nice script I really enjoy it! :)
I have some questions:
1. Can I use this script for my future project?
2. Is it possible to edit the time?
 
Top