[ Fechado ]

eletross
em Lixeira Pública

eletross

Eletross
avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 10/01/08Posts: 73Char no Tibia: Eletross

Procurei de montao, queria um mapa ou distro com inquisition pronta com actions, teleports e spaws certinhas para eu dar um ctrl+c e ctrl+v e editar para ficar melhor ainda. Obrigado!

IP: warzone.servegame.org

Site para account: http://warzone.servegame.org/

Port: 7171

Versao: 8.50

Dedicado 24/7/365 Rackspace Cloud

OS Ubuntu 9.04, unlimited processing, 2GB RAM

 

Status: ON

RedZL

Never mind, I'll find someone like you.
avatar
Conde
Conde

INFOS

Grupo: CondeRegistrado: 06/11/06Posts: 850Char no Tibia: Xearius Thor

Seção incorreta, esta seção é para dúvidas e não pedidos.

Movido.

eletross

Eletross
avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 10/01/08Posts: 73Char no Tibia: Eletross

Obrigado por mover o topico e desculpe por postar em lugar incorreto!

IP: warzone.servegame.org

Site para account: http://warzone.servegame.org/

Port: 7171

Versao: 8.50

Dedicado 24/7/365 Rackspace Cloud

OS Ubuntu 9.04, unlimited processing, 2GB RAM

 

Status: ON

makabrotaliban

avatar
Visconde
Visconde

INFOS

Grupo: ViscondeRegistrado: 08/01/09Posts: 331Char no Tibia: Orcshaball

@Eletross

 

Bom Manow....o máximo em que eu posso te ajudar eh o seguinte:

 

Irei disponibilizar pra vc e para outros usuários do xtibia os scripts das quests , o mapa da inquisition e os bosses contidos nela ! Portanto não irei fazer tutorial ou exlicações de sobre como adicioná-lo ao mapa !

 

Obs¹: Versão de mapa: [8.31x/8.4x]....!!

 

:: Vamos ao que interessa:

function onUse(cid, item, fromPosition, itemEx, toPosition)
  	if item.uid == 1300 then
	queststatus = getPlayerStorageValue(cid,6076)
  		if queststatus == -1 then
  			doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "You have found robe of the underworld.")
  			doPlayerAddItem(cid,8890,1)
  			setPlayerStorageValue(cid,6076,1)
  		else
  			doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "It is empty.")
  		end
  	elseif item.uid == 1301 then
	queststatus = getPlayerStorageValue(cid,6076)
  		if queststatus == -1 then
  			doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "You have found a  Spellbook of Dark Mysteries.")
  			doPlayerAddItem(cid,8918,1)
  			setPlayerStorageValue(cid,6076,1)
  		else
  			doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "It is empty.")
  		end
  	elseif item.uid == 1302 then
	queststatus = getPlayerStorageValue(cid,6076)
  		if queststatus == -1 then
  			doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "You have found a Fireborn Giant Armor.")
  			doPlayerAddItem(cid,8881,1)
  			setPlayerStorageValue(cid,6076,1)
  		else
  			doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "It is empty.")
	end
  	elseif item.uid == 1303 then
	queststatus = getPlayerStorageValue(cid,6076)
  		if queststatus == -1 then
  			doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "You have found a Master Archer's Armor.")
  			doPlayerAddItem(cid,8888,1)
  			setPlayerStorageValue(cid,6076,1)
  		else
  			doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "It is empty.")
  		end
  elseif item.uid == 1304 then
	queststatus = getPlayerStorageValue(cid,6076)
  		if queststatus == -1 then
  			doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "You have found a Royal Crossbow.")
  			doPlayerAddItem(cid,8851,1)
  			setPlayerStorageValue(cid,6076,1)
  		else
  			doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "It is empty.")
  		end
elseif item.uid == 1305 then
	queststatus = getPlayerStorageValue(cid,6076)
  		if queststatus == -1 then
  			doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "You have found a Hellforged Axe.")
  			doPlayerAddItem(cid,8924,1)
  			setPlayerStorageValue(cid,6076,1)
  		else
  			doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "It is empty.")
  		end
elseif item.uid == 1306 then
	queststatus = getPlayerStorageValue(cid,6076)
  		if queststatus == -1 then
  			doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "You have found a Obsidian Truncheon.")
  			doPlayerAddItem(cid,8928,1)
  			setPlayerStorageValue(cid,6076,1)
  		else
  			doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "It is empty.")
  		end
elseif item.uid == 1307 then
	queststatus = getPlayerStorageValue(cid,6076)
  		if queststatus == -1 then
  			doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "You have found a Emerald Sword.")
  			doPlayerAddItem(cid,8930,1)
  			setPlayerStorageValue(cid,6076,1)
  		else
  			doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "It is empty.")
  		end
elseif item.uid == 1308 then
	queststatus = getPlayerStorageValue(cid,6076)
  		if queststatus == -1 then
  			doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "You have found a Warsinger Bow.")
  			doPlayerAddItem(cid,8854,1)
  			setPlayerStorageValue(cid,6076,1)
  		else
  			doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "It is empty.")
  		end
end
  	return 1
end

 

<action uniqueid="1300" script="inqchests.lua" />
<action uniqueid="1301" script="inqchests.lua" />
<action uniqueid="1302" script="inqchests.lua" />
<action uniqueid="1303" script="inqchests.lua" />
<action uniqueid="1304" script="inqchests.lua" />
<action uniqueid="1305" script="inqchests.lua" />
<action uniqueid="1306" script="inqchests.lua" />
<action uniqueid="1307" script="inqchests.lua" />
<action uniqueid="1308" script="inqchests.lua" />

-- Downloads:

 

Full Inquisition Map

 

Full Inquisition Bosses

 

Créditos

Lolzor (otland)

 

**Não postei Scan...peço que os mesmos o façam!!

**Não Tenho nada a Esconder.

- Xtibia.com seu site de Tibia e OTServer ! -

RedZL

Never mind, I'll find someone like you.
avatar
Conde
Conde

INFOS

Grupo: CondeRegistrado: 06/11/06Posts: 850Char no Tibia: Xearius Thor

Pedido sanado, qualquer coisa reposte.

Fechado.