Postado Agosto 30, 2017 7 anos Em 25/08/2017 em 14:25, Guumew disse: O ot é OTX, versão 3, é a versão de ot global 11.42. poste seu login.lua
Postado Agosto 30, 2017 7 anos procure por bless no seu config.lua e configure assim; blessings = true blessingOnlyPremium = false blessingReductionBase = 30 blessingReductionDecrement = 5 eachBlessReduction = 8 useFairfightReduction = true pvpBlessingThreshold = 40 fairFightTimeRange = 60 Host bom para hospedar seu jogo => https://shre.ink/OminiHost
Postado Setembro 2, 2017 7 anos Autor Em 8/29/2017 em 23:08, matheusjp2 disse: poste seu login.lua login.lua Em 8/30/2017 em 00:09, quemtuacha disse: procure por bless no seu config.lua e configure assim; blessings = true blessingOnlyPremium = false blessingReductionBase = 30 blessingReductionDecrement = 5 eachBlessReduction = 8 useFairfightReduction = true pvpBlessingThreshold = 40 fairFightTimeRange = 60 Não tem nada de bless no config.lua.
Postado Setembro 3, 2017 7 anos Tenta meu Script mano Code: function onSay(cid, words, param) if getPlayerBlessing(cid, 1) or getPlayerBlessing(cid, 2) or getPlayerBlessing(cid, 3) or getPlayerBlessing(cid, 4) or getPlayerBlessing(cid, 5) then doPlayerSendCancel(cid,'You have already got one or more blessings!') else if doPlayerRemoveMoney(cid, 60000) == TRUE then doPlayerAddBlessing(cid, 1) doPlayerAddBlessing(cid, 2) doPlayerAddBlessing(cid, 3) doPlayerAddBlessing(cid, 4) doPlayerAddBlessing(cid, 5) doSendMagicEffect(getPlayerPosition(cid), CONST_ME_HOLYDAMAGE) doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'You have been blessed by the gods!') else doPlayerSendCancel(cid, "You need 6 crystal coin to get blessed!") end end return 1 end
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.