Ir para conteúdo

tiroleivi

Membro
  • Registro em

  • Última visita

  1. wesleyAL reagiu a uma resposta no tópico: Global v30 - OTX 10.99
  2. Nerivalhs reagiu a uma resposta no tópico: Global v30 - OTX 10.99
  3. Cat reagiu a uma resposta no tópico: Global v30 - OTX 10.99
  4. ja alterou no config.lua ? Config.lua \/ newPlayerSpawnPosX = 32515 newPlayerSpawnPosY = 32516 newPlayerSpawnPosZ = 7 no Site (accountmanagement.php) $char_to_copy->setTown($newchar_town); < em qual town ele vai nascer $char_to_copy->setPosX(0); < a position $char_to_copy->setPosY(0); $char_to_copy->setPosZ(0); Na Database: Altera a position e a Town do accmanager e dos samples.
  5. tiroleivi reagiu a uma resposta no tópico: [8.60] TFS 0.4 Rev3996 War & Cast
  6. luanluciano93 reagiu a uma resposta no tópico: Instalando ZnoteAAC 1.5
  7. felipelinsc reagiu a uma resposta no tópico: Global v30 - OTX 10.99
  8. I3reno reagiu a uma resposta no tópico: Global v30 - OTX 10.99
  9. na database do ot, no mysql do xampp posta print do erro
  10. CTRL + F e a frase que quer alterar é o máximo que vai conseguir fazer sem conhecimento na linguagem Links Atualizados : Nova Source, as pessoas que estão tendo erros com level, e crash usem a nova source/distro.
  11. Para fazer edição é muito fácil basta olhar na URL qual arquivo está aberto, e ir até a pasta xampp/htdocs e abrir o arquivo, ai vc da CTRL+F e procura pela palavra que quer alterar. nesse exemplo ali seria o arquivo creat account.php
  12. troca esse script por esse \/ -- 0.4 - offline training - login.lua function onLogin(cid) OfflineTraining_initialize(cid) if(OfflineTraining_isTraining(cid)) then OfflineTraining_turnOffTraining(cid) -- we add skill/mlvl, we select lower value: time that player was offline OR offline training time [bar in game - 9.6] OfflineTraining_addTrainedSkills(cid, math.min(OfflineTraining_getTime(cid), OfflineTraining_getOfflineTime(cid))) -- we remove offline training time [bar in game - 9.6], -- if player was offline longer then his 'offline training time' it will add him time [like on RL tibia] -- got '3 hours offline training time', stay logged off for 8 hours, you get skills for 3 hours and on login you got '5 hours offline training time' OfflineTraining_setTime(cid, math.abs(OfflineTraining_getTime(cid) - OfflineTraining_getOfflineTime(cid))) OfflineTraining_onEndTraining(cid) else -- offline training time also regenerate when you are offline, but NOT train OfflineTraining_setTime(cid, OfflineTraining_getTime(cid) + OfflineTraining_getOfflineTime(cid)) end return true end você criou a dabatase e configurou o mysql no config.lua ?? fez alguma alteração dabatase, source ? algum arquivo ? troca esse script (Data/Creaturescripts/Scripts/offlinetrain_login.lua) por esse \/ -- 0.4 - offline training - login.lua function onLogin(cid) OfflineTraining_initialize(cid) if(OfflineTraining_isTraining(cid)) then OfflineTraining_turnOffTraining(cid) -- we add skill/mlvl, we select lower value: time that player was offline OR offline training time [bar in game - 9.6] OfflineTraining_addTrainedSkills(cid, math.min(OfflineTraining_getTime(cid), OfflineTraining_getOfflineTime(cid))) -- we remove offline training time [bar in game - 9.6], -- if player was offline longer then his 'offline training time' it will add him time [like on RL tibia] -- got '3 hours offline training time', stay logged off for 8 hours, you get skills for 3 hours and on login you got '5 hours offline training time' OfflineTraining_setTime(cid, math.abs(OfflineTraining_getTime(cid) - OfflineTraining_getOfflineTime(cid))) OfflineTraining_onEndTraining(cid) else -- offline training time also regenerate when you are offline, but NOT train OfflineTraining_setTime(cid, OfflineTraining_getTime(cid) + OfflineTraining_getOfflineTime(cid)) end return true end vc tem que instalar o xampp e configurar uma senha pra ele, quando for configurar o mysql do config.lua vai precisar dela < o apache e mysql quando n liga é pq tem algum programa ja fazendo uso da porta, geralmente éo skype qualquer coisa baixe o http://www.uniformserver.com/
  13. só + 1 Duvida, estou usando ele em (mysql) quando crio o char ele nasce sem vocação em (rook) level 1, magi level 0, mas as outras skills todas vem lvl 10. como deixo essa outras lvl 0 igual o magic level ?
  14. vlw, queria ver nos fluids quanto eles estavam dando de mana e life, só faltava isso. vlw mesmo
  15. vlw mesmo...é que passei esse ot pra 8.60 e os mana e life estão vindo vazio kkk
  16. tem não, já revirei o actions ali tudo
  17. alguém sabe me dizer aonde eu acho os arquivo dos manafluid e lifefluid para alterá-los ?
  18. pode fechar já Resolvi... Correção : Apaguei o arquivo 101-compat.lua da pasta data/lib
  19. EStou com o seguinte erro : [19:32:19.439] [Error - Action Interface] [19:32:19.439] data/actions/scripts/other/doors.lua:onUse [19:32:19.439] Description: [19:32:19.439] data/actions/scripts/other/doors.lua:3: attempt to call global 'getThingFromPos' (a nil value) [19:32:19.439] stack traceback: [19:32:19.439] data/actions/scripts/other/doors.lua:3: in function 'checkStackpos' [19:32:19.439] data/actions/scripts/other/doors.lua:160: in function <data/actions/scripts/other/doors.lua:16> doors.lua
  20. executa isso no seu banco de dados : CREATE TABLE IF NOT EXISTS `killers` ( `id` int(11) NOT NULL AUTO_INCREMENT, `death_id` int(11) NOT NULL, `final_hit` tinyint(1) unsigned NOT NULL DEFAULT '0', `unjustified` tinyint(1) unsigned NOT NULL DEFAULT '0', `war` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `death_id` (`death_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  21. tiroleivi reagiu a uma resposta no tópico: (Resolvido)[ERROR] Cast System [MOD]
  22. tiroleivi reagiu a uma resposta no tópico: (Resolvido)[ERROR] Cast System [MOD]
  23. tiroleivi reagiu a uma resposta no tópico: (Resolvido)[ERROR] Cast System [MOD]
  24. tiroleivi reagiu a uma resposta no tópico: (Resolvido)[ERROR] Cast System [MOD]
  25. o mesmo erro, mas valeu pela ajuda, já solucionei, era só fazer pelo <talkaction words="/cast;!cast" event="script" value="cast.lua"/> e add a sql na Database rodou belezinha, o ot que eu peguei era OTX 7.72 passei pra TFS 0.4 8.60 com os arquivos 7.72. Rep ++ vlw

Informação Importante

Confirmação de Termo