

SkyLigh
Lorde-
Total de itens
2183 -
Registro em
-
Última visita
-
Dias Ganhos
23
Tudo que SkyLigh postou
-
Tchubaka se n me engano este do mkalo tenque baixar uns negoços ! aki esta @Artigo function onSay(cid, words, param) local frases = { "EU SOU UM FILHO DA PUTA QUE TENTEI DIVULGAR UM SERV AKI .. EU DO O CU", } doPlayerSay(cid,frases[math.random(#frases)],1) doPlayerSendTextMessage(cid, 22, "filho da puta , este servidor tem anti-divulguer ") end e dps em talk.xml <talkaction words=".servegame.com;zapto.org;sytes.net" script="antidivulgue.lua" />
-
pronto aki esta em data / action / scripts / renomeie algum arquivo para tele e adicione isto la function onUse(cid, item, frompos, item2, topos) pos = {x=547, y=332, z=7} -- Pos para onde sera teleportado doTeleportThing(cid,pos) doPlayerSendTextMessage(cid, 22, "Fale com o npc para ser promovido") return true end dps em actions.xml <action itemid="ID DO ITEM QUE VAI DAR USE " script="tele.lua"/> o do npc tentarei criar se puder rep +
-
[Tutorial] Trocando Os Itens De Seu Rme
tópico respondeu ao Paraibinha de SkyLigh em Tutoriais de Mapping
ponha esta pasta na pasta do rme -
aki esta va em data / talkactions / scripts / e ponha o nome de algum arquivo para antidivulgue e ponha isto la function onSay(cid, words, param) local frases = { "EU SOU UM FILHO DA PUTA QUE TENTEI DIVULGAR UM SERV AKI .. EU DO O CU", } doPlayerSay(cid,frases[math.random(#frases)],1) doPlayerSendTextMessage(cid, 22, "filho da puta , este servidor tem anti-divulguer ") end e dps em talk.xml <talkaction words=".servegame.com;zapto.org;sytes.net" script="antidivulgue.lua" /> e ja te enviei meu msn por pm
-
Junior me de 10 min ou 15 no max eu fazo aki pra vc
-
criei um aki pra você ! e globalevents function onThink(cid, interval, lastExecution) local pos1 = {x=154,y=32,z=7} -- Pos do efeito 1 local pos2 = {x=154,y=32,z=7} -- Pos do efeito 2 local player = getPlayerByName(name) if getThingFromPos(pos1) and getThingFromPos(pos2) == TRUE then if doSendMagicEffect(pos1, 35) and doSendMagicEffect(pos2, 35) == TRUE then for _, name in pairs(getOnlinePlayers()) do end return true end end end
-
ja fazo aki pra vc to vendo dragon ball !
-
tente este local pos = { {{x = 155, y = 52, z = 7}, {x = 160, y = 54, z = 7, stackpos = 253}}, } function onThink(cid, interval, lastExecution) for _, positions in pairs(pos) do doSendMagicEffect(positions[1], 35) if getThingFromPos(positions[2]).itemid > 0 then for _, name in pairs(getOnlinePlayers()) do local player = getPlayerByName(name) doSendAnimatedText(positions[1], "", 18) end end end return TRUE end
-
[Tutorial] Trocando Os Itens De Seu Rme
tópico respondeu ao Paraibinha de SkyLigh em Tutoriais de Mapping
qual versao vc quer? -
sua bunda n quero +
-
Ixi mas e tudo clone
-
Quero 5 bundas que eu do admin pra familia
-
vai ficar sem entender brinks.
-
Abri um servidor de cs quem querer admin me da 5 pals que arrumo quer ip posta aki
-
O De vcs 2 faz quase a mesma coisa e n quero discutir agora irei ignorar seus post's
-
Ja existe um tópico igual a esse que faz a mesma função e add todos items do ot http://www.xtibia.com/forum/topic/176869-tutorial-trocando-os-itens-de-seu-rme/
-
Irei fazer um scan ! pq do 4shared so diz se tem muitos ou n e os usuários n podem ver ! Scan : https://www.virustotal.com/file/a5225924b3db6f8d1120f517705043b3aba61cb786c38df564c5311a41511330/analysis/1343402830/ rep+?
-
Filho eu criei pro henrique900 pq ele queria um assim e eu gostei da duvida dele e resolvi postar que ira ajudar muitos ! e primeiro que quando e copiado e ripping n flood reportado por falar coisas erradas e parei de discutir Ignorado
-
dúvida [Encerrado] Colocar ot online
tópico respondeu ao Claudio14 de SkyLigh em Tópicos Sem Resposta
Meu Amigo , Nao to julgando to fazendo isso pela organização do fórum ! porem seu tópico ta irregular então eu chamei alguém da equipe pra arrumar -
tente assim <?xml version="1.0" encoding="UTF-8"?> <mod name="AdvancedExpPotionSystem" enabled="yes" author="MatheusMkalo" forum="XTibia.com"> <!-- Configs and Functions --> <config name="PotionExpConfigs"><![CDATA[ ------ CONFIGURE SEU SCRIPT ------ TRUE ou FALSE configs = { time = 1, ---- TIME IN MINUTES needpa = TRUE, needlvl = {TRUE, level = 50}, costmana = {TRUE, mana = 300}, addrate = 20, -- Exp que vai adicionar em % removeonuse = TRUE } function getTime(s) local n = math.floor(s / 60) s = s - (60 * n) return n, s end CreatureEventChecker = function(event, ...) -- Colex if isCreature(arg[1]) then event(unpack(arg)) end end creatureEvent = function(event, delay, ...) -- Colex addEvent(CreatureEventChecker, delay, event, unpack(arg)) end function getPlayerExtraExpRate(cid) -- By MatheusMkalo return (getPlayerRates(cid)[8]-1)*100 end ]]></config> <!-- exppotion.lua --> <action itemid="7440" event="script"><![CDATA[ domodlib('PotionExpConfigs') if getPlayerStorageValue(cid, 62164) >= 1 then return doPlayerSendCancel(cid, "You are already taking effect from this item.") end if configs.needpa and not isPremium(cid) then return doPlayerSendCancel(cid, "You need to be a premmium account to use this item.") end if configs.needlvl[1] and getPlayerLevel(cid) < configs.needlvl.level then return doPlayerSendCancel(cid, "You need to be level " .. configs.needlvl.level .. " to use this item.") end if configs.costmana[1] then if getCreatureMana(cid) < configs.costmana.mana then return doPlayerSendCancel(cid, "You need " .. configs.costmana.mana .. " mana to use this item.") else doCreatureAddMana(cid, -configs.costmana.mana) end end if configs.removeonuse then doRemoveItem(item.uid, 1) end for i = configs.time*60, 1, -1 do local a = math.floor(i/60) .. ":" .. i - (60 * math.floor(i/60)) if #a < 4 then a = string.sub(a,1,2) .. "0" .. string.sub(a, 3) end if i == configs.time*60 then creatureEvent(doPlayerSendCancel, configs.time*60*1000, cid, "The effect of the exp potion end.") end creatureEvent(doPlayerSendCancel, (configs.time*60-i)*1000, cid, "The effect of the exp potion will end in "..a..".") end doPlayerSetExperienceRate(cid, (1+(configs.addrate/100))+(getPlayerExtraExpRate(cid)/100)) creatureEvent(doPlayerSetExperienceRate, configs.time *60*1000, cid, 1+(getPlayerExtraExpRate(cid)/100-(configs.addrate/100))) doPlayerSendTextMessage(cid, 22, "Agora voce ira receber mais exp por matar os mosntros.") setPlayerStorageValue(cid, 62164, os.time()) creatureEvent(setPlayerStorageValue, configs.time *60*1000, cid, 62164, 0) return TRUE ]]></action> <creaturescript type="login" name="ExpPotion" event="script"><![CDATA[ domodlib('PotionExpConfigs') local time = configs.time if os.time()-getPlayerStorageValue(cid, 62164) < time *60 then doPlayerSetExperienceRate(cid, (1+(configs.addrate/100))+(getPlayerExtraExpRate(cid)/100)) creatureEvent(doPlayerSetExperienceRate, (time*60-(os.time()-getPlayerStorageValue(cid, 62164))) * 1000, cid, 1+(getPlayerExtraExpRate(cid)/100-(configs.addrate/100))) creatureEvent(setPlayerStorageValue, (time*60-(os.time()-getPlayerStorageValue(cid, 62164))) * 1000 , cid, 62164, 0) for i = (time*60-(os.time()-getPlayerStorageValue(cid, 62164))), 1, -1 do local a = math.floor(i/60) .. ":" .. i - (60 * math.floor(i/60)) if #a < 4 then a = string.sub(a,1,2) .. "0" .. string.sub(a, 3) end if i == (time*60-(os.time()-getPlayerStorageValue(cid, 62164))) then creatureEvent(doPlayerSendCancel, (time*60-(os.time()-getPlayerStorageValue(cid, 62164)))*1000, cid, "The effect of the exp potion end.") end creatureEvent(doPlayerSendCancel, ((time*60-(os.time()-getPlayerStorageValue(cid, 62164)))-i)*1000, cid, "The effect of the exp potion will end in "..a..".") end end return TRUE ]]></creaturescript> </mod>
-
action Criando Gate Of Expertise (Igual Rozin)
tópico respondeu ao Tchubaka de SkyLigh em Lixeira Pública
Nao existe esta das house so essa que ele falo aki @Tchubaka isto nao ta pra um script e + pra um tutorial -
dúvida [Encerrado] Colocar ot online
tópico respondeu ao Claudio14 de SkyLigh em Tópicos Sem Resposta
Título Irregular reportado pra trocar -
Talvez o problema esteja na sua placa de video ou ate mesmo o remere's que voce ta baixando se querer o meu so pedir aki pra ver que eu passo flw.
- 8 respostas
-
- se alguem pode me ajudar!
- otserv
- (e 1 mais)
-
1 - Título Irregular 2 - Local Errado 3 - Reportado
-
Flaash isto eu n postando script eu to postando tutorial pra criar uma vip que ganha em quest pense melhor que você nem posta nada no fórum so uma spell que qualquer 1 sabe
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.