Tudo que narazaky postou
-
(Resolvido)Staff
Como faço para que meu gesior aceite group id acima de 6, meu serv tem 11 groups e nao posso alterar. uso gesior 2012 tfs 1.0
- [Pedido] Rank Reset Gesior
-
Orkut fechou? sabe de nada inocente
https://www.socialdub.com/userprofile.php?uid=144937
-
TFS 10.55/10.56 postar ou não postar?
Poxa.. Agora que nao posta mesmo :/
- {AJUDA} Como colocar paginas no site
-
(Resolvido)Problema no site "You must install AAC."
Resolvido!! Basta substituir a sua database e por um novo arquivo .sql
-
(Resolvido)Problema no site "You must install AAC."
agora deu esse erro no passo 4 STEP 4 Add samples to DB: Fatal error: Call to a member function fetch() on a non-object in C:\xampp2\htdocs\www\Gesior2012-TFS-1.0\classes\account.php on line 33 como resolver?
-
(Resolvido)Problema no site "You must install AAC."
Olá qndo crio u m site na hr de instalar o gensior da esse erro You must install AAC. Please visit: http://localhost\/install.php e qnd clico la acaprece isso In file install.txt must be your IP! In file is: 127.0.0.1 Your IP is: ::1 fiz tudo igual esse topico: http://www.tibiaking.com/forum/topic/2015-colocando-seu-site-online/ Alguem me ajudar
- {RESOLVIDO} [bug] Ao dar look
-
Script que muda o looktype do char ao usar utito tempo
poem isso na script: local mninja = {lookType = 290, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookTypeEx = 0, lookAddons = 3} local fninja = {lookType = 290, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookTypeEx = 0, lookAddons = 3} local sex = getPlayerSex(cid) if sex == 0 then --sexo == 0 significa que o personagem é mulher doSetCreatureOutfit(cid, mninja, 1700) else doSetCreatureOutfit(cid, fninja, 1700) end looktype == addon na script ficaria assim: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0) local condition = createConditionObject(CONDITION_ATTRIBUTES) setConditionParam(condition, CONDITION_PARAM_TICKS, 10000) setConditionParam(condition, CONDITION_PARAM_SKILL_MELEEPERCENT, 135) setConditionParam(condition, CONDITION_PARAM_SKILL_SHIELDPERCENT, -100) setConditionParam(condition, CONDITION_PARAM_BUFF, TRUE) setCombatCondition(combat, condition) function onCastSpell(cid, var) local mninja = {lookType = 290, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookTypeEx = 0, lookAddons = 3} local fninja = {lookType = 290, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookTypeEx = 0, lookAddons = 3} local sex = getPlayerSex(cid) if sex == 0 then --sexo == 0 significa que o personagem é mulher doSetCreatureOutfit(cid, mninja, 1700) --1700 é o tempo em milisegndos que o addon ficara else doSetCreatureOutfit(cid, fninja, 1700) end return doCombat(cid, combat, var) end
-
{RESOLVIDO} [bug] Ao dar look
Eu estava fazendo uma script de look, porem da um certo bug na distro [25/9/2014 12:35:59] [Error - CreatureScript Interface] [25/9/2014 12:35:59] data/creaturescripts/scripts/lookreset.lua:onLook [25/9/2014 12:35:59] Description: [25/9/2014 12:35:59] (LuaInterface::luaGetPlayerNameByGUID) Player not found Alguém sabe como resolver? Script: Funciona, so da esse bug, que eu nao sei por que 12:35 You see yourself. (Level 363) [Resets 1]. You are Knight. You are Leader of the No muroo. 12:35 You see ADM Thock. (Level 28) [Resets 4]. He is administrador. He is Leader of the Naequipe. Pronto, resolvi,pdem fechar o topico resolvido
-
(Resolvido)Erro na hora de compiliar
Era isso mesmo, vai ter que baixar o openssl, valeu pela intensão rep +
-
Potion "Ahhhh..." em AZUL
Mas mudou a cor?
-
Potion "Ahhhh..." em AZUL
tente esse: TEXTCOLOR_BLUE
-
como deixar mapa pvp enforced
vai em config.lua e procure por essa parte worldType = "open" no open vc coloca hardcore ou enforced dependendo do ot
-
[Duvida] Life/Mana
Pega sua scrip advancesave.lua e coloca issoo: local config = { savePlayer = true, healPlayerOnLevel = true } function onAdvance(cid, skill, oldLevel, newLevel) if(skill == SKILL__EXPERIENCE) then return true end if(skill == SKILL__LEVEL and config.healPlayerOnLevel) then doCreatureAddHealth(cid, getCreatureMaxHealth(cid) - getCreatureHealth(cid)) doCreatureAddMana(cid, getCreatureMaxMana(cid) - getCreatureMana(cid)) end if(config.savePlayer) then doPlayerSave(cid, true) end return true end
-
(Resolvido)Barra de VIDA/MANA por % (Porcento) ajuda
Tem como nos explicar como?
-
Comando de ban
Veja esse tópico: http://www.tibiaking.com/forum/topic/27552-lua-ban-system-96/ Me ajudou muito
-
Como tirar o efeito que sai do personagem quando ele upa?
Tenta por essa aqui local config = { savePlayer = true, healPlayerOnLevel = true, effectType = 30 } function onAdvance(cid, skill, oldLevel, newLevel) if(skill == SKILL__EXPERIENCE) then return true end if(skill == SKILL__LEVEL and config.healPlayerOnLevel) then doCreatureAddHealth(cid, getCreatureMaxHealth(cid) - getCreatureHealth(cid)) doCreatureAddMana(cid, getCreatureMaxMana(cid) - getCreatureMana(cid)) doSendMagicEffect(pos, config.effectType) end if(config.savePlayer) then doPlayerSave(cid, true) end return true end se for nas soucers já nao posso ajudar :/
-
Como tirar o efeito que sai do personagem quando ele upa?
poste esse arquivo advancesave.lua
-
Como tirar o efeito que sai do personagem quando ele upa?
Poste seu creaturescripts.xml
-
Browse field
Como adiciono Browse field no meu servidor? eu uso soucer de 10.10
-
Existe War system por SQL?
Não lembro ao certo, mas tinha um ot que eu usava que tinha os escudos. (não lembro se e sql ou mysql) http://www.tibiaking.com/forum/topic/30366-original-1010-new-baiak-yurots-v10-sqlite-cast-system-e-war-system-100/
-
[tutorial] Toda vez que logar o canal abre. (help, trade, etc..)
Desculpa
-
Pedido ao logar abrir trade e help channel
Veja esse tópico: http://www.tibiaking.com/forum/topic/40848-tutorial-toda-vez-que-logar-o-canal-abre-help-trade-etc/