-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
script alguém pode me ajudar nessa spells aqui, queira que colocassem pro meu personagem ficar inatingível por 6 segundos e podendo atacar livremente
By lazaroszz,
- 0 answers
- 624 views
-
- 9 answers
- 1714 views
-
- 0 answers
- 2170 views
-
- 2 answers
- 2598 views
-
- 2 answers
- 1350 views
-
Question
sayadjiin 0
Bom! Peço Ao Vodka E Outros Scripts Presiso De Ajuda Em Um Script Aque
function onUse(cid, item, fromPosition, itemEx, toPosition)
if not isInArray({1, 2, 5, 6}, getPlayerVocation(cid)) then
doPlayerSendCancel(cid, "Desculpe, apenas Mages podem usar esse item.")
doSendMagicEffect(fromPosition, CONST_ME_POFF)
return true
end
if getCreatureMaxMana(cid) > 1807735400 then
doPlayerSendCancel(cid, "Desculpe, você já atingiu o máximo de pontos de mana.")
doSendMagicEffect(fromPosition, CONST_ME_POFF)
return true
end
setCreatureMaxMana(cid, getCreatureMaxMana(cid) + 2000)
doSendMagicEffect(fromPosition, 12)
doSendAnimatedText(fromPosition, "+2000 MP!", TEXTCOLOR_BLUE)
doRemoveItem(item.uid, 1)
return true
end
Bom Ese Scripts é De MAGE pra Da + 2000 de MP quero por Pra PALLY da "+500 HP + MP" não to conseguindo por pra da HP e MP juntos me ajudem de Kina e De Mage eu Fiz pq só é 1 agoRa PALLY é foda EX: é tipo Great Spirit Potion ela Heala Mp e HP quero que de Life E Mana 500 de cada HELPP REP+
Link to comment
Share on other sites
4 answers to this question
Recommended Posts