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

Shop GESIOR

droox

New Member
Joined
Jun 26, 2013
Messages
47
Reaction score
0
Hello everybody, I'm with a problem in my server site. When I try to add an item in Gesior the shop, it appears that it was added, however, it does not appear in the shop! I'm using a 1.0 TFS for version 10.76. someone could help me?
 
I go to the "shop admin", "add shop offer" I click on the flag "item", define the amount of points, put a description, the name of the item and click on "submit"

The item does not appear in the shop!
 
Pretty sure the admin on gessior doesnt work.. you need to add the items through your phpMyAdmin. So you go into your database and click on z_shop_offers and add them that way.
 
You don't need a command you just add it.. So do these steps.

1)Log into your phpmyadmin
2) Open your database
3_ on the left hand side of the screen select "z_shop_offer"
4) On the top menu click on "Insert"
5) Fill out the fields like this

ID = shop item id (Can leave blank or set to 1 and then the next to 2 etc etc)
points = Amount of points item costs
itemid1 = The item ID
count 1 = How many of item 1 you are giving
itemid2 = Pretty sure you will use this if oyu want to sell a bp of runes or somthing but jsut leave this blank)
count 2 = blank
offer_type = type "item"
offer_description = A description of the item
offer_name = The name of the item

6) Press "GO"
7) Congrats you are done!
 
Back
Top