Ir para conteúdo
  • Cadastre-se

Alencar123

Membro
  • Total de itens

    156
  • Registro em

  • Última visita

Tudo que Alencar123 postou

  1. ----------------------------------- ---------SCRIPT por PC98------------ NAO REMOVA OS CREDITOS ----------------------------------- function onUse(cid, item, frompos, item2, topos) ------------------ Inicio das Config ------------ local castle_one_name = "Baiakuda" -- Nome do castelo 1 local storages = {154154,54321,123123} -- Storages ( se vc eh iniciante, deixe como está...) -------PREMIOs I N D I V I D U A L --------- local premio_por_vezes = 0 -- Premio por vezes de conquista de castelo. (1) = Ativo
  2. Você deve ter esbarrado no teclado, verifica se não tem algum letra i na linha 1.
  3. 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, bike!', dtext='Demount, bike!', s=5700, speed = 1000} function onUse(cid, item, fromPosition, itemEx, toPosition) local pos = getThingPos(cid) if getPlayerItemCount(cid, iddabikeaqui) <= 0 then doPlayerSendCancel(cid, "Você precisa ter a bike na sua bag.") return true end if getPlayerStorageValue(cid, 17001) >= 1
  4. 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, bike!', dtext='Demount, bike!', s=5700, speed = 1000} function onUse(cid, item, fromPosition, itemEx, toPosition) local pos = getThingPos(cid) if getPlayerItemCount(cid, iddabikeaqui) <= 0 then return doPlayerSendCancel(cid, "Você precisa ter a bike na sua bag.") end if getPlayerStorageValu
  5. Tenta o meu: function onSay(cid, words, param) --local pos = {x= 0, y= 0, z=0} local storage = 23564 local tempo = 30 local cidade = getPlayerTown(cid) local pos = getTownTemplePosition(cidade) if exhaustion.check(cid, storage) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Aguarde " .. exhaustion.get(cid, storage) .. " minutos para usar novamente.") return true end if getCreatureCondition(cid, CONDITION_INFIGHT) then doPlayerSendCancel(cid, 'Voce nao pode desbugar char se estiver em battle.') return true end --doRemoveCreature(cid) doSendMagicEffect(getPlayerPosition(cid
  6. Você colocou a actionid/uniqueid na alavanca?
  7. É na pasta do globalevents/scripts procura lá e vê se acha a frase e muda no script.
  8. http://www.tibiaking.com/forum/topic/26898-pedido-script-que-ap%C3%B3s-matar-monstro-aparece-um-teleport/
  9. nossa mals ae, e que to ocupado agora e faço o script correndo. ;(
  10. Então esse deve funcionar: function onUse(cid, item, frompos, item2, topos) local waittime = 5*60 --tempo para usar novamente em segundos. local storage = 918318 time = os.time() + waittime if getPlayerStorageValue(cid) storage == 1 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Aguarde 5 minutos para usar novamente.") return false end if item.itemid == 5785 and doPlayerRemoveMoney(cid,500000) == 1 and getPlayerLevel (cid) >= 500 then doSendMagicEffect(topos,14) doPlayerSay(cid,"Level Odblokowany",16) addLevel(cid,1) doSendMagicEffect(topos,14) doPlaye
  11. function onUse(cid, item, frompos, item2, topos) local waittime = 300 --tempo para usar novamente em segundos. local storage = 918318 if exhaustion.check(cid) storage == 1 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Aguarde " .. exhaustion.get(cid, storage) .. " segundos para usar novamente.") return false end if item.itemid == 5785 and doPlayerRemoveMoney(cid,500000) == 1 and getPlayerLevel (cid) >= 500 then doSendMagicEffect(topos,14) doPlayerSay(cid,"Level Odblokowany",16) addLevel(cid,1) doSendMagicEffect(topos,14) doPlayerSay(cid,"Level Odblokowany",
  12. Cara tu tem que mudar o ip na pasta do otclient tbm. Pastadoclient\modules\client_entergame em entergame.lua tu altera nessa linha: Ip Port Versão
  13. Tenho quase certeza que isso é 1 creaturescripts. Procure algum arquivo onDeath ou onKill lá e depois retire a tag do creaturescripts.xml.
  14. removido -------------------------------------------------------- tava dormindo não tinha olhado direito
  15. Vai no arquivo .xml do monster e muda o q ta de vermelho pra msg que tu quer que aparece: Em data\items no arquivo .xml procure o item e mude.
  16. Tu tá usando OTclient ou o Client normal?
  17. http://www.4shared.com/rar/ASlDaC9m/stigal_e_beeki_-_source_nto_sh.html?locale=pt-BR
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo