Jump to content

Anti-Cavalo


tierrilopes
 Share

Recommended Posts

Mapas colocados: OX, guerras de guild.Bloqueia item de cavalo, desmonta e retira cavalo.

quest anti_cavalo begin	state start begin		when 50051.use or 50052.use or 50053.use or 30054.use or 70302.use with pc.get_map_index() == 26 or pc.get_map_index() == 114 or pc.get_map_index() == 121 or pc.get_map_index() == 125 or pc.get_map_index() == (110*10000) or pc.get_map_index() == 110 or pc.get_map_index() == 111 or pc.get_map_index() == (111*10000) or pc.get_map_index() == 113 or pc.get_map_index() == (113*10000) begin			horse.unsummon()			syschat("Não quero.")		end				when login with pc.get_map_index() == 26 or pc.get_map_index() == 114 or pc.get_map_index() == 121 or pc.get_map_index() == 125 or pc.get_map_index() == (110*10000) or pc.get_map_index() == 110 or pc.get_map_index() == 111 or pc.get_map_index() == (111*10000) or pc.get_map_index() == 113 or pc.get_map_index() == (113*10000) begin			if pc.is_mount() then				pc.unmount()				horse.unsummon()				syschat("Cavalo removido.")			else				pc.unmount()				horse.unsummon()				syschat("Cavalo removido.")			end		end	endend

anti_cavalo.quest

anti_cavalo.quest

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...