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

Im not receiving any item from Gesior's Shop

Archez

'
Senator
Joined
Jun 26, 2008
Messages
6,589
Solutions
1
Reaction score
71
Location
Mexico
Mmm, Im using the Gesior Shop System and it works perfectly, but this is killing me. Just 1 error.

I log in to receive my items and I dont get anything.

Some pictures...

shop2.jpg


shop1.jpg


Any item... Someone know whats happening? :p

Sorry for the second picture, I spelled wrong "transaction".. I wrote it in spanish.
 
You probably forgot to put some code in your global.lua and login.lua files. Search for Gesior's PACC/ITEM shop thread and see what you have to paste there.
 
Also, I want to show this:

Code:
[14/10/2008  19:24:15] data/creaturescripts/scripts/login.lua:50: attempt to call global 'getItemWeight' (a nil value)
[14/10/2008  19:24:15] stack traceback:
[14/10/2008  19:24:15] 	data/creaturescripts/scripts/login.lua:50: in function <data/creaturescripts/scripts/login.lua:17>

This appears when I log in with my character. But just once. At the beginning of the TFS Window.


@nsanee: Im going to check what happened...
 
Gesior posted two versions of scripts, one is for tfs 0.2 and the second is for 0.3, I think you might have swapped them ;]
 
You are using TFS 0.3 with script for 0.2 probably, if not, change getItemWeight to getItemWeightById and see what happens.
 
Back
Top