
Tudo que vankk postou
-
Vankk Tattossss
Um brother meu tattou um Druid Full na panturrilha, HAHAHAHA.
-
Nada a declarar sobre esse vídeo
Ele chama todo dia, mas sou difícil .-.
-
[PEDIDO] Script de quest
O que é mew? LOL! Não sei se é isso que você queria, mas enfim.. edita a linha 5: function onUse(cid, item, frompos, item2, topos) if item.uid == 124 then if getPlayerStorageValue(cid, 157) == -1 then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You found 5kk and a mew.") doPlayerAddItem(cid, IDITEM, COUNT) setPlayerStorageValue(cid, 157, 1) else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "The chest is empty.") end end end
- como trocar a base do seu ot sever
-
[PEDIDO] SCRIPT SAVE ON LOGOUT
Atualiza as sources, ou coloca apenas para invitar guild/aceitar guild/criar guild/aceitar guild/ etc pelo site, sem ter comandos in-game.
-
Script DemonOak pra clicar no tumulo e ser teleportado nao funciona
versão do TFS? O player possui a storage? O item id do tumulo está certo?
-
Error Console
CREATE TABLE `z_ots_comunication` ( `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;
- Seacrest Grounds 10.x [DOWNLOAD MAP]
-
Ajudem DoSetItemAttribute
Esta é uma mensagem automática, este tópico foi movido para a área correta. Regras do fórum: http://www.tibiaking.com/forum/topic/1281-regras-gerais/#comment-7680 Este tópico foi movido: De: Scripting OTServ > OTServ > CreatureScripts, GlobalEvents e MoveMents Para: Suporte OTServ > OTServ > Suporte de Scripts
-
[RESOLVIDO]
Compilar?!
-
Vankk Tattossss
@Matk Eu tava pensando em escrever algo no ante braco, porém, não sei o que.
-
Lua - quando usar ID ou UID
item.itemid = ID do item que for usado - Exemplo: if item.itemid == 2160 then -- algo acontece end item.uid não lembro direito, mas provavelmente será algo envolvendo UniqueID.
-
Vankk Tattossss
Acredito em Deus, porém sem religião.
-
Vankk Tattossss
Eu vou fazer as duas que eu postei, quero opinião de uma terceira que posso fazer no antebraco direito, to sem ideia .-. Eu tenho só uma no peito por enquanto .-.
-
Bolão do Jogo [NOVO] - Ganhe um Vps Grátis! - [LNetworks/4Youstart]
Brasil: 2 Peru: 0
-
Vankk Tattossss
To querendo fazer umas tattoos em dezembro. Estou querendo fazer as seguintes: No ombro direito: No braco esquerdo: O que acham? E PLXXX da ideias de o que fazer no ante braco direito, alguma frase.
- Seacrest Grounds 10.x [DOWNLOAD MAP]
- Ajuda a resolver esse Script
-
Ajuda com RollBacks!
Como é Windows não posso ajudar, se fosse Linux, até que poderia.
-
Ajuda a resolver esse Script
Não fica citando o code, só me marca usando (@) local function BikeSpeedOn(cid, t) setPlayerStorageValue(cid, t.s, t.speed) doChangeSpeed(cid, -getCreatureSpeed(cid)) doChangeSpeed(cid, t.speed) end local function BikeSpeedOff(cid, t) setPlayerStorageValue(cid, t.s, -1) doRegainSpeed(cid) end local t = {text='Mount, Motobike!', dtext='Demount, Motobike!', s=5701, speed = 1000} function onUse(cid, item, fromPosition, itemEx, toPosition) if isPremium(cid) then if #getCreatureSummons(cid) >= 1 then return doPlayerSendCancel(cid, "Return your pokemon.") end if getPlayerStorageValue(cid, 17002) >= 1 or getPlayerStorageValue(cid, 63216) >= 1 or getPlayerStorageValue(cid, 17001) >= 1 or getPlayerStorageValue(cid, 75847) >= 1 or getPlayerStorageValue(cid, 6598755) >= 1 or getPlayerStorageValue(cid, 6598756) >= 1 then --alterado v1.9 return doPlayerSendCancel(cid, "You can't do that right now.") end local pos = getThingPos(cid) if getPlayerStorageValue(cid, t.s) <= 0 then doSendMagicEffect(pos, 177) doCreatureSay(cid, t.text, 19) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, 'You have mounted in a motobike.') BikeSpeedOn(cid, t) if getPlayerSex(cid) == 1 then doSetCreatureOutfit(cid, {lookType = 2212}, -1) else doSetCreatureOutfit(cid, {lookType = 2212}, -1) end else doSendMagicEffect(pos, 177) doCreatureSay(cid, t.dtext, 19) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, 'You haven demouted of a motobike.') BikeSpeedOff(cid, t) doRemoveCondition(cid, CONDITION_OUTFIT) end else doPlayerSendTextMessage(cid,22,"Este item so pode ser usado por jogadores vip!") end return true end
-
Ajuda a resolver esse Script
? local function BikSpeedOn(cid, t) setPlayerStorageValue(cid, t.s, t.speed) doChangeSpeed(cid, -getCreatureSpeed(cid)) doChangeSpeed(cid, t.speed) end local function BikeSpeedOff(cid, t) setPlayerStorageValue(cid, t.s, -1) doRegainSpeed(cid) end local t = {text='Mount, Motobike!', dtext='Demount, Motobike!', s=5701, speed = 1000} function onUse(cid, item, fromPosition, itemEx, toPosition) if isPremium(cid) then if #getCreatureSummons(cid) >= 1 then return doPlayerSendCancel(cid, "Return your pokemon.") end if getPlayerStorageValue(cid, 17002) >= 1 or getPlayerStorageValue(cid, 63216) >= 1 or getPlayerStorageValue(cid, 17001) >= 1 or getPlayerStorageValue(cid, 75847) >= 1 or getPlayerStorageValue(cid, 6598755) >= 1 or getPlayerStorageValue(cid, 6598756) >= 1 then --alterado v1.9 return doPlayerSendCancel(cid, "You can't do that right now.") end local pos = getThingPos(cid) if getPlayerStorageValue(cid, t.s) <= 0 then doSendMagicEffect(pos, 177) doCreatureSay(cid, t.text, 19) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, 'You have mounted in a motobike.') BikeSpeedOn(cid, t) if getPlayerSex(cid) == 1 then doSetCreatureOutfit(cid, {lookType = 2212}, -1) else doSetCreatureOutfit(cid, {lookType = 2212}, -1) end else doSendMagicEffect(pos, 177) doCreatureSay(cid, t.dtext, 19) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, 'You haven demouted of a motobike.') BikeSpeedOff(cid, t) doRemoveCondition(cid, CONDITION_OUTFIT) end else doPlayerSendTextMessage(cid,22,"Este item so pode ser usado por jogadores vip!") end return true end
-
Ajuda a resolver esse Script
Só removi o negócio de ser VIP, porque o resto eu não entendi porra nenhuma porque não sei nada de pokemon, e nem quero aprender local function BikSpeedOn(cid, t) setPlayerStorageValue(cid, t.s, t.speed) doChangeSpeed(cid, -getCreatureSpeed(cid)) doChangeSpeed(cid, t.speed) end local function BikeSpeedOff(cid, t) setPlayerStorageValue(cid, t.s, -1) doRegainSpeed(cid) end local t = {text='Mount, Motobike!', dtext='Demount, Motobike!', s=5701, speed = 1000} function onUse(cid, item, fromPosition, itemEx, toPosition) local pos = getThingPos(cid) if #getCreatureSummons(cid) >= 1 then return doPlayerSendCancel(cid, "Return your pokemon.") end if getPlayerStorageValue(cid, 17002) >= 1 or getPlayerStorageValue(cid, 63216) >= 1 or getPlayerStorageValue(cid, 17001) >= 1 or getPlayerStorageValue(cid, 75847) >= 1 or getPlayerStorageValue(cid, 6598755) >= 1 or getPlayerStorageValue(cid, 6598756) >= 1 then --alterado v1.9 return doPlayerSendCancel(cid, "You can't do that right now.") end if getPlayerStorageValue(cid, t.s) <= 0 then doSendMagicEffect(pos, 177) doCreatureSay(cid, t.text, 19) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, 'You have mounted in a motobike.') BikeSpeedOn(cid, t) if getPlayerSex(cid) == 1 then doSetCreatureOutfit(cid, {lookType = 2212}, -1) else doSetCreatureOutfit(cid, {lookType = 2212}, -1) end else doSendMagicEffect(pos, 177) doCreatureSay(cid, t.dtext, 19) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, 'You haven demouted of a motobike.') BikeSpeedOff(cid, t) doRemoveCondition(cid, CONDITION_OUTFIT) end return true end Mas provavel que você faca o que você quer na linha 20 do script, boa sorte.
- [AJUDA] Falha ao iniciar client
-
Nada a declarar sobre esse vídeo
@p e o p l e Faz nada, você só fala..
-
Nada a declarar sobre esse vídeo
Só assiste.