View Single Post
Soloist
Senior Member
Join Date: Jun 2004
Location: New York
Old 07-09-2005 , 23:34  
Reply With Quote #3

I have a request/suggestion. I have updated the extralevels2 by cheeserm so that the amount Bloodlust given for an onos is less than the other forms to prevent perma-charge onos, and I believe i changed it for this plugin so here is the code that could be added if you want?

Line 64
Code:
#define BLOODLUSTONOS		7		// Amount Blood lust is decresed by for onos
Line 473
Code:
// Blood Lust
			new onosclass = ns_get_class(id)
			if ( onosclass == CLASS_ONOS )
			{
				new Float:energy = entity_get_float(id, EV_FL_fuser3)
				energy += (( BLOODLUSTSPEED * g_bloodlustupgrade[id] ) / BLOODLUSTONOS )
				if ( energy > 1000.0 )
					energy = 1000.0
				entity_set_float(id, EV_FL_fuser3,energy)
			}
			else
			{
Line 492
Code:
			}
Edit: It works the value i have BLOODLUSTONOS set to is 7 so that gives him permacharge but as if he is attacking it will decrease the energy.
Soloist is offline
Send a message via ICQ to Soloist Send a message via AIM to Soloist Send a message via MSN to Soloist Send a message via Yahoo to Soloist