in the quest Trial of the Challenger from quest monster Baraham doesn't climb NPS Rolar which need to speak to continue the quest. Which only means I didn't))

Trial of the Challenger
Started by Lags, Jun 29 2013 10:12 PM
10 replies to this topic
#1
Posted 29 June 2013 - 10:12 PM
#2
Posted 01 July 2013 - 02:33 AM
"Trial of the Challenger" epic fail?

#3
Posted 01 July 2013 - 08:43 AM
QUOTE (Megazoid @ Jul 1 2013, 06:33 AM) <{POST_SNAPBACK}>
"Trial of the Challenger" epic fail? 

Your joke - epic fail. 100% info.
#4
Posted 01 July 2013 - 10:28 AM
Завтра посмеёмся)
#5
Posted 01 July 2013 - 11:03 AM
QUOTE (Lags @ Jul 1 2013, 12:28 PM) <{POST_SNAPBACK}>
Завтра посмеёмся)
Problem is you cant find NPC ?
Tell me npc name and ill check npcpos
Regards
Languages: english - spanish
Contact Me:........................................|...............Contact xxxxx:
MSN/ICQ: [email protected]...........|.............
Learn Web - Animation Desing via online:
Aprende Diseño Web Animaciones:
http://claseweb.cl
Were on Facebook - VK:
L2c1world .... Lineage 2 c1
Contact Me:........................................|...............Contact xxxxx:
MSN/ICQ: [email protected]...........|.............
Learn Web - Animation Desing via online:
Aprende Diseño Web Animaciones:
http://claseweb.cl
Were on Facebook - VK:
L2c1world .... Lineage 2 c1

#6
Posted 01 July 2013 - 11:42 AM
Problem is, when he kills certain mobs, quest mob did`t appear at all. Or when he kills quest mob, npc don`t appear (most likely). NPC Rolar is needed to continue the quest.
Maybe server restart can help with it, maybe not.
Maybe server restart can help with it, maybe not.
#7
Posted 01 July 2013 - 11:57 AM
I need Champion Raldo, that appears after the murder Quest monster Baharam.
Quest monster Baharam has 6 guards, currently revived only 1 guard.
Quest monster Baharam has 6 guards, currently revived only 1 guard.
#8
Posted 31 July 2013 - 07:37 PM
Now I'm doing this quest and it's bugged for me. NPC Name is Raldo. Supposed to be you kill Baraham and its guards, and he spawns in the cave, I've killed Baraham 5 times and no Raldo. And it's been night time ingame.
#9
Posted 06 August 2013 - 12:19 AM
I'm having trouble in this quest, the NPC Raldo not appear at night...........I have lvl 38 need 2 job man ! Please help server.
#10
Posted 06 August 2013 - 09:38 AM
QUOTE (Yure Loko @ Aug 6 2013, 01:19 AM) <{POST_SNAPBACK}>
I'm having trouble in this quest, the NPC Raldo not appear at night...........I have lvl 38 need 2 job man ! Please help server.
there is the code:
CODE
//prelude code
// if (Maker_GetNpcCount()<2)
// {
// CreateOnePrivate(@raldo,"raldo",0, 1);
// }
//c1 code
if (Maker_GetNpcCount() < 10) {
CreateOnePrivateEx(@raldo, "raldo", 0, 0, FloatToInt(myself.sm.x), FloatToInt(myself.sm.y), FloatToInt(myself.sm.z), 0, 0, 0);
}
// if (Maker_GetNpcCount()<2)
// {
// CreateOnePrivate(@raldo,"raldo",0, 1);
// }
//c1 code
if (Maker_GetNpcCount() < 10) {
CreateOnePrivateEx(@raldo, "raldo", 0, 0, FloatToInt(myself.sm.x), FloatToInt(myself.sm.y), FloatToInt(myself.sm.z), 0, 0, 0);
}
this means that raldo spawn when baraham territory have less than 10 monsters spawned
I will see what can be done
quick fix can be:
CODE
//prelude code
// if (Maker_GetNpcCount()<2)
// {
// CreateOnePrivate(@raldo,"raldo",0, 1);
// }
//c1 code
//if (Maker_GetNpcCount() < 10)
{
CreateOnePrivateEx(@raldo, "raldo", 0, 0, FloatToInt(myself.sm.x), FloatToInt(myself.sm.y), FloatToInt(myself.sm.z), 0, 0, 0);
}
// if (Maker_GetNpcCount()<2)
// {
// CreateOnePrivate(@raldo,"raldo",0, 1);
// }
//c1 code
//if (Maker_GetNpcCount() < 10)
{
CreateOnePrivateEx(@raldo, "raldo", 0, 0, FloatToInt(myself.sm.x), FloatToInt(myself.sm.y), FloatToInt(myself.sm.z), 0, 0, 0);
}
#11
Posted 06 August 2013 - 02:22 PM
i'm close to 40, i need Trial....Please help.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users