Solutions
-
matsantos's post in (Resolvido)attempt to perform arithmetic on a boolean value SQL was marked as the answercê não mexeu no script em actions não?
sinceramente, deveria estar pegando, ou você fez algo errado ou tem alguma maldição mesmo
tenta dar uma revisada em tudo, vou dormir
-
matsantos's post in (Resolvido)Erro na pagina guild site gesior was marked as the answerExecutar na database:
DROP TABLE IF EXISTS `guilds`; CREATE TABLE IF NOT EXISTS `guilds` ( `id` int(11) NOT NULL AUTO_INCREMENT, `world_id` tinyint(2) unsigned NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL, `ownerid` int(11) NOT NULL, `creationdata` int(11) NOT NULL, `checkdata` int(11) NOT NULL, `motd` varchar(255) NOT NULL, `balance` bigint(20) unsigned NOT NULL, `description` text NOT NULL, `guild_logo` mediumblob, `create_ip` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`,`world_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-
matsantos's post in (Resolvido)Erro no site gesior lotery was marked as the answerExecuta na database
CREATE TABLE `lottery` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `item` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -
matsantos's post in (Resolvido)Cortar sprite was marked as the answerusa object builder? tem uma maneira muito simples de fazer isso, apenar vá em ferramentas/tools e depois clica em SLICER
abre a imagem no canto superior esquerdo, aumenta as colunas e linhas, corta e depois só é importar
-
matsantos's post in (Resolvido)Ajuda com erro em site/shop was marked as the answergifts.php
functions.php
-
matsantos's post in (Resolvido)Como arrumar o Banner.php? was marked as the answercoloca um <center> no script
-
matsantos's post in (Resolvido)Exhausted entre spells. was marked as the answerVai no seu spell e procura essa linha : function onCastSpell(cid, var)
Adiciona isso loga abaixo : local waittime = 1 -- Tempo de exhaustion
local storage = 115818
if exhaustion.check(cid, storage) then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Aguarde " .. exhaustion.get(cid, storage) .. " segundos para usar a spell novamente.")
return false
end
No final do Script antes de return True ou return False sei la , adiciona isso : exhaustion.set(cid, storage, waittime)
E em Spells.xml localiza sua spell e onde tem exhaustion coloca 0 -
matsantos's post in (Resolvido)Como Transformar Imagem em PNG em sprite pelo object builder was marked as the answercorta ela em 32x32
e do lado direito do Object builder >>
clica com o botão direito do mouse e da Replace
seleciona a imagem em PNG
ai do lado esquerdo <<
seleciona se é Item , Outfit , Effect ou Missile
ai depois clica duas vezes em alguma sprite que vc não irá ultilizare substitui.
pra substituir arrasta a sprite do lado direito >>
para o esquerdo <<
-
matsantos's post in (Resolvido)[ERRO] Itens.xml was marked as the answerBem eu ja arrumei isso e nao tinha avisado :s
foi facil só precisei tirar todos os [ ç ] e os [ ã ]...
mais obrigado a todos que tentaram me ajudar
-
matsantos's post in (Resolvido)[AJUDA]SPRITE NAO APARECE ! was marked as the answer@UP