Jump to content

Question

Posted

anybody knows Down level functions in Vanganth IL AI?

i wanna to down players level from 80 to 1,if use

myself::IncrementParam (talker, @PARAM_EXP, exp);

the Exp only -2100000000 max...

 

any another functions for down level???

thank you.

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

Check on any experience .java and u will find the amounts for the ai i think thats not the max

 

 

Rebirth manager will aswell help on your issue

Edited by Amenadiel
  • 0
Posted

thx, Amenadiel

i had check other rebirth system,they use no more than 2.1 billion exp。

so i think there is one function in Vanganth ai,that could down level not via EXP.

 

well,seems its SetPCLevel???

	//0xD020012
	AiFunction& func3 = g_GlobalObjectFunctionArray[index];
	func3.wName = g_SetPCLevel;
	func3.handler = CGlobalObject::SetPCLevel;
	func3.returnType = AI_TYPE_VOID;
	func3.paramCount = 2;
	func3.param1Type = AI_TYPE_SHARED_CREATURE_DATA;
	func3.param2Type = AI_TYPE_INT;
	index++;

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock