Results 1 to 3 of 3
  1. #1
    Newcomer
    Join Date
    Jun 2012
    Battle Tag
    masivb
    Posts
    12

    Default Act 2 Red Portals?

    Hi, I am using Etal V7 and was wondering if anyone could make a script similar to the Mephisto script where you use the red portal instead of a TP. In Act 2 when you kill the Summoner you can read the book and open a red portal to the Canyon, then when you kill Duriel you can talk to Tyrael and he creates a red portal... Is this script possible?

  2. #2
    Newcomer
    Join Date
    Feb 2010
    Battle Tag
    none
    Posts
    17

    Default

    ...D2NT\scripts\NTBot\bots
    These are your boss scripts. I suggest you leave duriel alone. Its faster to town portal out. Summoner....
    "
    if(NTConfig_ClearPosition)
    NTA_ClearPosition();
    NTSI_PickItems();
    NTC_SendMsgToScript("NTBotGame.ntj", "SCRIPT_END");
    "
    When the "SCRIPT_END" line is reached, your bot will town portal. If your bot is in town he will not tp. So, if you want to say do duriel directly after, you may want to do something like
    (ADD at top)
    var durielExtension = true;
    (ADD at bottom, just above the "script end" line)
    if (durielExtension)
    {
    (add take red portal code here. sry i dont remember code for u )
    (add in duriel's script, but take out the script end line)
    }
    Last edited by Mythosis; 07-05-2012 at 11:03 AM.

  3. #3
    Elite Moderator comper's Avatar
    Join Date
    Dec 2011
    Location
    USA
    Battle Tag
    comper
    Posts
    955

    Default

    Quote Originally Posted by masivb View Post
    Hi, I am using Etal V7 and was wondering if anyone could make a script similar to the Mephisto script where you use the red portal instead of a TP. In Act 2 when you kill the Summoner you can read the book and open a red portal to the Canyon, then when you kill Duriel you can talk to Tyrael and he creates a red portal... Is this script possible?
    I guess it can be but not sure why you would want to to that?
    thanks
    Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
    Bottom left corner of the post.
    Thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 03-12-2008, 10:20 PM
  2. Pics of lillith, duriel, portals, etc!
    By Veck in forum Diablo II Discussion
    Replies: 0
    Last Post: 08-02-2005, 12:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •