Jump to content
  • 0

I got couple of questions need an answer.


Zidax

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  04/21/16
  • Last Seen:  

Hello guys, I'm new in RO game development and I'm using Pre-Renewal Rathena emulator. I have a couple of question and I could not find it in the emulator folder.


1. How can I edit the max level and job level? I tried to edit the job_exp.txt on db/pre-re but when I finish putting it Base for 255 and Job for 120 for all First job until 3rd job, I cannot level it up when killing monsters.
2 How can I edit the skill tree of 3rd job class and add only non OP skills?
3. How can I make 2 server in one VPS or localhost?
4. What are the IDs of the custom items (Headgear, Wings and other equipments.)
5. Does someone know where can I download or make a classic style change job where you need to do quest in order to job change because I checked the NPCs to change job and it only change your job right away, I feel no challenge on changing my job compared to the classic Ragnarok Online Job Quest.
6. How can I edit Item/Card/Skill description. I cannot find the below directory and file in my emulator to edit description.

data/idnum2itemdesctable.txt

7. How to duplicate NPCs like Job Master? I tried to copy the duplicate code of Healer but it doesn't work in Job Master.
payon,171,229,6    duplicate(Job Master)    Job Master#pay    123

I found out that the item_db.txt was changed to 3 different item_db files to edit certain items.
item_db_equip.yml - for equipments weapon/armor, and other items that you can equip.
item_db_etc.yml - for cards
item_db_usable.yml  - for consumable items like boxes, potions, and others.

I was able to edit the effect but the description doesn't change because I could not find the right file.

Edited by Zidax
Need to edit the title of the thread
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  04/21/16
  • Last Seen:  

Anyone can help me?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   3
  • Joined:  04/29/14
  • Last Seen:  

Use the search function or a search engine. I understand you're new to RO Development, but any programmer worth their salt should know how to effectively look for resources. Also, this thread should have been posted in General Support.

 

1: https://github.com/rathena/rathena/wiki/Max-Level

2: https://github.com/rathena/rathena/blob/master/db/pre-re/skill_tree.txt and

3: 

 

4: https://github.com/rathena/rathena/wiki/Custom-Items

5: https://github.com/rathena/rathena/tree/master/npc/jobs

6: 

 

7: Try adding a unique name to the Job Master NPC (eg. Job Master::JobMaster) and use it as a reference to your duplication code:

eg. 

payon,171,229,6    duplicate(JobMaster)    Job Master#pay    123

 

 

 

 

 

Edited by Dazzu
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...