• 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 Gesior shop problem!

sleepy

Banned User
Joined
Jul 5, 2007
Messages
90
Reaction score
0
Hello folks!

I got an problem I'll added with the admin shop items into my shop! and if I boughed them I will not resive the items!

To: From: Offer name Bought on page Received on OTS
Appa Your account 0 17 January 2010, 16:56:59 Not realized yet.

On the histroy I see this!
Is this an bugg? or must I first change some scripts. I don't really know how the part of resiving the item works!

I'll hope I get my anwsers soon as possible!

Thanks in advance guys!
 
I have this same problem :/ Someone help ^THIS^ guy !

My older post:

OTS - working corectly, friends can join with no-ip adress.

Website - work ALMOST corectly, i have 2 problems:

1. I don't know how to add it to network (only work as http://localhost or http://127.0.0.1 )

2. SMS Shop - i don't getting my items, it's still:
Quote:
| To: | From: | Offer name | | Bought on page | | Received on OTS |
| GOD | Your account | 0 | | 17 January 2010, 13:31:05 | | Not realized yet. |

Using XAMPP & [Gesior AAC] 0.3.4 (beta4) fixed v5

Engine: The Forgotten Server, version 0.3.5 (Crying Damson)
Map: Evolution by Kimini

Please help!

Of course REP+
 
Last edited:
I have this same problem :/ Someone help ^THIS^ guy !

My older post:

OTS - working corectly, friends can join with no-ip adress.

Website - work ALMOST corectly, i have 2 problems:

1. I don't know how to add it to network (only work as OtLand or OtLand )

2. SMS Shop - i don't getting my items, it's still:
Quote:
| To: | From: | Offer name | | Bought on page | | Received on OTS |
| GOD | Your account | 0 | | 17 January 2010, 13:31:05 | | Not realized yet. |

Using XAMPP & [Gesior AAC] 0.3.4 (beta4) fixed v5

Engine: The Forgotten Server, version 0.3.5 (Crying Damson)
Map: Evolution by Kimini

Please help!

Of course REP+

About your shop problem

Add this in Serverfolder/Data/lib/function.lua
InitShopComunication = 0


And if you havent executed this MYsql Query do it
CREATE TABLE `z_ots_comunication` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(255) NOT NULL,
`type` varchar(255) NOT NULL,
`action` varchar(255) NOT NULL,
`param1` varchar(255) NOT NULL,
`param2` varchar(255) NOT NULL,
`param3` varchar(255) NOT NULL,
`param4` varchar(255) NOT NULL,
`param5` varchar(255) NOT NULL,
`param6` varchar(255) NOT NULL,
`param7` varchar(255) NOT NULL,
`delete_it` int(2) NOT NULL default '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
Last edited:
Back
Top