Ir para conteúdo
Banner com Efeitos

kinglekke

Membro
  • Registro em

  • Última visita

Tudo que kinglekke postou

  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. 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
  7. 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.
  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. 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.
  10. 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 ???
  11. Bom galera estou aqui pois eu ja tinha adquirido um script bem legal tfs 1.0 para dodge mas como parei de mecher em servidores acabei perdendo e nao achando mais pois tinha conseguido pegar la no XTibia porem esta fora dio ar Alguém conseguiria pegar esse script e passar para tfs 1.0 ?? Dodge System.lua function onStatsChange(cid, attacker, type, combat, value) local getStorage = getPlayerStorageValue(cid, 123455678) if (type == STATSCHANGE_HEALTHLOSS or type == STATSCHANGE_MANALOSS) then local chance = math.random (0,100) if chance <= getStorage then doSendAnimatedText(getCreaturePos(cid), "MISS!", 214) doSendMagicEffect(getCreaturePosition(cid), 30) return false end end return true end Creaturescript.xml <event type="StatsChange" name="DodgeSystem" event="script" value="Dodge System.lua"/> Login.lua -- ordered as in creaturescripts.xml local events = { 'pythiusDead', 'bossesGrayIsland', 'ElementalSpheres', 'ElementalSpheresKill', 'ElementalSpheresLogin', 'WarzoneThree', 'WarzoneTwo', 'bossesWarzone', 'SvargrondArenaKill', 'PharaoKillPortal', 'inServiceOfYalaharQuestsDiseased', 'inServiceOfYalaharQuestsMorik', 'inServiceOfYalaharQuestsQuara', 'inquisitionQuestBosses', 'inquisitionQuestUngreez', 'killingInTheNameOfQuestKills', 'TaskCustom', 'Yielothax', 'Energized', 'Raging', 'MastersVoiceServants', 'wrathBoss', 'wrathZalamon', 'PlayerDeath', 'ThievesGuildNomad', 'AdvanceSave', 'SpikeDrillworm', 'SecretServiceBlackKnight' } function onLogin(cid) local player = Player(cid) local loginStr = 'Welcome to ' .. configManager.getString(configKeys.SERVER_NAME) .. '!' if player:getLastLoginSaved() <= 0 then loginStr = loginStr .. ' Please choose your outfit.' player:sendTutorial(1) else if loginStr ~= '' then player:sendTextMessage(MESSAGE_STATUS_DEFAULT, loginStr) end if getPlayerStorageValue(cid, 12345678) == -1 then -- dodge system essential setPlayerStorageValue(cid,12345678, 0) end registerCreatureEvent(cid, "dodge system") loginStr = string.format('Your last visit was on %s.', os.date('%a %b %d %X %Y', player:getLastLoginSaved())) db.query("UPDATE `players` SET `cast` = 0 WHERE `id` = " .. getPlayerGUID(cid) .. ";") end player:sendTextMessage(MESSAGE_STATUS_DEFAULT, loginStr) for i = 1, #events do player:registerEvent(events[i]) end return true end em action: dodgestone.lua function onUse(cid, item, fromPosition, itemEx, toPosition) local max = 100 -- limite de dodge local storagedodge = 123455678 -- storage do dodge if getPlayerStorageValue(cid, storagedodge) >= max then return doPlayerSendTextMessage(cid,22,"Você ja chego no limite de Dodge.") else doPlayerSetStorageValue(cid, storagedodge, (getPlayerStorageValue(cid, storagedodge)) + 1) doPlayerSendTextMessage(cid,22, "DodgeSKILL:["..getPlayerStorageValue(cid, storagedodge).."/"..max.."].") doRemoveItem(item.uid, 1) end return true end action.xml tag <action itemid="23467" event="script" value="dodge system.lua"/>
  12. e o que eu faço ??
  13. time eu to com esse problema quando fui passar para o vps agr nao sei o que fazer no meu pc estava funcionando 100% obs meu pc é win 10 e o server é win 12 ajuda urgente pfv up
  14. kinglekke postou uma resposta no tópico em Suporte Tibia OTServer
    Ok, muito obrigado fico no aguardo

Informação Importante

Confirmação de Termo