Baal Script

06/19/2010 12:45 FairPlay89#1
Hi Leute,

ich hätte da eine frage und zwar,
kann ich den bot auch so einstellen das er zum Throne telt und dann da sofort
ein TP macht? Wenn ja sagt mir bitte wie ich das einstelle.
Ich hoffe ich kann schonmal danke sagen :) 3.1
06/19/2010 12:47 move.#2
macht er doch eh?
hast du auf public gestellt?
06/19/2010 12:50 FairPlay89#3
Ja hab auf Pub gestellt, nur das ding ist ich will
das er sofort am anfang das tp macht im Throne und nicht erst alles cleart
06/19/2010 13:05 RezChams#4
Quote:
Originally Posted by FairPlay89 View Post
Ja hab auf Pub gestellt, nur das ding ist ich will
das er sofort am anfang das tp macht im Throne und nicht erst alles cleart
er hat recht , sobald er da ankommt cleant er die linke untere ecke
dann tp
das sollte funktionieren
06/19/2010 13:42 move.#5
so stehts in der baal.ntj

Code:
 if(NTConfig_PublicMode)
   {
      NTM_MoveTo(me.areaid, 15116, 5068);

      NTC_PingDelay(1000);

[COLOR="Red"]      NTA_ClearPosition(20, true, 2);[/COLOR]

      NTM_MoveTo(me.areaid, 15116, 5068);

      [b]NTM_MakeTP();
      Say("TP up, Be careful!");[/B]
   }

   NT_ClearThroneInt();

   if(NTConfig_PublicMode)
	{
      Say("TP is safe!");
	}
ändere es einfach so um:

Code:
 if(NTConfig_PublicMode)
   {
      NTM_MoveTo(me.areaid, 15116, 5068);

      NTC_PingDelay(1000);

      [b]NTM_MakeTP();
      Say("TP up, Be careful!");[/b]

[COLOR="Red"]      NTA_ClearPosition(20, true, 2);[/COLOR]

      NTM_MoveTo(me.areaid, 15116, 5068);

   }

   NT_ClearThroneInt();

   if(NTConfig_PublicMode)
	{
      Say("TP is safe!");
	}
das NTM_MakeTP(); einfach vor clearposition

kenn mich selber nicht so aus aber ich denke das müsste so funktionieren