Ir para conteúdo

Featured Replies

Postado
Em 27/10/2015 at 17:45, boyfremps disse:

po mano ninguem ajuda mais nesse forum ta morto isso aki, os cara vem aki pedi ajuda ai os outros ajudao e eles nao falao como resolver o problema só querem sabe de ser ajudados e nao ajuda ngm ta uma tiração isso aki !

resolveu?

Venha jogar > infernal-global.com < 24hrs , TeamSpeak3  Entre outros entrem e confiram.

 

<center><a href="http://www.otpanel.com/painel/aff.php?aff=102"><img src="http://www.otpanel.com/wp-content/uploads/2015/11/Hospedado-por-claro1.png" title="Hospedado por ServerSoft"> </a></center><center><a href="http://www.otpanel.com/painel/aff.php?aff=102"><img src="http://www.otpanel.com/wp-content/uploads/2015/11/Hospedado-por-claro1.png" title="Hospedado por ServerSoft"> </a></center>

 

 

  • Respostas 19
  • Visualizações 1.1k
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • sobre permissões de Quest, certamente tem uma função neles chamada  if get blablabla isso verifica se o player tem certa storage, se está em certa posições etc... já deu pra ter uma i´deia

Posted Images

Postado
24 minutos atrás, batba15 disse:

resolveu?

 

Usa como base isso no login lua. (copiei de um topico)

 

Spoiler

player:setStorageValue(Storage.TheNewFrontier.Questline, 28)
	    player:setStorageValue(Storage.TheNewFrontier.Mission01, 3)
		player:setStorageValue(Storage.TheNewFrontier.Mission02, 6)
		player:setStorageValue(Storage.TheNewFrontier.Mission03, 3)
		player:setStorageValue(Storage.TheNewFrontier.Mission04, 2)
		player:setStorageValue(Storage.TheNewFrontier.Mission05, 7)
		player:setStorageValue(Storage.TheNewFrontier.Mission06, 3)
		player:setStorageValue(Storage.TheNewFrontier.Mission07, 3)
		player:setStorageValue(Storage.TheNewFrontier.Mission08, 2)
		player:setStorageValue(Storage.TheNewFrontier.Mission09, 3)
		player:setStorageValue(Storage.TheNewFrontier.Mission10, 1)
		player:setStorageValue(Storage.TheNewFrontier.TomeofKnowledge, 12)
		player:setStorageValue(Storage.TheNewFrontier.Beaver1, 1)
		player:setStorageValue(Storage.TheNewFrontier.Beaver2, 1)
		player:setStorageValue(Storage.TheNewFrontier.Beaver3, 1)
		player:setStorageValue(Storage.TheNewFrontier.BribeKing, 1)
		player:setStorageValue(Storage.TheNewFrontier.BribeLeeland, 1)
		player:setStorageValue(Storage.TheNewFrontier.BribeExplorerSociety, 1)
		player:setStorageValue(Storage.TheNewFrontier.BribeWydrin, 1)
		player:setStorageValue(Storage.TheNewFrontier.BribeTelas, 1)
		player:setStorageValue(Storage.TheNewFrontier.BribeHumgolf, 1)

Children of Revolution:


player:setStorageValue(Storage.ChildrenoftheRevolution.Questline, 21)
	    player:setStorageValue(Storage.ChildrenoftheRevolution.Mission00, 2)
		player:setStorageValue(Storage.ChildrenoftheRevolution.Mission01, 3)
		player:setStorageValue(Storage.ChildrenoftheRevolution.Mission02, 5)
		player:setStorageValue(Storage.ChildrenoftheRevolution.Mission03, 3)
		player:setStorageValue(Storage.ChildrenoftheRevolution.Mission04, 6)
		player:setStorageValue(Storage.ChildrenoftheRevolution.Mission05, 3)
		player:setStorageValue(Storage.ChildrenoftheRevolution.SpyBuilding01, 1)
		player:setStorageValue(Storage.ChildrenoftheRevolution.SpyBuilding02, 1)
		player:setStorageValue(Storage.ChildrenoftheRevolution.SpyBuilding03, 1)
		player:setStorageValue(Storage.ChildrenoftheRevolution.StrangeSymbols, 1)

Wrath of The Emperor:


player:setStorageValue(Storage.WrathoftheEmperor.Questline, 34)
	    player:setStorageValue(Storage.WrathoftheEmperor.Mission01, 3)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission02, 3)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission03, 3)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission04, 3)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission05, 3)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission06, 4)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission07, 6)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission08, 2)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission09, 2)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission10, 6)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission11, 2)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission12, 0)
		player:setStorageValue(Storage.WrathoftheEmperor.CrateStatus, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.GuardcaughtYou, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.ZumtahStatus, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.PrisonReleaseStatus, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.GhostOfAPriest01, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.GhostOfAPriest02, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.GhostOfAPriest03, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.InterdimensionalPotion, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.BossStatus, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.platinumReward, 0)
		player:setStorageValue(Storage.WrathoftheEmperor.backpackReward, 0)
		player:setStorageValue(Storage.WrathoftheEmperor.mainReward, 0)
		player:setStorageValue(Storage.WrathoftheEmperor.TeleportAcess, 1)

 

Postado
Em 10/04/2016 at 15:09, sirarcken disse:

 

Usa como base isso no login lua. (copiei de um topico)

 

  Ocultar conteúdo


player:setStorageValue(Storage.TheNewFrontier.Questline, 28)
	    player:setStorageValue(Storage.TheNewFrontier.Mission01, 3)
		player:setStorageValue(Storage.TheNewFrontier.Mission02, 6)
		player:setStorageValue(Storage.TheNewFrontier.Mission03, 3)
		player:setStorageValue(Storage.TheNewFrontier.Mission04, 2)
		player:setStorageValue(Storage.TheNewFrontier.Mission05, 7)
		player:setStorageValue(Storage.TheNewFrontier.Mission06, 3)
		player:setStorageValue(Storage.TheNewFrontier.Mission07, 3)
		player:setStorageValue(Storage.TheNewFrontier.Mission08, 2)
		player:setStorageValue(Storage.TheNewFrontier.Mission09, 3)
		player:setStorageValue(Storage.TheNewFrontier.Mission10, 1)
		player:setStorageValue(Storage.TheNewFrontier.TomeofKnowledge, 12)
		player:setStorageValue(Storage.TheNewFrontier.Beaver1, 1)
		player:setStorageValue(Storage.TheNewFrontier.Beaver2, 1)
		player:setStorageValue(Storage.TheNewFrontier.Beaver3, 1)
		player:setStorageValue(Storage.TheNewFrontier.BribeKing, 1)
		player:setStorageValue(Storage.TheNewFrontier.BribeLeeland, 1)
		player:setStorageValue(Storage.TheNewFrontier.BribeExplorerSociety, 1)
		player:setStorageValue(Storage.TheNewFrontier.BribeWydrin, 1)
		player:setStorageValue(Storage.TheNewFrontier.BribeTelas, 1)
		player:setStorageValue(Storage.TheNewFrontier.BribeHumgolf, 1)

Children of Revolution:



player:setStorageValue(Storage.ChildrenoftheRevolution.Questline, 21)
	    player:setStorageValue(Storage.ChildrenoftheRevolution.Mission00, 2)
		player:setStorageValue(Storage.ChildrenoftheRevolution.Mission01, 3)
		player:setStorageValue(Storage.ChildrenoftheRevolution.Mission02, 5)
		player:setStorageValue(Storage.ChildrenoftheRevolution.Mission03, 3)
		player:setStorageValue(Storage.ChildrenoftheRevolution.Mission04, 6)
		player:setStorageValue(Storage.ChildrenoftheRevolution.Mission05, 3)
		player:setStorageValue(Storage.ChildrenoftheRevolution.SpyBuilding01, 1)
		player:setStorageValue(Storage.ChildrenoftheRevolution.SpyBuilding02, 1)
		player:setStorageValue(Storage.ChildrenoftheRevolution.SpyBuilding03, 1)
		player:setStorageValue(Storage.ChildrenoftheRevolution.StrangeSymbols, 1)

Wrath of The Emperor:



player:setStorageValue(Storage.WrathoftheEmperor.Questline, 34)
	    player:setStorageValue(Storage.WrathoftheEmperor.Mission01, 3)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission02, 3)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission03, 3)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission04, 3)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission05, 3)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission06, 4)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission07, 6)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission08, 2)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission09, 2)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission10, 6)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission11, 2)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission12, 0)
		player:setStorageValue(Storage.WrathoftheEmperor.CrateStatus, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.GuardcaughtYou, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.ZumtahStatus, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.PrisonReleaseStatus, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.GhostOfAPriest01, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.GhostOfAPriest02, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.GhostOfAPriest03, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.InterdimensionalPotion, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.BossStatus, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.platinumReward, 0)
		player:setStorageValue(Storage.WrathoftheEmperor.backpackReward, 0)
		player:setStorageValue(Storage.WrathoftheEmperor.mainReward, 0)
		player:setStorageValue(Storage.WrathoftheEmperor.TeleportAcess, 1)

 

Mas como eu coloco isso?

Venha jogar > infernal-global.com < 24hrs , TeamSpeak3  Entre outros entrem e confiram.

 

<center><a href="http://www.otpanel.com/painel/aff.php?aff=102"><img src="http://www.otpanel.com/wp-content/uploads/2015/11/Hospedado-por-claro1.png" title="Hospedado por ServerSoft"> </a></center><center><a href="http://www.otpanel.com/painel/aff.php?aff=102"><img src="http://www.otpanel.com/wp-content/uploads/2015/11/Hospedado-por-claro1.png" title="Hospedado por ServerSoft"> </a></center>

 

 

Postado
Em 10/04/2016 at 15:09, sirarcken disse:

 

Usa como base isso no login lua. (copiei de um topico)

 

  Mostrar conteúdo oculto


player:setStorageValue(Storage.TheNewFrontier.Questline, 28)
	    player:setStorageValue(Storage.TheNewFrontier.Mission01, 3)
		player:setStorageValue(Storage.TheNewFrontier.Mission02, 6)
		player:setStorageValue(Storage.TheNewFrontier.Mission03, 3)
		player:setStorageValue(Storage.TheNewFrontier.Mission04, 2)
		player:setStorageValue(Storage.TheNewFrontier.Mission05, 7)
		player:setStorageValue(Storage.TheNewFrontier.Mission06, 3)
		player:setStorageValue(Storage.TheNewFrontier.Mission07, 3)
		player:setStorageValue(Storage.TheNewFrontier.Mission08, 2)
		player:setStorageValue(Storage.TheNewFrontier.Mission09, 3)
		player:setStorageValue(Storage.TheNewFrontier.Mission10, 1)
		player:setStorageValue(Storage.TheNewFrontier.TomeofKnowledge, 12)
		player:setStorageValue(Storage.TheNewFrontier.Beaver1, 1)
		player:setStorageValue(Storage.TheNewFrontier.Beaver2, 1)
		player:setStorageValue(Storage.TheNewFrontier.Beaver3, 1)
		player:setStorageValue(Storage.TheNewFrontier.BribeKing, 1)
		player:setStorageValue(Storage.TheNewFrontier.BribeLeeland, 1)
		player:setStorageValue(Storage.TheNewFrontier.BribeExplorerSociety, 1)
		player:setStorageValue(Storage.TheNewFrontier.BribeWydrin, 1)
		player:setStorageValue(Storage.TheNewFrontier.BribeTelas, 1)
		player:setStorageValue(Storage.TheNewFrontier.BribeHumgolf, 1)

Children of Revolution:



player:setStorageValue(Storage.ChildrenoftheRevolution.Questline, 21)
	    player:setStorageValue(Storage.ChildrenoftheRevolution.Mission00, 2)
		player:setStorageValue(Storage.ChildrenoftheRevolution.Mission01, 3)
		player:setStorageValue(Storage.ChildrenoftheRevolution.Mission02, 5)
		player:setStorageValue(Storage.ChildrenoftheRevolution.Mission03, 3)
		player:setStorageValue(Storage.ChildrenoftheRevolution.Mission04, 6)
		player:setStorageValue(Storage.ChildrenoftheRevolution.Mission05, 3)
		player:setStorageValue(Storage.ChildrenoftheRevolution.SpyBuilding01, 1)
		player:setStorageValue(Storage.ChildrenoftheRevolution.SpyBuilding02, 1)
		player:setStorageValue(Storage.ChildrenoftheRevolution.SpyBuilding03, 1)
		player:setStorageValue(Storage.ChildrenoftheRevolution.StrangeSymbols, 1)

Wrath of The Emperor:



player:setStorageValue(Storage.WrathoftheEmperor.Questline, 34)
	    player:setStorageValue(Storage.WrathoftheEmperor.Mission01, 3)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission02, 3)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission03, 3)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission04, 3)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission05, 3)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission06, 4)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission07, 6)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission08, 2)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission09, 2)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission10, 6)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission11, 2)
		player:setStorageValue(Storage.WrathoftheEmperor.Mission12, 0)
		player:setStorageValue(Storage.WrathoftheEmperor.CrateStatus, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.GuardcaughtYou, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.ZumtahStatus, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.PrisonReleaseStatus, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.GhostOfAPriest01, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.GhostOfAPriest02, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.GhostOfAPriest03, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.InterdimensionalPotion, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.BossStatus, 1)
		player:setStorageValue(Storage.WrathoftheEmperor.platinumReward, 0)
		player:setStorageValue(Storage.WrathoftheEmperor.backpackReward, 0)
		player:setStorageValue(Storage.WrathoftheEmperor.mainReward, 0)
		player:setStorageValue(Storage.WrathoftheEmperor.TeleportAcess, 1)

 

 

Jesus cristo, avé maria cheia de graça.. Para que você utilizar isso tudo?!? Coloca apenas um loop para isso, jesus.

discord.pngDiscord: vankk #7765

Precisando de ajuda? Entre em contato comigo via Discord.

 

Muitos vêm seus muitos dias de glória, mas poucos vêm seus muitos dias de luta.

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.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.6k

Informação Importante

Confirmação de Termo