Ir para conteúdo

claudio17

Campones
  • Total de itens

    33
  • Registro em

  • Última visita

Sobre claudio17

Informações

  • Char no Tibia
    Adm AlvesBr
  • Forma que conheci o xTibia
    Sites de Busca
  • Sou
    OT-Admin

claudio17's Achievements

  1. Affs, pesquisei até em site que não existia não tem nenhum ditro 9.60 que não seja TFS THEFOEGOTTENSERVE :@
  2. Ta doido ? não é assim não, não é só apenas pegar de outro ot e colocar no meu e logar porque eu já tentei fazer isso . E da erro .. !
  3. Aeeeeeeeew pesssoaaaaaaal eu queria tirar uma duvida e fazer um pedido .-. Meu DISTRO é TheForgottenServer eu acho .-. e por isso ele não aceita eu colocar PLAIN só aceita eu colocar SHA1 eu queria saber se tem como alguém me passar algum outro distro vlw ;D
  4. Tá Tiles que você fala são os pisos né ? .-. ajsuahsuahs' @Edit Cara Deu Mais Não Deu ... Tipo logou normal mais quando eu dei uma andadinha deu debug dnv ;;;; @Edit¹ É muito estranho mano porque tipo eu to vendo aqui no remere's não tem nada de diferente do piso que da debug e o que não da debug nada mesmo só a posição e ainda é muito pouco a diferença da posição porque tipo vamos supor o X 948 Y 1401 Z 6 Da debug e o X 948 Y 1402 Z 6 não da debug ... affs é foda
  5. não cara ta normal eu já editei uma cidade inteirinha normal eu comecei o word do 0 tlgd não sei porque ta dando esse erro cara affs e eu já mudei varias vesez de lugar e nada ... @Edit E não tenho certeza mais tipo, tem alguns sqm que não da debug mais se eu ficar muito tempo neles parece que da debug mais so se eu ficar mt tempo parado affs da uma merda isso --'
  6. Por favor alguém me ajuda eu queria saber porque tipo quando eu vou criar uma montanha como HUNT Da erro, Tipo eu crio ela no remeres aeew quando eu vou com um char lá da DEBUG Já pesquisei em todo lugar e não acho a solução já mudei o piso ... já mudei o lugar da montanha sempre da debug no segundo andar da montanha eu não sei mais oq fazer vlw aeew ;D OBS: Tenho houses no meu OT de até 5 andares e não da erro ;/
  7. function onUse(cid, item, frompos, item2, topos) item1pos = {x=981, y=1058, z=7, stackpos=255} --item1pos item2pos = {x=982, y=1058, z=7, stackpos=255} --item2pos item3pos = {x=983, y=1058, z=7, stackpos=255} --item3pos item1 = getThingfromPos(item1pos) item2 = getThingfromPos(item2pos) item3 = getThingfromPos(item3pos) -- War Hammer -- if item.itemid == 1945 and item1.itemid == 2391 and item2.itemid == 6550 or item1.itemid == 6550 and item2.itemid == 2391 then if math.random(1, 100) >= 1 and math.random(1, 100) <= 75 then doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,29) doCreateItem(7758,1, item3pos) doPlayerSendTextMessage(cid,22,'A arma foi blessada com sucesso.') elseif item.uid == 1991 and item.itemid == 1946 then doTransformItem(item.uid,item.itemid-1) else doPlayerSendTextMessage(cid,22,'A arma quebrou.') doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,3) end end -- Spike Sword -- if item.itemid == 1945 and item1.itemid == 2383 and item2.itemid == 6550 or item1.itemid == 6550 and item2.itemid == 2383 then if math.random(1, 100) >= 1 and math.random(1, 100) <= 75 then doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,29) doCreateItem(7744,1, item3pos) doPlayerSendTextMessage(cid,22,'A arma foi blessada com sucesso.') elseif item.uid == 1991 and item.itemid == 1946 then doTransformItem(item.uid,item.itemid-1) else doPlayerSendTextMessage(cid,22,'A arma quebrou.') doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,3) end end -- War axe -- if item.itemid == 1945 and item1.itemid == 2454 and item2.itemid == 6550 or item1.itemid == 6550 and item2.itemid == 2454 then if math.random(1, 100) >= 1 and math.random(1, 100) <= 75 then doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,29) doCreateItem(7753,1, item3pos) doPlayerSendTextMessage(cid,22,'A arma foi blessada com sucesso.') elseif item.uid == 1991 and item.itemid == 1946 then doTransformItem(item.uid,item.itemid-1) else doPlayerSendTextMessage(cid,22,'A arma quebrou.') doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,3) end end -- Crystal Mace -- if item.itemid == 1945 and item1.itemid == 2445 and item2.itemid == 6550 or item1.itemid == 6550 and item2.itemid == 2445 then if math.random(1, 100) >= 1 and math.random(1, 100) <= 75 then doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,29) doCreateItem(7755,1, item3pos) doPlayerSendTextMessage(cid,22,'A arma foi blessada com sucesso.') elseif item.uid == 1991 and item.itemid == 1946 then doTransformItem(item.uid,item.itemid-1) else doPlayerSendTextMessage(cid,22,'A arma quebrou.') doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,3) return TRUE end end -- Clerical Mace -- if item.itemid == 1945 and item1.itemid == 2423 and item2.itemid == 6550 or item1.itemid == 6550 and item2.itemid == 2423 then if math.random(1, 100) >= 1 and math.random(1, 100) <= 75 then doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,29) doCreateItem(7754,1, item3pos) doPlayerSendTextMessage(cid,22,'A arma foi blessada com sucesso.') elseif item.uid == 1991 and item.itemid == 1946 then doTransformItem(item.uid,item.itemid-1) else doPlayerSendTextMessage(cid,22,'A arma quebrou.') doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,3) end end -- Dragon Slayer -- if item.itemid == 1945 and item1.itemid == 7402 and item2.itemid == 6550 or item1.itemid == 6550 and item2.itemid == 7402 then if math.random(1, 100) >= 1 and math.random(1, 100) <= 75 then doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,29) doCreateItem(7748,1, item3pos) doPlayerSendTextMessage(cid,22,'A arma foi blessada com sucesso.') elseif item.uid == 1991 and item.itemid == 1946 then doTransformItem(item.uid,item.itemid-1) else doPlayerSendTextMessage(cid,22,'A arma quebrou.') doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,3) end end -- Divine Club -- if item.itemid == 1945 and item1.itemid == 7392 and item2.itemid == 6550 or item1.itemid == 6550 and item2.itemid == 7392 then if math.random(1, 100) >= 1 and math.random(1, 100) <= 75 then doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,29) doCreateItem(7757,1, item3pos) doPlayerSendTextMessage(cid,22,'A arma foi blessada com sucesso.') elseif item.uid == 1991 and item.itemid == 1946 then doTransformItem(item.uid,item.itemid-1) else doPlayerSendTextMessage(cid,22,'A arma quebrou.') doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,3) end end -- Cranial basher -- if item.itemid == 1945 and item1.itemid == 7415 and item2.itemid == 6550 or item1.itemid == 6550 and item2.itemid == 7415 then if math.random(1, 100) >= 1 and math.random(1, 100) <= 75 then doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,29) doCreateItem(7756,1, item3pos) doPlayerSendTextMessage(cid,22,'A arma foi blessada com sucesso.') elseif item.uid == 1991 and item.itemid == 1946 then doTransformItem(item.uid,item.itemid-1) else doPlayerSendTextMessage(cid,22,'A arma quebrou.') doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,3) end end -- Barbarian Axe -- if item.itemid == 1945 and item1.itemid == 2429 and item2.itemid == 6550 or item1.itemid == 6550 and item2.itemid == 2429 then if math.random(1, 100) >= 1 and math.random(1, 100) <= 75 then doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,29) doCreateItem(7749,1, item3pos) doPlayerSendTextMessage(cid,22,'A arma foi blessada com sucesso.') elseif item.uid == 1991 and item.itemid == 1946 then doTransformItem(item.uid,item.itemid-1) else doPlayerSendTextMessage(cid,22,'A arma quebrou.') doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,3) end end -- Knight Axe -- if item.itemid == 1945 and item1.itemid == 2430 and item2.itemid == 6550 or item1.itemid == 6550 and item2.itemid == 2430 then if math.random(1, 100) >= 1 and math.random(1, 100) <= 75 then doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,29) doCreateItem(7750,1, item3pos) doPlayerSendTextMessage(cid,22,'A arma foi blessada com sucesso.') elseif item.uid == 1991 and item.itemid == 1946 then doTransformItem(item.uid,item.itemid-1) else doPlayerSendTextMessage(cid,22,'A arma quebrou.') doRemoveItem(item1.uid,1) doRemoveItem(item2.uid,1) doSendMagicEffect(item3pos,3) end end end Desculpa mais eu n sei adicionar CODE esse script acima ele não funciona vcs poderiam me ajuda a slá me indicar onde devo colocar e talls por favor vlllw ((:
  8. Aew alguém me ajuda com 2 duvidas ??? a primeira é que eu adicionei um sistema de reset no meu ot mais quando da look no player não aparece aeew o script \/ E a Segunda Duvida é como fazer a Quest aparecer no Quest Log POR FAVOR UM TUTORIAL FACIL E QUE FUNCIONE PORQUE EU JÁ TENTEI UNS 7000 E NÃO DEU CERTO !!! OBRIGADO (: function onSay(cid, words, param, channel) config = { RemainingLvl=8, exper=4200, pid=getPlayerGUID(cid), batle="yes" } function getPlayerResets(cid) resets = getPlayerStorageValue(cid,1020) if resets < 0 then resets = 0 end return resets end if (config.batle == "yes") and (getCreatureCondition(cid, CONDITION_INFIGHT) == TRUE) then doPlayerSendTextMessage(cid,22,"Você Precisa estar sem Battle para Resetar.") return TRUE end if (getPlayerStorageValue(cid, 11548) >= os.time()) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED,"Por medidas de segurança você só pode utilizar este comando em " .. (getPlayerStorageValue(cid, 11548)-os.time()+(0)) .. " segundos.") return TRUE end ---------------------------------------------------------------------------------------------------------------------------------------- if getPlayerStorageValue(cid,1020) < 85 then if getPlayerLevel(cid) >= 780 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 780 .") end end ---------------------------------------------------------------------------------------------------------------------------------------- if getPlayerStorageValue(cid,1020) < 80 then if getPlayerLevel(cid) >= 730 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 730 .") end end ---------------------------------------------------------------------------------------------------------------------------------------- if getPlayerStorageValue(cid,1020) < 75 then if getPlayerLevel(cid) >= 680 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 680 .") end end ---------------------------------------------------------------------------------------------------------------------------------------- if getPlayerStorageValue(cid,1020) < 70 then if getPlayerLevel(cid) >= 630 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 630 .") end end ---------------------------------------------------------------------------------------------------------------------------------------- if getPlayerStorageValue(cid,1020) < 65 then if getPlayerLevel(cid) >= 590 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 590 .") end end ---------------------------------------------------------------------------------------------------------------------------------------- if getPlayerStorageValue(cid,1020) < 60 then if getPlayerLevel(cid) >= 550 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 550 .") end end ---------------------------------------------------------------------------------------------------------------------------------------- if getPlayerStorageValue(cid,1020) < 55 then if getPlayerLevel(cid) >= 510 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 510.") end end ---------------------------------------------------------------------------------------------------------------------------------------- if getPlayerStorageValue(cid,1020) < 50 then if getPlayerLevel(cid) >= 480 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 480 .") end end ---------------------------------------------------------------------------------------------------------------------------------------- if getPlayerStorageValue(cid,1020) < 45 then if getPlayerLevel(cid) >= 450 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 450 .") end end ---------------------------------------------------------------------------------------------------------------------------------------- if getPlayerStorageValue(cid,1020) < 40 then if getPlayerLevel(cid) >= 430 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 430 .") end end ---------------------------------------------------------------------------------------------------------------------------------------- if getPlayerStorageValue(cid,1020) < 35 then if getPlayerLevel(cid) >= 410 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 410 .") end end ---------------------------------------------------------------------------------------------------------------------------------------- if getPlayerStorageValue(cid,1020) < 30 then if getPlayerLevel(cid) >= 390 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 390") end end ---------------------------------------------------------------------------------------------------------------------------------------- if getPlayerStorageValue(cid,1020) < 25 then if getPlayerLevel(cid) >= 380 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 380 .") end end ---------------------------------------------------------------------------------------------------------------------------------------- if getPlayerStorageValue(cid,1020) < 20 then if getPlayerLevel(cid) >= 365 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 365 .") end end ---------------------------------------------------------------------------------------------------------------------------------------- if getPlayerStorageValue(cid,1020) < 15 then if getPlayerLevel(cid) >= 360 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 360 .") end end ---------------------------------------------------------------------------------------------------------------------------------------- if getPlayerStorageValue(cid,1020) < 10 then if getPlayerLevel(cid) >= 355 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 355 .") end end ---------------------------------------------------------------------------------------------------------------------------------------- if getPlayerStorageValue(cid,1020) < 5 then if getPlayerLevel(cid) >= 350 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 350 .") end end -- Resets Vips -- ---------------------------------------------------------------------------------------------------------------------------------------- if isPremium(cid) == TRUE then if getPlayerStorageValue(cid,1020) < 85 then if getPlayerLevel(cid) >= 770 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 770 .") end end end ---------------------------------------------------------------------------------------------------------------------------------------- if isPremium(cid) == TRUE then if getPlayerStorageValue(cid,1020) < 80 then if getPlayerLevel(cid) >= 720 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 720 .") end end end ---------------------------------------------------------------------------------------------------------------------------------------- if isPremium(cid) == TRUE then if getPlayerStorageValue(cid,1020) < 75 then if getPlayerLevel(cid) >= 670 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 670 .") end end end ---------------------------------------------------------------------------------------------------------------------------------------- if isPremium(cid) == TRUE then if getPlayerStorageValue(cid,1020) < 70 then if getPlayerLevel(cid) >= 620 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 620 .") end end end ---------------------------------------------------------------------------------------------------------------------------------------- if isPremium(cid) == TRUE then if getPlayerStorageValue(cid,1020) < 65 then if getPlayerLevel(cid) >= 580 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 580 .") end end end ---------------------------------------------------------------------------------------------------------------------------------------- if isPremium(cid) == TRUE then if getPlayerStorageValue(cid,1020) < 60 then if getPlayerLevel(cid) >= 540 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 540 .") end end end ---------------------------------------------------------------------------------------------------------------------------------------- if isPremium(cid) == TRUE then if getPlayerStorageValue(cid,1020) < 55 then if getPlayerLevel(cid) >= 500 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 500 .") end end end ---------------------------------------------------------------------------------------------------------------------------------------- if isPremium(cid) == TRUE then if getPlayerStorageValue(cid,1020) < 50 then if getPlayerLevel(cid) >= 470 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 470 .") end end end ---------------------------------------------------------------------------------------------------------------------------------------- if isPremium(cid) == TRUE then if getPlayerStorageValue(cid,1020) < 45 then if getPlayerLevel(cid) >= 440 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 440 .") end end end ---------------------------------------------------------------------------------------------------------------------------------------- if isPremium(cid) == TRUE then if getPlayerStorageValue(cid,1020) < 40 then if getPlayerLevel(cid) >= 420 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 420 .") end end end ---------------------------------------------------------------------------------------------------------------------------------------- if isPremium(cid) == TRUE then if getPlayerStorageValue(cid,1020) < 35 then if getPlayerLevel(cid) >= 400 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 400 .") end end end ---------------------------------------------------------------------------------------------------------------------------------------- if isPremium(cid) == TRUE then if getPlayerStorageValue(cid,1020) < 30 then if getPlayerLevel(cid) >= 380 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 380 .") end end end ---------------------------------------------------------------------------------------------------------------------------------------- if isPremium(cid) == TRUE then if getPlayerStorageValue(cid,1020) < 25 then if getPlayerLevel(cid) >= 370 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 370 .") end end end ---------------------------------------------------------------------------------------------------------------------------------------- if isPremium(cid) == TRUE then if getPlayerStorageValue(cid,1020) < 20 then if getPlayerLevel(cid) >= 360 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 360 .") end end end ---------------------------------------------------------------------------------------------------------------------------------------- if isPremium(cid) == TRUE then if getPlayerStorageValue(cid,1020) < 15 then if getPlayerLevel(cid) >= 355 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 355 .") end end end ---------------------------------------------------------------------------------------------------------------------------------------- if isPremium(cid) == TRUE then if getPlayerStorageValue(cid,1020) < 10 then if getPlayerLevel(cid) >= 340 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 340 .") end end end ---------------------------------------------------------------------------------------------------------------------------------------- if isPremium(cid) == TRUE then if getPlayerStorageValue(cid,1020) < 5 then if getPlayerLevel(cid) >= 330 then setPlayerStorageValue(cid,1020,getPlayerResets(cid)+1) setPlayerStorageValue(cid,11548,os.time()+30) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.RemainingLvl..", `experience` = "..config.exper.." WHERE `id` = "..config.pid) db.executeQuery("UPDATE `players` SET `resets` = `resets` + 1 WHERE `id` = "..config.pid) else doPlayerSendCancel(cid,"Você precisa ter level 330 .") end end end return true end
  9. Olá eu queria pedir um script o-o Tipo eu quero um script de reset com o comando "!resetar" mais eu queria qe tipo assim aeew quando ele resetar ele volta pro level 8 e com a mana e life que ele estava antes ou seja quanto mais reset e mais life e mana ele vai ter ... por favor alguém me ajuda ... ninguém tem um script do jeito que eu quero por isso eu vim pedir eu não sou preguissoso eu ja pesquisei ... ninguém tem um desses igual eu quero ... eu queria também uma script de premium account que só compra com um item da minha escolha e esse item só se compra com dinheiro na rl, qem não entendeu alguma coisa é só perguntar que eu tento explicar melhor 4- premium = 330 4- free = 350 5+ premium = 340 5+ free = 355 10+ premium = 355 10+ free = 360 15+ premium = 360 15+ free = 365 20+ premium = 370 20+ free = 380 25 premium = 380 25+ free = 390 30+ premium = 400 30+ free = 410 35+ premium = 420 35+ free = 430 40+ premium = 440 40+ free = 450 45+ premium = 470 45+ free = 480 50+ premium = 500 50+ free = 510 55+ premium = 540 55+ free = 550 60+ premium = 580 60+ free = 590 65+ premium = 620 65+ free = 630 70+ premium = 670 70+ free = 680 75+ premium = 720 75+ free = 730 80+ premium = 770 80+ free = 780
  10. Sim é isso ... Ou seja se ele tiver vamos supor no caso "8 vip coins" ele ganha uma arma entende? mais se ele tiver só 7 ele n ganha e assim por diante, para fazer uma area donate então precisa de mts baus eu gostaria que vc só não me passasse o script e tbm me encinase a edita-lo
  11. Olá eu queria saber como tipo "O player ganhar um item em um bau mais para ele ganhar esse item ele precisa de outro" a duvida é para criar uma area donate
  12. Oii eu queria um Script Para players Red E Black Skull que não caia LOOT mais perca Level e Skills normalmente que só não caia loot mesmo obrigado aaa e tbm tem que ser infinitooo !!!!
  13. Olá eu vim aqui pedir ajuda, como eu faço uma arena pvp pra não perder nada quando morrer e também não subir a mana do player ao morrer na arena e que não seja de um player puxar a alavanca e o outro tbm quero tipo eles entra em um teleporte que cai em uma sala e começam duelar e quando morrer voltar para o templo mais n perder loot ;D OBS: Eu já fui la no remere's e criei uma area e coloquei "Pvp Zone Tool" mas quando eles morrem o life reala sozinho .. ele fica life 0 e volta pra life full mais ele n volta pro templo não acontece nada apenas reala tudo ... E também eu queria saber porque quando um player morre aparece aquela mensagem de que o temple não foi localizado para entrar em contato com o Admin uma coisa assim ...
  14. Alguééééééém pelo amor de DEUUUUUS Tem um mapa 9.60 pra eu baixar vou explicar pela 900000000000000000000x eu quero um mapa 9.60 pra eu excluir o WORD e colocar o que eu fiz ... Mais eu quero um OT que ja venha configurado tudo certinho no DATABASE pra não precisa do XAMPP POR FAVOR ALGUEM EU IMPLORO
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...