Page 2 of 3

Re: Is the hero status auto

Posted: Tue May 17, 2011 7:49 pm
by smuggbg
ok,question...when I do manual hero in freya...the char loses hero stat/aura after relog?!?!why is that?

Re: Is the hero status auto

Posted: Tue May 17, 2011 8:11 pm
by Gladicek
Hero status from GM command is just till you make relog O.o

Re: Is the hero status auto

Posted: Tue May 17, 2011 8:17 pm
by smuggbg
idk...am I missing to change smth in Navicat?!

Re: Is the hero status auto

Posted: Tue May 17, 2011 9:24 pm
by hope
add them into the hero table to make it permanent

Re: Is the hero status auto

Posted: Wed May 18, 2011 12:46 am
by smuggbg
hope wrote:add them into the hero table to make it permanent
in heroes@l2jdb what's in `count`;`played`;`message` :roll: :roll: :roll:

Re: Is the hero status auto

Posted: Fri May 20, 2011 7:36 pm
by lucan
Usually on the last day of the month after 0:00 when the Olympiad are finished I use the command ...
//saveolymp
//endolypiad
And Heros are formed... at L2J Freya does not need to do this? The player can receive your hero just talking at the NPC or monument??

Re: Is the hero status auto

Posted: Mon May 23, 2011 6:10 pm
by smuggbg
lucan wrote:Usually on the last day of the month after 0:00 when the Olympiad are finished I use the command ...
//saveolymp
//endolypiad
And Heros are formed... at L2J Freya does not need to do this? The player can receive your hero just talking at the NPC or monument??

same for Freya! TY lucan (bow)

Re: Is the hero status auto

Posted: Tue May 24, 2011 5:15 am
by Gladicek
lucan wrote:Usually on the last day of the month after 0:00 when the Olympiad are finished I use the command ...
//saveolymp
//endolypiad
And Heros are formed... at L2J Freya does not need to do this? The player can receive your hero just talking at the NPC or monument??
As i remember in L2j you receive hero status automatically.

Re: Is the hero status auto

Posted: Tue May 24, 2011 11:48 am
by lucan
In the past month nothing happened, I had to use commands to deliver Heros.

Re: Is the hero status auto

Posted: Tue May 24, 2011 2:21 pm
by smuggbg
lucan wrote:In the past month nothing happened, I had to use commands to deliver Heros.
same here...

Re: Is the hero status auto

Posted: Tue May 24, 2011 8:46 pm
by MELERIX
in retail is not auto, players needs request his hero status on NPC.

Re: Is the hero status auto

Posted: Tue May 24, 2011 8:58 pm
by lucan
So no need to use the commands //saveolymp and //endolypiad to deliver the heroes?
The player has 24 hours to get your hero?

Re: Is the hero status auto

Posted: Tue May 24, 2011 9:18 pm
by Gladicek
MELERIX wrote:in retail is not auto, players needs request his hero status on NPC.
In L2j it was automatically as i remember (Epilogue/Freya) ,maybe was changed and i dont saw it on timeline.

Re: Is the hero status auto

Posted: Thu Sep 15, 2011 1:13 pm
by momo61
ignore

Re: Is the hero status auto

Posted: Tue Sep 20, 2011 6:59 pm
by momo61
does anyone know how i can change this message below?

Code: Select all

                    case CLASSED:                        // msg = "Olympiad class-specific individual match is going to begin in Arena " + arenaId + " in a moment.";                        msg = 1300167;                        break;
The line:
// msg = "Olympiad class-specific individual match is going to begin in Arena " + arenaId + " in a moment.";
is marked green since it's commented out, so i gues the message is taken from somewhere else, presumably 1300167. Where can I find that message? I tried searching in eclipse but i cant find it. Anyone got a hint?