Jump to content
  • 0

AI Functions


sandeagle

Question

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.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

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
Link to comment
Share on other sites

  • 0

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++;

 

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.
Note: Your post will require moderator approval before it will be visible.

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