Tudo que Diiego Liima postou
- [8.60 | TFS 0.4] - NPC Gênio da Lâmpada
- Baiak Hyper [8.60][TFS 0.3] ~ King-Baiak (atualizado 20/03/23)
- Base PokeWish + Pokelight
-
Spell Area Com Distance Effect
Posta a spells que vc quer fazer pra usar. o effect. fica mais facil alguem te ajuda
-
(Resolvido)alguém.. ajuda com essa query?
CREATE TABLE `z_news_tickers` ( `id` int(11) NOT NULL, `date` int(11) NOT NULL DEFAULT '1', `author` int(11) NOT NULL DEFAULT '29', `image_id` int(3) NOT NULL DEFAULT '0', `text` text NOT NULL, `hide_ticker` tinyint(1) NOT NULL DEFAULT '1' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; ALTER TABLE `z_news_tickers` ADD PRIMARY KEY (`id`); ALTER TABLE `z_news_tickers` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;
-
Quest que aumenta ALL Damage do player
pra começo sua source precisa ter o sistema de damage.. caso nao tiver vc tem que fazer por Promotion.. cria uma nova promotion e almentar o DMG dentro do vocations.xml
-
spell sem exausted nem gasta mana
manda print. da sua tag dentro do spells.xml
-
spell sem exausted nem gasta mana
Verifica. a ela dentro do seu spells.xml a tag dela. ja tem a opçao de por o exhausted. e o tanto de mana que vai utilizar
- Cave Exclusiva [SUPER UP] by WooX
-
Ajuda com mudança no Script de recompensa no Baú
local cfg = { storage = 15052, -- storage do tempo interval = 100, -- tempo em segundos para usar de novo exit = {x = 5068, y = 5011, z = 7}, -- posição de saida cap_needed = 105, -- cap necessario rewards = { -- recompensas (sera ganhado o item com maior chance em caso de falha em todas as chances) {id = 9971, amount = 150, chance = 33}, -- 150kk {id = 9693, amount = 1, chance = 17}, -- Addon Doll {id = 7443, amount = 1, chance = 18}, -- Event Exp Potion {id = 7440, amount = 1, chance = 19}, -- Double Exp Potion {id = 2346, amount = 1, chance = 20}, -- Stamina Refiller {id = 12614, amount = 10, chance = 30}, -- Dodge Stone {id = 12435, amount = 10, chance = 31}, -- Critical Stone {id = 12640, amount = 10, chance = 32}, -- Reflect Feather {id = 8978, amount = 1, chance = 11}, -- Super UP {id = 5808, amount = 1, chance = 10}, -- Genius Brain {id = 8306, amount = 1, chance = 9} -- Pure Energy } } function onUse(cid, item, fromPosition, itemEx, toPosition) local timeNow = os.time() local remainingTime = (tonumber(getCreatureStorage(cid, cfg.storage)) or 0) - timeNow if (remainingTime > 0) then doTeleportThing(cid, cfg.exit) doSendMagicEffect(fromPosition, 12) doPlayerSendTextMessage(cid, 27, "Seu tempo para Quest ainda não expirou! Você não deveria estar nesta SALA!!") return true end if (getPlayerFreeCap(cid) < cfg.cap_needed) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, "Você precisa ter mais que '" .. cfg.cap_needed ..".00oz' para abrir o baú, por segurança.") return true end local chosenReward = nil local highestChance = nil local highestChanceReward = nil local chance = math.random(100) local tmpChance = nil for i = 1, #cfg.rewards do local reward = cfg.rewards[i] if (not highestChance or reward.chance > highestChance) then highestChanceReward = reward end if (reward.chance >= chance and (not tmpChance or reward.chance < tmpChance)) then chosenReward = reward tmpChance = reward.chance end end if (not chosenReward) then chosenReward = highestChanceReward end if (doPlayerAddItem(cid, chosenReward.id, chosenReward.amount)) then doTeleportThing(cid, cfg.exit) doSendMagicEffect(toPosition, CONST_ME_MAGIC_GREEN) doCreatureSetStorage(cid, cfg.storage, timeNow + cfg.interval) doPlayerSendTextMessage(cid, 27, "Você finalizou a Quest e recebeu um item. Poderá fazer a novamente em nesse exato momento!!") else doPlayerPopupFYI(cid, " [+] Quest [+]\n\nVocê está sem espaço em sua backpack. Libere espaço.\nSe continuar clicando poderá perder sua!") end return true end
-
adicionar remover player
qual sua tfs ?
-
adicionar remover player
Leia com Atenção eu Adicionei um Sistema de Boss Room ! so vc utilizar
-
Aumentar %ALL
qual a sua tfs ? 0.4 e bem dificil encontrar caso utiliza o 1.3 + ja tem
-
[Ver cast por telescópio] alguém teria esse system para dispor?
Pega a Base do BaiakPVP la tem esse sistema. na parte dos Actions
-
Aumentar %ALL
Sim se chama Damage System. Ele almenta tudo !
-
TFS 0.4 fechando sozinho
tem que verificar alguma pasta sua vc deve ter errado na hra de mecher.
-
Chars Resetando Sozinho ao Deslogar e morrer
mande os erro da sua distro alguma coisa que ta dando erro na db, que n ta salvando
-
Chars Resetando Sozinho ao Deslogar e morrer
SET GLOBAL sql_mode = ''; Executa esse comando na database com servidor fechado
-
TFS 0.4 fechando sozinho
vc deve ter adicionado algo na spells que bugo a linha no XML. confere trocando a Pasta Spells. por uma outra so pra testar
-
COMPILANDO NO LINUX
18 o 16 tanto faiz DiegoLima#2543
-
COMPILANDO NO LINUX
estala ai o 16.04 ubuntu e compila com o makefile q te mandei
-
COMPILANDO NO LINUX
qual src vc esta usando. otx 2?
-
COMPILANDO NO LINUX
- COMPILANDO NO LINUX
manda o makefile seu dentro da src- -=[TFS]=- 0.4 8.60 [Clean House] - Automatico 5 Dias
sim, so de perde a house os items ja vai pro depot fique tranquilo - COMPILANDO NO LINUX
Informação Importante
Confirmação de Termo