Tudo que porxmex postou
-
Erro shopadmin
Estou com erro no shopadmin.php !
-
Erro shopadmin
- Erro shopadmin
esta dando um erro, no shopadmin no site !- Erro shopadmin
Ola migos quem pode me ajuda nisso ! ?- erro mysql (como criar tabela)
como fucionar a a criação de tabelas ? ALTER TABLE `em qual tabela vou adiciona ` ADD `oque adicionar ?` INT NOT NULL DEFAULT 0;- um (ctrl+f no terminal )
quando tento descompactar da esse erro !- Erro ao copilar
amigos estou com esse erro aqui ! soulfireCondition->addDamage(std::ceil((player->getLevel() + player->getMagicLevel()) / 3.), 9000, -10); como nao sei muita coisa de programção vim ate vcs- um (ctrl+f no terminal )
ok! mais a é rar tem como fazer com unrar ?- um (ctrl+f no terminal )
alguem sabe me dizer, qual é linha comando que posso, descompactar um arquivos para derteminada pasta ?- um (ctrl+f no terminal )
muito obrigado ! amigo aqui relamente e mlehor forum de suporte de tibia ! nao querendo abusar de vcs ! quando configuro a mysql ./configure --enable-mysql --enable-server-diag da required openSLL quando tento ta o comando *aptitude install libcurl4-openssl-dev* not found arrumei gente ! quem estive com esse problema é so da !- um (ctrl+f no terminal )
qual liinha de comando que usa para copia para meu pc ?- um (ctrl+f no terminal )
tem como dar um ctrl+f no ssh ? para editar arquivo php.ini ? estou editando na "nano"- site erro timezone
Podem apaga arrumei jah vlw- Erro interface Spells
Alguem pode me aconselhar nesse Erro ? eu ja troquei os scripst e nao fucional ! será que é no Distro ? http://tinypic.com/view.php?pic=2cgyfww&s=6- como passa distro pra 64-bit
Bom amigos, meu pc queimou, e nisso eu fiz um upgrade nele, só que agora meu distro que compilei não abre mais, por eu te colocado 4gb de memoria nele. eu perdi a sources desse distro, e nao foi eu que compilei ele foi um amigo meu programador que deixou ele prontinhou, queria saber se tem como muda ele pra 65-bit, ou so recopilando ? Obrigado.- [Pedido] experience por hit.
rateExp = 50 -- 0 a 20 rateExp1 = 20 -- 21 a 50 rateExp2 = 15 -- 51 a 100 rateExp3 = 10 -- 101 a 200 rateExp4 = 5 -- 201 a 300 rateExp5 = 4 -- 301 a 350 rateExp6 = 3 -- 351 em diante bonus = 1 -- Bonus por estar com exp ring expringid = 1000 -- Id do exp ring ------------------------------ function CalculeExp(monsterhp, exptotal, hit) local x = hit <= monsterhp and math.ceil(exptotal * hit / monsterhp) or 0 local x2 = x - 20 + math.random(20) return x2 > 0 and x2 or 0 end function isSummon(uid) return uid ~= getCreatureMaster(uid) or false end function onStatsChange(cid, attacker, type, combat, value) if type == STATSCHANGE_HEALTHLOSS then if isMonster(cid) then if isCreature(attacker) then local sid = isSummon(attacker) == true and getCreatureMaster(attacker) or attacker if isPlayer(sid) and getPlayerLevel(sid) <= 20 then local expg = CalculeExp(getCreatureMaxHealth(cid), getMonsterExperience(getCreatureName(cid)) * rateExp, value) doPlayerSendTextMessage(sid, 23, "You gain "..expg.." exp.") doPlayerAddExp(sid, expg) elseif isPlayer(sid) and getPlayerLevel(sid) > 21 and getPlayerLevel(sid) <= 50 then local expg1 = CalculeExp(getCreatureMaxHealth(cid), getMonsterExperience(getCreatureName(cid)) * rateExp1, value) doPlayerSendTextMessage(sid, 23, "You gain "..expg1.." exp.") doPlayerAddExp(sid, expg1) elseif isPlayer(sid) and getPlayerLevel(sid) > 51 and getPlayerLevel(sid) <= 100 then local expg2 = CalculeExp(getCreatureMaxHealth(cid), getMonsterExperience(getCreatureName(cid)) * rateExp2, value) doPlayerSendTextMessage(sid, 23, "You gain "..expg2.." exp.") doPlayerAddExp(sid, expg2) elseif isPlayer(sid) and getPlayerLevel(sid) > 101 and getPlayerLevel(sid) <= 200 then local expg3 = CalculeExp(getCreatureMaxHealth(cid), getMonsterExperience(getCreatureName(cid)) * rateExp3, value) doPlayerSendTextMessage(sid, 23, "You gain "..expg3.." exp.") doPlayerAddExp(sid, expg3) elseif isPlayer(sid) and getPlayerLevel(sid) > 201 and getPlayerLevel(sid) <= 300 then local expg4 = CalculeExp(getCreatureMaxHealth(cid), getMonsterExperience(getCreatureName(cid)) * rateExp4, value) doPlayerSendTextMessage(sid, 23, "You gain "..expg4.." exp.") doPlayerAddExp(sid, expg4) elseif isPlayer(sid) and getPlayerLevel(sid) > 301 and getPlayerLevel(sid) <= 350 then local expg5 = CalculeExp(getCreatureMaxHealth(cid), getMonsterExperience(getCreatureName(cid)) * rateExp5, value) doPlayerSendTextMessage(sid, 23, "You gain "..expg5.." exp.") doPlayerAddExp(sid, expg5) elseif isPlayer(sid) and getPlayerLevel(sid) > 351 then local expg6 = CalculeExp(getCreatureMaxHealth(cid), getMonsterExperience(getCreatureName(cid)) * rateExp6, value) doPlayerSendTextMessage(sid, 23, "You gain "..expg6.." exp.") doPlayerAddExp(sid, expg6) elseif isPlayer(sid) and item.itemid == expringid then local expbonus = CalculeExp(getCreatureMaxHealth(cid), getMonsterExperience(getCreatureName(cid)) * bonus, value) doPlayerSendTextMessage(sid, 23, "You gain "..expbonus.." bonus exp.") doPlayerAddExp(sid, expbonus) end end end elseif type == STATSCHANGE_HEALTHGAIN then return false end return true end function onCombat(cid, target) if isMonster(target) and not isSummon(target) and not isPlayer(target) then registerCreatureEvent(target, "ExpGain") end return true end- [Pedido] experience por hit.
Não funciona, eu acho que vc pegou de outro fórum e posto aqui.- [Pedido] experience por hit.
Olá amigos. queria saber se alguém possui esse sistema em mãos, que posa compartilhar. experience por hit- comandos attr tfs 0.4 Dev
Acho que vc não me entendeu, o único attr que eu achei que funcione foi esse que postei a cima. /attr set text name "Nome do Armor. agora queria para armor, editar sword speed. quando era 8.50 nao tinhas essas coisas :@ .- comandos attr tfs 0.4 Dev
Pra mim ficou na mesma. ja tentei. /attr set armor number "10 /attr set armor "10- comandos attr tfs 0.4 Dev
Olá amigos queria saber quais comandos que os tfs 0.4_Dev. pois único que eu achei e funcionar é esse.. /attr set text name "Nome do Armor tentei. /attr set Armor "10 sem sucesso.- Como colocar npc pra frente
- Como colocar npc pra frente
Seria assim ?? <?xml version="1.0" encoding="UTF-8"?> <npc name="Johnny" script="data/npc/scripts/promotion.lua" walkinterval="0" [color=#5A5A5A][font=tahoma, helvetica, arial, sans-serif][size=3]direction="south"[/size][/font][/color] floorchange="0"> <mana now="800" max="800"/> <health now="200" max="200"/> <look type="133" head="114" body="119" legs="132" feet="114"/> </npc>- Como colocar npc pra frente
Olá amigos, queria saber como eu faco para deixar os npc de frente. aqui vai uma foto, para vocês entenderem. Ali é um templo, queria que olha-se pra frente, não pra trás. é isso- Que altura vc tem?
Tenho 1,80 tenho 18 Anos - Erro shopadmin
Informação Importante
Confirmação de Termo