Postado Junho 3, 2014 10 anos Ola, é possível fazer um script pra quem é premium scroll xp extra umas x porcentagem? tipo xp extra pra premium scroll tfs que to usando é 1.0 ah e tambem um comando de bless.. receber todas as bless até de pvp. Editado Junho 3, 2014 10 anos por GlobalCores (veja o histórico de edições)
Postado Junho 3, 2014 10 anos Eh sim, soh requer um tempinho, rsrs. Se ngm te ajudar até hj de noite, me manda pm pra voltar aqui q eu vejo o q faço. Te ajudei?? REP + e ficamos quites... http://www.tibiaking.com/forum/uploads/emoticons/default_happyy.png' alt=';D'> Atenciosamente, Daniel. Abraços! Meus tutoriais: Programação: Resolvendo QUALQUER erro na data base. Scripts (system's, creaturescripts, mod's, NPC's, etc): (Sistema) GOD Ambient Light Full. Adicionando novas mounts ao servidor [NPC] Papai Noel que dá presente todo ano. Web-site: Resolvendo problema de caracteres especiais em PHP Formatando textos em PHP! Mudando a cor, tamanho, fonte, etc. Criando e configurando tabelas para paginas PHP
Postado Junho 3, 2014 10 anos Autor Beleza preciso também de teleport se a vip acabar o cara volta pro templo.
Postado Junho 3, 2014 10 anos Amigo vc quer xp extra para donates, e se a vip de um player acabar ele voltar pro templo isso? Scripter: |||||||||| 10% Te ajudei?? REP + e ficamos quites... Atenciosamente, Lucas. Abraços!
Postado Junho 4, 2014 10 anos Autor sim é isso. para tfs 1.0 Será que tem !bless para pvp? tenho esse comando aqui function onSay(cid, words, param) local p = Player(cid) local cost = getBlessingsCost(getPlayerLevel(cid)) if(not(isPlayerPzLocked(cid))) then if(p:hasBlessing(1) and p:hasBlessing(2) and p:hasBlessing(3) and p:hasBlessing(4) and p:hasBlessing(5)) then p:sendCancelMessage("You have already been blessed by the gods.") return false end if(p:removeMoney(cost)) then for b = 1,5 do p:addBlessing(b) end p:getPosition():sendMagicEffect(CONST_ME_HOLYAREA) p:sendTextMessage(MESSAGE_INFO_DESCR, "You have been blessed by the 5 gods!") else p:sendCancelMessage("You need "..cost.." gold coins to buy all 5 bless.") end else p:sendCancelMessage("You can't buy bless, when you are in a battle.") end return false end ou -- !blessing by artofwork local bless = {1, 2, 3, 4, 5} local cost = 35000 local maxlevel = 50000 function onSay(cid, words, param) local lvl = getPlayerLevel(cid) local new_cost = 35000 local target = getPlayerGUID(cid) for i = 1, table.maxn(bless) do if(getPlayerBlessing(cid, bless)) then doPlayerSendCancel(cid, "You have all the blessings.") return TRUE end end if (getPlayerLevel(cid) >= maxlevel) then if(doPlayerRemoveMoney(cid, new_cost) == TRUE) then for i = 1, table.maxn(bless) do doPlayerAddBlessing(cid, bless) end doPlayerSendTextMessage(cid,18,"You have bought all bless.") else doPlayerPopupFYI(cid, "You need "..cost.." gps to buy all blessings") end elseif(getPlayerLevel(cid) < maxlevel) then if(doPlayerRemoveMoney(cid, cost) == TRUE) then for i = 1, table.maxn(bless) do doPlayerAddBlessing(cid, bless) end doPlayerSendTextMessage(cid,18,"You have bought all bless") else doPlayerPopupFYI(cid, "You need "..cost.." gps to buy all blessings") end end return FALSE end
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.