Jump to content
  • 0

Negative Field Manual? (-100% EXP?)


Question

Posted

Hi,

 

how can I add a status that grants negative EXP? I mean for example sc_start SC_EXPSLOW,10000,50 reduces exp income by 50% for 10 seconds.


Bump.

9 answers to this question

Recommended Posts

Posted

How about playing and combining these with autobonus :P

bonus2 bExpAddRace,r,x; Increase exp gained by x% against enemies of race r
bonus2 bExpAddClass,c,x; Increase exp gained by x% against enemies of class c
 
Try to use negative values also 
Posted

 

How about playing and combining these with autobonus :P

 

 

bonus2 bExpAddRace,r,x; Increase exp gained by x% against enemies of race r
bonus2 bExpAddClass,c,x; Increase exp gained by x% against enemies of class c
 
Try to use negative values also 

 

Well thus I would to add it for all classes and races? x_x

Isn't there a way to add a new SC status?

Posted (edited)

remove/comment these lines src/map/status.c on status_change_start

		case SC_EXPBOOST:
		case SC_JEXPBOOST:
			if (val1 < 0)
				val1 = 0;
			break;

Ohh that looks great.

Will try tomorrow. :)

 

This works fine. Now I just need to block or edit Quest EXP for those who want to use this. :o

Edited by Yuka

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...