Tudo que luanluciano93 postou
-
[PEDIDO] SHOP SYSTEM NICAW!
essa parte: sqlType = "sqlite" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "" sqlDatabase = "theforgottenserver" sqlFile = "forgottenserver.s3db" sqlKeepAlive = 60 mysqlReadTimeout = 3 optimizeDatabaseAtStartup = "yes" passwordType = "plain" muda pra essa: sqlType = 'mysql'mysqlHost = 'localhost' sqlPort = 3306 mysqlUser = 'root' mysqlPass = 'SENHA DO PHPMYADMIN' mysqlDatabase = 'NOME DA SUA DATABASE CRIADA NO PHPMYADMIN' sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 passwordType = 'sha1' Eu já tinha dito isso nos comentários acimas.
- (Resolvido)[SUPORTE] Comando que clona
-
[AJUDA] Erros na Distro
Poste em SPOILER os arquivos: • data/globalevents/scripts/onstartup.lua • data/talkactions/scripts/war.lua • data/globalevents/scripts/start.lua O tópico foi movido para a área correta, preste mais atenção da próxima vez! Leia as regras do fórum: http://tibiaking.com/forum/topic/1281-regras-gerais/?p=7680 Este tópico foi movido: De: "OTServ → Scripting → Geral" Para: "OTServ → Suporte OTServ → Suporte de Scripts"
-
[PEDIDO] SHOP SYSTEM NICAW!
poste seu config.lua em spoiler por favor ...
- (Resolvido)[SUPORTE] Comando que clona
- Gesior ChaitoSoft 2014 - By Gustavo Ferreira
- (Resolvido)Erro no instalation of account maker (step 3)
- (Resolvido)Erro no instalation of account maker (step 3)
- (Resolvido)Erro no instalation of account maker (step 3)
- (Resolvido)Erro no instalation of account maker (step 3)
- (Resolvido)Erro no instalation of account maker (step 3)
-
Font Size Gesior Latestnews e Archive
poste seu latestnews.php em spoiler!
- (Resolvido)[SUPORTE] Comando que clona
-
(Resolvido)Só Entro Por Localhost
resolvido?
-
(Resolvido)[Resolvido] Erro ao tentar executar apache do xampp
resolvido?
- (Resolvido)Erro no instalation of account maker (step 3)
- (Resolvido)Erro no instalation of account maker (step 3)
-
(Resolvido)[Resolvido] Erro ao tentar executar apache do xampp
Acho que é conflito de portas Fabio, tenta achar a opção do skype, para ele usar as portas alternativas, assim ele libera a porta que o apache precisa para funcionar.
-
Do nada parou de funcionar, com o serve ligado e tudo configurado.
ai fala que o seu servidor não esta online!
- (Resolvido)Erro no instalation of account maker (step 3)
-
Top Level , Em Gesior Canto Superior Direito (AJUDA)
Até aonde você fez? Oque deu errado? Oque deu certo? Detalhes ..
- [2015] Gesior 1.0 - VictorWEBMaster
- [AJUDA] Addon Doll não Funciona!
-
[AJUDA] Addon Doll não Funciona!
Cesaerr, Em actins.xml: <talkaction log="yes" words="!addon" event="script" value="addondoll.lua" desc="Addon Doll Talk" /> Crie um arquivo .lua com o nome de addondoll.lua em talkactions/scripts e cole isso dentro: function onSay(cid, words, param) local femaleOutfits = { ["citizen"]={136}, ["hunter"]={137}, ["mage"]={138}, ["knight"]={139}, ["nobleman"]={140}, ["summoner"]={141}, ["warrior"]={142}, ["barbarian"]={147}, ["druid"]={148}, ["wizard"]={149}, ["oriental"]={150}, ["pirate"]={155}, ["assassin"]={156}, ["beggar"]={157}, ["shaman"]={158}, ["norsewoman"]={252}, ["nightmare"]={269}, ["jester"]={270}, ["brotherhood"]={279}, ["demonhunter"]={288}, ["yalaharian"]={324}, ["warmaster"]={335}, ["wayfarer"]={366} } local maleOutfits = { ["citizen"]={128}, ["hunter"]={129}, ["mage"]={130}, ["knight"]={131}, ["nobleman"]={132},["summoner"]={133}, ["warrior"]={134}, ["barbarian"]={143}, ["druid"]={144}, ["wizard"]={145}, ["oriental"]={146}, ["pirate"]={151}, ["assassin"]={152}, ["beggar"]={153}, ["shaman"]={154}, ["norsewoman"]={251}, ["nightmare"]={268}, ["jester"]={273}, ["brotherhood"]={278}, ["demonhunter"]={289}, ["yalaharian"]={325}, ["warmaster"]={336}, ["wayfarer"]={367} } local msg = {"Digite o nome correto!", "Voce não possui Addon Doll!", "Bad param!", "Você recebeu seu addons!"} local param = string.lower(param) if (not isPremium(cid)) then doPlayerSendCancel(cid, "Você não tem premium account.") return TRUE end if(getPlayerItemCount(cid, 9693) > 0) then if(param ~= "" and maleOutfits[param] and femaleOutfits[param]) then doPlayerRemoveItem(cid, 9693, 1) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, msg[4]) doSendMagicEffect(getCreaturePosition(cid), CONST_ME_GIFT_WRAPS) if(getPlayerSex(cid) == 0)then doPlayerAddOutfit(cid, femaleOutfits[param][1], 3) else doPlayerAddOutfit(cid, maleOutfits[param][1], 3) end else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, msg[1]) end else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, msg[2]) end end Simples e fácil, espero ter ajudado.
-
Top Level , Em Gesior Canto Superior Direito (AJUDA)
Quando precisar de algo procure antes na barra PESQUISAR ... Tente esse, se tiver erro poste aqui! http://www.tibiaking.com/forum/topic/26453-gesior-widget-top-level-box/