Tudo que Kazuya9629 postou
-
[MOD] otclient icone outfit
Boa noite gostaria de pedir um favor para alguem que sabe mecher nisso eu queria coloca icone de animação de baixo do pe da outfit da vocation e bixo alguem pode me ajudar luke.bmp
-
ERRO SPELL POKEMON
- goback
- Sprites Summer Update 2017
-
[Link Quebrado] [Link Quebrado]Remere's Map Editor ( Versão Cliente Estendida/Extended)
- Select character
Quero uma scripter de um TALKACTION que voce upar o char com aquela storagem ele fica tipo save LAVEL COM VOCATION ANTIGA DELE SE ELE USA OUTRO COMMANDO ELE MUDA DE VOCATION COM LEVEL QUE ELE TAVA COMO SE FOSSE MUDAR DE VOCATION DANDO SAVE LEVEL- Existe alguma maneira de tirar o LIMITE de Addons?
+up- Select character
Gente Tou aki Para pedir uma scripter mas dessa vez vou passa Ideia Para aqueles que entender de Scripter Possa Fazer Primeiro Passo Cria um Commando Que so pode usar Com Storage Card Segundo Passo Criar Uma storagem Que Salva Seu Level Na storagem e Mudar vocation Junto Com Level Vou Deixa Essa Scripter Para usa como Base essa scripter Nao importa que level voce tiver 1500 se voce fala Leve 300 Ele vai Pro Level 300- Cooldown otClient
UP- NEW CBAR POKETIBIA
- OTCLIENT COM BOT
BOA NOITE GOSTARIA DE SABER SE ALGUEM TEM UM OTCLIENT PARA ME ARRUMA QUE TENHA BOT CAVER E TARGET PARA PLAYER UPAR QUANDO TIVER DOMINDO- [Pedido] Sprite - Arqueira
Eu vou ver se fasso So parte de frente pra voce E de que jogo ?- Jump System (Salto - Pulo) // Arton - Ats
cade o codigo ?- Qual LER DLL
- Qual LER DLL
- Sources para [DBO]
- Como Evitar Nuker
voce recomenda que coloco qnt tempo o save ? Tendi meu nto quando da save ele feixa o game pelo globalevents para evitar isso deveria mecher aonde ? aki em casa agente consegue nukar linux mais ja tavo planejando coloca ela- Como Evitar Nuker
eu quero coloca ele on em linux mais esse uptime me conta mais seria commando /reload- Como Evitar Nuker
Boa tarde Gente gostaria de fazer uma pergunta que acho que todos Vão Pergunta Requisito para ter um servidor 100% on igual ntobrasil Quase numca cai- [pedido] Old client com ip de Test
Usa ip changue- [Sistema] Futebol com torcida e juiz!
Amigao Teria como fazer a Bola Vira montros Para entrar no gol ? para poder chuta com spell de empurrar- HELP SPELL
+up- [Pedido]Base Digitibia
e facil concerta os erro o erro que ta tendo e de proprosito para que novatos nao use- HELP SPELL
setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -250.0, 0, -300.0, 0) local function onDash(cid, level, skill, attack, factor) if not isCreature(cid) then return true end local level = getPlayerLevel(cid) local jutsuDmg = 15 skill = getPlayerSkill(cid, SKILL_SWORD) local skill_total = math.ceil((jutsuSkill_factor(cid, 0) + skill + level)/2) local dmg = - math.max(1, math.ceil(((skill_total*0.5) * jutsuDmg)*0.25)) local poslook = getCreatureLookPosition(cid) poslook.stackpos = STACKPOS_TOP_MOVEABLE_ITEM_OR_CREATURE if isWalkable(poslook, false, false, true) then if not isCreature(getThingfromPos(poslook).uid) then doMoveCreature(cid, getPlayerLookDirection(cid)) return TRUE else doMoveCreature(cid, getPlayerLookDirection(cid)) doAreaCombatHealth(cid, COMBAT_PHYSICALDAMAGE, getCreaturePosition(cid), area, dmg, dmg, efeito) return TRUE end end end function iniciarEntry(cid) if not isCreature(cid) then return true end addEvent(actionMove, 0, cid, 519, 10) addEvent(actionMove, 100, cid, 519, 10) addEvent(actionMove, 200, cid, 519, 10) addEvent(actionMove, 300, cid, 519, 10) end function finalizarEntry(cid) if not isCreature(cid) then return true end addEvent(actionMove, 400, cid, 519, 10) addEvent(actionMove, 500, cid, 519, 10) addEvent(doRemoveCondition, 600, cid, CONDITION_OUTFIT) end local function dash(cid) if not isCreature(cid) then return true end local distance = 5 for i = 0, distance do addEvent(onDash,0*i,cid) end end function onCastSpell(cid, var) local p = getCreaturePosition(cid) local x = { [0] = {x=p.x+0, y=p.y-1, z=p.z}, [1] = {x=p.x+6, y=p.y+0, z=p.z}, [2] = {x=p.x+0, y=p.y+6, z=p.z}, [3] = {x=p.x-0, y=p.y+0, z=p.z} } local y = { [0] = 259, [1] = 258, [2] = 257, [3] = 260 } pos = x[getCreatureLookDirection(cid)] eff = y[getCreatureLookDirection(cid)] doSendMagicEffect(pos, eff) if not isCreature(cid) then return true end noMove(cid, 1) iniciarEntry(cid) setPlayerStorageValue(cid, STORAGE_DIRECTION, 1) addEvent(dash, 0, cid) addEvent(function() if not isCreature(cid) then return true end setPlayerStorageValue(cid, STORAGE_DIRECTION, 0) end, 1000) addEvent(finalizarEntry, 1000, cid) addEvent(doCreatureSay, 100, cid, "Hanauta Sanchou", TALKTYPE_MONSTER) addEvent(doCreatureSay, 600, cid, " Yahazu Giri!!", TALKTYPE_MONSTER) return false end Boa tarde Alguem poderia poderia colocar segunda script para hitar ? usando spell de baixo- HELP SPELL
setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -250.0, 0, -300.0, 0) local function onDash(cid, level, skill, attack, factor) if not isCreature(cid) then return true end local level = getPlayerLevel(cid) local jutsuDmg = 15 skill = getPlayerSkill(cid, SKILL_SWORD) local skill_total = math.ceil((jutsuSkill_factor(cid, 0) + skill + level)/2) local dmg = - math.max(1, math.ceil(((skill_total*0.5) * jutsuDmg)*0.25)) local poslook = getCreatureLookPosition(cid) poslook.stackpos = STACKPOS_TOP_MOVEABLE_ITEM_OR_CREATURE if isWalkable(poslook, false, false, true) then if not isCreature(getThingfromPos(poslook).uid) then doMoveCreature(cid, getPlayerLookDirection(cid)) return TRUE else doMoveCreature(cid, getPlayerLookDirection(cid)) doAreaCombatHealth(cid, COMBAT_PHYSICALDAMAGE, getCreaturePosition(cid), area, dmg, dmg, efeito) return TRUE end end end function iniciarEntry(cid) if not isCreature(cid) then return true end addEvent(actionMove, 0, cid, 519, 10) addEvent(actionMove, 100, cid, 519, 10) addEvent(actionMove, 200, cid, 519, 10) addEvent(actionMove, 300, cid, 519, 10) end function finalizarEntry(cid) if not isCreature(cid) then return true end addEvent(actionMove, 400, cid, 519, 10) addEvent(actionMove, 500, cid, 519, 10) addEvent(doRemoveCondition, 600, cid, CONDITION_OUTFIT) end local function dash(cid) if not isCreature(cid) then return true end local distance = 5 for i = 0, distance do addEvent(onDash,0*i,cid) end end function onCastSpell(cid, var) local p = getCreaturePosition(cid) local x = { [0] = {x=p.x+0, y=p.y-1, z=p.z}, [1] = {x=p.x+6, y=p.y+0, z=p.z}, [2] = {x=p.x+0, y=p.y+6, z=p.z}, [3] = {x=p.x-0, y=p.y+0, z=p.z} } local y = { [0] = 259, [1] = 258, [2] = 257, [3] = 260 } pos = x[getCreatureLookDirection(cid)] eff = y[getCreatureLookDirection(cid)] doSendMagicEffect(pos, eff) if not isCreature(cid) then return true end noMove(cid, 1) iniciarEntry(cid) setPlayerStorageValue(cid, STORAGE_DIRECTION, 1) addEvent(dash, 0, cid) addEvent(function() if not isCreature(cid) then return true end setPlayerStorageValue(cid, STORAGE_DIRECTION, 0) end, 1000) addEvent(finalizarEntry, 1000, cid) addEvent(doCreatureSay, 100, cid, "Hanauta Sanchou", TALKTYPE_MONSTER) addEvent(doCreatureSay, 600, cid, " Yahazu Giri!!", TALKTYPE_MONSTER) return false end Boa tarde Alguem poderia poderia colocar segunda script para hitar ? usando spell de baixo - Select character
Informação Importante
Confirmação de Termo