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

buy items on site dont get ingame help!

xx Kami xx

Retired.
Joined
Dec 29, 2012
Messages
509
Reaction score
20
when i try to buy items on site i dont get them in game, how do i fix it? will Rep++
 
Last edited:
is why your shop.lua have bad line on query in globalevents
go to data/globalevents open shop.lua
and search all lines have:
LUA:
db.executeQuery
and changed all lines say: db.executequery for
LUA:
db.query
and make /reload globalevents or close and open your server
 
is why your shop.lua have bad line on query in globalevents
go to data/globalevents open shop.lua
and search all lines have:
LUA:
db.executeQuery
and changed all lines say: db.executequery for
LUA:
db.query
and make /reload globalevents or close and open your server

didnt work :(
 
doubt are you try buy many times left you fixed? why all items have 1 storage in shop and send why you fixed script ,don't have any error in console?
made by is why you try many times and don't works your shop, but now you fixed script ,so i suggest try waiting and see stop.. or any error in console
other point is in globalevents.xml in interval
 
doubt are you try buy many times left you fixed? why all items have 1 storage in shop and send why you fixed script ,don't have any error in console?
made by is why you try many times and don't works your shop, but now you fixed script ,so i suggest try waiting and see stop.. or any error in console
other point is in globalevents.xml in interval

i only did it 4x and i got 50 items x.x
 
but in last you use many times shop? just only delete from z_shop_history in your database
SQL:
delete from z_shop_history_item;
or post your shop.lua for see you error.
 
Back
Top