Ir para conteúdo

Skymagnum

Marquês
  • Total de itens

    1025
  • Registro em

  • Última visita

  • Dias Ganhos

    2

Tudo que Skymagnum postou

  1. O negócio é comer xuxu e andar de lambreta.
  2. <action uniqueid="5130" event="script" value="outlandporta.lua"/>
  3. /data/actions/scripts tag: <action itemid="ID DA PORTA" event="script" value="nome.lua">
  4. function onUse(cid) local poss = {x = 0, y = 0, z = 0} if getPlayerLevel(cid) < 250 then return doPlayerSendTextMessage(cid, 27, "Only players of level 250+ can pass here.") end return doTeleportThing(cid, poss, false) end
  5. function getTime(s) local h = math.floor(s / 3600) local m = math.floor((s - h * 3600 )/ 60) local s = s - h * 3600 - m * 60 return h .. ":" .. m .. ":" .. s end function onUse(cid, item, fromPosition, itemEx, toPosition) local message = "You can use again at %d hours" local time = getPlayerStorageValue(cid, 83922) local hours = 3 if time - os.time() > 0 then return doPlayerSendCancel(cid, message:format(getTime(time))) end setPlayerStorageValue(cid, 83922, os.time() + hours * 60 * 1000) return doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid))) end
  6. Vai em /data/globalevents/globalevents.xml, aperta ctrl+f digita "shop" e deleta a tag.
  7. Se roubou seu viado, se não era funkeiro seu gordo de merda.
  8. function onUse(cid, item, fromPosition, itemEx, toPosition) local color = 210 if isPaladin(cid) then setCreatureMaxMana(cid, getCreatureMaxMana(cid) + 500) doCreatureAddMana(cid,mana) setCreatureMaxHealth(cid, getCreatureMaxHealth(cid) + 500) doCreatureAddHealth(cid, 500) doSendMagicEffect(getCreaturePosition(cid), 29) doRemoveItem(item.uid, 1) doSendAnimatedText(fromPosition, "+500/500", color) else doPlayerSendTextMessage(cid, 27, "Apenas Paladins podem usar este item.") end return true end muda em color pra cor desejado n lembro ql e o amarelo hehuehueuhehueuhe
  9. function onUse(cid, item, fromPosition, itemEx, toPosition) if isPaladin(cid) then setCreatureMaxMana(cid, getCreatureMaxMana(cid) + 500) doCreatureAddMana(cid,mana) setCreatureMaxHealth(cid, getCreatureMaxHealth(cid) + 500) doCreatureAddHealth(cid, 500) doSendMagicEffect(getCreaturePosition(cid), 29) doRemoveItem(item.uid, 1) else doPlayerSendTextMessage(cid, 27, "Apenas Paladins podem usar este item.") end return true end
  10. Skymagnum

    Ajuda script

    function onUse(cid, item, fromPosition, itemEx, toPosition) local mana = 2000 if isDruid(cid) or isSocerer(cid) then setCreatureMaxMana(cid, getCreatureMaxMana(cid) + mana) doCreatureAddMana(cid,mana) doSendMagicEffect(getCreaturePosition(cid), 29) doRemoveItem(item.uid, 1) else doPlayerSendTextMessage(cid, 27, "Apenas Mages podem usar este item.") end return true end
  11. Skymagnum

    Ajuda script

    Sim, dúvida sanada?.
  12. Skymagnum

    Ajuda script

    function onUse(cid, item, fromPosition, itemEx, toPosition) local Life = 1000 if isKnight(cid) then setCreatureMaxHealth(cid, getCreatureMaxHealth(cid) + life) doCreatureAddHealth(cid,life) doSendMagicEffect(getCreaturePosition(cid), 29) doRemoveItem(item.uid, 1) else doPlayerSendTextMessage(cid, 27, "Only knight's can use this.") end return true end
  13. Começe denovo com a mesma ideia e sem usar auto borde que tenho certeza que ficara muito mais agradavel montanha quadrada demais,swamp tbm, arvores em cave wtf? bem refaça não usando auto borde, eu até tenho um tutorial de cave swamp de uma olhada vai lhe ajudar. E cave não tipo ali e céu aberto não tampa em cima tá lgd, eu usei autoborder só no swamp la.
  14. @Atualizado Mais uma cachoeira acabei de fazer.
  15. Olá galera, sou iniciante em mapping irei trazer algumas partes de mapas que eu fiz. Cachoeira: Uma caverninha(alias 1º floor dela) Uma cavezinha: Uma area ice(sinceramente muito lixo, errei nas borda feio): Uma montanhazinha: Depotzin: o telhado ali fico escroto @Cachoeirazinha Swamp(lixo) Cabei de fazer uma merda msm.
  16. function onUse(cid, item, fromPosition, itemEx, toPosition) local playerFishing = getPlayerSkill(cid, SKILL_FISHING) local now = nil for i = 1, #config do if (config.chance > math.random(1, 100)) then now = config break end end if(itemEx.itemid >= 8632 and itemEx.itemid <= 8632 or itemEx.itemid == 493) then if(math.random(1, (100 + (playerFishing / 10))) <= playerFishing) then if(playerFishing >= now.fishing) then if(now.quest.enable) then if(getPlayerStorageValue(cid, now.quest.storage) < 1) then doPlayerAddItem(cid, now.item[1], now.item[2]) doPlayerAddSkillTry(cid, SKILL_FISHING, 10) doSendAnimatedText(getPlayerPosition(cid), "OLD ROD!", TEXTCOLOR_PURPLE) else doPlayerAddItem(cid, ITEM_FISH, 1) doPlayerAddSkillTry(cid, SKILL_FISHING, 3) doPlayerSendTextMessage(cid, MESSAGE_EVENT_DEFAULT, "You caught a fish!") end else doPlayerAddItem(cid, now.item[1], now.item[2]) doPlayerAddSkillTry(cid, SKILL_FISHING, 10) doPlayerSendTextMessage(cid, MESSAGE_EVENT_DEFAULT, "You caught "..getItemNameById(now.item[1]).."!") end else doPlayerAddItem(cid, ITEM_FISH, 1) doPlayerAddSkillTry(cid, SKILL_FISHING, 3) doPlayerSendTextMessage(cid, MESSAGE_EVENT_DEFAULT, "You caught a fish!") end end doPlayerAddSkillTry(cid, SKILL_FISHING, 1) doSendMagicEffect(toPosition, CONST_ME_LOSEENERGY) doPlayerRemoveItem(cid, ITEM_WORM, 1) return TRUE end return FALSE end
  17. Não sou mapper, mas musgo não combina com lava, falta de detalhes, essa madeira ai e do chuck norris? como ela não queima na lava?.
  18. function onSay(cid, words, param, channel) local val = 0 local name = "" local c = 0 local p = #getPlayersOnline() > 10 and 11 or #getPlayersOnline() if p <= 10 then return true end for loop = 1, p do val = loop end local tab = getPlayersOnline()[p - val] for players = 1, p do name = name .. getCreatureName(tab) .. (c < players and ", " or ".") c = c + 1 end doPlayerSendTextMessage(cid, 27, "Jogadores online:/n" .. name) return true end Liga pro pog não.
  19. n era pra ser data/weapons/weapons.xml? Não é improvável que cause lag, obrigado pelo report, já foi arrumado.
  20. O script não esta encontrando o poke Tegip, adicione o nome dele em alguma tabela, o erro será resolvido.
  21. Skymagnum

    Auto Border

    Auto-border é um recurso dos editores de mapa, ele facilita a criação de bordas, montanhas e muito mais coisas, mas aconselho não usar, seu mapa fica bem mais bonito se fazer no RAW.
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...