Quote:
Originally Posted by lunarrohan
i have no idea how that thing works tho. hahaha can you explain how that thing works?
|
Remembering you must first create an item, then go into the database and query the ID, Number of weapon or armor.
PHP Code:
Example:
UPDATE [RohanGame].[dbo].[TItem]
SET [id] = 254
,[type] = 6565656 -> Number of weapon or armor
,[attr] = 0x0164001721001A4300223200550D004C110000000000 -> HaxeCode
,[inventory] = 1
,[slot] = 0
,[stack] = 0
,[rank] = 0
,[equip_level] = 0
,[equip_strength] = 0
,[equip_dexterity] = 0
,[equip_intelligence] = 0
,[char_id] = 65656
,[user_id] = 565656
,[consign_date] = 0
,[date] = 0
WHERE [id] = 254
GO