Ir para conteúdo

Posts Recomendados

Naum Sei se Estou Postando Na Seção Correta ! Se Estiver Na Seção Errada Peço Desculpas Desde Já !

 

BOm Pessoal. Eu Sempre COloquei Meu OT'serv Online COm As Houses COm Janelas E Tal'z. As janelas Sempre Funcionou Sem Nenhum Bug. Mas de Um Tempo Pra Ca Começaram A Bugar !

 

Vamus SUpor ke Um Player Compre Uma Casa !

Na Porta Fica que A Casa é Do Player que COmprou, E A Janela COntinua A Venda :winksmiley02:

Em Algumas Houses A Casa Fica Para o Player Que COmprou e A janela Para Outro Player !

E Algumas Outras não há Esse Bug !

 

O Action windows.lua Está Ai.

 

local WINDOWS = {
[6438] = 6436, [6436] = 6438,
[6439] = 6437, [6437] = 6439,
[6442] = 6440, [6440] = 6442,
[6443] = 6441, [6441] = 6443,
[6446] = 6444, [6444] = 6446,
[6447] = 6445, [6445] = 6447,
[6452] = 6450, [6450] = 6452,
[6453] = 6451, [6451] = 6453,
[6456] = 6454, [6454] = 6456,
[6457] = 6455, [6455] = 6457,
[6460] = 6458, [6458] = 6460,
[6461] = 6459, [6459] = 6461,
[6464] = 6462, [6462] = 6464,
[6465] = 6463, [6463] = 6465,
[6468] = 6466, [6466] = 6468,
[6469] = 6467, [6467] = 6469,
[6472] = 6470, [6470] = 6472,
[6473] = 6471, [6471] = 6473,
[6790] = 6788, [6788] = 6790,
[6791] = 6789, [6789] = 6791,
[7027] = 7025, [7025] = 7027,
[7028] = 7026, [7026] = 7028,
[7031] = 7029, [7029] = 7031,
[7032] = 7030, [7030] = 7032,
[10264] = 10266, [10266] = 10264,
[10265] = 10267, [10267] = 10265,
[10488] = 10490, [10490] = 10488,
[10489] = 10491, [10491] = 10489
}

function onUse(cid, item, fromPosition, itemEx, toPosition)
local window = WINDOWS[item.itemid]
if(not window or (not getHouseFromPos(getCreaturePosition(cid)) and not getPlayerCustomFlagValue(cid, PLAYERCUSTOMFLAG_GAMEMASTERPRIVILEGES))) then
	return false
end

doTransformItem(item.uid, window)
return true
end

 

Esse Abaixo Fica Adcionado No Actions.xml

 

<!-- Windows -->
<action fromid="5303" toid="5305" event="script" value="other/windows.lua"/>
<action fromid="6436" toid="6473" event="script" value="other/windows.lua"/>
<action fromid="6788" toid="6791" event="script" value="other/windows.lua"/>
<action fromid="7025" toid="7032" event="script" value="other/windows.lua"/>
<action fromid="10264" toid="10267" event="script" value="other/windows.lua"/>
<action fromid="10488" toid="10491" event="script" value="other/windows.lua"/>

 

Espero Que Me Ajudem ! :happy:

Ah, E A verção Do OT é 8.60

Link para o comentário
https://xtibia.com/forum/topic/157305-actions-bug-nas-houses/
Compartilhar em outros sites

×
×
  • Criar Novo...