Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Act 2 Red Portals?
#1
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?
Reply
#2
...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 Big Grin )
(add in duriel's script, but take out the script end line)
}
Reply
#3
masivb Wrote: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.
Wink Thanks Wink
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)