antiblock
Rodnia | Alpha & Omega
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
Unk3n0w7

★ | ● Quest : Npc De Várias Janelas ! ●

1 post in this topic

quest shop begin	state start begin		when 9001.chat."Shop" begin			npc.open_shop(1)			setskin(NOWINDOW)		end		when 9002.chat."Shop" begin			npc.open_shop(2)			setskin(NOWINDOW)		end		when 9003.chat."Shop" begin			npc.open_shop(3)			setskin(NOWINDOW)		end		when 9003.chat."Shop Stone" begin			npc.open_shop(4)			setskin(NOWINDOW)		end		when 20016.chat."Shop Upgrade's I" begin			npc.open_shop(5)			setskin(NOWINDOW)		end		when 20016.chat."Shop Upgrade's II" begin			npc.open_shop(6)			setskin(NOWINDOW)		end		when 20016.chat."Shop Upgrade's III" begin			npc.open_shop(19)			setskin(NOWINDOW)		end		when 9009.chat."Shop" begin			npc.open_shop(7)			setskin(NOWINDOW)		end		when 9006.chat."Shop" begin			npc.open_shop(8)			setskin(NOWINDOW)		end		when 20015.chat."Shop" begin			npc.open_shop(18)			setskin(NOWINDOW)		end		when 20349.chat."Shop" begin			npc.open_shop(20)			setskin(NOWINDOW)		end		when 9003.chat."Shop Book's" begin			if pc.get_skill_group() == 0 then				say_title("General Store")				say("")				say("You cant open this shop, if don't")				say("know nothing about fights.")				return			end			if pc.get_skill_group() == 1 then				npc.open_shop(10)				setskin(NOWINDOW)			end			if pc.get_skill_group() == 2 then				npc.open_shop(11)				setskin(NOWINDOW)			end			if pc.get_skill_group() == 3 then				npc.open_shop(12)				setskin(NOWINDOW)			end			if pc.get_skill_group() == 4 then				npc.open_shop(13)				setskin(NOWINDOW)			end			if pc.get_skill_group() == 5 then				npc.open_shop(14)				setskin(NOWINDOW)			end			if pc.get_skill_group() == 6 then				npc.open_shop(15)				setskin(NOWINDOW)			end			if pc.get_skill_group() == 7 then				npc.open_shop(16)				setskin(NOWINDOW)			end			if pc.get_skill_group() == 8 then				npc.open_shop(17)				setskin(NOWINDOW)			end		end	endend

[*]Créditos : Newforce <- Quest !

#Tenho as opções em inglês pq meu server vai ser inglês. 

 

Share this post


Link to post
Share on other sites
antiblock
https://i.imgur.com/aJ17bf7.gif

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
Sign in to follow this