Anyone minds telling me where the cubics are in the AI file?
I tried searching with some keywords but that failed horrible. Then I tried looking at the classes 1 by 1, but I dont see anything obvious like the summons/pets/merchants, its "sub" classes and etc.
I tried comparing the cubics with summons skilldata to find them in the AI, for example, summons skilldata has this: effect = {{i_summon;[blue_eye_ep_28];100;[spirit_ore];6;3600}}
So, in case summons/pets werent really easy to find, searching the blue_eye would do the trick.
I tried this tactic for the cubics, but every cubic is like this: effect = {{i_summon_cubic;9;104}}
Searching for the number 9 doesnt rly work. Am I doing this wrong?
If anyone could tell me in what "tab"/class they are or give some advice on how to search better for them, that would be great.
Ty. I ll keep looking and update my own question if I find it.
To check the operation of npc movement. You can turn off all movement in the game and move only the npc you want using the move to package. This way you will reduce a lot of unnecessary code and understand where the problem is.
And all your maps are not thread safe and you are using multithreading
startQuestTimer("move", 5000, npc, null);
Verify if following is supposed to be the way to handle movement
npc.getAI().setIntention(CtrlIntention.AI_INTENTION_MOVE_TO, new Location(point.getX(), point.getY(), point.getZ()));
For me, it's not enough. And if it's the case, whole AI system is probably buggy.
hello, i want to wtt my charracter in l2elmorelab 1x harbor for 1.5kkk adena in l2reborn 10x new.
Or if you interested tell me your offer. :))
Clean Mail
30 lvl Cleric
Naked
Updated.
Question
ericvini
Anyone minds telling me where the cubics are in the AI file?
I tried searching with some keywords but that failed horrible. Then I tried looking at the classes 1 by 1, but I dont see anything obvious like the summons/pets/merchants, its "sub" classes and etc.
I tried comparing the cubics with summons skilldata to find them in the AI, for example, summons skilldata has this: effect = {{i_summon;[blue_eye_ep_28];100;[spirit_ore];6;3600}}
So, in case summons/pets werent really easy to find, searching the blue_eye would do the trick.
I tried this tactic for the cubics, but every cubic is like this: effect = {{i_summon_cubic;9;104}}
Searching for the number 9 doesnt rly work. Am I doing this wrong?
If anyone could tell me in what "tab"/class they are or give some advice on how to search better for them, that would be great.
Ty. I ll keep looking and update my own question if I find it.
Edited by Universe5 answers to this question
Recommended Posts