`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
`tradeable` varchar(5) NOT NULL default 'false',
`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`)
) DEFAULT CHARSET=utf8;
Isso e a tabela q vc pode bloquiar o intem no char ..depois de bater um monte a cabeça crieei essa tabela
CREATE TABLE IF NOT EXISTS `Donations` (
`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
`tradeable` varchar(5) NOT NULL default 'true',
`dropable` varchar(5) NOT NULL default 'true',
`destroyable` varchar(5) NOT NULL default 'true',
`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`)
) DEFAULT CHARSET=utf8;
essa seria minha tabela para ter um controle sobre itens donator..so q eu executo na Db vai legal..quando vo cria a sql tudo certo o iten nao vai oara o char ?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
GOSTARIA DOS ICONES DAS TATTOS , TODOS ICONES , COM ESSE LV , ATÉ O LVL 6 POR FAVOR , PARA INTERLUDE , ESSES DO PRINT NAO SAO INTERLUDE E NAO TENHO ! OBRIGADO!
Olá, seu tópico se encontra com um ou mais links offline. Caso ainda possua o conteúdo, favor postar aqui mesmo no tópico ou mandar MP para algum staff que estaremos normalizando o tópico.
Grato pela atenção!
Voce usar a conta de admin q vc tem no server, vai em accounts e define o acess_level la. e vc entra auto.
Eu tenho uma versão desse votesystem q tentei atualizar e com tutorial so acessar o link na minha assinatura em baixo.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Pergunta
egonfelipealves
Isso e a tabela q vc pode bloquiar o intem no char ..depois de bater um monte a cabeça crieei essa tabela
essa seria minha tabela para ter um controle sobre itens donator..so q eu executo na Db vai legal..quando vo cria a sql tudo certo o iten nao vai oara o char ?
Ausente sim,Offline Nunca!!!!!!!!
Skype:Egon_alves
Msn:[email protected] =D
@egonfelipe
Ninguém vai escutar o que você disser até cometer um erro
Link para o comentário
Compartilhar em outros sites
2 respostass a esta questão
Posts recomendados
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.