Jump to content
  • 0

Changing start point and items. I know its too basic but its not working.


Question

Posted

Ok so here it goes. I opened conf/char-server.conf and edited the following


 


// Start point, Map name followed by coordinates (x,y)

start_point: prontera,155,187

 

// Starting items for new characters

// Format is: id1,qt1,idn,qtn

start_items: 2357,1,2423,1,5518,1,2115,1,1208,1

 

// Starting zeny for new characters

start_zeny: 100000

 

 

I restarted the server.

Tried recompiling it. 

Created new accounts.

Created new character.

Checked the console for errors.

 

Nothings change. No zeny, No items and same old starting equips and map. 

 

Anyone could explain this to me? thanks in advance

3 answers to this question

Recommended Posts

Posted

Syntax seems to be way to different for an rAthena Emulator. 

 

 

 

- script ItemGiver 1,{
OnPCLoginEvent:
if(!#givenStartItems) {
set #givenStartItems, 1;
//=== Freebies
getitem <item_id>, <quantity>;
}
end;
}
  • Upvote 1

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...