new start point int_land warp to izlude bugged

ZelosAvalon

New member
Messages
218
Points
0
Age
34
Emulator
[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


 
Last edited by a moderator:
Back
Top