Ir para conteúdo

Session Start

Conde
  • Total de itens

    752
  • Registro em

  • Última visita

  • Dias Ganhos

    9

Tudo que Session Start postou

  1. Louvaremos a preguiça, script em spoiler. enjoy
  2. Não é só mudar no config.lua pra sqlite? e selecionar a database?
  3. Se quiser posso adicionar pra você, mas se vc sabe tá ai... script.lua: local function trocar(cid, pid) local atual = getPlayerStorageValue(cid, 333335) local outfit2 = {lookType = atual, lookHead = getCreatureOutfit(cid).lookHead, lookBody = getCreatureOutfit(cid).lookBody, lookLegs = getCreatureOutfit(cid).lookLegs, lookFeet = getCreatureOutfit(cid).lookFeet, lookAddons = getCreatureOutfit(cid).lookAddons} local target = getCreatureTarget(cid) local position1 = getCreaturePosition(target) doSendMagicEffect(position1, 28) doSendMagicEffect(getCreaturePosition(cid), 29) doCreatureChangeOutfit(cid, outfit2) setPlayerStorageValue(cid, 333335, -1) end function onCastSpell(cid, var) local target = getCreatureTarget(cid) if isPlayer(target) then if getPlayerStorageValue(cid, 3333351) < os.time () then local atual = getCreatureOutfit(cid).lookType local outfit = {lookType = 132, lookHead = getCreatureOutfit(cid).lookHead, lookBody = getCreatureOutfit(cid).lookBody, lookLegs = getCreatureOutfit(cid).lookLegs, lookFeet = getCreatureOutfit(cid).lookFeet, lookAddons = getCreatureOutfit(cid).lookAddons} local position1 = {x=getThingPosition(getCreatureTarget(cid)).x+1, y=getThingPosition(getCreatureTarget(cid)).y+0, z=getThingPosition(getCreatureTarget(cid)).z} doSendMagicEffect(position1, 67) doSendMagicEffect(getCreaturePosition(cid), 66) doCreatureSay(cid,"MuHahAHahAHah", TALKTYPE_MONSTER) setPlayerStorageValue(cid, 333335, atual) doCreatureChangeOutfit(cid, outfit) addEvent(trocar, 10000, cid) -- 10s com a roupa... setPlayerStorageValue(cid, 3333351, os.time () + 11) else doPlayerSendTextMessage(cid, 19, "Voce só pode usar essa magia daqui "..getPlayerStorageValue(cid, 3333351) - os.time ().." segundos ") return false end else doPlayerSendCancel(cid, "Isso nao eh player") return false end return true end
  4. Veja se está liberado para free accounts eles / DATA/XML/outfits... Ou posta ai eles.. em [ spoiler ] COLA AQUI [ /spoiler ]
  5. http://vapus.net/customclient Apenas muda o IP, nome dos arquivos, versão, tela de fundo... Não meche muito naa outras coisas que pode bugar..
  6. Session Start

    Monster Conter

    Tenta local monsters = { ["rat"] = 110000, } function onKill(cid, target, lastHit) if(isMonster(target) == TRUE) then local name = getCreatureName(target) local monster = monsters[string.lower(name)] if(monster) then local killedMonsters = getPlayerStorageValue(cid, monster) if(killedMonsters == -1) then killedMonsters = 1 end doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Você matou " .. killedMonsters .. " " .. name .. "'s.") setPlayerStorageValue(cid, monster, killedMonsters + 1) end end return TRUE end
  7. OLOCOO, placa de vidêo de 1 MEGA, deve rodar CARALHOS nesse pc
  8. , eu troquei em 1 server de war na magia exura, e healo azul... :
  9. Tudo certo, rep +, já reportei para moverem Era também as ASPAS que eu esqueci de por nos valores'-'
  10. Qual seu windows? já tentou pedir para alguém tentar logar? Porque se for você, as vezes precisa mudar no windows/system32/drivers/etc/host... Não lembro muito bem
  11. Procura isso nas magias de heal. DATA/SPELLS/SCRIPT/HEALING setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GRENN) E troca por setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE)
  12. /\ Eu tinha assim, só que no andar 14 '-' e funciona ;D
  13. Bem, estava tentando criar uma coisa e está dando um erro, nao sei pq =x tentei bastante já e nada de resultado. É pra criar um char com os valores de param[1], 2, 3, 4... 1=Account Name 2=Nome 3=Vocação 4=Sexo Script: function onSay(cid, words, param) local t = string.explode(param, ",") doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "".. t[1] ..", " .. t[2] ..", ".. t[3] ..", " .. t[4] .."") local QUERY = "INSERT INTO `players` VALUES (NULL, ".. t[2] ..", 1, 1, ".. t[1] ..", 20, ".. t[3] ..", 910, 910, 98800, 0, 0, 0, 0, 210, 0, 0, 0, 6, 0, 0, 1, 49, 77, 7, 0, 0, ".. t[4] ..", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);" db.executeQuery(QUERY, t[2], getAccountIdByAccount(t[1]), t[3], t[4]) return true end Erro: [23/08/2013 06:35:09] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: near "0": syntax error (0)
  14. Slicer, me adiciona no skype ai, pf'-' Cleberadmxtibia Tô tentando fazer uma coisa aqui e ta foda'-'
  15. O titulo já explica, se o player tiver trapado, por outros players ou pedras,paredes, ou ambos... se player estiver trapado ele vai falar aiaiai fim Só quero essa parte
  16. Vc já viu se os players estão com a storage -1? /storage NOME, NUMERO
  17. Qual a versão você está utilizando? tenta baixar a mais recente...
  18. Tenta usar esse então... function onUse(cid, item, frompos, item2, topos) if getPlayerStorageValue(cid, 990) >= 1 then doPlayerSendCancel(cid, "You can't use revive during gym battles.") return true end if getPlayerStorageValue(cid, 52481) >= 1 then return doPlayerSendCancel(cid, "You can't do that while a duel.") --alterado v1.6 end -- if item2.itemid <= 0 or not isPokeball(item2.itemid) then doPlayerSendCancel(cid, "Please, use revive only on pokeballs.") return true end for a, b in pairs (pokeballs) do if item2.itemid == b.on or item2.itemid == b.off then --edited deixei igual ao do PXG doTransformItem(item2.uid, b.on) doSetItemAttribute(item2.uid, "hp", 1) for c = 1, 15 do local str = "move"..c setCD(item2.uid, str, 0) end setCD(item2.uid, "control", 0) setCD(item2.uid, "blink", 0) --alterado v1.6 doSendMagicEffect(getThingPos(cid), 13) doRemoveItem(item.uid, 1) doCureBallStatus(item2.uid, "all") cleanBuffs2(item2.uid) --alterado v1.5 return true end end return true end
  19. Eu só mudei os sinal lá, local stos = {181630, 181631, 181632, 181633, 181634, 181635, 181636, 181637, 181638} if getPlayerStorageValue(pid.uid, stos[a]) > 1 then -- mudei aqui.estava < .... entao se o player tiver já a storage acima ele nao TELA... doPlayerSendTextMessage(cid, 27, "msg aki")--caso algum dos players n tenha uma das storages q tu queria return true end Mas tenta trocar por isso: if getPlayerStorageValue(pid.uid, stos[a]) >= 1 then
  20. Ó amigo, testa ai local posis = { --pos inicial dos players { {x=1495, y=1571, z=8} }, { {x=1495, y=1575, z=8} }, { {x=1497, y=1573, z=8} }, { {x=1493, y=1573, z=8} }, } local TOPOS = { --pos pra onde os players seram levados { {x=1495, y=1571, z=9} }, { {x=1495, y=1575, z=9} }, { {x=1497, y=1573, z=9} }, { {x=1493, y=1573, z=9} }, } local stos = {181630, 181631, 181632, 181633, 181634, 181635, 181636, 181637, 181638} function onUse(cid, item, frompos, item2, topos) local players = {} if item.uid == 7333 and item.itemid == 1945 then for i = 1, #posis do local pid = getTopCreature(posis[i][1]) if pid and isPlayer(pid.uid) and getPlayerStorageValue(pid.uid, 71000) == -1 then for a = 1, #stos do if getPlayerStorageValue(pid.uid, stos[a]) > 1 then doPlayerSendTextMessage(cid, 27, "msg aki")--caso algum dos players n tenha uma das storages q tu queria return true end end table.insert(players, pid.uid) else doPlayerSendTextMessage(cid, 27, "É preciso pelo menos ".. #posis .." players para fazer essa quest ou alguem do seu time ja fez essa quest!") return true end end for i = 1, #players do doSendMagicEffect(posis[i], 2) doTeleportThing(players[i], TOPOS[i]) doSendMagicEffect(TOPOS[i], 10) end doTransformItem(item.uid, item.itemid+1) elseif item.uid == 7333 and item.itemid == 1946 then --achu q teu script estava errado aki... no teu ta 1945, mas acredito q seja 1946 ms... if getPlayerAccess(cid) > 0 then doTransformItem(item.uid, item.itemid-1) else doPlayerSendCancel(cid, "Sorry, not possible.") end end return true end
  • Quem Está Navegando   0 membros estão online

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