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.
}
Join our Discord server, create your own invite link and invite your friends. The three Discord members with the most invited friends, will earn an amazing gift!
Hello everybody, we'd love to invite all of you to try our new server which is going to open its gates on 14th of April at 20:00 GMT +2.
Our OBT will start on 31st and will last two weeks so players can try and learn everything about our world before the grand day.
For those who never heard about us, we're a Classic Remastered x6 server based on Classic [Antharas Patch]
Our server is based in the client Crusader, our interface is totally unique and our game files can be found only in our world.
We implemented multiple features, zones and skills from every chronicle of the game such as Interlude, High Five, Essence...
Our server can be played in in English, Russian and Korean languages.
We designed a totally new chronicle and it's perfect for every kind of players (PvE, PvP, solo, group, clan...)
We will be having tournaments and weekly sieges with amazing in-game and real money rewards.
Website: https://talkingisland.net/en/features
Discord: https://discord.gg/NWcA2Xspqw
Learn more about some of our features and systems:
Introduced: Daily Epic Instances
Introduced: Kamaloka / Labrynth
Reworked: Dragon Valley (High Five Style)
Reworked: Lair of Antharas (High Five Style)
Reworked and Introduced: Seed of Anhilation
Reworked and Introduced: Hellbound
Own and Unique: DKP System
Reworked: Fishing System
https://www.youtube.com/watch?v=VjJ2uLlRGOc
LF something similar to this. ability to do transactions/verify/withdraw/add and history. Do NOT need new window, can be done in html as long as the function works
Serious people only, paying well
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 ?
Link to comment
Share on other sites
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.