starting player +10 knife

onnrain

New member
Messages
20
Points
0
new starting player will get +10 knife and 100000 zeny? can make for me? it not by NPC tu get this.

 
For zeny you can set it at conf/char-server.conf, search for: start_zeny

For knife I think it's not possible to give a refined item through the config (unless you give a box) but you can do with script.

Something like:

OnPCLoginEvent: if (!firstLogin) { getitem2 1201,1,1,10,0,0,0,0,0; firstLogin = 1; }end; 

I've not tested it but it should work without errors. This will give for a knife for each character on its first login, if you want one per account change firstLogin to #firstLogin

 
Back
Top