Ir para conteúdo
  • Cadastre-se

Mr. Crimson Prince

Membro
  • Total de itens

    182
  • Registro em

  • Última visita

Tudo que Mr. Crimson Prince postou

  1. Obrigado por ajudar dei 4 rep ++ , só não dou mais pq é o limite no dia AHUSHAUHS
  2. o tenso é que uso um vps linux, mas vlw por tentar ajudar;
  3. quando eu tento entrar no site; Error occured! Error ID: #C-5 More info: ERROR: #C-5 : Class::ConfigPHP - Key sqlType doesn't exist. File: /var/www/classes/configphp.php Line: 96 File: /var/www/system/load.database.php Line: 27 File: /var/www/index.php Line: 21
  4. cara tamo fudido no msm erro HASHAUHSAU, se eu conseguir arrumar te dou um help; (acho que já sei o que é)
  5. qual a definição que você está usando pra "ip privado" ?
  6. no firstitems.lua troca por esse : local config = { [1] = { --equipment spellbook, wand of vortex, magician's robe, mage hat, studded legs, leather boots, scarf {{2175, 1}, {2190, 1}, {8819, 1}, {8820, 1}, {2468, 1}, {2643, 1}, {2661, 1}}, --container rope, shovel, mana potion {{2120, 1}, {2554, 1}, {2789, 10}} }, [2] = { --equipment spellbook, snakebite rod, magician's robe, mage hat, studded legs, leather boots scarf {{2175, 1}, {2182, 1}, {8819, 1}, {8820, 1}, {2468, 1}, {2643, 1}, {2661, 1}}, --container rope, shovel
  7. Windows 8 reembolsa e instala outro s.o... brincadeiras a parte Já liberou todas as portas do modem e do firewall ?
  8. @OrochiElf o problema dele não é o script... local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function onLogin(cid) accountManager = "Account Manager" managerCounter = 0 for i, player in ipairs(getOnlinePlayers()) do if accountManager:lower() == player:lower() then managerCounter = managerCounter + 1 end end if getPlayerStorageValue(cid, 12036) == -1 then setPlayerStorageValue(cid, 12036, 1) end if managerCounter >= 3 then
  9. sqlType = "mysql" sqlHost = "127.0.0.1 " -- trocar pro meu ip não vai fazer funcionar ja tentei... sqlPort = 3306 sqlUser = "root" sqlPass = "*****" sqlDatabase = "otserv" sqlFile = "mysql.sql" sqlKeepAlive = 0 mysqlReadTimeout = 6000 mysqlWriteTimeout = 6000 encryptionType = "sha1" @edit : testei o website do victor e funcionou, mas quero usar esse pro meu serve da um help aew alguém;
  10. já verificou se no config.lua em 'worldType' está open... se não tiver mude Edit... No login.lua, tenta colocar isso: doPlayerSetLossPercent(cid, lossType, newPercent) Onde lossType é: PLAYERLOSS_EXPERIENCE = 0 PLAYERLOSS_MANA = 1 PLAYERLOSS_SKILLS = 2 PLAYERLOSS_CONTAINERS = 3 PLAYERLOSS_ITEMS = 4 E newPercent é a nova porcentagem.
  11. vai em \data\creaturescripts\scripts\login.lua procure por : doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10) abaixo adicione doPlayerSetLossPercent(cid, PLAYERLOSS_ITEMS, 10)
  12. talkactions/scripts/bless.lua local bless = {1, 2, 3, 4, 5} local cost = 80000 function onSay(cid, words, param) for i = 1, table.maxn(bless) do if(getPlayerBlessing(cid, bless[i])) then doPlayerSendCancel(cid, "Voce ja tem todas as bless.") aqui é a mensagem quando você comprou o bless é queria comprar denovo return TRUE end end if(doPlayerRemoveMoney(cid, cost) == TRUE) then for i = 1, table.maxn(bless) do doPlayerAddBlessing(cid, bless[i]) end doCreatureSay(cid, "You are now blessed by the Server!" ,19) aqui é a mensagem que aparecerá quando você comprou o bless doSendMagicEffect(getPlay
  13. STEP 2 Error occured! Error ID: #C-5 More info: ERROR: #C-5 : Class::ConfigPHP - Key sqlType doesn't exist. File: /var/www/classes/configphp.php Line: 96 File: /var/www/install.php Line: 165
  14. Como diminuir o chat ... ta bugado não diminui mais que isso
  15. existe muitos melhores por aew, o matrix desviando de bala é mais real do que as coisas esses cara fazem com o carro/sem
  16. Segui os passos desse tutorial até aqui ... > http://www.tibiaking.com/forum/topic/32118-compilar-otserver-em-linux-ubuntu-1004/< /etc/init.d/apache2 start Se tiver feito até agora tudo certo, o seu site vai estar funcionando perfeitamente. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ja deixei meu config.ini assim : install = "no" server_path = "/home/otserver/" signatures = "0" e assim : install = "start" server_path = "/home/
  17. Após isso volte para o shell e vamos compilar o OTServer: Execute os comandos: ./autogen.sh -------------------------------------------------------------- -bash: /autogen.sh: No such file or directory eu qual seria a pasta/comando certo ? ------------------------------------------------------------------------- resolvi o erro. cd /home/otserver/sources chmod 777 -R * ./autogen.sh
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo