How to make Item Mall Inventory Work

02/24/2014 16:37 jokerxvier#1
Hi Guys,

Got a problem with my local server..I can't make the IM items appear ingame..

I'm using this query below but it doesn't reflect ingame.


INSERT INTO [RohanMall].[dbo].[TItem]
([type] ,[attr] ,[stack] ,[rank] ,[equip_level] ,[equip_strength] ,[equip_dexterity] ,[equip_intelligence] ,[user_id] ,[date])
VALUES (4718614, GETDATE()) ;


does anyone know how to make the IM inventory work ingame? Hope someone can help me. thanks..
02/24/2014 20:31 Marvetick#2
insert values according to
Quote:
([type] ,[attr] ,[stack] ,[rank] ,[equip_level] ,[equip_strength] ,[equip_dexterity] ,[equip_intelligence] ,[user_id] ,[date])
02/25/2014 05:57 jokerxvier#3
I already populate all the fields but and sql query are working fine but when i check on the IM inventory i can't see it in the IM inventory. Does the Item needs to be edited first in the .bin files?
02/25/2014 14:22 Luôô#4
Find the procedure for item list and check if there is a error
02/25/2014 18:44 jokerxvier#5
what item list?