-
Content Count
822 -
Joined
-
Last visited
-
Days Won
64
Marshmello last won the day on July 22 2020
Marshmello had the most liked content!
About Marshmello

-
Rank
Alone ~ [✖‿✖]
Perfil
-
Gênero
Masculino
Informações
-
Forma que conheci o xTibia
Outros Sites
-
Sou
Programador
Recent Profile Visitors
12259 profile views
-
[CREATURESCRIPT] Exp Aura Sytem (OTP Based)
Tony Araujo replied to topic's Marshmello in CreatureScripts e Movements
Nice de mais meu brow -
Marshmello reacted to a post in a topic: [CREATURESCRIPT] Exp Aura Sytem (OTP Based)
-
Trevor reacted to an answer to a question: TELEPORTE QUE TELEPORTA PLAYER VIP
-
pedido scripts TELEPORTE QUE TELEPORTA PLAYER VIP
guilherme Silva replied to question's Marshmello in Scripts
local cidades = { ["NOME DA CIDADE VIP"] = {pos = {x=1054,y=1050,z=7}}, -- POSICAO DA CIDADE VIP ["NOME DA CIDADE VIP"] = {pos = {x=1060,y=903,z=7}}, -- POSICAO DA CIDADE VIP ["NOME DA CIDADE VIP"] = {pos = {x=1204,y=1046,z=7}}, -- POSICAO DA CIDADE VIP ["NOME DA CIDADE VIP"] = {pos = {x=1122,y=1449,z=7}}, -- POSICAO DA CIDADE VIP ["NOME DA CIDADE VIP"] = {pos = {x=862,y=1035,z=6}}, -- POSICAO DA CIDADE VIP ["NOME DA CIDADE VIP"] = {pos = {x=575,y=1143,z=7}}, -- POSICAO DA CIDADE VIP } function onSay(cid, words, param, channel) local teleporta = cidades[param] if(param == "") then doPlaye -
raulcdj reacted to a post in a topic: SPR / DAT PokePro - 09/02/2019 Download
-
Joll started following Marshmello
-
LeoPetryScript reacted to an answer to a question: (PEDIDO) Ao logar mandar mensagem
-
function SendEffect(cid) doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_BLUE, "Você está sem o Efeito de Gemas.") return TRUE end local storages = {77000,77001,77002,77003} local time = os.time() function onLogin(cid) for i = 1, #storages do if getPlayerStorageValue(cid, storage[i]) - time < 1 then return false and SendEffect(cid) end end doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_BLUE, "Você está sob o Efeito de Gemas.") return true end
-
Tenta ai cara function SendEffect(cid) doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_BLUE, "Você está sem o Efeito de Gemas.") return TRUE end local storages = {77000,77001,77002,77003} local time = os.time() function onLogin(cid) for i = 1, #storages do if getPlayerStorageValue(cid, storage[i]) - time < 1 then SendEffect(cid) end end doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_BLUE, "Você está sob o Efeito de Gemas.") return true end
-
brazvct reacted to a post in a topic: [OTC] Pokemon Info
-
Stone evoluir pelo level do pokemon nao pelo level do treinador
kamus9629 replied to question's Marshmello in Scripts
Manda seu level system.lua e evolution.lua -
Mixlortt reacted to a post in a topic: Zorua System Para PDA SEM LEVEL SYSTEM
-
Marshmello started following Estou com um problema no script de cargos and Tile que so passa se tive usando x pokemon
-
local pokemon = "Alakazam" -- pokemon que vai precisar function onStepIn(cid, item, position, fromPosition) local slot = getPlayerSlotItem(cid, 8).uid if getItemAttribute(slot, "poke") == pokemon and #getCreatureSummons(cid) > 0 then doPlayerSendTextMessage(cid, 22, "Bem vindo") else doTeleportThing(cid, fromPosition) doPlayerSendTextMessage(cid, 22, "Você não tem o pokemon nescessario") end return true end
-
em configuration.lua(lib) procure por youAre
-
rafersiq started following Marshmello
-
Gogetasaya started following Marshmello
-
KaboFlow reacted to a post in a topic: [Fechado] Base Pokémon XYZ RPG Online
-
Vai abrir normalmente só selecionar a pasta onde está as spr
-
Marshmello started following Erro globalevents zombie event
-
Teste local sto = 44487 function isOnSameFloor(fromPos, toPos) return fromPos.z == toPos.z and true or false end function isEven(arg) return arg % 2 == 0 and true or false end function getMiddlePos(fromPos, toPos) if not isOnSameFloor(fromPos, toPos) then return false end local middle = {x = 0, y = 0, z = 0} middle.x = isEven(fromPos.x + toPos.x) and (fromPos.x + toPos.x)/2 or math.floor((fromPos.x + toPos.x)/2) + 1 middle.y = isEven(fromPos.y + toPos.y) and (fromPos.y + toPos.y)/2 or math.floor((fromPos.y + toPos.y)/2) + 1 mi
-
Nem client otPokemon Mysterious show off
Marshmello replied to topic's Marshmello in Exposições (Show Off)
nem é a pokeZr foi feita em cima da minha que foi desponibilizada a um tempo atrais -
mano da uma olhada ai , nao sei se vai dar certo.. local config = { playerCount = 2001, -- Global storage for counting the players left/entered in the event zombieCount = 2002, -- Global storage for counting the zombies in the event teleportActionId = 2000, -- Action id of the teleport needed for the movement script teleportPosition = {x = 1143, y = 1054, z = 7, stackpos = 1}, -- Where the teleport will be created teleportToPosition = {x = 1152, y = 1028, z = 7}, -- Where the teleport will take you teleportId = 1387, -- Id of the teleport timeToStartEvent = 2, -
-
---------Criado por Alisson Linneker--------- ---Base local itemID = 6119 -- O ID do item que quando usado ira dar a quantidade de EXP desejada local exp = 500 -- A quantidade de EXP desejada local mensagem = "Uhul! EXP" -- A mensagem q ira aparecer quando for usado o item ----Estrutura function onUse(cid, item, frompos, item2, topos) playerpos = getPlayerPosition(cid) doPlayerAddExp(cid, exp) doSendMagicEffect(playerpos,30) doCreatureSay(cid, mensagem, 3) doRemoveItem(cid, item.uid, 1) doPlayerSendTextMessage(cid,20, "Você ganhou " ..exp.. " de experiência.") return 1 end -
-
Teste adicionei 2 variaveis no topo do script para que vc mude os ids da outfit (male e female) local roupaFemale = 000 local RoupaMale = 000 local fishing = { ["Magikarp"] = {skill = 1, level = 1}, ["Krabby"] = {skill = 5, level = 5}, ["Horsea"] = {skill = 5, level = 5}, ["Luvdisc"] = {skill = 10, level = 10}, ["Finneon"] = {skill = 10, level = 10}, ["Tympole"] = {skill = 10, level = 10}, ["Tirtouga"] = {skill = 10, level = 10}, ["Ducklett"] = {skill = 10, level = 10}, ["Clamperl"] = {skill = 15, level = 15}, ["Tynamo"] = {skill = 15, level = 15}, ["Spheal"] = {skill = 15, level =
-
BrunooMaciell reacted to a post in a topic: [OTC] Pokemon Info
-
Então essa global sorte não está sendo setada corretamente
-
Recently Browsing 0 members
No registered users viewing this page.
Administrador | Diretor | Coordenador | Moderador | Suporter | Estagiário | Herói