guytis Posted December 21, 2021 Posted December 21, 2021 Hello, I have run the AI compiler that is inside L2NPC (C4), it compiles everything perfectly but the error is that it gets lost when you have to choose between . \tfetch_f\r\r\n \tfetch_d\r\r\n \tfetch_i4\r\r\n \tfetch_i4r\r\r\n When there is a situation like the following, an IsPointer() crash occurs if (myself.sm.hp > myself.sm.max_hp * 0.4 && (myself.sm.alive != 0 && myself.p_state != 3)) if it were for example if (myself.sm.hp > myself.sm.max_hp && (myself.sm.alive != 0 && myself.p_state != 3)) the error does not occur. to avoid the error I have removed the following line of code, but it always puts the \tfetch_f\r\n \tfetch_d\r\r\n \tfetch_i4\r\r\n \tfetch_i4r\n wrong ones. If anyone understands the issue, contact me and we will see how to solve it, I will send you the IDA base and extend to run the L2NPC compiler. Skype: gustavoorellano@hotmail.com Discord: Guytis#6760
0 Akar0 Posted December 21, 2021 Posted December 21, 2021 Ask to your friend @MasterToma, I bet He will greatfully helping you out.
0 guytis Posted December 22, 2021 Author Posted December 22, 2021 12 hours ago, Akar0 said: Ask to your friend @MasterToma, I bet He will greatfully helping you out. hahaha, better ask him yourself, he gave a lot of things to the community... hahaha... or actually he used them all for his own benefit xD
0 ZOUMHS Posted December 22, 2021 Posted December 22, 2021 (edited) 17 hours ago, Akar0 said: Ask to your friend @MasterToma, I bet He will greatfully helping you out. When i say to mastertomas im just a friend with guytis automatically delete me from skype. This guy is a joke for sure kids have more brain. Guytis help me alot and never share my work or scam me. Edited December 22, 2021 by ZOUMHS
Question
guytis
Hello, I have run the AI compiler that is inside L2NPC (C4), it compiles everything perfectly but the error is that it gets lost when you have to choose between .
\tfetch_f\r\r\n
\tfetch_d\r\r\n
\tfetch_i4\r\r\n
\tfetch_i4r\r\r\n
When there is a situation like the following, an IsPointer() crash occurs
if (myself.sm.hp > myself.sm.max_hp * 0.4 && (myself.sm.alive != 0 && myself.p_state != 3))
if it were for example
if (myself.sm.hp > myself.sm.max_hp && (myself.sm.alive != 0 && myself.p_state != 3))
the error does not occur.
to avoid the error I have removed the following line of code, but it always puts the
\tfetch_f\r\n
\tfetch_d\r\r\n
\tfetch_i4\r\r\n
\tfetch_i4r\n
wrong ones.




If anyone understands the issue, contact me and we will see how to solve it, I will send you the IDA base and extend to run the L2NPC compiler.
Skype: gustavoorellano@hotmail.com
Discord: Guytis#6760
3 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now