Where is your client? I use official 8.6 client downloaded from otservlist.org.this position is the temple of venore... are you using the client i upload? :S
Where is your client? I use official 8.6 client downloaded from otservlist.org.this position is the temple of venore... are you using the client i upload? :S
Where is your client? I use official 8.6 client downloaded from otservlist.org.
In the OTClient it works fine, but if you use official Tibia Client not.![]()
GitHub - Alkurius/Cliente-860
Contribute to Alkurius/Cliente-860 development by creating an account on GitHub.github.com
error : your character could not be loaded why ? something wrong with database i added your schema.sql
I had it you got orginally 127.0.0.1 i see the list of players but cant log inCheck config.lua and un IP put localhost
Use the OTCliend i uploadI had it you got orginally 127.0.0.1 i see the list of players but cant log in
Post automatically merged:
I tried otclient but it doest work probably need ip change
Hello!all working perfectly,but when i go open depot,leave 1sqm and come back open depot,console say this,im runing with 16gb ram .where can be the problem?and what shop system can use?thanks
Hi!
I got a question, do you know where i can fins the script for starting lvl and items? i want character start on lvl 30 with more money and items. Do you know where i can find the code/Script?
Use items.otb from "OTServ 8.60 r.6052" original distribution and it will work fine. Apparently vial itemid 2006 has a wrong item attribute in this otbVenore Position 32961 32080 6 and 32961 32079 6. When you go there client debug and you can't log in anymore.
use this code instead:Hello!all working perfectly,but when i go open depot,leave 1sqm and come back open depot,console say this,im runing with 16gb ram .where can be the problem?and what shop system can use?thanks
How modify? Can you paste a example?yes is a bug... you need modify the title.lua..
the error is not the depot is the floor.
InWhen I stand on: You see a glowing switch.
Item ID: 11062 in Depo I have lag and relog to temple in Venore
movements\scripts\others\tiles.lua
, change line 32-36 from: --local depotItems = player:getDepotChest(getDepotId(depotItem.uid), true):getItemHoldingCount()
local depotItems = 0
for id = 1, configManager.getNumber("depotBoxes") do
depotItems = depotItems + player:getDepotChest(id, true):getItemHoldingCount()
end
local depotItems = player:getDepotChest(getDepotId(depotItem.uid), true):getItemHoldingCount()
--[[
local depotItems = 0
for id = 1, configManager.getNumber("depotBoxes") do
depotItems = depotItems + player:getDepotChest(id, true):getItemHoldingCount()
end
--]]