-
Total de itens
24 -
Registro em
-
Última visita
Tudo que pedroh7 postou
-
Criando Uma Nova Vocaçao Para O Seu Ot
tópico respondeu ao narutoflp de pedroh7 em Tutoriais de Scripting
e o seguinte aki n deu certo fala q n tem vocation e no distro fala assim vocation 297479372 not found. -
galerinha e o seguinte eu criei 4 vocaçao deu certo os cara pois ela desloga e depois loga aki fala assim ta falando vocations You see yourself. You are . ai no distro na hora q o player entra fala isso 4294967295 not found
-
8.6 [8.60] Naxedot 8 [Mysql & Sqlite]
tópico respondeu ao Toridox4ever de pedroh7 em Lixeira Pública
muito bom mas como faz pra invitar pra war?? -
Galera eu preciso de um script de npc a pessoa fala hi-promotion devido suuas vocaçoes ele vira akela exemplo se ele for pally e fala hi-promotion-yes ele vira [LoKo-SkY] PaLLy os id das vocaçao [LoKo-SkY] sorc:13 [LoKo-SkY] druid:14 [LoKo-SkY] PaLLy:15 [LoKo-SkY] knight:16 mEU OT E Baiak edited protocologo:8.6 experiencia:mexo com script aew 4 semana mas n mexo muito poka coisa Resposta o mas rapido possivel
-
Brow ai oke eu coloco la em actions.xml??
-
queria saber como criar aquelas quest q em 1 so bau da 3 itens Map baiak versao:8.6 experiencia:mexo com script a 2 semanas Aew se tiver jeito de arrumar ja pra mim ta aew os id do item 2529,2644,2665,7364,7438,7464,8879,12619,12620 Me ajudem
-
aew xtibianos alguem aew tem um script q quando morre volta para o lvl 150 n importa o lvl
-
aew xtibianos alguem aew tem um script q quando morre volta para o lvl 150 n importa o lvl
-
aew xtibianos alguem aew tem um script q quando morre volta para o lvl 150 n importa o lvl
-
Outra vez volto a enjoa vcs xtibianos dessa vez preciso de um script q quando morra em um serve de war ele volte para o lvl 130 n importa o lvl q estaja pra kem ja jogou x-dreamwar igual akele
-
sua resposta n ta certo vodkart n e isso n tem nehum disso nos script ghp_id = 7591 -- Item a ser vendido backpackghp_id = 2000 -- Backpack custoghp_id = 3800 -- Valor cargasghp_id = 20 -- Cargas local name = getItemNameById(ghp_id) ----- End Config ----- function onUse(cid, item, fromPosition, itemEx, toPosition) if doPlayerRemoveMoney(cid, custoghp_id) == TRUE then local bag = doPlayerAddItem(cid, backpackghp_id, 1) doSendAnimatedText(fromPosition, "", TEXTCOLOR_YELLOW) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You have purchased a backpack of ".. name .."s for ".. custoghp_id .." gold.") for i=1,20 do doAddContainerItem(bag, ghp_id, cargasghp_id) end else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "You need ".. custoghp_id .." gold coins for a backpack of ".. name .."s.") end return FALSE end gmp_id = 7590 -- Item a ser vendido backpackgmp_id = 9774 -- Backpack custogmp_id = 2400 -- Valor cargasgmp_id = 20 -- Cargas local name = getItemNameById(gmp_id) ----- End Config ----- function onUse(cid, item, fromPosition, itemEx, toPosition) if doPlayerRemoveMoney(cid, custogmp_id) == TRUE then local bag = doPlayerAddItem(cid, backpackgmp_id, 1) doSendAnimatedText(fromPosition, "", TEXTCOLOR_YELLOW) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You have purchased a backpack of ".. name .."s for ".. custogmp_id .." gold.") for i=1,20 do doAddContainerItem(bag, gmp_id, cargasgmp_id) end else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "You need ".. custogmp_id .." gold coins for a backpack of ".. name .."s.") end return FALSE end hp_id = 7618 -- Item a ser vendido backpackhp_id = 2000 -- Backpack custohp_id = 900 -- Valor cargashp_id = 20 -- Cargas local name = getItemNameById(hp_id) ----- End Config ----- function onUse(cid, item, fromPosition, itemEx, toPosition) if doPlayerRemoveMoney(cid, custohp_id) == TRUE then local bag = doPlayerAddItem(cid, backpackhp_id, 1) doSendAnimatedText(fromPosition, "", TEXTCOLOR_YELLOW) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You have purchased a backpack of ".. name .."s for ".. custohp_id .." gold.") for i=1,20 do doAddContainerItem(bag, hp_id, cargashp_id) end else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "You need ".. custohp_id .." gold coins for a backpack of ".. name .."s.") end return FALSE end mp_id = 7620 -- Item a ser vendido backpackmp_id = 2001 -- Backpack customp_id = 1000 -- Valor cargasmp_id = 20 -- Cargas local name = getItemNameById(mp_id) ----- End Config ----- function onUse(cid, item, fromPosition, itemEx, toPosition) if doPlayerRemoveMoney(cid, customp_id) == TRUE then local bag = doPlayerAddItem(cid, backpackmp_id, 1) doSendAnimatedText(fromPosition, "", TEXTCOLOR_YELLOW) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You have purchased a backpack of ".. name .."s for ".. customp_id .." gold.") for i=1,20 do doAddContainerItem(bag, mp_id, cargasmp_id) end else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "You need ".. customp_id .." gold coins for a backpack of ".. name .."s.") end return FALSE end uhp_id = 8473 -- Item a ser vendido backpackuhp_id = 9774 -- Backpack custouhp_id = 6200 -- Valor cargasuhp_id = 20 -- Cargas local name = getItemNameById(uhp_id) ----- End Config ----- function onUse(cid, item, fromPosition, itemEx, toPosition) if doPlayerRemoveMoney(cid, custouhp_id) == TRUE then local bag = doPlayerAddItem(cid, backpackuhp_id, 1) doSendAnimatedText(fromPosition, "", TEXTCOLOR_YELLOW) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You have purchased a backpack of ".. name .."s for ".. custouhp_id .." gold.") for i=1,20 do doAddContainerItem(bag, uhp_id, cargasuhp_id) end else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "You need ".. custouhp_id .." gold coins for a backpack of ".. name .."s.") end return FALSE end smp_id = 7589 -- Item a ser vendido backpacksmp_id = 7342 -- Backpack custosmp_id = 1600 -- Valor cargassmp_id = 20 -- Cargas local name = getItemNameById(smp_id) ----- End Config ----- function onUse(cid, item, fromPosition, itemEx, toPosition) if doPlayerRemoveMoney(cid, custosmp_id) == TRUE then local bag = doPlayerAddItem(cid, backpacksmp_id, 1) doSendAnimatedText(fromPosition, "", TEXTCOLOR_YELLOW) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You have purchased a backpack of ".. name .."s for ".. custosmp_id .." gold.") for i=1,20 do doAddContainerItem(bag, smp_id, cargassmp_id) end else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "You need ".. custosmp_id .." gold coins for a backpack of ".. name .."s.") end return FALSE end shp_id = 7588 -- Item a ser vendido backpackshp_id = 3940 -- Backpack custoshp_id = 2000 -- Valor cargasshp_id = 20 -- Cargas local name = getItemNameById(shp_id) ----- End Config ----- function onUse(cid, item, fromPosition, itemEx, toPosition) if doPlayerRemoveMoney(cid, custoshp_id) == TRUE then local bag = doPlayerAddItem(cid, backpackshp_id, 1) doSendAnimatedText(fromPosition, "", TEXTCOLOR_YELLOW) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You have purchased a backpack of ".. name .."s for ".. custoshp_id .." gold.") for i=1,20 do doAddContainerItem(bag, shp_id, cargasshp_id) end else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "You need ".. custoshp_id .." gold coins for a backpack of ".. name .."s.") end return FALSE end spr_id = 8472 -- Item a ser vendido backpackspr_id = 7342 -- Backpack custospr_id = 2000 -- Valor cargasspr_id = 20 -- Cargas local name = getItemNameById(spr_id) ----- End Config ----- function onUse(cid, item, fromPosition, itemEx, toPosition) if doPlayerRemoveMoney(cid, custospr_id) == TRUE then local bag = doPlayerAddItem(cid, backpackspr_id, 1) doSendAnimatedText(fromPosition, "", TEXTCOLOR_YELLOW) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You have purchased a backpack of ".. name .."s for ".. custospr_id .." gold.") for i=1,20 do doAddContainerItem(bag, spr_id, cargasspr_id) end else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "You need ".. custospr_id .." gold coins for a backpack of ".. name .."s.") end return FALSE end Essse e o script dos potion e esse q eu vo manda e um negocio q ta escrito potion local config = { removeOnUse = "no", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "no", realAnimation = "yes", -- make text effect visible only for players in range 1x1 healthMultiplier = 1.0, manaMultiplier = 1.0 } config.removeOnUse = getBooleanFromString(config.removeOnUse) config.usableOnTarget = getBooleanFromString(config.usableOnTarget) config.splashable = getBooleanFromString(config.splashable) config.realAnimation = getBooleanFromString(config.realAnimation) local POTIONS = { [8704] = {empty = 7636, splash = 2, health = {50, 100}}, -- small health potion [7618] = {empty = 7636, splash = 2, health = {100, 200}}, -- health potion [7588] = {empty = 7634, splash = 2, health = {200, 400}, level = 50, vocations = {3, 4}, vocStr = "templar warriors and royal archers"}, -- strong health potion [7591] = {empty = 7635, splash = 2, health = {500, 700}, level = 80, vocations = {4}, vocStr = "templar warriors"}, -- great health potion [8473] = {empty = 7635, splash = 2, health = {950, 1300}, level = 130, vocations = {4}, vocStr = "templar warriors"}, -- ultimate health potion [7620] = {empty = 7636, splash = 7, mana = {70, 130}}, -- mana potion [7589] = {empty = 7634, splash = 7, mana = {110, 190}, level = 50, vocations = {1, 2, 3}, vocStr = "magicians, priests and archers"}, -- strong mana potion [7590] = {empty = 7635, splash = 7, mana = {400, 750}, level = 80, vocations = {1, 2, 9, 10, 11, 12}, vocStr = "chaos magicians, elder priests and alchemists"}, -- great mana potion [8472] = {empty = 7635, splash = 3, health = {400, 650}, mana = {450, 690}, level = 80, vocations = {3}, vocStr = "royal archers"} -- great spirit potion } local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 100)) function onUse(cid, item, fromPosition, itemEx, toPosition) local potion = POTIONS[item.itemid] if(not potion) then return false end if(not isPlayer(itemEx.uid) or (not config.usableOnTarget and cid ~= itemEx.uid)) then if(not config.splashable) then return false end if(toPosition.x == CONTAINER_POSITION) then toPosition = getThingPos(item.uid) end doDecayItem(doCreateItem(2016, potion.splash, toPosition)) doTransformItem(item.uid, potion.empty) return true end if(hasCondition(cid, CONDITION_EXHAUST_HEAL)) then doPlayerSendDefaultCancel(cid, RETURNVALUE_YOUAREEXHAUSTED) return true end if(((potion.level and getPlayerLevel(cid) < potion.level) or (potion.vocations and not isInArray(potion.vocations, getPlayerVocation(cid)))) and not getPlayerCustomFlagValue(cid, PLAYERCUSTOMFLAG_GAMEMASTERPRIVILEGES)) then doCreatureSay(itemEx.uid, "Only " .. potion.vocStr .. (potion.level and (" of level " .. potion.level) or "") .. " or above may drink this fluid.", TALKTYPE_ORANGE_1) return true end local health = potion.health if(health and not doCreatureAddHealth(itemEx.uid, math.ceil(math.random(health[1], health[2]) * config.healthMultiplier))) then return false end local mana = potion.mana if(mana and not doPlayerAddMana(itemEx.uid, math.ceil(math.random(mana[1], mana[2]) * config.manaMultiplier))) then return false end doSendMagicEffect(getThingPos(itemEx.uid), CONST_ME_MAGIC_BLUE) if(not realAnimation) then doCreatureSay(itemEx.uid, "Aaaah...", TALKTYPE_ORANGE_1) else for i, tid in ipairs(getSpectators(getCreaturePosition(cid), 1, 1)) do if(isPlayer(tid)) then doCreatureSay(itemEx.uid, "Aaaah...", TALKTYPE_ORANGE_1, false, tid) end end end doAddCondition(cid, exhaust) if(not potion.empty or config.removeOnUse) then doRemoveItem(item.uid, 1) return true end doRemoveItem(item.uid, 1) return true end Aew vodkart se tava certo eskeci de olhar nesse script de potion aew outra vez certo hehe
-
Gente eu to com um problema no server war mix e q a potion n e infinita ai keria por ela mas n tem akele negocio nos potion q tira pra fika infinita me ajuda aew
-
Gente q mexe com essa banda de website me ajuda aew eu tentei criar um web site meu molden e roteador pronto ai eu desbloqueio as porta e fasso tudo certin ai pra mim aparece o site so q n da de os player entra nen com o ip fixo e nen com o de numero me ajuda aew Galerinha do xtibia meu mapa e subwat Protocolo 8.6 tentei usa o geisor ACC 0.3.8
-
8.6 Subwat® (02/04/2012) Atualizado 02/04/2012
tópico respondeu ao Subwat de pedroh7 em Lixeira Pública
Subwat faz uma versao mysql aew pois muita gente gosta de mysql- 348 respostas
-
- subwat
- high rates
- (e 5 mais)
-
Eu Quero um Assim: Quando um Líder da Guild usar o comando /war-invite NOME DA GUILD, [Exemplo: /war-invite The Noobs] Aparece para o Lider que foi enviado o convite assim: Tal Guild os Convidou para Guerra, Se o Líder da Guild Quizer Aceitar ele usa: /war-accept Caso ele não queira: /war-reject Caso ele esteja AFK e não responder: /war-cancel-invite A Cada Morte é 1 FRAG, Tipo Eu Morro na Guerra e foi o membro da guild rival que me matou, ai ele ganha um frag para guild dele, E Detalhe na Guerra quando matar um membro de guild rival não ganha FRAG, O Conhecido PK, Mais se o membro da guild matar outro membro da mesma guild ai ele ganha FRAG [PK] Cada Membro da mesma guild que ele matar é 1 Frag de PK também, de PK e não FRAG de WAR, E Também Quando Chegar a 100 de Frag para uma Guild a Guerra é Finalizada Automaticamente ai se eles ficar se matando fora da WAR SYSTEM [Depois de Finalizada/Cancelada] o FRAG [PK] Volta ao normal ai todos vão pegar FRAG [PK] Outra, Se depois de 24h o Líder somente o líder quizer Cancelar a Guerra pos tá muito chata ou Falta muito FRAG pra chegar a 100 e etc... Ele usa o Comando: /war-cancel Lembrando só pode usar o /war-cancel depois de 24h de guerra não emporta se o Líder da guild vai está online ou não depois de 24h se o líder de uma das guild quizer cancelar, ele usa o comando, e o outro líder não precisa aceitar o cancelamento é só passar 24h de war ai se um líder quizer cancelar usa o comando e pronto pode partir pra outra guerra, Outra também, Enquanto a tal guild estiver na war com outra eles não podem mais aceitar nem convidar nenhuma outra guild para war enquanto a mesma não estiver cancelada ou finalizada, Esperando Respostas... Para ot 8.6 Sem site Servidor Subwat Experience de up:facil Nao tenho grana para comprar isso vim aki pedir Porem Script deve ser muito dificil de encontrar ou fazer e eu sei Que os Xtibianos dao conta por isso vim aki pedir
-
Obrigado pela ajuda
-
-
outro post bem feito miguel seus posts sao exelente nota 10
-
[Action] Mount System 1.4 - 100% Inovador!
tópico respondeu ao Doidin de pedroh7 em Actions e Talkactions
N SOU FAN DE MOUNT SYSTEM PQ MEU OT E XP ALTA E AI ELES PEGAM VELOCIDADE MAXIMA RAPIDIN MAS DO NOTA 10 PRA ESSE POST BEM EXPLICA O SISTEMA PEGA EM TODOS OS SERVER E E SEM BUG PARABENS!
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.