Hello Otland!
I was fighting with compilation few days ago in here and here , thanks WibbenZ for support <3.
Now its time to migrate with my data pack, I've fixed npc errors, few bugs with monsters it was quite easy (simple errors). But today I find out few errors with my actions.
Question: Is there any way to migrate with action functions and with whole action stuff from TFS 0.3.6 to TFS 1.2? Or any way to fix that scripts?
I tried to add into \forgottenserver-8.6\data\lib\compat.lua this codes but still doesn't work :/
or
I was fighting with compilation few days ago in here and here , thanks WibbenZ for support <3.
Now its time to migrate with my data pack, I've fixed npc errors, few bugs with monsters it was quite easy (simple errors). But today I find out few errors with my actions.
Code:
[Warning - Action::loadFunction] Function "" does not exist.
Question: Is there any way to migrate with action functions and with whole action stuff from TFS 0.3.6 to TFS 1.2? Or any way to fix that scripts?
I tried to add into \forgottenserver-8.6\data\lib\compat.lua this codes but still doesn't work :/
Code:
oldFunction = compatFunctionName
Code:
function oldFunction = compatFunctionName end
