[Help] How to set a hero. L2J 

Joined
Dec 27, 2006
Messages
3
Reaction score
0
hi guys...exist a command that allows to be "hero"???(for admin)

excuse me for my BAD english...but i'm italian :P
 
Last edited by a moderator:
Re: [Question]

Hmm... use an ingame command: //admin
using that interface it shouldn't be a problem to edit a character...
 
Upvote 0
Re: [Question]

This is not the proper place for this thread.Read the rules before posting again.

PS.The command is //sethero but it gives only the hero aura.change it from ur db.
 
Upvote 0
I'm using L2Free DP, and you can't change hero status from DB.. only nobless
 
Upvote 0
This was quoted from Wolverine

insert into `heroes` values ('%charid%', "%charname%", 'charclassid', '1', '1');
Table Info heroes:
`char_id` <-- the id from the character
`char_name` <-- the name from the character
`class_id` <-- the class id from the character
`count` <-- the count how many times this char is (was) a hero
`played` <-- 1 = actual hero now / 0 = not actual hero now
 
Upvote 0
pretty old topic but .. theres another way.

- in your DB open the "olympiad_nobles" table
- enter char_id (can be found in "characters" table)
- enter class_id (can be found in "characters" table) (third class?)
- enter char_name (self explaining)
- enter a random amount in olympia_points, same as competitions_done

run your login & game server, open your admin panel ingame and choose "manual hero" in the game tab.

done. :)

possibly you gotta restart your gameserver, dont remember.
 
Upvote 0
Back