Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Wojowniczka czit Prestia mt2


Michoł3

Rekomendowane odpowiedzi

Opublikowano

 

import app
import chat
import chr
import locale
import net
import time
import ui
import player
import chrmgr

Buffbotstarten = ""
vid = 0
status = 0

class Botdialog(ui.BoardWithTitleBar):

	def __init__(self):
		ui.BoardWithTitleBar.__init__(self)
		self.LoadBoard()
		
	def LoadBoard(self):
		self.SetCenterPosition()
		self.SetSize(240, 120)
		self.SetTitleName("siemanko")
		self.Show()
		self.AddFlag("movable")
		
		self.LoadButton()		
		
	def LoadButton(self):

		self.GetVIDButton = ui.Button()
		self.GetVIDButton.SetParent(self)
		self.GetVIDButton.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
		self.GetVIDButton.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
		self.GetVIDButton.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
		self.GetVIDButton.SetText("Get VID")
		self.GetVIDButton.SetPosition(30, 60)
		self.GetVIDButton.SetEvent(ui.__mem_func__(self.GetVID))
		self.GetVIDButton.Show()	
		
		self.GetVIDButton2 = ui.Button()
		self.GetVIDButton2.SetParent(self)
		self.GetVIDButton2.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
		self.GetVIDButton2.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
		self.GetVIDButton2.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
		self.GetVIDButton2.SetText("Deal With It")
		self.GetVIDButton2.SetPosition(130, 60)
		self.GetVIDButton2.SetEvent(ui.__mem_func__(self.Run))
		self.GetVIDButton2.Show()	
		
	def __del__(self):
		ui.BoardWithTitleBar.__del__(self)

	def Show(self):
		ui.BoardWithTitleBar.Show(self)
	def Run(self):
		global status
		if status == 0:
			status = 1
		else:
			status = 0

	def OnUpdate(self):
		global status
		global vid
		if status == 1:
			if vid != player.GetTargetVID():
				player.SetTarget(vid)

	def Close(self):
		player.ClearTarget()
		self.Hide()
		
	def GetVID(self):
		global vid
		vid = player.GetTargetVID()
		
x = Botdialog()
x.Show()

dodaj sobie ten skrypt to ci będzie automatycznie lockować twoją postać i nie będziesz musiał klikać ciągle 

 

Dawaj to samo na peta ;) I zobaczymy czy dziala

 

Gdzie to wkleić?

  • 1 miesiąc temu...
  • Odpowiedzi 54
  • Dodano
  • Ostatniej odpowiedzi
Opublikowano

O k**WAA xD PRzeczytałem TEN CAŁy TOPIC i SIĘ SMIEJE XHEHEHEHEH XDXDXD

 

@To pic

 

a tak na serio .. TO SIĘ SMIEJSAEJ E xD XDXD

 

 

 

import app
import chat
import chr
import locale
import net
import time
import ui
import player
import chrmgr

Buffbotstarten = ""
vid = 0
status = 0

class Botdialog(ui.BoardWithTitleBar):

	def __init__(self):
		ui.BoardWithTitleBar.__init__(self)
		self.LoadBoard()
		
	def LoadBoard(self):
		self.SetCenterPosition()
		self.SetSize(240, 120)
		self.SetTitleName("siemanko")
		self.Show()
		self.AddFlag("movable")
		
		self.LoadButton()		
		
	def LoadButton(self):

		self.GetVIDButton = ui.Button()
		self.GetVIDButton.SetParent(self)
		self.GetVIDButton.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
		self.GetVIDButton.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
		self.GetVIDButton.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
		self.GetVIDButton.SetText("Get VID")
		self.GetVIDButton.SetPosition(30, 60)
		self.GetVIDButton.SetEvent(ui.__mem_func__(self.GetVID))
		self.GetVIDButton.Show()	
		
		self.GetVIDButton2 = ui.Button()
		self.GetVIDButton2.SetParent(self)
		self.GetVIDButton2.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
		self.GetVIDButton2.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
		self.GetVIDButton2.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
		self.GetVIDButton2.SetText("Deal With It")
		self.GetVIDButton2.SetPosition(130, 60)
		self.GetVIDButton2.SetEvent(ui.__mem_func__(self.Run))
		self.GetVIDButton2.Show()	
		
	def __del__(self):
		ui.BoardWithTitleBar.__del__(self)

	def Show(self):
		ui.BoardWithTitleBar.Show(self)
	def Run(self):
		global status
		if status == 0:
			status = 1
		else:
			status = 0

	def OnUpdate(self):
		global status
		global vid
		if status == 1:
			if vid != player.GetTargetVID():
				player.SetTarget(vid)

	def Close(self):
		player.ClearTarget()
		self.Hide()
		
	def GetVID(self):
		global vid
		vid = player.GetTargetVID()
		
x = Botdialog()
x.Show()

dodaj sobie ten skrypt to ci będzie automatycznie lockować twoją postać i nie będziesz musiał klikać ciągle 

 

Dawaj to samo na peta ;) I zobaczymy czy dziala

 

Gdzie to wkleić?

 

xXDXDDXDXDD

 

@To pic 2 

Na Barii działa

 

ojojo odkop ;c

 

 

sygna.png

Opublikowano

O k**WAA xD PRzeczytałem TEN CAŁy TOPIC i SIĘ SMIEJE XHEHEHEHEH XDXDXD

 

@To pic

 

a tak na serio .. TO SIĘ SMIEJSAEJ E xD XDXD

 

 

 

import app
import chat
import chr
import locale
import net
import time
import ui
import player
import chrmgr

Buffbotstarten = ""
vid = 0
status = 0

class Botdialog(ui.BoardWithTitleBar):

	def __init__(self):
		ui.BoardWithTitleBar.__init__(self)
		self.LoadBoard()
		
	def LoadBoard(self):
		self.SetCenterPosition()
		self.SetSize(240, 120)
		self.SetTitleName("siemanko")
		self.Show()
		self.AddFlag("movable")
		
		self.LoadButton()		
		
	def LoadButton(self):

		self.GetVIDButton = ui.Button()
		self.GetVIDButton.SetParent(self)
		self.GetVIDButton.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
		self.GetVIDButton.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
		self.GetVIDButton.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
		self.GetVIDButton.SetText("Get VID")
		self.GetVIDButton.SetPosition(30, 60)
		self.GetVIDButton.SetEvent(ui.__mem_func__(self.GetVID))
		self.GetVIDButton.Show()	
		
		self.GetVIDButton2 = ui.Button()
		self.GetVIDButton2.SetParent(self)
		self.GetVIDButton2.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
		self.GetVIDButton2.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
		self.GetVIDButton2.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
		self.GetVIDButton2.SetText("Deal With It")
		self.GetVIDButton2.SetPosition(130, 60)
		self.GetVIDButton2.SetEvent(ui.__mem_func__(self.Run))
		self.GetVIDButton2.Show()	
		
	def __del__(self):
		ui.BoardWithTitleBar.__del__(self)

	def Show(self):
		ui.BoardWithTitleBar.Show(self)
	def Run(self):
		global status
		if status == 0:
			status = 1
		else:
			status = 0

	def OnUpdate(self):
		global status
		global vid
		if status == 1:
			if vid != player.GetTargetVID():
				player.SetTarget(vid)

	def Close(self):
		player.ClearTarget()
		self.Hide()
		
	def GetVID(self):
		global vid
		vid = player.GetTargetVID()
		
x = Botdialog()
x.Show()

dodaj sobie ten skrypt to ci będzie automatycznie lockować twoją postać i nie będziesz musiał klikać ciągle 

 

Dawaj to samo na peta ;) I zobaczymy czy dziala

 

Gdzie to wkleić?

 

xXDXDDXDXDD

 

@To pic 2 

Na Barii działa

 

ojojo odkop ;c

jak to na barii uruchomic?

  • 2 tygodnie później...

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...