Помогите с Л2Топ голосованием за пару Wmz
2 ответов70 просмотровСейчас просматривают: 1
· 24.05.2009, 14:00
Дело вот в чем! Хочу поставить модуль поощерения за голосования на DLE движок!
Сам с этим никак не справлюсь... Поэтому нужна ваша помощь!
Сборка стоит L2jGroup (Interlude), а веб стоит на хостинге!
Код
-- ----------------------------
-- Table structure for items
-- ----------------------------
CREATE TABLE IF NOT EXISTS items (
`owner_id` INT, -- object id of the player or clan,owner of this item
`object_id` INT NOT NULL DEFAULT 0,-- object id of the item
`item_id` INT, -- item id
`count` INT,
`enchant_level` INT,
`loc` VARCHAR(10), -- inventory,paperdoll,npc,clan warehouse,pet,and so on
`loc_data` INT, -- depending on location: equiped slot,npc id,pet id,etc
`price_sell` INT,
`price_buy` INT,
`time_of_use` INT, -- time of item use, for calculate of breackages
`custom_type1` INT DEFAULT 0,
`custom_type2` INT DEFAULT 0,
`mana_left` decimal(3,0) NOT NULL default -1,
PRIMARY KEY (`object_id`),
KEY `key_owner_id` (`owner_id`),
KEY `key_loc` (`loc`),
KEY `key_item_id` (`item_id`),
KEY `key_time_of_use` (`time_of_use`)
);
-- Table structure for items
-- ----------------------------
CREATE TABLE IF NOT EXISTS items (
`owner_id` INT, -- object id of the player or clan,owner of this item
`object_id` INT NOT NULL DEFAULT 0,-- object id of the item
`item_id` INT, -- item id
`count` INT,
`enchant_level` INT,
`loc` VARCHAR(10), -- inventory,paperdoll,npc,clan warehouse,pet,and so on
`loc_data` INT, -- depending on location: equiped slot,npc id,pet id,etc
`price_sell` INT,
`price_buy` INT,
`time_of_use` INT, -- time of item use, for calculate of breackages
`custom_type1` INT DEFAULT 0,
`custom_type2` INT DEFAULT 0,
`mana_left` decimal(3,0) NOT NULL default -1,
PRIMARY KEY (`object_id`),
KEY `key_owner_id` (`owner_id`),
KEY `key_loc` (`loc`),
KEY `key_item_id` (`item_id`),
KEY `key_time_of_use` (`time_of_use`)
);
За помощь буду благодарен и кину вам 3 WMZ! :)
Тот кто решит помочь!
Отпишите сюда или на ICQ 572058308.
0
Тема закрыта для ответов

