Ir para conteúdo
Banner com Efeitos

Guilty

Membro
  • Registro em

  • Última visita

  1. Interface: Scripts Interface Script ID: C:\Users\Administrator\Videos\canary-main\canary-main\data-otservbr-global/npc\yana.lua Error Description: ...anary-main\canary-main\data-otservbr-global/npc\yana.lua:3: attempt to index global 'NpcSystem' (a nil value) stack traceback: [C]: in function '__index' ...anary-main\canary-main\data-otservbr-global/npc\yana.lua:3: in main chunk --------------------------------------- [2023-29-12 13:45:38.675] [error] C:\Users\Administrator\Videos\canary-main\canary-main\data-otservbr-global/npc\yana.lua [2023-29-12 13:45:38.675] [error] está dando esse erro, consegue ajudar?
  2. Alguém poderia em ajudar ou disponbilizar um NPC que faz troca de um ITEM por OUTRO ITEM somente UMA VEZ POR PLAYER? Estou tentando replicar alguns códigos de outros npcs mas sempre dá erro e não consigo nada. Uso o Canary.
  3. As .spr são diferentes do RME no download, e sempre que escolho a pasta do client que vem no servidor ele fecha ao carregar também. Já troquei só a .spr e .dat e não consigo, no RME fica uma coisa e no jogo fica uma coisa usando o client padrão do 8.60.
  4. Quando chega nessa parte ao abrir o mapa pelo RME ele fecha. Alguém sabe resolver?
  5. Quando tento abrir o mapa pelo RME, chega nessa parte ele carrega e fecha. Alguém sabe o motivo?
  6. @Nolangg Fiz toda a instalação do site corretamente e ele não carrega para mim, fica todo em branco.
  7. Tente: db->accounts->abra estrutura->nickname-> altere INT por CHAR.
  8. Guilty alterou sua foto pessoal
  9. Se tiver interesse em mapper, me manda mensagem.
  10. local shinysName = { "Blastoise", "Venusaur", "Butterfree", "Beedrill", "Flygon", "Heracross", "Milotic", "Lapras", "Pidgeot", "Rattata", "Raticate", "Raichu", "Golbat", "Paras", "Parasect", "Magmar", "Typhlosion", "Xatu", "Growlithe", "Arcanine", "Tentacruel", "Gengar", "Krabby", "Tauros", "Kingler", "Cubone", "Horsea", "Seadra","Slowking", "Weezing","Mr. mime","Sandslash", "Scyther", "Pinsir", "Crobat", "Zubat", "Tentacool", "Feraligatr", "Machamp", "Meganium", "Alakazam", "Tangela", "Ampharos", "Electabuzz", "Jynx", "Charizard", "Voltorb", "Electrode"} function onSpawn(cid) if getCreatureName(cid) == "" or getCreatureName(cid) == nil then setPlayerStorageValue(cid, 510, getCreatureNick(cid)) end --if isTwoGerenetion(doCorrectString(getCreatureName(cid))) then doRemoveCreature(cid) return false end registerCreatureEvent(cid, "GeneralConfiguration") registerCreatureEvent(cid, "WildAttack") registerCreatureEvent(cid, "Experience") registerCreatureEvent(cid, "Matou") registerCreatureEvent(cid, "PokeWalk") registerCreatureEvent(cid, "StatsChange") if not ehMonstro(cid) then registerCreatureEvent(cid, "Target") registerCreatureEvent(cid, "Matou") registerCreatureEvent(cid, "SummonDeath") getPokeDistanceToTeleport(cid) setPokemonGhost(cid) if getCreatureName(cid):find("Shiny ") then setPlayerStorageValue(cid, storages.EhShiny, 1) end return true end addEvent(doShiny, 5, cid) addEvent(Camuflagear, 5, cid) addEvent(adjustWildPoke, 5, cid) setPokemonGhost(cid) doMarkedPos(cid, getThingPos(cid)) if isPokePassive(cid) then setPokemonPassive(cid, true) end return true end function PonerSigno(cid) if isWild(cid) then setCreatureName(cid, getCreatureName(cid).."[?]", "a salvaje "..getCreatureName(cid)) end end function Camuflagear(cid) if getCreatureName(cid) == "Kecleon" and isWild(cid) then if isSummon(cid) then return true end setPlayerStorageValue(cid, 89899, -1) KecleonCamuWildOn(cid) end end function doShiny(cid) if isCreature(cid) then if isSummon(cid) then return true end if isNpcSummon(cid) then return true end local chance = 0 if isInArray(shinysName, doCorrectString(getCreatureName(cid))) then --alterado v1.9 \/ chance = 12 --1.2% chance end local sid = cid if math.random(1, 1000) <= chance then doSendMagicEffect(getThingPos(cid), 18) local name, pos = "Shiny ".. getCreatureName(cid), getThingPos(cid) if not pokes[name] then return true end doRemoveCreature(cid) --print(name .. ", " .. retireShinyName(name)) local shi = doCreateMonsterNick(sid, name, retireShinyName(name), pos, false) end else return true end end Gostaria de saber como funciona esse script., Alguém me ajuda?
  11. quando abro o mapa com o rme as spr aparece tudo bugada. oq faço?
  12. Vou entrar lá agora. Meu nick é Zaksz.
  13. Guilty postou uma resposta no tópico em Tibia Global OTServer
    amigo, qual o comando para criar itens? estou usando o /i e os itens não estão sendo criado. (nunca joguei e nem abri servidores nas versões novas kkkk).
  14. DboHere reagiu a uma resposta no tópico: Dúvida Pokétibia
  15. Crie um arquivo em actions/scripts e em actions.xml adiciona: <action itemid="ID DO ITEM" script="NOME DO ARQUIVO.lua"/>
  16. No caso uma potion que dê o dobro de velocidade para upar as skills?

Informação Importante

Confirmação de Termo