Jump to content

dungeon call function d.notice, notice


Recommended Posts

Hello guys im writing a dungeon but im stuck at calling function d.notice.

In this case the function works 

		when kill with npc.get_race() == 8129 begin

		notice(legios._notice_dungeon_) -- says 5 sec until teleport
		        timer("legios_orc_run_timer", 5)

But here when i am lately calling this function it does not appear also i am running test server and it doesnt show me any error. ( tried only notice, didnt work )

		when legios_orc_run_timer.timer with pc.get_map_index() == 4 begin
		d.new_jump_all(4, 1378, 66)
		d.regen_file("data/dungeon/legios_orc_run/legios_first_floor.txt")
		d.notice(legios._notice_dungeon_first_)


Can someone explain me how does it work and why it doesnt appear? Regens etc are working properly.

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.