Jump to content
  • 0

How to set minimum amount exp on one monster


Chacal666

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   1
  • Joined:  10/26/15
  • Last Seen:  

Hi ! 

 

I'm wondering if it was possible to set a minimum amount of exp just on one or on a few monster. 

For exemple, to set it so if i'm lvl 98/69 on a 50/50 rates, it will still give me atleast 1% baselvlexp, but just for the monster "seal". 

 

Is it possible ? If yes, how ? 

 

Also, I don't know what I should change to increase the aspd given by agi. 

For exemple, on normal server, If I have 100 agi, i will have 185 aspd. And I would like to make it so If I have 100 agi, it'll give me 190 aspd instead. I know ASPD depends on both dex and agi, but I can't find where the formula is. 

 

Anyway, sorry for my english and thanks in advance 

Edited by Chacal666
  • Upvote 1
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

you can change the exp given by the monster on 'mob_db.txt' found at the 'db' folder.

 

and if i'm not mistaken, you can only change the formula for aspd in the src codes not in some config files.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   1
  • Joined:  10/26/15
  • Last Seen:  

I think I poorly worded my 1st question  :P. I'll make an exemple because I don't think i'll be able to put word on it : 

 

I currently have a 300/300 rates server with max lvl 999, and I want that my bio 3 mobs give me normal exp rate until the point that the exp they give me should give me less than 1%. I want it to be blocked at 1%. But just for a few monster

 

For exemple : Currently, let's say that I gain 5% per bio3 monster when i'm lvl 150, when i'm lvl 900 I gain about 0.47% base lvl exp and i'd like it to be blocked at 1% without increasing the base exp rate bio3 monsters give (because it would make exp for the lower lvl much more easier), so that when i'm lvl 150 I still get 5% per monster.

 

Is it possible ? Setting the minimal amount at 1% regardless of my lvl without making it easier for people that are lvl 100 or around ? 

 

And, last thing, how should I proceed to set a @blockexp command ? 

 

Anyway thanks you very much for your answer

Edited by Chacal666
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

you can try to do it with npc script.

OnMobKill:

if player base level >= 900

use some kind of formula that will give the player more exp in addition to the exp they gain from killing monster that will result in 1% minimum exp.
 

 

 

Although im not really sure if there's other way to do this.

Edited by benching
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   1
  • Joined:  10/26/15
  • Last Seen:  

Thanks you very 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...