Problems with gm console

12/01/2016 02:18 vnzla#1
Hi everyone, i have a problem with the console. I want to generate a new item added in client and database but dont drop :(, see the picture

The right box says "Cheat Key Success" but dont drop the item :/ please help me with this
I try with all item_mall... code that i added to database and nothing.


[Only registered and activated users can see links. Click Here To Register...]
12/01/2016 07:26 B1Q#2
item does not exist in your database.
check the itemID & CodeName
media itemdata_xxxx.txt database _RefObjCommon
12/01/2016 10:35 vnzla#3
Quote:
Originally Posted by hazemooking View Post
item does not exist in your database.
check the itemID & CodeName
media itemdata_xxxx.txt database _RefObjCommon
Yes exist

[Only registered and activated users can see links. Click Here To Register...]
12/01/2016 11:59 NoIdeaForAName#4
Hello.

First of all, re-check everything that you've done.


Try to add the item to your inventory using the SMC feature :

PHP Code:
_SMC_ADD_ITEM 
Or by executing this :

declare @[Only registered and activated users can see links. Click Here To Register...] varchar(64)

set @[Only registered and activated users can see links. Click Here To Register...] = 'CharNameHere'

exec _ADD_ITEM_EXTERN @[Only registered and activated users can see links. Click Here To Register...],'ITEM_MALL_ITEM_NAME_HERE',1,0

If it crashes after you relog/recall then something is clearly wrong in the Database/Media.
12/01/2016 12:18 vnzla#5
Quote:
Originally Posted by NoIdeaForAName View Post
Hello.

First of all, re-check everything that you've done.


Try to add the item to your inventory using the SMC feature :

PHP Code:
_SMC_ADD_ITEM 
Or by executing this :

declare @[Only registered and activated users can see links. Click Here To Register...] varchar(64)

set @[Only registered and activated users can see links. Click Here To Register...] = 'CharNameHere'

exec _ADD_ITEM_EXTERN @[Only registered and activated users can see links. Click Here To Register...],'ITEM_MALL_ITEM_NAME_HERE',1,0

If it crashes after you relog/recall then something is clearly wrong in the Database/Media.
The ID of itemdata_xxxx.txt need to be the same of the _RefObjCommon?
12/01/2016 12:21 NoIdeaForAName#6
Quote:
Originally Posted by vnzla View Post
The ID of itemdata_xxxx.txt need to be the same of the _RefObjCommon?
For the best results, yes.
12/01/2016 13:53 vnzla#7
Quote:
Originally Posted by NoIdeaForAName View Post
For the best results, yes.
I attach the files. Can you please tell me if it's fine?
12/01/2016 15:44 B1Q#8
no it's not and i told you in my previous comment both IDs have to be the same lol

just replace the IDs in textdata_45000.txt with the IDs of _RefObjCommon and restart your gameserver :3
12/01/2016 15:56 vnzla#9
Quote:
Originally Posted by vnzla View Post
I attach the files. Can you please tell me if it's fine?
Quote:
Originally Posted by hazemooking View Post
no it's not and i told you in my previous comment both IDs have to be the same lol

just replace the IDs in textdata_45000.txt with the IDs of _RefObjCommon and restart your gameserver :3
EDIT: it works. Thanks you very much haha