Jump to content

Blocking exp - quest


Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

quest blokada5 begin
	state start begin
		when kill with not npc.is_pc() and pc.get_map_index() == 273 and pc.get_level() >= 95 begin
			if pc.get_exp() >= 1 then 
				pc.give_exp2(-pc.get_exp())
			end
			chat("|cFF00ff33[Informacja]|h|cFFFFFFFF|h Masz za duży poziom aby zdobywać tu doświadczenie! ")
		end
		
		when login with pc.get_map_index() == 273 and pc.get_level() >= 95 begin
			chat("Ustawiłem QF na wartość: "..pc.get_exp())
			chat("|cFF00ff33[Informacja]|h|cFFFFFFFF|h Masz za duży poziom aby zdobywać tu doświadczenie! ")
		end
	end
end

 

Link to comment
Share on other sites

42 minutes ago, ZenkoKXO. said:

quest blokada5 begin
	state start begin
		when kill with not npc.is_pc() and pc.get_map_index() == 273 and pc.get_level() >= 95 begin
			if pc.get_exp() >= 1 then 
				pc.give_exp2(-pc.get_exp())
			end
			chat("|cFF00ff33[Informacja]|h|cFFFFFFFF|h Masz za duży poziom aby zdobywać tu doświadczenie! ")
		end
		
		when login with pc.get_map_index() == 273 and pc.get_level() >= 95 begin
			chat("Ustawiłem QF na wartość: "..pc.get_exp())
			chat("|cFF00ff33[Informacja]|h|cFFFFFFFF|h Masz za duży poziom aby zdobywać tu doświadczenie! ")
		end
	end
end

 

Same. Maybe I need to change in the exp functions of int to long long if I made the max gold? Like this

http://pastebin.com/2sNSGfai

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.