Ir para conteúdo

Dersinho

Cavaleiro
  • Total de itens

    156
  • Registro em

  • Última visita

Tudo que Dersinho postou

  1. [12/10/2013 20:23:44] [Error - LuaScriptInterface::loadFile] data/actions/scripts/greatmp.lua:18: 'end' expected (to close 'function' at line 8) near '<eof>' [12/10/2013 20:23:44] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/greatmp.lua) [12/10/2013 20:23:44] data/actions/scripts/greatmp.lua:18: 'end' expected (to close 'function' at line 8) near '<eof>' reload bugg
  2. [12/10/2013 20:13:44] [Error - Action Interface] [12/10/2013 20:13:44] data/actions/scripts/greatmp.lua:onUse [12/10/2013 20:13:44] Description: [12/10/2013 20:13:44] attempt to index a nil value [12/10/2013 20:13:44] stack traceback: [12/10/2013 20:13:44] [C]: in function 'doSendMagicEffect' [12/10/2013 20:13:44] data/actions/scripts/greatmp.lua:14: in function <data/actions/scripts/greatmp.lua:1>: in function <data/actions/scripts/greatmp.lua:1> funcionou mais o efeito bugo ^
  3. cara eu embaralhei do meu geito e vou dexa asim to criando um ot pra brinca pedi ajuda vc nao e obrigado a ajudar mesmo pode mover eu ja me virei!
  4. vim aki faser um pedido uso esse script no meu server mais eu queria que ele so vendece de 100 pot sem a bp alguem ajuda ?
  5. Dersinho

    bug vocaçao

    funciono parabens te devo reps +++++
  6. Dersinho

    bug vocaçao

    11/10/2013 21:34:42] [Error - CreatureScript Interface] [11/10/2013 21:34:42] data/creaturescripts/scripts/login.lua:onLogin [11/10/2013 21:34:42] Description: [11/10/2013 21:34:42] (luaGetCreatureStorage) Creature not found [11/10/2013 21:35:00] Pop has logged out. [11/10/2013 21:35:00] Pop has logged in. [11/10/2013 21:35:00] [Error - CreatureScript Interface] [11/10/2013 21:35:00] data/creaturescripts/scripts/login.lua:onLogin [11/10/2013 21:35:00] Description: [11/10/2013 21:35:00] (luaGetCreatureStorage) Creature not found fiz no char vip e tbm deu na mesma uso vip by monks storage vip 13500 se ajuda aguardando UMA COISA DA UMA OLHADA LA NO MEU VOCAÇAO VE SE TA CERTO LA NAO E UM ERRO LA TALVES ? nao tenho ideia de como configurar fronvoc nem client id segui uma logica la mais nao sei se ta muito certo aguardando...
  7. Dersinho

    bug vocaçao

    desculpa aconteceu um erro eu retirei isso if getPlayerStorageValue(cid, 54521) == 1 then doPlayerSetVocation(cid, 10) end e agora quando deslogo mesmo sendo vip ele perde a vocaçao
  8. Dersinho

    bug vocaçao

    tu e problema mesmo continue asim se eu fose abilidoso ia criarum monte, ideia e o que nao me falta ! vc esta de parabens pode mover
  9. Dersinho

    ressucite boss

    so mais uma pergunta vc enventou o tibia ? kkkkk vlw cara vc me ajudo muito hj thx thx thx +++++ duvida sanada!
  10. Dersinho

    bug vocaçao

    akele npc ali esta funcionando so que so falta tira akele erro que vc falo eu so quero que ele evolua a classe dele druid , elder druid , chanter ,sorcerer ,marster ,warlock ajuda?
  11. Dersinho

    ressucite boss

    local chance = 50 -- chance em % local bosses = {"Demodras inv", "ghazbaran inv", "Orshabaal inv", "Morgaroth inv", "Ferumbras inv"} function onDeath(cid, corpose, lastHitKiller, mostDamageKiller) if not(isMonster(cid) and isInArray(bosses, getCreatureName(cid))) then return false end local xi = getCreatureName(cid) local xx = math.random(1, 100) if xx < chance and xx > 1 then doCreateMonster(xi, getCreaturePosition(cid)) doCreatureSay(cid, "Eu ressucitei!") end return true end ficou asim meu scrip sera que funfa pq no meu ot o nome e orshabaal inv =invasao dakele geito ali que pus vai funfa?
  12. Dersinho

    bug vocaçao

    vlw pela dica to querendo aprende fiquei se matando com isso hj o dia todo ... agora o char permanece chanter mais eu quero que cada um vire sua vocaçao elevada vc poderia ageitaar esse script plx ?
  13. Dersinho

    bug vocaçao

    nossa eu nao entendo minha vocaçao ta la em cima eu so quero que ele vire chandra e nao saia quando eu deslogo vo testa esse que vc me passo entao ... so uma pergunta ali ele sempre vai vira vocaçao 10 ?
  14. Dersinho

    bug vocaçao

    <npc name="Newvoc" script="data/npc/scripts/npcvip.lua" walkinterval="1000" floorchange="1"> <health now="100" max="100"/> <look type="302" head="114" body="114" legs="200" feet="114" addons="3"/> <parameters> <parameter key="message_greet" value="Deseja virar nova prof? "/> </parameters> </npc> local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end function onThink() npcHandler:onThink() end function creatureSayCallback(cid, type, msg) if(not npcHandler:isFocused(cid)) then return false end local talkUser = NPCHANDLER_CONVbehavior == CONVERSATION_DEFAULT and 0 or cid if(msgcontains(msg, 'yes') or msgcontains(msg, 'sim')) then selfSay('Diga newvoc.', cid) talkState[talkUser] = 1 elseif(msgcontains(msg, 'newvoc') and talkState[talkUser] == 1) then if(getPlayerItemCount(cid, 2160) >= 100) then doPlayerRemoveItem(cid, 2160, 100) doPlayerSetVocation(cid, 10) selfSay('Agora você possui a nova vocação!', cid) else selfSay('Você não tem dinheiro!', cid) end talkState[talkUser] = 0 end return true end npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new()) se ajudar uso o vip monks
  15. Dersinho

    ressucite boss

    tem como vc adicionar todos os boss --.> ghazbara,orshabaal,morgaroth, ferumbras e demodras 30% chance de oboss morto renacer ex; ghazbaran morto 30 de chance dele mesmo renacer aguardando so fa de vcs scripts !
  16. dofile("./_woe.lua") local config = woe_config local reward = 200000 -- 200k local function EndWoe() Woe.getInfo() setGlobalStorageValue(stor.Started, 0) setGlobalStorageValue(stor.WoeTime, 0) Woe.expulsar(infoLua[2], Castle.salas.a.fromx, Castle.salas.a.tox, Castle.salas.a.fromy, Castle.salas.a.toy, Castle.salas.a.z, Castle._exit) Woe.expulsar(infoLua[2], Castle.salas.b.fromx, Castle.salas.b.tox, Castle.salas.b.fromy, Castle.salas.b.toy, Castle.salas.b.z, Castle._exit) Woe.expulsar(infoLua[2], Castle.salas.c.fromx, Castle.salas.c.tox, Castle.salas.c.fromy, Castle.salas.c.toy, Castle.salas.c.z, Castle._exit) doBroadcastMessage("WoE is finished", config.bcType) doBroadcastMessage("The castle " .. Castle.name .. " is owned by ".. Woe.guildName() ..".", config.bcType) if isCreature(getThingFromPos(Castle.empePos).uid) then doRemoveCreature(getThingFromPos(Castle.empePos).uid) end Woe.removePre() Woe.removePortals() doRemoveItem(getThingFromPos(Castle.desde).uid) Woe.save() for _, cid in ipairs(getPlayersOnline()) do if infoLua[2] == getPlayerGuildId(cid) then doPlayerAddMoney(cid, reward) end end Woe.remove() setGlobalStorageValue(24503, -1) end function onThink(interval, lastExecution) Woe.getInfo() if Woe.isTime() then if not Woe.isStarted() then doSummonCreature("empe", Castle.empePos) doSummonCreature("pre1", Castle.PreEmpes[1]) doSummonCreature("pre2", Castle.PreEmpes[2]) doBroadcastMessage("War has started...", config.bcType) setGlobalStorageValue(stor.Started, 1) Woe.updateInfo({os.time(), infoLua[2], infoLua[3], infoLua[4]}) doCreateTeleport(1387, Castle.pos, Castle.desde) addEvent(EndWoe, config.timeToEnd * 60 * 1000) end end return true end
  17. meu server tem um problema meu voc <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" clientId="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5" gainhpticks="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="2" manamultiplier="4.0" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="0" attackable="no" droploot="no"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.5" club="2.0" sword="2.0" axe="2.0" distance="2.0" shielding="1.5" fishing="1.1" experience="1.0"/> </vocation> <vocation id="1" clientId="3" name="Sorcerer" description="a sorcerer" needpremium="0" gaincap="10" gainhp="5" gainmana="30" gainhpticks="12" gainhpamount="50" gainmanaticks="3" gainmanaamount="50" manamultiplier="1.1" attackspeed="900" soulmax="100" gainsoulticks="120" fromvoc="1"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.5" club="2.0" sword="2.0" axe="2.0" distance="2.0" shielding="1.5" fishing="1.1" experience="1.0"/> </vocation> <vocation id="2" clientId="4" name="Druid" description="a druid" needpremium="0" gaincap="10" gainhp="5" gainmana="30" gainhpticks="12" gainhpamount="50" gainmanaticks="3" gainmanaamount="50" manamultiplier="1.1" attackspeed="900" soulmax="100" gainsoulticks="120" fromvoc="2"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.5" club="1.8" sword="1.8" axe="1.8" distance="1.8" shielding="1.5" fishing="1.1" experience="1.0"/> </vocation> <vocation id="3" clientId="2" name="Paladin" description="a paladin" needpremium="0" gaincap="20" gainhp="10" gainmana="15" gainhpticks="8" gainhpamount="50" gainmanaticks="4" gainmanaamount="50" manamultiplier="1.4" attackspeed="900" soulmax="100" gainsoulticks="120" fromvoc="3"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.5" club="1.2" sword="1.2" axe="1.1" distance="1.5" shielding="1.3" fishing="1.1" experience="1.0"/> </vocation> <vocation id="4" clientId="1" name="Knight" description="a knight" needpremium="0" gaincap="25" gainhp="15" gainmana="5" gainhpticks="6" gainhpamount="50" gainmanaticks="6" gainmanaamount="50" manamultiplier="3.0" attackspeed="900" soulmax="100" gainsoulticks="120" fromvoc="4"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.1" distance="1.4" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="5" clientId="3" name="Master Sorcerer" description="a master sorcerer" needpremium="1" gaincap="10" gainhp="5" gainmana="30" gainhpticks="12" gainhpamount="50" gainmanaticks="2" gainmanaamount="50" manamultiplier="1.1" attackspeed="800" soulmax="200" gainsoulticks="15" fromvoc="1" lessloss="30"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.5" club="2.0" sword="2.0" axe="2.0" distance="2.0" shielding="1.5" fishing="1.1" experience="1.0"/> </vocation> <vocation id="6" clientId="4" name="Elder Druid" description="an elder druid" needpremium="1" gaincap="10" gainhp="5" gainmana="30" gainhpticks="12" gainhpamount="50" gainmanaticks="2" gainmanaamount="50" manamultiplier="1.1" attackspeed="800" soulmax="200" gainsoulticks="15" fromvoc="2" lessloss="30"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.5" club="1.8" sword="1.8" axe="1.8" distance="1.8" shielding="1.5" fishing="1.1" experience="1.0"/> </vocation> <vocation id="7" clientId="2" name="Royal Paladin" description="a royal paladin" needpremium="1" gaincap="20" gainhp="10" gainmana="15" gainhpticks="6" gainhpamount="50" gainmanaticks="2" gainmanaamount="50" manamultiplier="1.4" attackspeed="800" soulmax="200" gainsoulticks="15" fromvoc="3" lessloss="30"> <formula meleeDamage="1.0" distDamage="1.1" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.5" club="1.2" sword="1.2" axe="1.2" distance="1.3" shielding="1.2" fishing="1.1" experience="1.0"/> </vocation> <vocation id="8" clientId="1" name="Elite Knight" description="an elite knight" needpremium="1" gaincap="25" gainhp="15" gainmana="5" gainhpticks="4" gainhpamount="50" gainmanaticks="3" gainmanaamount="50" manamultiplier="3.0" attackspeed="800" soulmax="200" gainsoulticks="15" fromvoc="4" lessloss="30"> <formula meleeDamage="1.2" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.1" distance="1.4" shielding="1.2" fishing="1.1" experience="1.0"/> </vocation> <vocation id="9" clientId="1" name="Warlock" description="Warlock" needpremium="1" gaincap="10" gainhp="5" gainmana="30" gainhpticks="12" gainhpamount="50" gainmanaticks="2" gainmanaamount="50" manamultiplier="1.1" attackspeed="800" soulmax="200" gainsoulticks="15" fromvoc="5" lessloss="30"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.5" club="2.0" sword="2.0" axe="2.0" distance="2.0" shielding="1.5" fishing="1.1" experience="1.0"/> </vocation> <vocation id="10" clientId="2" name="Chanter" description="Chanter" needpremium="1" gaincap="10" gainhp="5" gainmana="30" gainhpticks="12" gainhpamount="50" gainmanaticks="2" gainmanaamount="50" manamultiplier="1.1" attackspeed="800" soulmax="200" gainsoulticks="15" fromvoc="6" lessloss="30"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.5" club="1.8" sword="1.8" axe="1.8" distance="1.8" shielding="1.5" fishing="1.1" experience="1.0"/> </vocation> <vocation id="11" clientId="3" name="Sentinel" description="Sentinel" needpremium="1" gaincap="20" gainhp="10" gainmana="15" gainhpticks="6" gainhpamount="50" gainmanaticks="2" gainmanaamount="50" manamultiplier="1.4" attackspeed="800" soulmax="200" gainsoulticks="15" fromvoc="7" lessloss="30"> <formula meleeDamage="1.0" distDamage="1.1" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.5" club="1.2" sword="1.2" axe="1.2" distance="1.3" shielding="1.2" fishing="1.1" experience="1.0"/> </vocation> <vocation id="12" clientId="4" name="Templar" description="Templar" needpremium="1" gaincap="25" gainhp="15" gainmana="5" gainhpticks="4" gainhpamount="50" gainmanaticks="3" gainmanaamount="50" manamultiplier="3.0" attackspeed="800" soulmax="200" gainsoulticks="15" fromvoc="8" lessloss="30"> <formula meleeDamage="1.2" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.1" distance="1.4" shielding="1.2" fishing="1.1" experience="1.0"/> </vocation> </vocations> local config = { loginMessage = getConfigValue('loginMessage') } function onLogin(cid) voc = getPlayerStorageValue(cid, 7123) if voc ~= -1 then doPlayerSetVocation(cid, voc) end return true end function onLogin(cid) local loss = getConfigValue('deathLostPercent') if(loss ~= nil) then doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10) end local accountManager = getPlayerAccountManager(cid) if(accountManager == MANAGER_NONE) then local lastLogin, str = getPlayerLastLoginSaved(cid), config.loginMessage if(lastLogin > 0) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str) str = "Your last visit was on " .. os.date("%a %b %d %X %Y", lastLogin) .. "." else str = str .. " Please choose your outfit." doPlayerSendOutfitWindow(cid) end doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str) elseif(accountManager == MANAGER_NAMELOCK) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, it appears that your character has been namelocked, what would you like as your new name?") elseif(accountManager == MANAGER_ACCOUNT) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to manage your account and if you want to start over then type 'cancel'.") else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to create an account or type 'recover' to recover an account.") end if(not isPlayerGhost(cid)) then doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT) end registerCreatureEvent(cid, "Mail") registerCreatureEvent(cid, "GuildMotd") registerCreatureEvent(cid, "Idle") registerCreatureEvent(cid, "SkullCheck") registerCreatureEvent(cid, "ReportBug") registerCreatureEvent(cid, "AdvanceSave") registerCreatureEvent(cid, "attackguild") registerCreatureEvent(cid, "advance") registerCreatureEvent(cid, "FimVip") registerCreatureEvent(cid, "SkullCheck") registerCreatureEvent(cid, "demonOakDeath") registerCreatureEvent(cid, "demonOakAttack") registerCreatureEvent(cid, "demonOakLogout") registerCreatureEvent(cid, "ReportBug") registerCreatureEvent(cid, "FirstItems") registerCreatureEvent(cid, "VipReceive") registerCreatureEvent(cid, "PlayerKill") registerCreatureEvent(cid, "KillingInTheNameOf") registerCreatureEvent(cid, "PythiusDead") registerCreatureEvent(cid, "KillRank") registerCreatureEvent(cid, "RankSystem") registerCreatureEvent(cid, "fullmh") registerCreatureEvent(cid, "Aura") registerCreatureEvent(cid, "DeathList") registerCreatureEvent(cid, "TiraBattle") registerCreatureEvent(cid, "TempleTeleporter") registerCreatureEvent(cid, "FimVip") registerCreatureEvent(cid, "VipReceive") if (InitArenaScript ~= 0) then InitArenaScript = 1 for i = 42300, 42309 do setGlobalStorageValue(i, 0) setGlobalStorageValue(i+100, 0) end end if getPlayerStorageValue(cid, 42309) < 1 then for i = 42300, 42309 do setPlayerStorageValue(cid, i, 0) end end if getPlayerStorageValue(cid, 42319) < 1 then for i = 42310, 42319 do setPlayerStorageValue(cid, i, 0) end end if getPlayerStorageValue(cid, 42329) < 1 then for i = 42320, 42329 do setPlayerStorageValue(cid, i, 0) end end if getPlayerStorageValue(cid, 42355) == -1 then setPlayerStorageValue(cid, 42355, 0) end setPlayerStorageValue(cid, 42350, 0) setPlayerStorageValue(cid, 42352, 0) function onLogin(cid) if isVip(cid) == TRUE then if(isInArray({5, 6, 7, 8}, getPlayerVocation(cid))) then doPlayerSetVocation(cid,getPlayerVocation(cid)+4) end elseif isVip(cid) == FALSE then if(isInArray({9, 10, 11, 12}, getPlayerVocation(cid))) then doPlayerSetVocation(cid,getPlayerVocation(cid)-4) end end return TRUE end if getPlayerStorageValue(cid, 13500) > os.time() then if getPlayerStorageValue(cid, 122131) == 1 and isInArray({ 5, 6, 7, 8 }, getPlayerVocation(cid)) then doPlayerSetVocation(cid, getPlayerVocation(cid)+4) end else if isInArray({ 9, 10, 11, 12 }, getPlayerVocation(cid)) then doPlayerSetVocation(cid, getPlayerVocation(cid)-4) end end return TRUE end bom compro a pronmote viro a evoluçao e quando deslogo o char volta a ser elder druid alguem sabe pode me ajuda? asim que posivel dou rep+ ou para ganhar nova vocaçao so de ser vip uso o systema de vip monks storage 13500
  18. Dersinho

    ressucite boss

    tipow no meu server existe os boss mais e por invasao queria que quando o boss morece ele tivece uma % de ressucitar so isso akele script so postei pra ajudar aguardando...
  19. bom no meu server existe um boss mais queria que ele nacece 1 x a cada fim de WOE = Xtibia - eliteimperiosv woe_config.dias = {"tuesday", "thursday", "saturday"} esse sao os dias que o woe funciona as 22 horas resumindo queria 1 boss pra quem vencer woe agradeço desde ja!
  20. Dersinho

    ressucite boss

    mais esplica isso certo como arumo a % de o boss reviver, tipow se no meu server der invasao de ghazbaran se eu matar ele tam chance de ele reviver ? rep + pela ajuda
  21. blz vlw por nada!
  22. entao gente achei esse script aki no xtibia = http://ts.xtibia.com/forum/topic/187607-boss-ressuretion/ function onDeath(cid, corpose, lastHitKiller, mostDamageKiller) boss = {["bossname"] = "sencond form name" } --configure aki ef = 42 --efeito que solta no locau onde ele morrer monster = string.lower(getCreatureName(cid)) pos = getCreaturePos(cid) doRemoveCreature(cid) doCreateMonster(boss[monster], pos) doSendMagicEffect(pos, 22) return FALSE end queria saber se alguem me ajuda a faser todos os boss (ghazbara,orshabaal,morgaroth, ferumbras e demodras uma % para ressucitar
  23. nem deu cara eu nao quero o charcter.php intero o meu eu ja tenho e so o autifit que nao ta encaxando
  • Quem Está Navegando   0 membros estão online

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