
Tudo que Rusherzin postou
-
(Resolvido)Npc Error (parameter needed)
Editaste algum arquivo de npc recentemente? Se sim, poste-o para ver qual parâmetro está faltando.
-
Onde está o arquivo .pic?
Ah, okay. O que tu estás usando é um OTClient, o Pic Editor só serve para editar o client normal do Tibia. Então, nesse caso, para mudares o background é só substituir a imagem na pasta do client. O caminho é: data/images/background.png
-
Onde está o arquivo .pic?
Bom, tu estás usando um cliente que foi compilado? Poderia postar qual cliente estás usando?
-
Storage
Okay, não entendi para que vai servir, mas eu acho que seria assim:
-
Storage
Bom, você quer adicionar para todos players que estão online ou quer uma storage global? Não entendi qual é o intuito. Se puderes explicar, posso tentar ajudá-lo.
- [Ajuda] Dat Editor
- [Ajuda] Dat Editor
-
[HELP] worldType: "pvp"??
Usa "open" ao invés de "pvp". Em algumas versões do tfs "open" é o equivalente ao "pvp".
-
[Pedido] Exp ring por %
Bom, eu fiz aqui mas não testei. (eu usei id do life ring como base, é só editar para o seu id) movements.xml <movevent type="Equip" itemid="2205" slot="ring" event="function" value="onEquipItem"/> <movevent type="Equip" itemid="2168" slot="ring" event="script" value="bonusexp.lua"/> <movevent type="DeEquip" itemid="2168" slot="ring" event="function" value="onDeEquipItem"/> <movevent type="DeEquip" itemid="2205" slot="ring" event="script" value="bonusexp.lua"/> bonusexp.lua local bonusrate = 1.3 -- (Porcentagem aqui. 1.3 = 30%, 1.4 = 40%..) function onDeEquip(cid, item, slot) if item.itemid == 2205 then -- id do ring no slot doPlayerSetExperienceRate(cid, bonusrate) doTransformItem(item.uid, 2168) -- id do ring fora do slot return true end end function onEquip(cid, item, slot) if item.itemid == 2168 then -- id do ring fora do slot doPlayerSetExperienceRate(cid, bonusrate) doTransformItem(item.uid, 2205) -- id do ring no slot return true end end Qualquer pergunta ou erro é só postar.
-
Monster random looktype
Posta o arquivo XML do Nighstalker e também como foi que ficou depois que você tentou editar.
-
[Pedido] Exp ring por %
A dúvida foi resolvida? Se não, a ideia é basicamente fazer um movement onEquip/deEquip e mudar a rate do player. Pode tentar fazer.. se não souber é só avisar que eu posso tentar fazer e explicar como funciona.
-
[PEDIDO] Script Save + Shutdown
Acho que dá para fazer isso basicamente configurando o config.lua. Só arrumar as seguintes opções: globalSaveEnabled = true globalSaveHour = 8 shutdownAtGlobalSave = true cleanMapAtGlobalSave = false globalSaveEnabled = true -- ativa o save global. globalSaveHour = 6 -- hora que o save irá acontecer (6 AM). shutdownAtGlobalSave = true -- ativa o shutdown durante o save global. cleanMapAtGlobalSave = true -- define se haverá ou não clean durante o save global. Bom, acho que é basicamente isso. Qualquer dúvida é só postar.
-
Duvida urgente site
É possível sim, mas, qual o motivo de deixar tudo separado?
- Invasão Banco de Dados!
- Error Distro!
- Error Distro!
- Error Distro!
- Error Distro!
-
(Resolvido)AJUDA COMO CRIAR TABLE / QUERY OU ME AJUDE A DIREITA ESSE ERROR! REP+
Sim, as duas..
-
(Resolvido)AJUDA COMO CRIAR TABLE / QUERY OU ME AJUDE A DIREITA ESSE ERROR! REP+
Agora a query que o @Xagah postou, irá resolver..
-
Doll Teleport Secret
function onUse(cid, item, frompos, item2, topos) player1pos = getPlayerPosition(cid) player1 = getThingfromPos(player1pos) if player1.itemid > 0 and getTilePzInfo(player1pos) == TRUE then temple = {x=1343, y=795, z=8} doSendMagicEffect(topos,12) doTeleportThing(player1.uid,temple) doSendMagicEffect(temple,34) doSendMagicEffect(temple,48) doSendAnimatedText(getPlayerPosition(cid), "!Secret!", math.random(1, 255)) doPlayerSendTextMessage(player1.uid,22,"Voce foi Transportado na Area Secreta, Bem Vindo!.") end end
-
(Resolvido)AJUDA COMO CRIAR TABLE / QUERY OU ME AJUDE A DIREITA ESSE ERROR! REP+
CREATE TABLE IF NOT EXISTS `z_ots_guildcomunication` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `type` varchar(255) NOT NULL, `action` varchar(255) NOT NULL, `param1` varchar(255) NOT NULL, `param2` varchar(255) NOT NULL, `param3` varchar(255) NOT NULL, `param4` varchar(255) NOT NULL, `param5` varchar(255) NOT NULL, `param6` varchar(255) NOT NULL, `param7` varchar(255) NOT NULL, `delete_it` int(2) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=13107;
-
Erro ao importar DB - Apache / XAMPP
Se puderes postar o arquivo que está utilizando será mais fácil de descobrir o erro..
- Erro Xampp REP+ (URGENTE)
- Distro Com erro!