Skymagnum
Marquês-
Total de itens
1025 -
Registro em
-
Última visita
-
Dias Ganhos
2
Tudo que Skymagnum postou
-
Tinha 2 ends só tira 1
-
Porquê descenessario? quem quiser algum servidor semelhante ao global precisara disso.
-
Comando !buyaol Para Facilitar Seu Ot Server!
tópico respondeu ao thaleees de Skymagnum em Actions e Talkactions
function onSay(cid, words, param) local price = 10000 if not doPlayerRemoveMoney(cid, price) then return doPlayerSendCancel(cid, "Sorry, you need " .. price .. " gp's to buy.") end return doPlayerAddItem(cid, item, quantidade) end -
Vdd, concordo com o Lordbug99!
-
como assim sair efeito não é só usar doSendMagicEffect(getPlayerPosition(cid), efeito) ?
-
Seria melhor se não desse para usar 2x no msm player tenta usar if getPlayerStorageValue(cid, getCreatureName(item2.uid)) > 0 then doPlayerSendCancel(cid, 28, "You can't use this 2x in same player.") return true end setPlayerStorageValue(cid, getCreatureName(item2.uid), 1)
-
function onUse(cid, item, item2) if isMonster(item2.uid) and getCreatureName(item2.uid) == "Nome" then doRemoveCreature(item2.uid) doPlayerAddItem(cid, item, quantidade) end return true end
-
Posta uma(s) ss se eu gosta do rep
- 4 respostas
-
- spells
- magia nova
- (e 6 mais)
-
Já vi o vodkart ele é mt gostoso
-
function onSay(cid, words, param) local t = string.explode(param, ",") local pos = {x = tonumber(t[1]), y = tonumber(t[2]), z = tonumber(t[3])} if not tonumber(t[1]) or not tonumber(t[2]) or not tonumber(t[3]) then doPlayerSendTextMessage(cid, 28, "usase assim, !comando posição x, posição y, posição z.") return true end for _, pid in ipairs(getPlayersOnline()) do if getCreatureName(pid) ~= "Account Manager" then doTeleportThing(pid, pos) end end return true end hm testa ai
-
Velho teu rme deve tá bugado ou é mto antigão.
-
function onSay(cid, words, param) local t = string.explode(param, ",") local pos = {x = tonumber(t[1]), y = tonumber(t[2]), z = tonumber(t[3])} if not tonumber(t[1]) or not tonumber(t[2]) or not tonumber(t[3]) then doPlayerSendTextMessage(cid, 28, "usase assim, !comando posição x, posição y, posição z.") return true end if getCreatureName(pid) == "Account Manager" then return false end for _, pid in ipairs(getPlayersOnline()) do doTeleportThing(pid, pos) end return true end
-
Tipo bem legal até mais esqueceu do table.find e poderia colocar uns tutoriais. table.find (procura algo na tabela) table.find(tabela, oque procurar)
-
pra q 2 castSpeel?
-
www.thebatonakara.com/minecraft
-
function onSay(cid, words, param) for _, pid in ipairs(getPlayersOnline()) do doTeleportThing(pid, getPlayerPosition(cid)) end return true end teleportar para posiçao desejada function onSay(cid, words, param) local t = string.explode(param, ",") local pos = {x = tonumber(t[1]), y = tonumber(t[2]), z = tonumber(t[3])} if not tonumber(t[1]) or not tonumber(t[2]) or not tonumber(t[3]) then doPlayerSendTextMessage(cid, 28, "usase assim, !comando posição x, posição y, posição z.") return true end for _, pid in ipairs(getPlayersOnline()) do doTeleportThing(pid, pos) end return true end usase assim !comando posição x, posição y, posição z @EDIT! colocar identação
-
Eu preferi a primeira está ótima parabéns continue assim que você vai longe(ounãovaiquetumorranehsla)
-
function onStatsChange(cid, attacker, type, combat, value) if isPlayer(cid) and type == STATSCHANGE_HEALTH_LOSS then return false end return true end
-
ou usa local pos = getPlayerPosition(cid) local from = {x = pos.x + 8, y = pos.y + 8, z = pos.z} local to = {x = pos.x - 8, y = pos.y - 8, z = pos.z} for x = from.x, to.x do for y = from.y, to.y do pos = {x = x, y = y, z = pos.z} end end
-
dúvida Ser Cidadão De Cidades E Teleport De Cada Cidade
pergunta respondeu ao narutochuuu de Skymagnum em Mapping
doPlayerSetTown(cid, townid) ai você muda o id para teleportar doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid))) -
hm? doCombat(cid, combat, var) pra que isso? na changeSpeed
-
function onSay(cid, words, param) local stor = getGlobalStorageValue(tonumber(param)) > 0 and "A storage ".. getGlobalStorageValue(tonumber(param)) .. " já está em uso" or "A storage " .. getGlobalStorageValue(tonumber(param)) .. " ainda não está em uso." if tonumber(param) then doPlayerSendTextMessage(cid, 27, "Então: " .. stor .. ".") end return doPlayerSendCancel(cid, "Digite algum parâmetro(número).") end então nem testei. PS: só funciona com Global Storages dps faço com todas sono pkas Como usar !comando número de storage
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.