Author Topic: why doesnt my pally party everyone?  (Read 820 times)

Offline ismackyou

  • Newbie
  • *
  • Join Date: Aug 2010
  • Posts: 10
  • Reputation 0
  • I <3 PureKaoz.com
    • View Profile
why doesnt my pally party everyone?
« on: September 01, 2010, 08:55:27 PM »
why doesnt my bot party everyone and just like a few ppl? its really annyoing cause ill checkup on my bot and im in a party of like 2 and their being ass holes and wont pp and theirs like 4-5 ppl calling out PPPPPPPPPP and its just really annyoing any way to fix so he partyes everyone?

PureKaoz.com - D2NT, Diablo 3 & Starcaft 2 Hacks

why doesnt my pally party everyone?
« on: September 01, 2010, 08:55:27 PM »

cooptheking

  • Guest
Re: why doesnt my pally party everyone?
« Reply #1 on: September 01, 2010, 09:05:52 PM »
in your character configuration is
public mode = true;
or
public mode = false;
Also, by default your bot pps 1 person at a time..
so lets say 7 ppl join
he pps 1, when that person joins he pps another and so on
so if 1 person doesnt pp he will not skip to the next..
im sure if you search someone has posted a "party everyone" script..(if memory serves me)..try that and if you can't find it let me know..and i'll dig it up.

Offline ismackyou

  • Newbie
  • *
  • Join Date: Aug 2010
  • Posts: 10
  • Reputation 0
  • I <3 PureKaoz.com
    • View Profile
Re: why doesnt my pally party everyone?
« Reply #2 on: September 01, 2010, 09:12:25 PM »
couldnt find it  >:(

cooptheking

  • Guest
Re: why doesnt my pally party everyone?
« Reply #3 on: September 01, 2010, 09:16:35 PM »
couldnt find it  >:(

goto your character configuration file
look for "general settings"
it has publicmode = true/false;
me.quitonhostile = true/false;
checkfordclone = true/false;

Offline ismackyou

  • Newbie
  • *
  • Join Date: Aug 2010
  • Posts: 10
  • Reputation 0
  • I <3 PureKaoz.com
    • View Profile
Re: why doesnt my pally party everyone?
« Reply #4 on: September 01, 2010, 09:28:58 PM »
no i know its setup to be true but i want it to party everyone

PureKaoz.com - D2NT, Diablo 3 & Starcaft 2 Hacks

Re: why doesnt my pally party everyone?
« Reply #4 on: September 01, 2010, 09:28:58 PM »

cooptheking

  • Guest
Re: why doesnt my pally party everyone?
« Reply #5 on: September 01, 2010, 09:33:28 PM »
no i know its setup to be true but i want it to party everyone
ook
did you try using the search
for party all or something

Offline ismackyou

  • Newbie
  • *
  • Join Date: Aug 2010
  • Posts: 10
  • Reputation 0
  • I <3 PureKaoz.com
    • View Profile
Re: why doesnt my pally party everyone?
« Reply #6 on: September 01, 2010, 09:58:24 PM »
yah i did

cooptheking

  • Guest
Re: why doesnt my pally party everyone?
« Reply #7 on: September 02, 2010, 02:21:51 PM »
Little late but here it is!
this should party all players in game instead of just one

Locate this file
NTToolsThread.ntj
Located in the tools folder
line 91 (on mine) (you can use Control +F to use the find thing)
should say
Code: [Select]
if(NTConfig_PublicMode) replace that "if function"
with this

Code: [Select]
if(NTConfig_PublicMode)
         {
            _player = GetPlayerUnit();

            if(_player)
            {
               _mypartyid = _player.partyid;

               while(_player.GetNext())
               {
                  if(_player.partyid == 65535 || _player.partyid != _mypartyid)
                  {
                     //partyflag
                     //0 = nothing
                     //2 = invited me
                     //4 = invited him
                     
                     if(_player.partyflag == 2)
                     {
                        me.ClickParty(_player, 2);
                        break;
                     }

                     if(_player.partyid == 65535)
                     {
                        if(_player.partyflag == 4) continue;
                           // break;

                        me.ClickParty(_player, 2);
                        // NTC_Delay(NTC_DELAY_FRAME);
                        // break;
                        // if(_player.partyflag == 4 || (_player.partyid != 65535 && _player.partyid == _mypartyid))
                           // break;
                     }
                  }
               }
            }
         }

PureKaoz.com - D2NT, Diablo 3 & Starcaft 2 Hacks

Re: why doesnt my pally party everyone?
« Reply #7 on: September 02, 2010, 02:21:51 PM »

Offline ismackyou

  • Newbie
  • *
  • Join Date: Aug 2010
  • Posts: 10
  • Reputation 0
  • I <3 PureKaoz.com
    • View Profile
Re: why doesnt my pally party everyone?
« Reply #8 on: September 02, 2010, 06:41:08 PM »
ty um ok i got another problem i tried the lvl difference script and i just keep getting an error syntex or something #499 but its so fast thats all i can really read

cooptheking

  • Guest
Re: why doesnt my pally party everyone?
« Reply #9 on: September 02, 2010, 06:42:10 PM »
use the print screen button to try and capture it
(hit print screen then "paste" in paint)

PureKaoz.com - D2NT, Diablo 3 & Starcaft 2 Hacks

Re: why doesnt my pally party everyone?
« Reply #9 on: September 02, 2010, 06:42:10 PM »

Offline ismackyou

  • Newbie
  • *
  • Join Date: Aug 2010
  • Posts: 10
  • Reputation 0
  • I <3 PureKaoz.com
    • View Profile
Re: why doesnt my pally party everyone?
« Reply #10 on: September 02, 2010, 06:49:46 PM »
ok ill try rite now

Offline ismackyou

  • Newbie
  • *
  • Join Date: Aug 2010
  • Posts: 10
  • Reputation 0
  • I <3 PureKaoz.com
    • View Profile
Re: why doesnt my pally party everyone?
« Reply #11 on: September 02, 2010, 06:57:50 PM »
it says d2nt error (then my spot folder the bots in) and says PlayerDifference is not Defined

btw i figured out why it didnt work b4 but now it wont create a game

Offline ismackyou

  • Newbie
  • *
  • Join Date: Aug 2010
  • Posts: 10
  • Reputation 0
  • I <3 PureKaoz.com
    • View Profile
Re: why doesnt my pally party everyone?
« Reply #12 on: September 02, 2010, 07:00:33 PM »
it says its in my ntbot.ntj want me to post case 1:?

cooptheking

  • Guest
Re: why doesnt my pally party everyone?
« Reply #13 on: September 08, 2010, 08:32:12 PM »
it says its in my ntbot.ntj want me to post case 1:?
If you can capture the error message, please post a s/s + the file it says is erroring.
Sorry for "late" response... :( im swamped here

PureKaoz.com - D2NT, Diablo 3 & Starcaft 2 Hacks

Re: why doesnt my pally party everyone?
« Reply #13 on: September 08, 2010, 08:32:12 PM »