Jump to content
  • 0

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


GMKoji

Question


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  43
  • Reputation:   0
  • Joined:  02/17/12
  • Last Seen:  

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

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   16
  • Joined:  01/20/14
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   16
  • Joined:  01/20/14
  • Last Seen:  

O.O 

 

Sorry about it. I wasnt reading that much. 

Link to comment
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.   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.

×
×
  • Create New...