• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[mod] Help With connect mod files.

Fu Manchu

Sepultra™
Joined
Jan 28, 2011
Messages
439
Reaction score
9
Ok so I'm semi trying to convert files into mods. Such as talkactions at the moment. And I'm trying to keep it organized by putting stuff into a folder. I have to talkaction That have been converted into mod that I wants to put into a folder. !commands is the folder. But unless it's in the mod folder and directly in the mod folder it wont read it. So i'm trying to make a mod that will tell it to read the 2 mod scripts in the folder. Any help? If you didn't understand what I said ask a question and Ill answer it Kind of confusing. But basicily trying to create the same thing that is normally in your talkactions. The who xml witch has your line of code that tell the server to read the xxxx.lua Kind of what Im trying to do but in the mods folder.

Thanks
 
well I ended up doing this and it failed horribly. This is before you posted your reply.

XML:
<?xml version="1.0" encoding="UTF-8"?>
<mod name="Commands" version="1.0" author="Sepultra" contact="Fu Manchu" enabled="yes">
    <!-- Custom Commands --> 
    <talkaction words="!aol" event="script" value="!commands/aol_talkaction"/>
    <talkaction words="!bless" event="script" value="!commands/bless_talkaction"/>
</mod>
 
Back
Top