Modify initial items.

Status
Not open for further replies.

Senos

Moderator
Messages
183
Points
0
Age
30
It would be interesting instead of: 
Code:
// Starting weapon for new charactersstart_weapon: 1201// Starting armor for new charactersstart_armor: 2301
 
This:
Code:
start_items: <id1>,<qtd1>,<id2>,<qtd2>; // And so on...
What do you think?!!
And my observation: Why not take settings zeny and items from the char-server.txt and put in player.conf (battle)?
 
Idea by Neko on: http://forum.brathena.org/topic/17528-primeiros-itens-start-items/
 
Last edited by a moderator:
It is no big deal to do this mod.

@edit

Just finished it. Waiting for ppl's opinion on this.

And my observation: Why not take settings zeny and items from the char-server.txt and put in player.conf (battle)?
Because these settings are used only by char-server and therefore it would be a waste of resource to have to include battle settings into the char source code piece.
 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top