Jump to content
  • 0

Need a person to help me with my server :/


ArsenalJustice

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  07/29/13
  • Last Seen:  

I need an experienced ragnarok developer or something.

 

I needa change alot of stuff for my server.

 

List of things I need for my server: Changing maximum level, rates, making a patcher, and a a control panel, and lastly, adding customs.

 

If you know some of these things or most of it, add my skype : exolancer.. Ill give you my team viewer info so you can help me.. 

 

Thanks :D

Link to comment
Share on other sites

14 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   14
  • Joined:  12/12/11
  • Last Seen:  

You can change rates in conf/battle/exp.conf and conf/battle/drops.conf

 

item_rate_common: 100

item_rate_heal: 100

item_rate_use: 100

item_rate_equip: 100

item_rate_card: 100

item_rate_mvp: 100

item_rate_adddrop: 100

item_rate_treasure: 100

 

100 = 1x

5000 = 50x

10000 = 100x

 

This is for drop rates, but it the same for experience rates, just you edit inside the exp.conf.

 

 

You can change your max level inside 'db/exp.txt'

Change the first number ( Usually 99 or 150 ) to your desired max level.

 

99

//Base - Normal Jobs
99,0:1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:23:24:25:26:4046:4047:4048:4049,0,9,16,25,36,77,112,153,200,253,320,385,490,585,700,830,970,1120,1260,1420,1620,1860,1990,2240,2504,2950,3426,3934,4474,6
 

160

//Base - Normal Jobs
160,0:1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:23:24:25:26:4046:4047:4048:4049,0,9,16,25,36,77,112,153,200,253,320,385,490,585,700,830,970,1120,1260,1420,1620,1860,1990,2240,2504,2950,3426,3934,4474,6889,7995,9174,10425,11748,13967,15775,17678,19677,21773,30543,34212,38065,42102,46323,53026,58419,64041,6
 
Edited by Evelynn
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  07/29/13
  • Last Seen:  

 Thanks Evelyn, now i just need someone to help me with the Patcher, customs, and the control panel. :D



Changing level doesnt work o.o 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   14
  • Joined:  12/12/11
  • Last Seen:  

Do you have an exp2.txt inside your db folder?

 

If so, change the max level in that one. After that, rename the current exp.txt to anything other than exp.txt.

Then rename the exp2.txt to exp.txt

 

If this does not work, you will have to change the number inside your source.

 

Also you have to change it for the rest of the jobs too.

The example I showed you up there only applies to 'normal' jobs which are 'first class'

Edited by Evelynn
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  07/29/13
  • Last Seen:  

Do i need to compile it or something ? :/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   14
  • Joined:  12/12/11
  • Last Seen:  

For a source change you would... I forgot where it is changed inside there but if I remember correctly.. the default is set to 1000...

 

So just changing the exp.txt should be enough to change your max levels.

 

Please show me what your exp.txt looks like and what your desired max level is. I want to see if you've changed the other areas as well.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  07/29/13
  • Last Seen:  

//This is a custom Experience table with support for up to level 1000.

//To use it, replace exp.txt with this file and edit the max level

//accordingly.

//Experience tables format:

//Max Level,Class list,Type (0 - Base Exp / 1 - Job Exp),Exp 1,2,3,...

//Base - Normal Jobs

150,0:1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:23:24:25:26:4046:4047:4048:4049:4050:4051:4052,0,9,16,25,36,77,112,153,200,253,320,385,490,585,700,830,970,1120,1260,1420,1620,1860,1990,2240,2504,2950,3426,3934,4474,6889,7995,9174.. SO ON

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   14
  • Joined:  12/12/11
  • Last Seen:  

Did you only change for that certain area? If so, that is the problem then.

 

Do you see the numbers after 150 that has colons to seperate each individual number?

Those are the job IDs of certain classes. In this case, those IDs are for the first classes ( Swordsman Thief Acolyte  ).

 

There are other areas that you have to edit for it to register for other classes too.

 

See where there are comments before the numbers? Read those and it'l tell you accordly what type of class you are about to change.

 

Like

// Base Adv Job

 

Under it, there should be similar numbers as well. You have to change that number to your desired max level as well. Same as you did for the first, but now for different class.

 

It was set this way to seperate and organize all classes into 1st job, 2nd job , 3rd job etc.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  07/29/13
  • Last Seen:  

Can you do it as where its for all 2nd classes for me o.o

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   14
  • Joined:  12/12/11
  • Last Seen:  

Looking at it now, since I couldn't remember which IDs are which jobs.

 

Normal Jobs also include second jobs already.

 

Adv jobs goes for transcendent classes.

 

Is it still not working for you?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   14
  • Joined:  12/12/11
  • Last Seen:  

Can you please attach your exp.txt so I can see what you did to it?

 

Also I am hoping you've restarted your server after the change o_o.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  07/29/13
  • Last Seen:  

Also do you know anything about customs? <-- What i care about alot

 

Like i added a wing and it works but when i wear it i get crashed :/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   14
  • Joined:  12/12/11
  • Last Seen:  

Yes I do know how to add them but I do not have the time to explain it right now.

 

the lua folder: datainfo is where you would want to work for the sprite to show up.

 

Make sure you are defining them correctly ( names are not case sensitive ). ( accname.lua )

Also ensure that you are assigning proper View ids ( accessoryid.lua )

 

 

System folder: itemInfo for the Description name / Item Sprites

 

Please show me your exp.txt though, I would like to help you resolve this.

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