Histórico de Curtidas
-
Overlord recebeu reputação de cell18 em [Script] TIBIA COINSPessoal, estou com um problema com a utilização de um script; não sei se está certo e preciso de uma certa ajuda.
Gostaria que o Script transformasse o item ''Tibia Coin'' em Coin na ingame store. TFS 1.x Global 10.98.
Items.xml, tibiacoin.lua e actions.xml
<item id="24774" article="a" name="Tibia coin"> <attribute key="weight" value="0" /> <attribute key="description" value="Tibia Coins are needed to shop exclusive products in the Store, including fabulous mounts, classy outfits, a Name Change or even Premium Time." /> </item> function onUse(player, item, fromPosition, target, toPosition, isHotkey) local points = 10 db.query("UPDATE `accounts` SET `coins` = `coins` + '" .. points .. "' WHERE `id` = '" .. player:getAccountId() .. "';") player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "Você recebeu "..points.." coins") item:remove(1) return true end <action itemid="24774" script="other/tibiacoin.lua"/> Qualquer ajuda é bem vinda. Obrigado
-
Overlord deu reputação a
PedroSTTem [Ajuda] Script para Broadcast tibia 10.98Acho que não é possivel retirar então.
-
Overlord deu reputação a
PedroSTTem [Ajuda] Script para Broadcast tibia 10.98function onSay(player, words, param) if not getPlayerFlagValue(player, PlayerFlag_CanBroadcast) then return true end print("/ " .. param .. "\.") for _, targetPlayer in ipairs(Game.getPlayers()) do targetPlayer:sendPrivateMessage(player, param, TALKTYPE_BROADCAST) end return false end Pode testar ?
-
Overlord deu reputação a
PedroSTTem [Ajuda] Script para Broadcast tibia 10.98function onSay(player, words, param) if not getPlayerFlagValue(player, PlayerFlag_CanBroadcast) then return true end print(" " .. param .. ".") for _, targetPlayer in ipairs(Game.getPlayers()) do targetPlayer:sendPrivateMessage(player, param, TALKTYPE_BROADCAST) end return false end Pode testar novamente ?
-
Overlord deu reputação a Jaurez em STORE IN GAME Todas as montariasTrago pra vcs TODAS AS IMAGENS das mounts já no tamanho 64x64.
Converti os arquivos do formato .GIF para .PNG, para colocarem no STORE IN GAME.
Dentro do arquivo estão as imagens compactadas, e nele uma pasta com os nomes referentes ao server do Malucooo.
Não sabe como nem onde colocar as fotos? Dê uma olhada no post do Enzo Caue : Tutorial
Se gostar não esqueça de dar um REP.
scan
fotos mounts.rar
Créditos: Cipsoft, Tibiawiki, Malucooo (pelo servidor).