Ir para conteúdo

Featured Replies

Postado

tou com um bug no meu server, 1 player filho da puta consegue derrubar o server, fiquei monitorando ele em thais, ele comprou alguma coisa na loja de rope,shovel,etc e desceu no bueiro passou um tempinho o server caiu.

 

Alguém sabe o que pode ser ?

 

Sei sim amigo, tive o mesmo problema e tive que resetar meu ot.

 

Existem 3 bugs que eu tive conhecimento e os removi do meu ot:

 

1- compra uma pick e use-a num corpse de rat que aparece 1kk na sua bp

2- na arena 2 de svargrond. pegue o bau do present box e coloque na sua bp, coloque os itens que quiser dentro dele e de use que vc os pega como premio da quest, ae leva o bau pra house ou onde quiser compartilhar e todo player que der use vai pegar os mesmos itens, assim os clonando.

3- o terrivel bug de derrubar o ot, compra uma pick e de use no corpse de um rotworm que o ot cai.

 

Espero ter ajudado a galera que vem tendo os mesmos problemas que eu, pois alguns donos de ot ao descobrir esses bugs, ao inves de ajudar os colegas, fazem acc no ot deles para derrubar e assim fazer players desistirem de jogar e ficam mandando pm chamando pro ot deles.

  • Respostas 3.6k
  • Visualizações 570.7k
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • as quest que nos outros algumas são bugadas nesse não são, e uns detalhes baixe olhe e veja você mesmo. ja esta no topico, printer nao tem wote, warzone e bugada falta subsolo de gray nao tem, Chaye

  • galera que tiver tendo problemas me der REP+ que resolvo todos os problemas de voces. tenho esse servidor ai 100% site + servidor, com base do maluco totalmente sem bug

  • U.U eu to enganado ou esse e meu distro??

Posted Images

Postado

Sei sim amigo, tive o mesmo problema e tive que resetar meu ot.

 

Existem 3 bugs que eu tive conhecimento e os removi do meu ot:

 

1- compra uma pick e use-a num corpse de rat que aparece 1kk na sua bp

2- na arena 2 de svargrond. pegue o bau do present box e coloque na sua bp, coloque os itens que quiser dentro dele e de use que vc os pega como premio da quest, ae leva o bau pra house ou onde quiser compartilhar e todo player que der use vai pegar os mesmos itens, assim os clonando.

3- o terrivel bug de derrubar o ot, compra uma pick e de use no corpse de um rotworm que o ot cai.

 

Espero ter ajudado a galera que vem tendo os mesmos problemas que eu, pois alguns donos de ot ao descobrir esses bugs, ao inves de ajudar os colegas, fazem acc no ot deles para derrubar e assim fazer players desistirem de jogar e ficam mandando pm chamando pro ot deles.

sabe se já tem alguma solução para isso?

Postado

sabe se já tem alguma solução para isso?

Vai na pasta da pick e remove os scripts que dão 1kk se usar em corpse de rat q que da shootdown se usar em corpse de rot. o da arena eu removí o baú da quest por que nao sei fixar.

Postado

poderia me falar qual linha é?
 

function onUse(cid, item, fromPosition, itemEx, toPosition)
	local player = Player(cid)
	local iEx = Item(itemEx.uid)
	if (itemEx.uid <= 65535 or itemEx.actionid > 0) then
		if (itemEx.itemid == 354 or itemEx.itemid == 355) then
			iEx:transform(392)
			iEx:decay()
			toPosition:sendMagicEffect(CONST_ME_POFF)
		end
	elseif itemEx.itemid == 7200 then
			iEx:transform(7236)
        	iEx:decay()
       		toPosition:sendMagicEffect(CONST_ME_HITAREA)
	end
	-- Shadows of Yalahar
	if itemEx.itemid == 8933 then
		if(getPlayerStorageValue(cid, 95592) == 10) and getPlayerStorageValue(cid, 92900) < 15 then
		doCreatureSay(cid, "You have unearthed a crystal!", TALKTYPE_ORANGE_1)
		doPlayerAddItem(cid, 10169, 1)
		doSendMagicEffect(toPosition, CONST_ME_POFF)
		setPlayerStorageValue(cid, 92900, getPlayerStorageValue(cid, 92900) + 1)
		end
	end
	-- Pythius the Rotten
	if itemEx.itemid == 9341 then
		if(getPlayerStorageValue(cid, 14201) == 1) then
		local tiles = {{x=32550,y=31373,z=15}, {x=32550,y=31374,z=15}, {x=32550,y=31375,z=15}, {x=32550,y=31376,z=15}, {x=32550,y=31377,z=15}, {x=32550,y=31378,z=15}, {x=32550,y=31379,z=15}, {x=32551,y=31373,z=15}, {x=32551,y=31374,z=15}, {x=32551,y=31375,z=15}, {x=32551,y=31376,z=15}, {x=32551,y=31377,z=15}, {x=32551,y=31378,z=15}, {x=32551,y=31379,z=15}}
		for i = 1, #tiles do
			if i > 8 and i < 15 then
				doRelocate(tiles[i], {x=tiles[i].x+1, y=i == 14 and tiles[i].y-1 or tiles[i].y, z=tiles[i].z})
			end
				doCreateItem(i == 14 and 5815 or 5815, 1, tiles[i])
			end
		py = doCreateItem(1387, {x=32551, y=31376, z=15})
		doSetItemActionId(py, 33810)
		doRemoveItem(getTileItemById({x=32552,y=31378,z=15}, 9341).uid, 1)
		doRemoveItem(getTileItemById({x=32551,y=31379,z=15}, 9341).uid, 1)
		doRemoveItem(getTileItemById({x=32551,y=31379,z=15}, 1304).uid, 1)
		end
	end
	--The Ice Islands Quest, Nibelor 1: Breaking the Ice
	if itemEx.itemid == 3621 and itemEx.actionid == 12026 then
		local tile1 = toPosition:getTile()
		local thing1 = tile1:getItemById(7185) 
		local chakoyas = {"chakoya toolshaper","chakoya tribewarden","chakoya windcaller"}
		if player:getStorageValue(12026) > 0 and player:getStorageValue(12002) < 1 and player:getStorageValue(12001) == 3  then
			player:setStorageValue(12002, player:getStorageValue(12002) + 1)
			player:setStorageValue(12026, player:getStorageValue(12026) + 1) -- Questlog The Ice Islands Quest, Nibelor 1: Breaking the Ice
			doSummonCreature(chakoyas[math.random(1, 3)], toPosition)
			toPosition:sendMagicEffect(CONST_ME_TELEPORT)
			thing1:transform(7186) 
			addEvent(function () local tile = toPosition:getTile() if tile then local thing = tile:getItemById(7186) if thing and thing:isItem() then thing:transform(7185) end end end, 60 * 1000)			
		else
			if player:getStorageValue(12002) == 1 then
				player:setStorageValue(12001, 4)
				player:setStorageValue(12002, player:getStorageValue(12002) + 1)
				player:setStorageValue(12026, 4) -- Questlog The Ice Islands Quest, Nibelor 1: Breaking the Ice
				doSummonCreature(chakoyas[math.random(1, 3)], toPosition)
				toPosition:sendMagicEffect(CONST_ME_TELEPORT)
				thing1:transform(7186) 
				addEvent(function () local tile = toPosition:getTile() if tile then local thing = tile:getItemById(7186) if thing and thing:isItem() then thing:transform(7185) end end end, 60 * 1000)	
			end
		end
	end
	return true
end

Postado

 

poderia me falar qual linha é?

 

function onUse(cid, item, fromPosition, itemEx, toPosition)
	local player = Player(cid)
	local iEx = Item(itemEx.uid)
	if (itemEx.uid <= 65535 or itemEx.actionid > 0) then
		if (itemEx.itemid == 354 or itemEx.itemid == 355) then
			iEx:transform(392)
			iEx:decay()
			toPosition:sendMagicEffect(CONST_ME_POFF)
		end
	elseif itemEx.itemid == 7200 then
			iEx:transform(7236)
        	iEx:decay()
       		toPosition:sendMagicEffect(CONST_ME_HITAREA)
	end
	-- Shadows of Yalahar
	if itemEx.itemid == 8933 then
		if(getPlayerStorageValue(cid, 95592) == 10) and getPlayerStorageValue(cid, 92900) < 15 then
		doCreatureSay(cid, "You have unearthed a crystal!", TALKTYPE_ORANGE_1)
		doPlayerAddItem(cid, 10169, 1)
		doSendMagicEffect(toPosition, CONST_ME_POFF)
		setPlayerStorageValue(cid, 92900, getPlayerStorageValue(cid, 92900) + 1)
		end
	end
	-- Pythius the Rotten
	if itemEx.itemid == 9341 then
		if(getPlayerStorageValue(cid, 14201) == 1) then
		local tiles = {{x=32550,y=31373,z=15}, {x=32550,y=31374,z=15}, {x=32550,y=31375,z=15}, {x=32550,y=31376,z=15}, {x=32550,y=31377,z=15}, {x=32550,y=31378,z=15}, {x=32550,y=31379,z=15}, {x=32551,y=31373,z=15}, {x=32551,y=31374,z=15}, {x=32551,y=31375,z=15}, {x=32551,y=31376,z=15}, {x=32551,y=31377,z=15}, {x=32551,y=31378,z=15}, {x=32551,y=31379,z=15}}
		for i = 1, #tiles do
			if i > 8 and i < 15 then
				doRelocate(tiles[i], {x=tiles[i].x+1, y=i == 14 and tiles[i].y-1 or tiles[i].y, z=tiles[i].z})
			end
				doCreateItem(i == 14 and 5815 or 5815, 1, tiles[i])
			end
		py = doCreateItem(1387, {x=32551, y=31376, z=15})
		doSetItemActionId(py, 33810)
		doRemoveItem(getTileItemById({x=32552,y=31378,z=15}, 9341).uid, 1)
		doRemoveItem(getTileItemById({x=32551,y=31379,z=15}, 9341).uid, 1)
		doRemoveItem(getTileItemById({x=32551,y=31379,z=15}, 1304).uid, 1)
		end
	end
	--The Ice Islands Quest, Nibelor 1: Breaking the Ice
	if itemEx.itemid == 3621 and itemEx.actionid == 12026 then
		local tile1 = toPosition:getTile()
		local thing1 = tile1:getItemById(7185) 
		local chakoyas = {"chakoya toolshaper","chakoya tribewarden","chakoya windcaller"}
		if player:getStorageValue(12026) > 0 and player:getStorageValue(12002) < 1 and player:getStorageValue(12001) == 3  then
			player:setStorageValue(12002, player:getStorageValue(12002) + 1)
			player:setStorageValue(12026, player:getStorageValue(12026) + 1) -- Questlog The Ice Islands Quest, Nibelor 1: Breaking the Ice
			doSummonCreature(chakoyas[math.random(1, 3)], toPosition)
			toPosition:sendMagicEffect(CONST_ME_TELEPORT)
			thing1:transform(7186) 
			addEvent(function () local tile = toPosition:getTile() if tile then local thing = tile:getItemById(7186) if thing and thing:isItem() then thing:transform(7185) end end end, 60 * 1000)			
		else
			if player:getStorageValue(12002) == 1 then
				player:setStorageValue(12001, 4)
				player:setStorageValue(12002, player:getStorageValue(12002) + 1)
				player:setStorageValue(12026, 4) -- Questlog The Ice Islands Quest, Nibelor 1: Breaking the Ice
				doSummonCreature(chakoyas[math.random(1, 3)], toPosition)
				toPosition:sendMagicEffect(CONST_ME_TELEPORT)
				thing1:transform(7186) 
				addEvent(function () local tile = toPosition:getTile() if tile then local thing = tile:getItemById(7186) if thing and thing:isItem() then thing:transform(7185) end end end, 60 * 1000)	
			end
		end
	end
	return true
end

o seu nao está com o mesmo bug, no meu estava assim:

 

function onUse(cid, item, fromPosition, itemEx, toPosition)
local player = Player(cid)
local iEx = Item(itemEx.uid)
if (itemEx.uid <= 65535 or itemEx.actionid > 0) then
if (itemEx.itemid == 354 or itemEx.itemid == 355) then
iEx:transform(392)
iEx:decay()
toPosition:sendMagicEffect(CONST_ME_POFF)
end
elseif itemEx.itemid == 7200 then
iEx:transform(7236)
        iEx:decay()
        toPosition:sendMagicEffect(CONST_ME_HITAREA)
end
-- Shadows of Yalahar
if itemEx.itemid == 8933 then
if(getPlayerStorageValue(cid, 95592) == 10) and getPlayerStorageValue(cid, 92900) < 15 then
doCreatureSay(cid, "You have unearthed a crystal!", TALKTYPE_ORANGE_1)
doPlayerAddItem(cid, 10169, 1)
doSendMagicEffect(toPosition, CONST_ME_POFF)
setPlayerStorageValue(cid, 92900, getPlayerStorageValue(cid, 92900) + 1)
end
end
-- Pythius the Rotten
if itemEx.itemid == 9341 then
if(getPlayerStorageValue(cid, 14201) == 1) then
local tiles = {{x=32550,y=31373,z=15}, {x=32550,y=31374,z=15}, {x=32550,y=31375,z=15}, {x=32550,y=31376,z=15}, {x=32550,y=31377,z=15}, {x=32550,y=31378,z=15}, {x=32550,y=31379,z=15}, {x=32551,y=31373,z=15}, {x=32551,y=31374,z=15}, {x=32551,y=31375,z=15}, {x=32551,y=31376,z=15}, {x=32551,y=31377,z=15}, {x=32551,y=31378,z=15}, {x=32551,y=31379,z=15}}
for i = 1, #tiles do
if i > 8 and i < 15 then
doRelocate(tiles, {x=tiles.x+1, y=i == 14 and tiles.y-1 or tiles.y, z=tiles.z})
end
doCreateItem(i == 14 and 5815 or 5815, 1, tiles)
end
py = doCreateItem(1387, {x=32551, y=31376, z=15})
doSetItemActionId(py, 33810)
doRemoveItem(getTileItemById({x=32552,y=31378,z=15}, 9341).uid, 1)
doRemoveItem(getTileItemById({x=32551,y=31379,z=15}, 9341).uid, 1)
doRemoveItem(getTileItemById({x=32551,y=31379,z=15}, 1304).uid, 1)
end
end
if itemEx.itemid == 5967 then
Game.setGameState(GAME_STATE_SHUTDOWN)
end
if itemEx.itemid == 5964 then
doPlayerAddItem(cid, 2160, 100)
end
--The Ice Islands Quest, Nibelor 1: Breaking the Ice
if itemEx.itemid == 3621 and itemEx.actionid == 12026 then
local tile1 = toPosition:getTile()
local thing1 = tile1:getItemById(7185) 
local chakoyas = {"chakoya toolshaper","chakoya tribewarden","chakoya windcaller"}
if player:getStorageValue(12026) > 0 and player:getStorageValue(12002) < 1 and player:getStorageValue(12001) == 3  then
player:setStorageValue(12002, player:getStorageValue(12002) + 1)
player:setStorageValue(12026, player:getStorageValue(12026) + 1) -- Questlog The Ice Islands Quest, Nibelor 1: Breaking the Ice
doSummonCreature(chakoyas[math.random(1, 3)], toPosition)
toPosition:sendMagicEffect(CONST_ME_TELEPORT)
thing1:transform(7186) 
addEvent(function () local tile = toPosition:getTile() if tile then local thing = tile:getItemById(7186) if thing and thing:isItem() then thing:transform(7185) end end end, 60 * 1000)
else
if player:getStorageValue(12002) == 1 then
player:setStorageValue(12001, 4)
player:setStorageValue(12002, player:getStorageValue(12002) + 1)
player:setStorageValue(12026, 4) -- Questlog The Ice Islands Quest, Nibelor 1: Breaking the Ice
doSummonCreature(chakoyas[math.random(1, 3)], toPosition)
toPosition:sendMagicEffect(CONST_ME_TELEPORT)
thing1:transform(7186) 
addEvent(function () local tile = toPosition:getTile() if tile then local thing = tile:getItemById(7186) if thing and thing:isItem() then thing:transform(7185) end end end, 60 * 1000)
end
end
end
return true
end

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.7k

Informação Importante

Confirmação de Termo