Ir para conteúdo

marcelinhok

Campones
  • Total de itens

    84
  • Registro em

  • Última visita

  • Dias Ganhos

    1

Tudo que marcelinhok postou

  1. Então galera, tenho esse script de AOL para red e black skull.... Queria q alguém adicionasse CHARGE nesse script --> 1 charge. Ele esta Infinito Obs: Se alguém falar q e só botar em items... NÃO DA !! Ao bota charge no item em items o amuleto para de funcionar Se alguém puder ajudar, Fico agradecido. Ou e alguém tiver um script de aol para red e black skull que funcione perfeitamente e com charges e puder fazer essa doacao de script fico agradecido. id = 10718 --id do aol function onPrepareDeath(cid, lastHitKiller, mostDamageKiller) if isPlayer(cid) == true then if (getPlayerSlotItem(cid, 2).itemid == id) then pos = getCreaturePos(cid) doCreatureSetDropLoot(cid, false) doSendMagicEffect(pos, 49) end return TRUE end end 
  2. Alguém pode upar esse baiak pf !
  3. Ola, Gostaria de um movements de porta, que so pudesse passar se tivesse a storage Ex: Porta que so passa se tiver a stoage (23569) e ao passa da um recadinho ( Bem vindo a cave ) e se n tiver a storage nao passa e deixa um aviso ( Voce nao tem a storage). é tipo uma vip, so q funciona com porta. function onStepIn(cid, item, position, fromPosition) local config = { msgDenied = "Você não e vip 2 ,para adqrir sua vip faça a quest.", msgWelcome = "Seja Bem Vindo a Area vip 2." } if getPlayerStorageValue(cid, 13539) - os.time() <= 0 then doTeleportThing(cid, fromPosition, true) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, config.msgDenied) doSendMagicEffect(getThingPos(cid), CONST_ME_MAGIC_BLUE) return TRUE end doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, config.msgWelcome) return TRUE end
  4. Queria um script de GUILD POINTS. Uma guild mata um membro de outra guild e ela ganharia frags e ao chegar 100 frags a todos os membros da guild ganharia 50 points. O ataque pode ser automático, todas guilds vcs guilds ou por comando ou do jeito melhor que a pessoa possa fazer. Queria um script simples. Pois meu ot é um antigo baiak rox, sem sourcs e é em sqlite. Quem puder ajudar agradeço desde de ja.
  5. Qual e a tag amigo??? O problema e que é um baiak rox antigo, n tem as sources. Queria saber como desativo esse treco de party.
  6. Então galera... Eu tenho um otzinho rox dos antigos. So que tem um retardado chamado MALOKA ''BUGANDO'' meu ot entre outros no ot server list. Ele vai em Teleport em Teleport e digita ''inv party'' dps disso o server Cai. Alguém pode me ajudar por favor.
  7. Vllw man. So postando o Scan aqui pra galera que queira baixar dps. Abrç. https://www.virustotal.com/#/file/362c99b2e013830730e57aaeb4557e5be82aa923c0d158641e78288ea1ac1586/detection
  8. Ola, Gostaria de pedir que se alguém pudesse upar o DESERT WAR em algum link e passar por favor.
  9. Ola, Gostaria de pedir que se alguém pudesse upar o DESERT WAR em algum link e passar por favor.
  10. COMPARTILHE A VONTADE https://t.co/45L2hzv1uO Vem com dudu rocha, Sorteio de prêmios !

  11. Eita laia ?????? Aiai viu ? https://t.co/7QiJTIAjhg

  12. Ei mano da uma força ae, esta dando esse erro !
  13. Creio eu que se dessem o filme "Os guardiões" para outro estúdio, teria saído coisa melhor ! ????

  14. Então galera, gostaria de saber se alguem disponibiliza um script que acrescente HP/MP via a Stone ( Um meio de refinamento ) que possa ser colocado em itens. Se possível que o encantamento seja FIXO ( Exe: cada stone da 100HP ). Com limite de 5 Encantamentos cada iten.
  15. Só que eu queria adicionar uma coisa... que quando o player dizer !cast list, aparecer a uma window de quem tá com o !cast on e se o player clicar em um desses da lista ele automaticamente passa a assistir o player dali que no caso ele clicando o player dele diria !cast "name" do player que clicou.
  16. Entao galera.. pq o texto fica assim ?? Teria como alguém a me ajudar a concerta isso ?
  17. Ola, Gostaria de saber se alguém poderia juntar esse script de frags look + critical e dodge. Porem eu quero usar esse fraglook e não oque esta em plantado no outro script, Se alguém puder ajudar fico muito agradecido. REP + FragLook - function onLook(cid, thing, position, lookDistance) function getDeathsAndKills(cid, type) -- by vodka local query,d = db.getResult("SELECT `player_id` FROM "..(tostring(type) == "kill" and "`player_killers`" or "`player_deaths`").." WHERE `player_id` = "..getPlayerGUID(cid)),0 if (query:getID() ~= -1) then repeat d = d+1 until not query:next() query:free() end return d end if isPlayer(thing.uid) then doPlayerSetSpecialDescription(thing.uid, "\n"..(getPlayerSex(thing.uid) == 0 and "Ela" or "Ele").." Matou: ["..getDeathsAndKills(thing.uid, "kill").."] Noobs.\n"..(getPlayerSex(thing.uid) == 0 and "Ela" or "Ele").." Morreu: ["..getDeathsAndKills(thing.uid, "death").."] Vezes") end return true end Critical + Dodge + Look Frags - function getPlayerFrags(cid) local time = os.time() local times = {today = (time - 86400), week = (time - (7 * 86400))} local contents, result = {day = {}, week = {}, month = {}}, db.getResult("SELECT `pd`.`date`, `pd`.`level`, `p`.`name` FROM `player_killers` pk LEFT JOIN `killers` k ON `pk`.`kill_id` = `k`.`id` LEFT JOIN `player_deaths` pd ON `k`.`death_id` = `pd`.`id` LEFT JOIN `players` p ON `pd`.`player_id` = `p`.`id` WHERE `pk`.`player_id` = " .. getPlayerGUID(cid) .. " AND `k`.`unjustified` = 1 AND `pd`.`date` >= " .. (time - (30 * 86400)) .. " ORDER BY `pd`.`date` DESC") if(result:getID() ~= -1) then repeat local content = {date = result:getDataInt("date")} if(content.date > times.today) then table.insert(contents.day, content) elseif(content.date > times.week) then table.insert(contents.week, content) else table.insert(contents.month, content) end until not result:next() result:free() end local size = { day = table.maxn(contents.day), week = table.maxn(contents.week), month = table.maxn(contents.month) } return size.day + size.week + size.month end function onLogin(cid) registerCreatureEvent(cid, "fraglook") return true end function onLook(cid, thing, position, lookDistance) if isPlayer(thing.uid) and thing.uid ~= cid then doPlayerSetSpecialDescription(thing.uid,' [Frags: '..getPlayerFrags(thing.uid)..'], [Critical: '..math.max(0,(tonumber(getCreatureStorage(thing.uid,48913)) or 0))..'], [Dodge: '..math.max(0,(tonumber(getCreatureStorage(thing.uid,98798644)) or 0))..']') return true elseif thing.uid == cid then doPlayerSetSpecialDescription(cid,' [Frags: '..getPlayerFrags(cid)..'], [Critical: '..math.max(0,(tonumber(getCreatureStorage(cid,48913)) or 0))..'], [Dodge: '..math.max(0,(tonumber(getCreatureStorage(cid,98798644)) or 0))..']') local string = 'You see yourself.' if getPlayerFlagValue(cid, PLAYERFLAG_SHOWGROUPINSTEADOFVOCATION) then string = string..' You are '.. getPlayerGroupName(cid) ..'.' elseif getPlayerVocation(cid) ~= 0 then string = string..' You are '.. getPlayerVocationName(cid) ..'.' else string = string..' You have no vocation.' end string = string..getPlayerSpecialDescription(cid)..'' if getPlayerNameByGUID(getPlayerPartner(cid), false, false) ~= nil then string = string..' You are '.. (getPlayerSex(cid) == 0 and 'wife' or 'husband') ..' of '.. getPlayerNameByGUID(getPlayerPartner(cid)) ..'.' end if getPlayerGuildId(cid) > 0 then string = string..' You are ' .. (getPlayerGuildRank(cid) == '' and 'a member' or getPlayerGuildRank(cid)) ..' of the '.. getPlayerGuildName(cid) string = getPlayerGuildNick(cid) ~= '' and string..' ('.. getPlayerGuildNick(cid) ..').' or string..'.' end if getPlayerFlagValue(cid, PLAYERCUSTOMFLAG_CANSEECREATUREDETAILS) then string = string..'\nHealth: ['.. getCreatureHealth(cid) ..' / '.. getCreatureMaxHealth(cid) ..'], Mana: ['.. getCreatureMana(cid) ..' / '.. getCreatureMaxMana(cid) ..'].' string = string..'\nIP: '.. doConvertIntegerToIp(getPlayerIp(cid)) ..'.' end if getPlayerFlagValue(cid, PLAYERCUSTOMFLAG_CANSEEPOSITION) then string = string..'\nPosition: [X:'.. position.x..'] [Y:'.. position.y..'] [Z:'.. position.z..'].' end doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, string) return false end return true end
  18. RT @marcyeloli14: Pra entender inglês eu preciso de três coisas: que falem devagar, alto e em português. #umRei

  19. Seguinte galera, meu ot esta assim... O cara morre pra outro e ele nao morre, fica la parado morrendo ''milhares'' de vezes. no mesmo lugar sem ir pro ''templo''. Alguém sabe oque possa esta acontecendo ??
  20. Krl mermão, Essa parte ?? #twd #melhorserie #7x1 https://t.co/nX71GQE8to

  21. I love #SimpsonsNaFOX

  • Quem Está Navegando   0 membros estão online

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