• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

C++ [TFS 1.2][OTCV8]Looking for Wrap Furtniture system

henkas

Well-Known Member
Joined
Jul 8, 2015
Messages
1,067
Solutions
5
Reaction score
63
Looking for compatible wrap system for tfs 1.2 and otclientv8. I tried using this comit wrapping furniture event by Zbizu · Pull Request #2033 · otland/forgottenserver (https://github.com/otland/forgottenserver/pull/2033) but wrap button didnt even appear on otcv8 even tho i see it has in gameinterface.lua
LUA:
    if useThing:isWrapable() then
      menu:addOption(tr('Wrap'), function() g_game.wrap(useThing) end)
    end
    if useThing:isUnwrapable() then
      menu:addOption(tr('Unwrap'), function() g_game.wrap(useThing) end)
    end
 

Similar threads

Back
Top