sandeagle Posted February 2, 2022 Posted February 2, 2022 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. Quote
0 Amenadiel Posted February 2, 2022 Posted February 2, 2022 (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 February 2, 2022 by Amenadiel Quote
0 sandeagle Posted February 2, 2022 Author Posted February 2, 2022 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++; Quote
Question
sandeagle
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
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.