• 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!

Lua TFS 1.3 enchanting script, how to add new item

E

Evil Puncker

Guest
Hello everyone, I'm trying to add the dracoyle statues on the enchanting script from tfs master, but no success so far, it always ends up consuming all the stack of emeralds

script: otland/forgottenserver (https://github.com/otland/forgottenserver/blob/master/data/actions/scripts/other/enchanting.lua)

the part I added (which seems to be wrong):

Lua:
        [9949] = { -- dracoyle statue
            [COMBAT_EARTHDAMAGE] = {id = 9948, targetId = 9949} -- dracoyle statue (enchanted)
        },
        [9954] = { -- dracoyle statue
            [COMBAT_EARTHDAMAGE] = {id = 9953, targetId = 9954} -- dracoyle statue (enchanted)
        },

any help is appreciated
 
Back
Top