Jump to content
  • 0

SERVER MODIFICATION !


BavariaN

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  41
  • Reputation:   1
  • Joined:  10/17/13
  • Last Seen:  

Sorry in advance if i put this topic in a wrong section!

=====================================================================

1st Question:    How to edit the maximum stats from 99 into 255 ? 

=====================================================================

2nd Question:    How to make my maximum attack speed from 190 into 196 or any value?

=====================================================================

3rd Question:   How to modify exp gained in leveling a character. We just need to add some multiple value, depending on my preference right ? How ?

=====================================================================

4th Question:     How to modify the drop rate of mini mvp boss, mvp boss and LHZ boss. 

=====================================================================

 

Thanks in advance to someone who help me with my inquiries! 

 

Sory if i look to lazy in asking everything here in rAthena. I already browse all my server files and i saw something that i think will answer my inquiry but im afraid to do it on my own so i ask here to have an answer from the best developers.

 

Please provide a clear instruction, because im completely newbie in developing a server.

Thank you so much! More power rAthena Community!!!!!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


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

0. what is your server mode? re/pre-re?

1. stats from 99-255 which classes?

3. i think there is more then one 1 way to do it, modify monsters table or multiply exp by x

4. drop rate can be modify by editing monster table if you use text db indeed of sql db for mob_db.

 

 

structure:

//ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per etc.

example: Card Drop by 0,01% chance

1001,SCORPION,Scorpion,Scorpion,16,153,1,108,81,1,33,40,16,5,12,15,10,5,19,5,10,12,0,4,23,0x3191,200,1564,864,576,0,0,0,0,0,0,0,990,70,904,5500,757,57,943,210,7041,100,508,200,625,20,0,0,0,0,4068,1

 

modified Card Drop by 0,10% chance

1001,SCORPION,Scorpion,Scorpion,16,153,1,108,81,1,33,40,16,5,12,15,10,5,19,5,10,12,0,4,23,0x3191,200,1564,864,576,0,0,0,0,0,0,0,990,70,904,5500,757,57,943,210,7041,100,508,200,625,20,0,0,0,0,4068,10

 

modified Card Drop by 1,00% chance

1001,SCORPION,Scorpion,Scorpion,16,153,1,108,81,1,33,40,16,5,12,15,10,5,19,5,10,12,0,4,23,0x3191,200,1564,864,576,0,0,0,0,0,0,0,990,70,904,5500,757,57,943,210,7041,100,508,200,625,20,0,0,0,0,4068,100

 

etc. etc.

 

you can also edit the config file for drop, then all items are affected

conf\battle\drops.conf

 

just edit lines here.

item_rate_common

item_rate_mvp etc etc

 

exp can also be edited by config

conf/battle/exp.conf

Edited by Neji
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  41
  • Reputation:   1
  • Joined:  10/17/13
  • Last Seen:  

0. what is your server mode? re/pre-re?

1. stats from 99-255 which classes?

3. i think there is more then one 1 way to do it, modify monsters table or multiply exp by x

4. drop rate can be modify by editing monster table if you use text db indeed of sql db for mob_db.

 

 

structure:

//ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per etc.

example: Card Drop by 0,01% chance

1001,SCORPION,Scorpion,Scorpion,16,153,1,108,81,1,33,40,16,5,12,15,10,5,19,5,10,12,0,4,23,0x3191,200,1564,864,576,0,0,0,0,0,0,0,990,70,904,5500,757,57,943,210,7041,100,508,200,625,20,0,0,0,0,4068,1

 

modified Card Drop by 0,10% chance

1001,SCORPION,Scorpion,Scorpion,16,153,1,108,81,1,33,40,16,5,12,15,10,5,19,5,10,12,0,4,23,0x3191,200,1564,864,576,0,0,0,0,0,0,0,990,70,904,5500,757,57,943,210,7041,100,508,200,625,20,0,0,0,0,4068,10

 

modified Card Drop by 1,00% chance

1001,SCORPION,Scorpion,Scorpion,16,153,1,108,81,1,33,40,16,5,12,15,10,5,19,5,10,12,0,4,23,0x3191,200,1564,864,576,0,0,0,0,0,0,0,990,70,904,5500,757,57,943,210,7041,100,508,200,625,20,0,0,0,0,4068,100

 

etc. etc.

 

you can also edit the config file for drop, then all items are affected

conf\battle\drops.conf

 

just edit lines here.

item_rate_common

item_rate_mvp etc etc

 

exp can also be edited by config

conf/battle/exp.conf

Hi Sir Neji,

-My offline server runs in a Pre-re mode.

-maximum stats from 99-255 of trans class.

 

Thanks!

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...