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 .
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.
Dear players, We are excited to announce the open beta testing of the Airin x2 server. Start: March 14, 2025, at 18:00 (GMT +1) server time. An NPC will be available on the test server, where you can acquire items, level up, choose a profession, and more. All character progress (EXP/Items) may be wiped at any time and will not transfer to the live Airin server.
OBT is expected to last until March 17, 20:00 server time. We are also working on a client with multiple language options and a proxy solution to improve the gaming experience for players worldwide and ensure a more stable connection. Download links and account registration will be available later. Stay tuned for updates!
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
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.