• 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 FIXING FISHING IN OTXSERVER-NEW

Zexn

New Member
Joined
May 22, 2017
Messages
9
Reaction score
2
Location
Spain

Hello, this is my first post and i will show how you can fix this problem with malucoo otxserver-new.

Untitled

Folder: data/actions/scripts/tools/fishing.lua

change this:

Lua:
        end
        player:addItem("fish", 1)
    end

for this:

Lua:
        end
        player:addItem(2667, 1)
    end



 
Back
Top