Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pindleskin from waypoint
#1
hey guys, wondering if there is a way I can run pindle from halls waypoint, without having to fight nith. Nith usually makes me chicken, and im more interested in killing pindle than him, but my portal is closed.

Is there any script I can install to let him do pindle by itself from waypoint? if so, where do I insert it?

Thanks!
Reply
#2
Magicmaster291 Wrote:hey guys, wondering if there is a way I can run pindle from halls waypoint, without having to fight nith. Nith usually makes me chicken, and im more interested in killing pindle than him, but my portal is closed.

Is there any script I can install to let him do pindle by itself from waypoint? if so, where do I insert it?

Thanks!

NTConfig_Script.push("NTPindleskin.ntj"); NTConfig_NihlathakExtension = false;

That should be the default bot script in the char config, but anyways, if it says true, change it to false.
[Image: nyyzok.gif]
Reply
#3
I did that already, but he looks for the portal by anya, then error message and he goes on to next boss. I need a way to program it to do pindle by going to halls, and then teleporting back up.

Under the nith script, it says extension for pindleskin, if I put true on that it does pindle, but requires me to do nith first.

Is there no way to program the bot to take the wp for pindle instead of the portal?
Reply
#4
I'm sure theres a way, but I have a busy day, so I'll get back to you later, when I get home, I'll go look at the code for a while.
[Image: nyyzok.gif]
Reply
#5
Cool, thank you.
Reply
#6
Edit #2 (because it's more important up here)
If you use my method, use this code in your charconfig.
NTConfig_Script.push("NTPindleskin.ntj"); NTConfig_NihlathakExtension = false;
__________________

So back up the file Im about to tell you to edit before you edit it, just in case it doesnt work.

So in the file Pindleskin (scripts-NTbots-bots)


Put this under the code "NTTMGR_TownManager();"

Code:
if(!NTTM_TownMove("waypoint"))
    {
        NTC_SendMsgToScript("NTBotGame.ntj", "NTTM_TownMove()");
        return;
    }

    if(!NTM_TakeWaypoint(123))
    {
        NTC_SendMsgToScript("NTBotGame.ntj", "NTM_TakeWaypoint()");
        return;
    }

    NTP_DoPrecast(true);

If that doesn't work out like it should, try deleting the precast part, but it should work.
But like I was saying before, if it doesn't just delete the code, if the bot gives you errors, just replace the file with the backup.


Edit: On second thought, you shouldn't need that precast, but you can include it. Either way, if it still checks for portal and then gives you an error, delete this could which should be right under the code I just told you to put in.

Code:
if(!NTTM_TownMove("portal"))
    {
        NTC_SendMsgToScript("NTBotGame.ntj", "NTTM_TownMove()");
        return;
    }

    if(!NTM_UsePortal("Portal", 121))
    {
        NTC_SendMsgToScript("NTBotGame.ntj", "NTM_UsePortal()");
        return;
    }

And again if that doesn't work, either add in the script by putting this code into your config, or replacing it with the backup.
[Image: nyyzok.gif]
Reply
#7
it's not that hard, there is a line of script there that is for Nihlathak with a pindle extension, just un-comment nihlathak and set pindleskin extension to true
Reply
#8
micahlee Wrote:it's not that hard, there is a line of script there that is for Nihlathak with a pindle extension, just un-comment nihlathak and set pindleskin extension to true
he wants to run pindle from the wp and not do Nihlathak, but this post has been answered elsewhere,but thanks for the effort anyway
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Pindleskin : there is a solution?! ludoss 2 288 03-08-2011, 09:29 PM
Last Post: ludoss
  Pindleskin Trd20v 0 288 02-05-2011, 02:49 PM
Last Post: Trd20v
  d2nt Pindleskin homenburglary 3 610 01-24-2011, 11:06 PM
Last Post: Jammer74
  Getting a bot to take a waypoint while in the field. cwhizard 0 240 10-13-2010, 05:45 AM
Last Post: cwhizard
  Help with Pindleskin? somone2 1 394 12-25-2006, 11:55 PM
Last Post: DJ_MUTTA
  Bot does eldritch,pindleskin but no shenk owks 3 354 10-28-2006, 07:04 PM
Last Post: Ratsu
  pindleskin asdf 18 1,137 09-05-2004, 07:41 AM
Last Post: 66xerox66
  Help In hell With getting portal to Pindleskin XxSlayer2004xX 2 322 07-05-2004, 11:27 AM
Last Post: XxSlayer2004xX
  where do you find pindleskin? Wanderinsamurai 16 502 05-08-2004, 12:41 PM
Last Post: A|fzZz

Forum Jump:


Users browsing this thread: 1 Guest(s)