hello all i have make a code for walker same mobs but i dont know why is not running and in console show me error can any tell me where is the problem ?
public void DoWalkerMonster()
{
if (npc == null || npc.getSpawn() == null)
{
if (npc.getTemplate().getNpcId() != walkerNpc)
{
_isWalkTo++;
if (_isWalkTo < 55)
{
_isWalkTo = 1;
}
X = WALKS[_isWalkTo - 1][0];
Y = WALKS[_isWalkTo - 1][1];
Z = WALKS[_isWalkTo - 1][2];
// TODO: find better way to prevent teleporting to the home location
npc.getSpawn().setLocx(X);
npc.getSpawn().setLocy(Y);
npc.getSpawn().setLocz(Z);
npc.setRunning();
npc.getAI().setIntention(CtrlIntention.AI_INTENTION_MOVE_TO, new L2CharPosition(X, Y, Z, 0));
}
return;
}
LOGGER.info("walker mob working!"); // only for check work or not.
}
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.
hi, any can help me?
i need how to calculate the coords to add a minimap on enter catacomb for example....
example:
20 255 19 21 30000.00000000 -30000.00000000 a,Town of Gludio\0 756 1932 -19968 117504 1024 1024 0.05000000 a,map_gludio_castle_town\0 0
thanks you
Hello,
Owning and creating my own version of GF Vanganth with many home made customs since many years I'm now looking for someone already having or knowing how to properly update this extender in order to adapt packets in order to connect with modern client.
Feel free to contact me.
Thanks.
https://jmp.sh/WxX9CUj8
We successfully managed to transfer simple dialogs from html to Unity ui Toolkit. So far the simplest ones but they look better than the original!
Question
tazerman2
hello all i have make a code for walker same mobs but i dont know why is not running
Edited by tazerman2and in console show me error can any tell me where is the problem ?
13 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.