Tudo que SkidMaster postou
-
Erros Yurots
- Classic-Yurots [8.60] - Push Cruzado + Cast com Setas
- Baiak-PvP [8.60] - Watch System + Cast Look
- Classic-Yurots [8.60] - Push Cruzado + Cast com Setas
- Classic-Yurots [8.60] - Push Cruzado + Cast com Setas
- Alfa-Baiak mapa completo
-
Melhor mapa Baiak
Olá! Na opinião de vocês, qual é o melhor mapa Baiak? Muito obrigado!
- SUPREME BAIAK 8.6
-
[Error - mysql_real_query] Query: UPDATE `znote_players` SET `onlinetimetoday` = `onlinetimetoday` + 60, `onlinetimeall` = `onlinetimeall` + 60 WHERE `player_id` IN (SELECT `player_id` FROM `players_online` WHERE `players_online`.`player_id` = `znote_play
[Error - mysql_real_query] Query: UPDATE `znote_players` SET `onlinetimetoday` = `onlinetimetoday` + 60, `onlinetimeall` = `onlinetimeall` + 60 WHERE `player_id` IN (SELECT `player_id` FROM `players_online` WHERE `players_online`.`player_id` = `znote_players`.`player_id`) Message: Unknown column 'onlinetimetoday' in 'field list' Alguém poderia me ajudar com este erro, por favor?
-
Znoteaac 2 como editar?
- Znoteaac 2 como editar?
Olá! Como faço para editar as informações do server no site znoteaac 2? Obrigado!- GLOBAL 100% 7.40 Cliente Proprio, Port Hope 7.4, POI, Demon OaK, War System, Shared Exp, Cast System, Anti Clone, Task System.
Algum tutorial ensinando a compilar? Ubuntu 20.04- [TFS 1.5 - 8.60] STYLLER OT - 2023
Show! Atualiza aí pra gente, por favor. A versão de download disponível é a 21.- VPS BOA E BARATA
Muito obrigado! Vou dar uma pesquisada no preço.- VPS BOA E BARATA
Olá, pessoal! Estou iniciando um projeto para rodar um servidor. Qual VPS boa e barata vocês me recomendariam, por favor? Muito obrigado, desde já!- [TFS 1.5 - 8.60] STYLLER OT - 2023
Muito obrigado! Vou ver se encontro algum tutorial. Parabéns pelo empenho do server. O link para download está atualizado?- [TFS 1.5 - 8.60] STYLLER OT - 2023
Muito obrigado! Me recomenda alguma versão do Linux? E o Windows Server? Não funciona legal? Estou querendo muito colocar o seu servidor online!- [TFS 1.5 - 8.60] STYLLER OT - 2023
Desculpe, mas qual SO é o mais recomendado?- [PagSeguro] Novo Método de Retorno Automático
Fatal error: Uncaught exception 'Exception' with message 'PagSeguroLibrary: cURL library is required.' in C:\xampp\htdocs\custom_scripts\PagSeguroLibrary\utils\PagSeguroHttpConnection.class.php:33 Stack trace: #0 C:\xampp\htdocs\custom_scripts\PagSeguroLibrary\service\PagSeguroPaymentService.class.php(73): PagSeguroHttpConnection->__construct() #1 C:\xampp\htdocs\custom_scripts\PagSeguroLibrary\domain\PagSeguroPaymentRequest.class.php(627): PagSeguroPaymentService::createCheckoutRequest(Object(PagSeguroAccountCredentials), Object(PagSeguroPaymentRequest), false) #2 C:\xampp\htdocs\dntpagseguro.php(21): PagSeguroPaymentRequest->register(Object(PagSeguroAccountCredentials)) #3 {main} thrown in C:\xampp\htdocs\custom_scripts\PagSeguroLibrary\utils\PagSeguroHttpConnection.class.php on line 33 Alguém me ajuda?- Gesior - Classic-Yurots 2019
Olá, pessoal! Alguém pode me ajudar em relação a como editar os itens do shop e a configurar as formas de pagamento? Muito obrigado, desde já!- Classic-Yurots [8.60] - Push Cruzado + Cast com Setas
- Gesior - Baiak-PvP 2020
- Erro offtrain_login
TFS 0.4 Alguém pode me ajudar com este erro, por favor? -- 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) local left = ((OfflineTraining_getTime(cid) / 60) * 60 * 60) left = {hour = math.floor(left/3600), minutes = math.ceil((left % 3600)/60)} doPlayerPopupFYI(cid, 'Voce ainda tem '.. left.hour ..'h and '..left.minutes..'min de Treinamento.') else -- offline training time also regenerate when you are offline, but NOT train local lefts = ((OfflineTraining_getTime(cid) / 60) * 60 * 60) OfflineTraining_setTime(cid, OfflineTraining_getTime(cid) + OfflineTraining_getOfflineTime(cid)) lefts = {hour = math.floor(lefts/3600), minutes = math.ceil((lefts % 3600)/60)} doPlayerPopupFYI(cid, 'Voce tem '.. lefts.hour ..'h and '..lefts.minutes..'min de Treinamento.') end return true end Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.- Global FULL 8.60 | Zao, War System, Cast System...
Alguém pode me ajudar com este erro, por favor? Não consigo fazer login com este player. Muito obrigado! Segue o script: -- 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) local left = ((OfflineTraining_getTime(cid) / 60) * 60 * 60) left = {hour = math.floor(left/3600), minutes = math.ceil((left % 3600)/60)} doPlayerPopupFYI(cid, 'Voce ainda tem '.. left.hour ..'h and '..left.minutes..'min de Treinamento.') else -- offline training time also regenerate when you are offline, but NOT train local lefts = ((OfflineTraining_getTime(cid) / 60) * 60 * 60) OfflineTraining_setTime(cid, OfflineTraining_getTime(cid) + OfflineTraining_getOfflineTime(cid)) lefts = {hour = math.floor(lefts/3600), minutes = math.ceil((lefts % 3600)/60)} doPlayerPopupFYI(cid, 'Voce tem '.. lefts.hour ..'h and '..lefts.minutes..'min de Treinamento.') end return true end- [Legacy SRC]Global Full 7.6, 7.7 e 7.4 sqlite acc 1/1
Como editar o mapa? Obrigado pela contribuição! - Znoteaac 2 como editar?
Informação Importante
Confirmação de Termo