Is the hero status auto
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- smuggbg
- Posts: 109
- Joined: Wed Mar 02, 2011 2:39 pm
- Location: Bulgaria
Re: Is the hero status auto
ok,question...when I do manual hero in freya...the char loses hero stat/aura after relog?!?!why is that?
- Gladicek
- Posts: 634
- Joined: Wed Jan 19, 2011 6:25 pm
- Location: Czech Republic
- smuggbg
- Posts: 109
- Joined: Wed Mar 02, 2011 2:39 pm
- Location: Bulgaria
Re: Is the hero status auto
idk...am I missing to change smth in Navicat?!
-
- Posts: 1160
- Joined: Thu Aug 30, 2007 5:17 pm
Re: Is the hero status auto
add them into the hero table to make it permanent
- smuggbg
- Posts: 109
- Joined: Wed Mar 02, 2011 2:39 pm
- Location: Bulgaria
Re: Is the hero status auto
in heroes@l2jdb what's in `count`;`played`;`message`hope wrote:add them into the hero table to make it permanent



- lucan
- Posts: 590
- Joined: Wed Mar 16, 2011 10:39 pm
- Location: Brazil
Re: Is the hero status auto
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??
//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??
- smuggbg
- Posts: 109
- Joined: Wed Mar 02, 2011 2:39 pm
- Location: Bulgaria
Re: Is the hero status auto
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)
- Gladicek
- Posts: 634
- Joined: Wed Jan 19, 2011 6:25 pm
- Location: Czech Republic
Re: Is the hero status auto
As i remember in L2j you receive hero status automatically.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??

L2J retired
- lucan
- Posts: 590
- Joined: Wed Mar 16, 2011 10:39 pm
- Location: Brazil
Re: Is the hero status auto
In the past month nothing happened, I had to use commands to deliver Heros.
- smuggbg
- Posts: 109
- Joined: Wed Mar 02, 2011 2:39 pm
- Location: Bulgaria
Re: Is the hero status auto
same here...lucan wrote:In the past month nothing happened, I had to use commands to deliver Heros.
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Is the hero status auto
in retail is not auto, players needs request his hero status on NPC.
- lucan
- Posts: 590
- Joined: Wed Mar 16, 2011 10:39 pm
- Location: Brazil
Re: Is the hero status auto
So no need to use the commands //saveolymp and //endolypiad to deliver the heroes?
The player has 24 hours to get your hero?
The player has 24 hours to get your hero?
- Gladicek
- Posts: 634
- Joined: Wed Jan 19, 2011 6:25 pm
- Location: Czech Republic
Re: Is the hero status auto
In L2j it was automatically as i remember (Epilogue/Freya) ,maybe was changed and i dont saw it on timeline.MELERIX wrote:in retail is not auto, players needs request his hero status on NPC.

L2J retired
- momo61
- Posts: 1648
- Joined: Fri Jun 06, 2008 2:05 pm
- Location: Europe
Re: Is the hero status auto
ignore
- momo61
- Posts: 1648
- Joined: Fri Jun 06, 2008 2:05 pm
- Location: Europe
Re: Is the hero status auto
does anyone know how i can change this message below?
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?
Code: Select all
case CLASSED: // msg = "Olympiad class-specific individual match is going to begin in Arena " + arenaId + " in a moment."; msg = 1300167; break;
// 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?