For me mods are useless, better to put all in data ;p
For me mods are useless, better to put all in data ;p
why?
Cause i can add all into data, and i don't like when putting all into 1 file like in mods, for me grouping to creaturescripts/talkactions etc. is neater.
You can also group it in the mods folder. You can organize it your own way, and when updating it goes way faster:O.
What's mods xD?
<?xml version="1.0" encoding="UTF-8"?>
<mod name="Example" version="1.0" author="The Forgotten Server" contact="otland.net" enabled="yes">
<action itemid="2195" event="buffer"><![CDATA[
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_MAGIC_RED)
]]></action>
<movevent type="StepIn" itemid="8292" event="script">
if getPlayerLevel(cid) > 100 then
doPlayerSendTextMessage(cid, 25, "Bla bla bla..."
end
</movevent>
</mod>