Jump to content
  • 0
onnrain

starting player +10 knife

Question

2 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.