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.
Top Up the Way You Like — PayPal is Back with Us!
We're excited to announce that we now accept PayPal again!
That means even more ways to fund your balance in our store
Available Payment Methods:
➡ Cryptocurrency (USDT, BTC, ETH, LTC, and more)
➡ Crypto Bot in Telegram
➡ Telegram Stars
➡ Bank Cards
➡ Lolz Balance
➡ Binance Pay
➡ Crystal Pay — crystalpay.io
➡ Wata (Bank Cards)
➡ Payeer
➡ AliPay
➡ PayPal (Friends & Family only)
Also Available on the Website:
➡ Binance Gift Cards
➡ Google Pay/Apple Pay
Promo Code: PAYPAL5 (5% Discount)
How to Buy:
➡ Online Store: Click
➡ Telegram Bot: Click
Other Services:
➡ SMM Panel: Click
Returning customers enjoy extra discounts and promo codes!
Support:
➡ Telegram: https://t.me/solomon_bog
➡ Telegram Channel: https://t.me/accsforyou_shop
➡ Discord: https://discord.gg/y9AStFFsrh
➡ WhatsApp: https://wa.me/79051904467
➡ ✉ Email: solomonbog@socnet.store
You can also use these contacts to:
— Get consultation on wholesale purchases
— Establish a partnership (Current partners: https://socnet.bgng.io/partners)
— Become our supplier
SocNet — Your Store for Digital Goods & Premium Subscriptions
Top Up the Way You Like — PayPal is Back with Us!
We're excited to announce that we now accept PayPal again!
That means even more ways to fund your balance in our store
Available Payment Methods:
➡ Cryptocurrency (USDT, BTC, ETH, LTC, and more)
➡ Crypto Bot in Telegram
➡ Telegram Stars
➡ Bank Cards
➡ Lolz Balance
➡ Binance Pay
➡ Crystal Pay — crystalpay.io
➡ Wata (Bank Cards)
➡ Payeer
➡ AliPay
➡ PayPal (Friends & Family only)
Also Available on the Website:
➡ Binance Gift Cards
➡ Google Pay/Apple Pay
Promo Code: PAYPAL5 (5% Discount)
How to Buy:
➡ Online Store: Click
➡ Telegram Bot: Click
Other Services:
➡ SMM Panel: Click
Returning customers enjoy extra discounts and promo codes!
Support:
➡ Telegram: https://t.me/solomon_bog
➡ Telegram Channel: https://t.me/accsforyou_shop
➡ Discord: https://discord.gg/y9AStFFsrh
➡ WhatsApp: https://wa.me/79051904467
➡ ✉ Email: solomonbog@socnet.store
You can also use these contacts to:
— Get consultation on wholesale purchases
— Establish a partnership (Current partners: https://socnet.bgng.io/partners)
— Become our supplier
SocNet — Your Store for Digital Goods & Premium Subscriptions
Dear friends,
Just a reminder - our Open Beta Test begins today at 18:00!
Join us to explore the world together, test the update, and help us make it even better.
See you in game!
The Chronicle 4 client is now available for download.
I tried mate with a fresh Freya, H5, H5 part 5, and always the same issue. I can't enter inside the Game, as it appears black. I. Can hear sound and so on from the starting location and quest, but I can't see a thing
I installed the chinese language on windows, and still does not work , I always get black screen when i try to enter into the game after selecting the characters. I hear sounds, environment and so on, but i can see anything
Also tried with a fresh freya client as well, i can see the english words and so on, but i cant enter inside the game...i dont understand whats going wrong
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.