Jump to content
  • 0
ZelosAvalon

new start point int_land warp to izlude bugged

Question

[Debug]: mapindex_name2id: Map "izludeizlud" not found in index list!
[Debug]: Source (NPC): noviship#izlude at int_land (49,57)
[Debug]: pc_setpos: Passed mapindex(0) is invalid!
[Error]: buildin_warp: moving player 'Conrado' to "izludeizlude",196,209 failed.

 

script location: npc\re\warps\cities\izlude.txt

 

som1 can help me to fix it ?

 

part where the error is occurring:

	mes("[Sailor]");
	mes("Lets head toward Izlude!");
	close2();
	if (questprogress(21001))
		erasequest(21001);
	if (questprogress(21002))
		erasequest(21002);
	warp("izlude"+strnpcinfo(NPC_NAME_HIDDEN), 196, 209);
	end;

 

Captura_de_tela_2016_10_08_02_04_41.png

Edited by ZelosAvalon

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hercules bug (introduced on recent training ground changes):

Fixed @ https://github.com/HerculesWS/Hercules/commit/c40d4995c93a9e932356ed952328f97e97c3aa0f

(Please open bug report at github, so it could be referred on commit message, and also not all dev see forum for bug report)

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.