Issue information

Issue ID
#3935
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Dec 13, 2009 15:22
Last Post
Hercules Elf Bot
Mar 5, 2012 16:09
Confirmation
N/A

Hercules Elf Bot - Dec 13, 2009 15:22

Originally posted by [b]5511[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=3935

npc\instances\OrcsMemory

LN 106
donpcevent instance_npcname("Kruger#", instance_id())+"::OnInstanceInit";
+ disablenpc instance_npcname("Kurger#2-2", instance_id());
close;

LN 120
mes "If your dungeon has been destroyed you must wait 7 days before re-entering."; -> 2 hours? OR 1.5 hours?

QUOTE
12059,9600,0,0,0,0,0,0,"Orc's Memory Time Limit"





WRONG RANGE

QUOTE
1982,I_ORC_ARCHER,Orc Sniper,Orc Sniper,85,60901,0,196,120,1,1151,1184,10,5,1,12,24,0,24,5,10,12,1,1,29,0x3095,400,2852,1152,840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1983,I_ORC_SKELETON,Depraved Orc Spirit,Depraved Orc Spirit,87,80078,0,1729,1787,9,1310,1390,30,44,1,44,25,20,125,20,10,12,1,7,22,0x3885,300,1960,620,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0




BTW
QUOTE
OnTimer21910:
instance_announce 0, "Kruger's Whisper: Only the Party Leader can strengthen the flames so protect your leader.",bc_map,"0xffff00";
end;


so,I think ALL Torch are missing CHECKPARTYLEADER? like
CODE
if (getpartyleader(getcharid(1),2) != getcharid(0)) end;


maybe Aegis didn't CHECK..


=============

npc\instances\SealedShrine

LN 139
for( set .@i, 1; .@i < 12; set .@i, .@i + 1 ) { -> 13

=============

\npc\cities\lighthalzen

LN 280

Nannan should REMOVE, because he is in npc\quests\skills\alchemist_skills

=============

npc\quests\quests_lighthalzen

LN 10175
Kudiuu should REMOVE, because he is in \npc\cities\lighthalzen

=============

npc\quests\newgears\2005_headgears

LN 761 - LN 814 DUPLICATE

=============

Thank you for your reading

This post has been edited by 5511: Dec 13 2009, 08:37 AM