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

Gesior WebSite - Shop Offer Image Problem

picachu

Member
Joined
Dec 2, 2007
Messages
970
Reaction score
11
Hello ppl.
Another problem in Gesior Website.

When i create a new offer, it creates with a order number (1, 2, 3, 4, 5, etc ids)...
And in ITEM ID i put the correct id.
Now look at the screenshots and help me to solve the problem! :p

1
1zmm5w4.jpg

As you can see, the item numbers is right, and the sequence id is some numbers in sequence.
2
2vn5j4h.jpg

As you can see in the img 2, the item id is the number sequenced! and not the real item id!
Help please

:peace:
 
@Cykotitan,
I just edited it:

Original:

PHP:
$main_content .= '<tr bgcolor="#F1E0C6"><td align="center"><img src="http://otland.net/images/items/'.$item['id'].'.gif">

Edited:

PHP:
 $main_content .= '<tr bgcolor="#F1E0C6"><td align="center"><img src="http://otland.net/images/items/'.$item['item_id'].'.gif">

Hej, i have a little problem.
When i try to use containers:

Code:
[Error - GlobalEvent Interface]
data/globalevents/scripts/shop.lua:onThink
Description:
(luaDoAddContainerItem) Container not found
 
Anoter stupid error xD
Try inverse ,where is Container ID: you put "item id" and Count Container: you put yhe "item count"
and
Where is Item ID: you put the "container id" and in Count Item: you put the "Count Container"

It should work.
 
Back
Top