
Tudo que BilauX postou
-
Juntar Mapas - Remere
boa noite, feliz a novo pra todos, saúde e paz, gostaria de saber se tem alguma dica ou algo do tipo como eu pegar um templo de um outro ot, o primeiro e o segundo andar importa ele pro mapa do meu ot ?? meu ot 8.6 qual remere melhor ou mais atual a se usar ??
- Como abrir 2 ou mais mapas no RME
-
TFS 0.4 REV 3884 - DEBIAN 8
boa noite e feliz ano novo para todos e família, muita saúde e paz, não estou conseguindo compilar está dando isso ?? configure: error: "Lua header not found." chat.cpp: In member function ‘ChatChannel* Chat::getChannel(Player*, uint16_t)’: chat.cpp:1144:10: error: converting ‘false’ to pointer type ‘ChatChannel*’ [-Werror=conversion-null] return false; ^ cc1plus: all warnings being treated as errors Makefile:540: recipe for target 'chat.o' failed make[1]: *** [chat.o] Error 1 make[1]: ** Esperando que outros processos terminem. mv -f .deps/container.Tpo .deps/container.Po
-
Anti Divulgação
por config.lua é ruim, tem q reniciar o servidor pra bloquear o ip do cara, bem melhor um q tem pelo talkaction..
-
Erro no Script - Creature Script
boa tarde, estava normal o ot, eu dei um renicio, quando fui logar o boneco apareceu isso, já resolvi.
-
Fast Attack - TFS 0.4
boa tarde, galera eu fiz aquela modificações q tira o bug do elfbot autotarget 1, só q agora eu diminuo no xml/vocations attackspeed para 1 e ainda fica lento, como faço pra deixa rapidão ??
-
Ajuda Script - TFS 0.4
bom dia, como faz pra isso aparecer em um canal específico com o nome deitados ou no serv log, atualmente aparece no defautl, obrigado
-
[CREATUREEVENT] Mensagem no Default quando um player for morto por outro
como faz pra aparecer no server log e não no default...
-
Ajuda Script Frags and Death - TFS 0.4
boa tarde, funciona só quando eu mesmo dou look, se dou em algum não aparece, como resolver ??? function getDeaths(cid) local query, d = db.getResult("SELECT `player_id` FROM `player_killers` WHERE `player_id` = " ..getPlayerGUID(cid)), 0 if (query:getID() ~= -1) then repeat d = d+1 until not query:next() query:free() end return d end function getPlayerFrags(cid) local time = os.time() local times = {today = (time - 86400), week = (time - (7 * 86400))} local contents, result = {day = {}, week = {}, month = {}}, db.getResult("SELECT `pd`.`date`, `pd`.`level`, `p`.`name` FROM `player_killers` pk LEFT JOIN `killers` k ON `pk`.`kill_id` = `k`.`id` LEFT JOIN `player_deaths` pd ON `k`.`death_id` = `pd`.`id` LEFT JOIN `players` p ON `pd`.`player_id` = `p`.`id` WHERE `pk`.`player_id` = " .. getPlayerGUID(cid) .. " AND `k`.`unjustified` = 1 AND `pd`.`date` >= " .. (time - (30 * 86400)) .. " ORDER BY `pd`.`date` DESC") if(result:getID() ~= -1) then repeat local content = {date = result:getDataInt("date")} if(content.date > times.today) then table.insert(contents.day, content) elseif(content.date > times.week) then table.insert(contents.week, content) else table.insert(contents.month, content) end until not result:next() result:free() end local size = { day = table.maxn(contents.day), week = table.maxn(contents.week), month = table.maxn(contents.month) } return size.day + size.week + size.month end function onLook(cid, thing, position, lookDistance) if isPlayer(thing.uid) and thing.uid ~= cid then return doPlayerSetSpecialDescription(thing.uid, '\n'.. '[Frags: ' .. getPlayerFrags(thing.uid) .. ' - Deaths: ' .. getDeaths(thing.uid) .. ']') elseif thing.uid == cid then local string = 'You see yourself.' if getPlayerFlagValue(cid, PLAYERFLAG_SHOWGROUPINSTEADOFVOCATION) then string = string..' You are '.. getPlayerGroupName(cid) ..'.' elseif getPlayerVocation(cid) ~= 0 then string = string..' You are '.. getPlayerVocationName(cid) ..'.' else string = string..' You have no vocation.' end if getPlayerGuildId(cid) > 0 then string = string..' You are ' .. (getPlayerGuildRank(cid) == '' and 'a member' or getPlayerGuildRank(cid)) ..' of the '.. getPlayerGuildName(cid) string = getPlayerGuildNick(cid) ~= '' and string..' ('.. getPlayerGuildNick(cid) ..').' or string..'.' end string = string..'\n'.. '[Frags: ' .. getPlayerFrags(cid) .. ' - Deaths: ' .. getDeaths(cid) .. ']' if getPlayerFlagValue(cid, PLAYERCUSTOMFLAG_CANSEECREATUREDETAILS) then string = string..'\nHealth: ['.. getCreatureHealth(cid) ..' / '.. getCreatureMaxHealth(cid) ..'], Mana: ['.. getCreatureMana(cid) ..' / '.. getCreatureMaxMana(cid) ..'].' string = string..'\nIP: '.. doConvertIntegerToIp(getPlayerIp(cid)) ..'.' end if getPlayerFlagValue(cid, PLAYERCUSTOMFLAG_CANSEEPOSITION) then string = string..'\nPosition: [X:'.. position.x..'] [Y:'.. position.y..'] [Z:'.. position.z..'].' end return false, doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, string) end return 1 end
-
RESET LV 717217 + DEBUG ERROR - TFS 0.4
boa tarde, alguém saberia se tem como, conserta isso, quando tu reseta nesse lv, tu vai jogar com a barra de skill, e vai upar da debug, ai tu tem q jogar sem a barra de skill, se teria uma forma de continuar usando ela ou desativar ela de vez ?? obrigado é algo no playercpp agora o q tem q alterar não sei...
- Sistema de Reset 100%
-
Reset system
tem um bug nesse sistema, o cara da comando de resetar, aparece o popup ele clica em ok, e da novo, e assim várias vezes aparecer q ele ganhou mais de um reset e etc
-
Pedido - Reset System Com look - tfs 0.4
eu pesquisei e instalei alguns, o boneco reseta tudo normal, ai ele vai continuar upando e matar o mob da debug...
-
Pedido - Reset System Com look - tfs 0.4
bom dia, gostaria desse sistema reset com look, e como rank de reset, e com função de eu pegar e colocar nas magias, só quem tiver x números de reset da a magia, obrigado
-
Reset System with sources
não entendi os passos da adaptação pra tfs 0.4 não fala q arquivos devo editar na source, no caso no primeiro quote... Créditos: Dark Skyllen, Marcryzius, Mock, Kydrai, Cykotitan, gpedro*. * adaptação para 0.4
-
ABRIR DOIS OTS NO MSM PC
bom dia, tenho duas máquinas virtuais, tentei abrir dois ots não deu, eu não consigo entrar nem, pelo ip local, o q pode ser ?? usei as config abaixo, teria outras portas para tentar ?? 1ª- Dé Ctrl + f procure por esta linha -- Connection config 2 ª- worldId =0<<<<< mude para 1 3ª- loginPort = 7171 MUDE PARA 7373 4ª gamePort = 7172 MUDE PARA 7474 5ª- adminPort = 7171 MUDE PARA 7373 6ª- statusPort = 7171 MUDE PARA 7373
-
[Actions] Novo gold
boa noite, a minha moeda funciona normal, só não volta do gold nuggget 4 moeda, para o crystal coin.. já consegui resolver...
-
Attribute Key | Explicações.
bom dia, muito obrigado, muito bom...
- [Resolvido] [Lua Error] [string "loadBuffer"]:7: '>' expected near 'open'
-
[Resolvido] [Lua Error] [string "loadBuffer"]:7: '>' expected near 'open'
qual o segredo pra conserta esses erros ?? Error - LuaInterface::loadFile] data/talkactions/scripts/removepoints.lua:2: '<name>' expected near '�' [23:47:49.223] [Warning - Event::loadScript] Cannot load script (data/talkactions/scripts/removepoints.lua) [23:47:49.223] data/talkactions/scripts/removepoints.lua:2: '<name>' expected near '�' [23:47:49.238] [Error - LuaInterface::loadFile] cannot open data/talkactions/scripts/systempoints.lua: No such file or directory [23:47:49.238] [Warning - Event::loadScript] Cannot load script (data/talkactions/scripts/systempoints.lua)
-
[System] Pontos "P" Points System
boa noite, tem como colocar po /addpoints e o cara ganha a quantidade de pontos q eu queira ??
-
[IMPORTANTE] nuker derrubando os servers por ai, use esse codigo para evitar ser nukado
qualquer um dos dois jeitos da erro, buaaaaaaaaaaa
- Walking Effect On Outfit
- Mining System
-
GESIOR LOSTACCOUNT.PHP (BR + NO SEND E-MAIL)
podia ter com, opção de enviar email tbm...