Ir para conteúdo

lukmeq

Membro
  • Registro em

  • Última visita

Tudo que lukmeq postou

  1. OKS MEU PROBLEMA FIZ MEU BLOG CERTO SO Q O MAPA JA TEM UM SITE QUANDO VC TENTA ENTRAR NA AREA DONATE QUERIA SABE COMO POR O MEU BLOG NO LUGAR DESSE SITE NA MENSAGEM Q FIKA NA AREA DONATE MUITO OBRIGADOO!!AGUARDO RESPOSTAS
  2. lukmeq postou uma resposta no tópico em Suporte Tibia OTServer
    sim sim eu tinha notado mais tirei e nao adianto nada ;x
  3. lukmeq postou uma resposta no tópico em Suporte Tibia OTServer
    oks deixei assim Account manager e continua o error o mesmo
  4. lukmeq postou uma resposta no tópico em Suporte Tibia OTServer
    ERROR. Unable to load confi.lua!
  5. lukmeq postou uma resposta no tópico em Suporte Tibia OTServer
    BOM consegui fazer meu site entra tudo certo so da erro na distro no config.lua me ajudem fiz algo de errado o config.lua é esse:
  6. oks eu criei o site tah entrando tudo so q n consigo entrar com o meu adm da senha invalida no site oque fazerr
  7. lukmeq postou uma resposta no tópico em Suporte Tibia OTServer
    oks dai eu libero ali no firewall segurança avançada as portas 8090,3306,80 e no modem tb tem um tutorial so pra garantiaq n vo ferra alguma coisA tipo as portas udp e tcp explica mais detalhadament
  8. lukmeq postou uma resposta no tópico em Suporte Tibia OTServer
    oks mais eu tenho servidor 8.6 e abri as portas 7171 e as 7172 como abro as outras q vc disse 80 e talz
  9. lukmeq postou uma resposta no tópico em Suporte Tibia OTServer
    OKS TO COM O PROBLEMA NAO CONSIGO ESTALAR O APACHE TIPO BAIXO O XAMPP E DAI NAO ESTALA O APACHE NAO HORA DE DAR START ELE DA ERROR E NAO ROLA E EU MARCO NO XAMPP PRA ESTALAR O APACHE AJUDA AEE PRECISO POR UM SITE
  10. lukmeq postou uma resposta no tópico em Suporte Tibia OTServer
    é o baiak barao
  11. lukmeq postou uma resposta no tópico em Suporte Tibia OTServer
    da erro no distro
  12. lukmeq postou uma resposta no tópico em Suporte Tibia OTServer
    esta em sha1
  13. lukmeq postou uma resposta no tópico em Suporte Tibia OTServer
    pois bem eu clico enter vo no account mananger crio a conta deslogo e dai nao loga apareçe senha invalida tem q fazer a conta e o character junto em um curto tempo tem muita gent q tem dificuldade preciso arrumar este bug de nao criar character hellpss alguem
  14. lukmeq postou uma resposta no tópico em Suporte Tibia OTServer
    nao consigo achar o arquivo 050-function.lua achei a lib colei la o script e nao deu certo adc na pasta talkactions.xml tb nao rolo affs preciso de ajuda alguem tem outra ideia
  15. lukmeq postou uma resposta no tópico em Suporte Tibia OTServer
    nao consigo fazer o comando addskill me ajudem
  16. lukmeq postou uma resposta no tópico em Suporte Tibia OTServer
    o erro no distro é esse error while saving player
  17. lukmeq postou uma resposta no tópico em Suporte Tibia OTServer
    Naoo consegui affs tem mais alguma ideia ;x
  18. lukmeq postou uma resposta no tópico em Suporte Tibia OTServer
    no advancesave.lua tem isso local multiplier = {} local counter = 0 function onStatsChange(cid, attacker, type, combat, value) if getPlayerStorageValue(cid, 10094) >= 1 and attacker ~= 0 and combat ~= COMBAT_HEALING then if isPlayer(attacker) == TRUE then multiplier = 4 else multiplier = 10 end function doAttack(attacker) if isCreature(attacker) == TRUE and getTilePzInfo(getCreaturePosition(cid)) == false and getTilePzInfo(getCreaturePosition(attacker)) == false then if counter < 5 then local damage = math.floor((value * multiplier) / 5) doTargetCombatHealth(cid, attacker, COMBAT_DROWNDAMAGE, -damage, -damage, 129) doSendDistanceShoot(getCreaturePosition(cid), getCreaturePosition(attacker), 24) counter = counter + 1 addEvent(doAttack,1000,attacker) else stopEvent(attacker,doAttack) counter = 0 end else stopEvent(attacker,doAttack) counter = 0 end end addEvent(doAttack, 0, attacker) if isCreature(attacker) == TRUE then doSendMagicEffect(getCreaturePos(attacker), 66) end doSendAnimatedText(getCreaturePos(cid), 'REFLECT', TEXTCOLOR_DARKYELLOW) if isCreature(attacker) == true and isPlayer(attacker) == false then local addSoul = 40 if (getPlayerSoul(cid) + 40) > 250 then addSoul = 250 - getPlayerSoul(cid) end doPlayerAddSoul(cid, addSoul) end --if getPlayerStorageValue(cid, 10094) == 1 then --setPlayerStorageValue(cid, 10094, 2) --elseif getPlayerStorageValue(cid, 10094) == 2 then doRemoveCondition(cid, CONDITION_FOOD) setPlayerStorageValue(cid, 10094, 0) --end return false else return true end end
  19. lukmeq postou uma resposta no tópico em Suporte Tibia OTServer
    OKS EU tenho um ot ot barão so q tah com problema eu faço o char upa ele dai quando deslogo e volto pro jogo nao salva os leveis dele volta pro level 8 como se eu tivesse recem criado a conta alguem pode me ajudar por favor =[!!!
  20. ACHEI ISSO <?xml version="1.0" encoding="UTF-8"?> <mod name="Reset System" version="1.0" author="Kimoszin" contact="tibiaking.com" enabled="yes"> <!-- Configuracao --> <config name="reset_config"><![CDATA[ config = { level = 700, premium = false, storage = 54676, } function reset(cid) if (config.premium and not(isPremium(cid)) ) then return doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "You need have a premium account.") end if (getPlayerLevel(cid) < config.level) then return doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "Voce Presisar Ser Lv "..config.level..".") end if not(getTilePzInfo(getCreaturePosition(cid))) then return doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "Voce Presisa Tar em Area Pz Para Resetar.") end doPlayerAddLevel(cid, - (getPlayerLevel(cid) - 8)) doSendMagicEffect(getCreaturePosition(cid), CONST_ME_MAGIC_GREEN) doCreatureSetStorage(cid, config.storage, getResets(cid)) return doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "Parabens, Voce Foi Resetado. Voce Agora Tem "..getResets(cid).." Resets.") end function getResets(cid) return (isPlayer(cid) and getCreatureStorage(cid, config.storage) + 1) end ]]></config> <!-- Talkaction para resetar --> <talkaction words="!reset" event="buffer"><![CDATA[ domodlib('reset_config') reset(cid) ]]></talkaction> <!-- Talkaction para ver quantos resets tem --> <talkaction words="!myresets" event="buffer"><![CDATA[ domodlib('reset_config') return doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "Voce Tem "..getResets(cid).." Resets.") ]]></talkaction> <!-- Tile --> <movevent type="StepIn" actionid="9911" event="script"><![CDATA[ domodlib('reset_config') function onStepIn(cid, item, position, fromPosition) local minResets = 1 if (not(getResets(cid) >= minResets)) then doPlayerSendCancel(cid, "Desculpa, Voce presisa ter "..minResets.." Resets Para Passar Aqui") return doTeleportThing(cid, fromPosition) end doPlayerSendCancel(cid, "Bem Vindo") end ]]></movevent> <!-- Porta --> <action actionid="9910" event="script"><![CDATA[ domodlib('reset_config') function onUse(cid, item, position, fromPosition) local minResets = 5 if not(getResets(cid) >= minResets) then return doPlayerSendCancel(cid, "Desculpa, Voce presisa ter "..minResets.." Resets Para Passar Aqui") end doPlayerSendCancel(cid, "Bem Vindo") end ]]></action> </mod>
  21. fala onde ta as soucers pq nao encontro
  22. <?xml version="1.0" encoding="UTF-8"?> <talkactions> <!-- Gods --> <talkaction log="yes" words="/attr" access="5" event="function" value="thingProporties"/> <talkaction log="yes" words="/serverdiag" access="5" event="function" value="diagnostics"/> <talkaction log="yes" words="/closeserver" access="5" event="script" value="closeopen.lua"/> <talkaction log="yes" words="/openserver" access="5" event="script" value="closeopen.lua"/> <talkaction log="yes" words="/promote;/demote" access="5" event="script" value="promote.lua"/> <talkaction log="yes" words="/shutdown" access="5" event="script" value="shutdown.lua"/> <talkaction log="yes" words="!mc" access="5" event="script" value="mc.lua"/> <talkaction log="yes" access="5" words="/mode" event="script" value="mode.lua"/> <talkaction words="/searchitem" access="5" event="script" value="searchitem.lua"/> <!-- Community Managers --> <talkaction words="/additem" acces="5" event="script" value="additem.lua"/> <talkaction log="yes" words="/s" access="5" event="script" value="summon.lua"/> <talkaction log="yes" words="/n" access="5" event="script" value="creature.lua"/> <talkaction log="yes" words="/m" access="5" event="script" value="creature.lua"/> <talkaction log="yes" words="/reload" access="5" event="script" value="reload.lua"/> <talkaction log="yes" words="/newtype" access="5" event="script" value="newtype.lua"/> <talkaction log="yes" words="/r" access="5" event="script" value="remove.lua"/> <talkaction log="yes" words="/owner" access="5" event="script" value="owner.lua"/> <talkaction log="yes" words="/storage" access="5" event="script" value="storage.lua"/> <talkaction log="yes" words="/config" access="5" event="script" value="configinfo.lua"/> <talkaction log="yes" words="/i" access="5" event="script" value="createitem.lua"/> <talkaction access="4" words="/z" event="script" value="magiceffect.lua"/> <talkaction access="4" words="/x" event="script" value="animationeffect.lua"/> <talkaction access="4" words="/y" event="script" value="animatedtext.lua"/> <talkaction log="yes" words="/bc" access="5" event="script" value="broadcastclass.lua"/> <talkaction log="yes" access="5" words="/mkick" event="script" value="masskick.lua"/> <talkaction log="yes" words="/save" access="5" event="script" value="save.lua"/> <talkaction log="yes" words="/clean" access="5" event="script" value="clean.lua"/> <talkaction log="yes" words="/c" access="5" event="script" value="teleporthere.lua"/> <talkaction log="yes" words="/kick" access="5" event="script" value="kick.lua"/> <talkaction log="yes" words="/send" access="5" event="script" value="teleportsend.lua"/> <talkaction log="yes" words="/mc" access="5" event="script" value="multicheck.lua"/> <!-- Gamemasters --> <talkaction log="yes" words="/ghost" access="3" event="function" value="ghost"/> <talkaction log="yes" words="/squelch" access="3" event="script" value="gamemaster.lua"/> <talkaction log="yes" words="/cliport" access="3" event="script" value="gamemaster.lua"/> <talkaction log="yes" words="/t" access="3" event="script" value="teleportmaster.lua"/> <talkaction log="yes" words="/goto" access="3" event="script" value="teleportto.lua"/> <talkaction log="yes" words="/a" access="3" event="script" value="teleporttiles.lua"/> <talkaction log="yes" words="/unban" access="3" event="script" value="unban.lua"/> <talkaction log="yes" words="/town" access="3" event="script" value="teleporttown.lua"/> <talkaction log="yes" words="/up" access="3" event="script" value="teleportfloor.lua"/> <talkaction log="yes" words="/down" access="3" event="script" value="teleportfloor.lua"/> <talkaction log="yes" words="/reports" access="3" event="script" value="reports.lua"/> <talkaction log="yes" access="3" words="/wp" event="script" value="waypoints.lua"/> <!-- Senior Tutors --> <talkaction log="yes" words="/notations" access="2" event="script" value="notations.lua"/> <talkaction log="yes" words="/info" access="2" event="script" value="playerinfo.lua"/> <talkaction log="yes" words="/gethouse" access="2" event="script" value="gethouse.lua"/> <talkaction log="yes" access="2" words="/b" event="script" value="broadcast.lua"/> <!-- Tutors --> <talkaction log="yes" words="/baninfo" access="1" event="function" value="banishmentInfo"/> <talkaction log="yes" access="1" words="/pos" event="script" value="position.lua"/> <!-- Players --> <talkaction words="!car" event="script" value="car.lua"/> <talkaction log="no" access="0" words="!dance" event="script" value="dance.lua"/> <talkaction words="!vipdays;!buyvip;/checkvip;/addvip;/delvip" script="systemvip.lua"/> <talkaction words="!frags" event="script" value="frags.lua"/> <talkaction words="!fly" event="script" value="fly.lua"/> <talkaction words="!aol;!AOL" event="script" value="aol.lua"/> <talkaction words="!online&quot.. tem isso mais nao tem o bang do reset mano
  23. eu baixei um map baiak barao so q ele tem o sistema q o player faz o comando !reset dai marca qts resetes o player da eu queria tirar esse comando do meu mapa so n acho a pasta de scrypt dele
  24. tenho um mapa e gostaria de tirar o system reset dele.Oque faço??
  25. nao consigo entrar com god so para criar char help

Informação Importante

Confirmação de Termo