Ir para conteúdo

kinglekke

Membro
  • Registro em

  • Última visita

  1. estou com o mesmo problema
  2. sim acho que deve ser algo no vocations.xml gasta mana normal
  3. Diga em poucas palavras a base utilizada (Nome do servidor ou nome do website). TFS 1.2 Base: Qual erro está surgindo/O que você procura? Os knight's do meu ot nao consegue pega ml por algum motivo fica sempre no 0 alguem pode me ajudar pfv
  4. Criatividade e tudo, parabens pelo server
  5. Man pq nao stages normal ??
  6. kinglekke reagiu a uma resposta no tópico: Dowload direto pelo gesior
  7. Entao e algo bem simples que eu ja usei mas nao lembro mas os comandos, gostaria que pela pagina mesmo de dowload do gesior fosse direto, tenho meu cliente na apsta www e gostaria que o download foce direto por ele! por exemplo ja tenho um site mas nao consegui fazer isto entao ele se desloca para o link do MEGA mas gostaria que nao precisa-se disse a pessoa click e ja começa o download Site: http://oldtaboos24hpor48h.com/?subtopic=downloads
  8. kinglekke postou uma resposta no tópico em Suporte Tibia OTServer
    Diga em poucas palavras a base utilizada (Nome do servidor ou nome do website). Ex. TFS 1.3; Base: tsf 1.2 Qual erro está surgindo/O que você procura? Erro!!! Warning: parse_ini_file(cache/DONT_EDIT_serverstatus.txt): failed to open stream: No such file or directory in C:\xampp\htdocs\system\load.compat.php on line 249 Warning: fopen(cache/DONT_EDIT_serverstatus.txt): failed to open stream: No such file or directory in C:\xampp\htdocs\system\load.compat.php on line 271 Warning: rewind() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\system\load.compat.php on line 278 Warning: fwrite() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\system\load.compat.php on line 279 Warning: fclose() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\system\load.compat.php on line 280 Warning: fopen(cache/DONT_EDIT_usercounter.txt): failed to open stream: No such file or directory in C:\xampp\htdocs\system\load.compat.php on line 299 Warning: fputs() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\system\load.compat.php on line 301 Warning: fclose() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\system\load.compat.php on line 302 Error occured! Error ID: More info: CANNOT CONNECT TO DATABASE: SQLSTATE[HY000] [1130] Host 'DESKTOP-VT2648Q' is not allowed to connect to this MariaDB server File: C:\xampp\htdocs\classes/database_mysql.php Line: 22 File: C:\xampp\htdocs\classes/database.php Line: 199 File: C:\xampp\htdocs\pages/latestnews.php Line: 67 File: C:\xampp\htdocs\system/load.page.php Line: 7 File: C:\xampp\htdocs/index.php Line: 37 Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.
  9. kinglekke postou uma resposta no tópico em Suporte Tibia OTServer
    Diga em poucas palavras a base utilizada (Nome do servidor ou nome do website). Ex. TFS 1.3; Base: tsf 1.2 Qual erro está surgindo/O que você procura? Erro!!! Warning: parse_ini_file(cache/DONT_EDIT_serverstatus.txt): failed to open stream: No such file or directory in C:\xampp\htdocs\system\load.compat.php on line 249 Warning: fopen(cache/DONT_EDIT_serverstatus.txt): failed to open stream: No such file or directory in C:\xampp\htdocs\system\load.compat.php on line 271 Warning: rewind() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\system\load.compat.php on line 278 Warning: fwrite() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\system\load.compat.php on line 279 Warning: fclose() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\system\load.compat.php on line 280 Warning: fopen(cache/DONT_EDIT_usercounter.txt): failed to open stream: No such file or directory in C:\xampp\htdocs\system\load.compat.php on line 299 Warning: fputs() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\system\load.compat.php on line 301 Warning: fclose() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\system\load.compat.php on line 302 Error occured! Error ID: More info: CANNOT CONNECT TO DATABASE: SQLSTATE[HY000] [1130] Host 'DESKTOP-VT2648Q' is not allowed to connect to this MariaDB server File: C:\xampp\htdocs\classes/database_mysql.php Line: 22 File: C:\xampp\htdocs\classes/database.php Line: 199 File: C:\xampp\htdocs\pages/latestnews.php Line: 67 File: C:\xampp\htdocs\system/load.page.php Line: 7 File: C:\xampp\htdocs/index.php Line: 37 Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.
  10. Diga em poucas palavras a base utilizada (Nome do servidor ou nome do website). Ex. TFS 1.3; Base: tfs1.3 Qual erro está surgindo/O que você procura? Entao eu gostaria que fosse addons e por vocations alguem poderia me ajudar ??? Você tem o código disponível? Se tiver publique-o aqui: function onAdvance(cid, skill, oldlevel, newlevel) if getPlayerLevel(cid) >= 8 and getPlayerStorageValue(cid, 99963) ~= 1 then doPlayerSetBalance(cid, getPlayerBalance(cid) + 2000) setPlayerStorageValue(cid, 99963, 1) doPlayerSendTextMessage(cid, 19, "You have received 2000 gold in your bank for advancing to Level 8.") elseif getPlayerLevel(cid) >= 40 and getPlayerStorageValue(cid, 99964) ~= 1 then doPlayerSetBalance(cid, getPlayerBalance(cid) + 10000) setPlayerStorageValue(cid, 99964, 1) doPlayerSendTextMessage(cid, 19, "You have received 10000 gold in your bank for advancing to Level 40.") elseif getPlayerLevel(cid) >= 50 and getPlayerStorageValue(cid, 99965) ~= 1 then doPlayerSetBalance(cid, getPlayerBalance(cid) + 30000) setPlayerStorageValue(cid, 99965, 1) doPlayerSendTextMessage(cid, 19, "You have received 30000 gold in your bank for advancing to Level 50.") elseif getPlayerLevel(cid) >= 75 and getPlayerStorageValue(cid, 99966) ~= 1 then doPlayerSetBalance(cid, getPlayerBalance(cid) + 60000) setPlayerStorageValue(cid, 99966, 1) doPlayerSendTextMessage(cid, 19, "You have received 60000 gold in your bank for advancing to Level 75.") elseif getPlayerLevel(cid) >= 100 and getPlayerStorageValue(cid, 99969) ~= 1 then doPlayerSetBalance(cid, getPlayerBalance(cid) + 100000) setPlayerStorageValue(cid, 99969, 1) doPlayerSendTextMessage(cid, 19, "You have received 10000 gold in your bank for advancing to Level 100.") elseif getPlayerLevel(cid) >= 150 and getPlayerStorageValue(cid, 99970) ~= 1 then doPlayerAddItem(cid, 5942) setPlayerStorageValue(cid, 99970, 1) doPlayerSendTextMessage(cid, 19, "You have received one blessed wooden stake because you reached level 150.") elseif getPlayerLevel(cid) >= 200 and getPlayerStorageValue(cid, 99971) ~= 1 then doPlayerAddItem(cid, 2195) setPlayerStorageValue(cid, 99971, 1) doPlayerSendTextMessage(cid, 19, "You have been awarded with 1 boots of haste for reaching level 200.") end return TRUE end Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.
  11. hey irmao tem uma pergunta reparei que nasce player lvl 1, gostaria que eles ja fossem lvl 8 ou ate mesmo 10, como pdoeria fazer isto ???

Informação Importante

Confirmação de Termo