I have an Idea but lack a few skills, can you help?
Idea: Mining
what is needed: Npc = Looks like a crystal, it is half as high has a character, drops items from soul ore, spirit ore,
crystals, and other items. also there is don't lvl crystals for higher lvl character, the higher
you are the higher the skill you need.
New Item = Mining ore, used for refiner to get other items. other items can be used to lvl mining axe.
Refiner = an item theat when clicked, it take 10 mining ore and gives you back other items, as it refines you will
see a breath bar come up almost like a count down, same as when you craft soulshots.
Mining skill = can not mine with out it. as you go up in lvl you can get high mining skill to help you mine better
and faster.
Mining axes = Different grades of mining axes, works the same way as weapons.
Heres my problem, I can make new items, new npc's, new axes.
what I can't do, can't make the npc that is a crystal half the size of a character. ( size)
can't do the skills, or the refiner.
So if anyone out there know how to do this it would be a great idea and we both could get alot of use out of it, as well as many others. I'm still learning how to mod textures and also working with utx, but I have along way to go. please help me :)
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.
Account Features
➡ EARLY SUPPORTER BADGE
➡ NO QUEST BADGE
➡ 24 MONTHS BOOST BADGE
➡ 1 YEAR NITRO SUBSCRIPTION
➡ CREATION DATE IS 2017
➡ ACCOUNT STANDING STATUS IS ALL GOOD
➡ CLEAN BILLING
➡ OGE MAIL OUTLOOK
PAYMENT METHODS
➡ CRYPTO
➡ PAYPAL
➡ CASHAPP
➡ BANK TRANSFER
➡ GIFTCARDS
➡ ZELLE
➡ VENMO
CONTACTS
➡ DISCORD : crh11s
➡ TELEGRAM : crh11s
CONTACT WITH ME IF YOU ARE SERIOUS BUYE
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.
Question
darren
I have an Idea but lack a few skills, can you help?
Idea: Mining
what is needed: Npc = Looks like a crystal, it is half as high has a character, drops items from soul ore, spirit ore,
crystals, and other items. also there is don't lvl crystals for higher lvl character, the higher
you are the higher the skill you need.
New Item = Mining ore, used for refiner to get other items. other items can be used to lvl mining axe.
Refiner = an item theat when clicked, it take 10 mining ore and gives you back other items, as it refines you will
see a breath bar come up almost like a count down, same as when you craft soulshots.
Mining skill = can not mine with out it. as you go up in lvl you can get high mining skill to help you mine better
and faster.
Mining axes = Different grades of mining axes, works the same way as weapons.
Heres my problem, I can make new items, new npc's, new axes.
what I can't do, can't make the npc that is a crystal half the size of a character. ( size)
can't do the skills, or the refiner.
So if anyone out there know how to do this it would be a great idea and we both could get alot of use out of it, as well as many others. I'm still learning how to mod textures and also working with utx, but I have along way to go. please help me :)
0 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.