What's new

- Skrypt Skrypty r??nego rodzaju !

Status
Not open for further replies.

buchaLL

bez spiny, luźno
Joined
Aug 2, 2011
Messages
1,013
Reaction score
68
Age
27
Witam. Pewnie wiele z tych skrypt?w, kt?re dam s? ju? na forum, ale dodam te? par? nowych :)

1. Auto reconnect:
Code:
auto 100 if [$hppc == 0] {reconnect | wait 5000}

2. Anty-Paralize
Code:
auto 200 ifnot $hasted if [$hppc > 90] {say 'Utani Gran Hur'} | if [$hppc > 90 && paralyzed == 1] {say 'Utani Gran Hur'} | if [$hppc <= 90 && paralyzed == 1] {say 'Exura Vita'}

3. U?ywanie runy o ID, gdy X many
Code:
auto 200 mplower [COLOR="#FF0000"]X[/COLOR] useoncreature [COLOR="#FF0000"]ID[/COLOR] self

4. Gdy 1 potw?r lub gracz na ekranie - bije sd, gdy wi?cej ni? 1 potw?r bije ue
Code:
auto 500 if [$monstersaround.3 <= 1 ] { if [$target] { useoncreature 3155 target } } else ifnoplayeronscreen { if [$mp >= 3000] { if [$monstersaround.3 >= 2] { say 'Exevo Gran Mas Frigo' } } }

5. Gdy gracz na ekranie - bije 'exori frigo', gdy wi?cej ni? 1 potw?r bije ue
Code:
auto 100 ifnoplayeronscreen if [$monstersaround.1 >= 1 && $mp >= 100] {say 'Exevo Gran Mas Frigo' | wait 100} |isattacking ifplayeronscreen if [$monstersaround.1 >= 1 && $mp >= 40] {say 'Exori Frigo' | wait 300}

6. Leczenie run? o ID od 90% hp
Code:
auto 100 if [$hppc < 90] useoncreature [COLOR="#FF0000"]ID[/COLOR] self

7. Manasowanie innego gracza(nick) run? o ID
Code:
auto 1000 useoncreature [COLOR="#FF0000"]ID[/COLOR] nick

8. ?ucanie mw w to samo miejsce
Code:
auto 1 keepmagwall

To samo co wy?ej, tylko ze wsp??rz?dnymi
Code:
auto 200 useongroundxyz 3180 X Y Z

9. Spamowanie czaru
Code:
auto 200 if [$mp >= 20] {say 'CZAR'}

10. Leczenie os?b wpisanych w friend list od 75% hp
Code:
auto 200 sio 75 friend

11. Anty-push
Code:
auto 100 listas 'Anti Push: ON' | dropitems 283 284 285 | ifnot [$topitem.$posx.$posy.$posz == 3031] dropitemsxyzamount $posx $posy $posz 3031 2 | ifnot [$topitem.$posx.$posy.$posz == 3492] dropitemsxyzamount $posx $posy $posz 3492 2

12. Fast-hand
- fast hand dp dol z lewej strony
Code:
auto 1 moveitemonground [$posx+1] [$posy+1] $posz $posx [$posy+1] $posz

- fast hand dp dol z prawej strony
Code:
auto 1 moveitemonground [$posx-1] [$posy+1] $posz $posx [$posy+1] $posz

- fast hand dp gora z prawej strony
Code:
auto 1 moveitemonground [$posx-1] [$posy-1] $posz $posx [$posy-1] $posz

- fast hand dp gora z lewej strony
Code:
auto 1 moveitemonground [$posx+1] [$posy-1] $posz $posx [$posy-1] $posz

- fast hand dp prawo z g?ry
Code:
auto 1 moveitemonground [$posx+1] [$posy+1] $posz [$posx+1] $posy $posz

- fast hand dp prawo z do?u
Code:
auto 1 moveitemonground [$posx+1] [$posy-1] $posz [$posx+1] $posy $posz

- fast hand dp lewo z g?ry
Code:
auto 1 moveitemonground [$posx-1] [$posy+1] $posz [$posx-1] $posy $posz

- fast hand dp lewo z do?u
Code:
auto 1 moveitemonground [$posx-1] [$posy-1] $posz [$posx-1] $posy $posz

13. Zbieranie ittems (Free ittems)
1) Do backpacka o ID
Code:
auto 100 collectitems 'backpack' 'ID' 'ID2' ID3'

2) Pod sob? do backpacka
Code:
auto 1 pickupitems 'backpack'

3) Rzucanie item?w wok?? siebie pod siebie
Code:
auto 100 moveitemonground $posx [$posy-1] $posz $posx $posy $posz | moveitemonground $posx [$posy+1] $posz $posx $posy $posz | moveitemonground [$posx+1] $posy $posz $posx $posy $posz | moveitemonground [$posx-1] $posy $posz $posx $posy $posz | moveitemonground [$posx-1] [$posy-1] $posz $posx $posy $posz | moveitemonground [$posx+1] [$posy-1] $posz $posx $posy $posz | moveitemonground [$posx-1] [$posy+1] $posz $posx $posy $posz | moveitemonground [$posx+1] [$posy+1] $posz $posx $posy $posz

14. Zasypywanie DP itemami o ID na wp??rz?dne(X, Y, Z)
Code:
auto 10 dropitemsxyzamount X Y Z ID 1 | wait 100 | dropitemsxyzamount X Y Z ID 1

15. Wy??czenie Cavebota i Targetingu
Code:
if [$targetingon || $caveboton] {statusmessage 'ElfBot NG - CaveBot Paused' | stopattack | settargeting off | setcavebot off | wait 400 | end} | if [$targetingon == 0 || $caveboton == 0] {statusmessage 'ElfBot NG - CaveBot Resumed' | settargeting on | setcavebot on | wait 400}

16. Bicie potwora z czaru
Code:
auto 200 if [$target.name == 'POTW?R'] say 'CZAR'

17. Utamo Vita (5 sec przed znikni?ciem)
Code:
auto 30000 say 'utamo vita'

18. Liczy osoby na ekranie
Code:
say 'Graczy: [$playersaround.20+1]

19. Manasowanie run? o ID, gdy spadnie X many
Code:
auto 2 mpmissinghigher [COLOR="#FF0000"]X[/COLOR] useoncreature [COLOR="#FF0000"]ID[/COLOR] self

20. Rzucanie mw 2 kratki przed twarz wroga
Code:
magwall target

21. Anty-idle
Code:
auto 10000 turnn | turns

22. Wylogowuje i wlogowuje (dobre na crashe)
Code:
auto 200 if [$battlesign == 0] logout if [$ss != 1] {if [$sstime !=0] set $ss 1} | if [$connected != 1 && $ss == 1] {wait (1 * 60 * 1000)| reconnect |wait 2000 |openbpitem |set $ss 0} | if [$connected != 1&& $ss != 1] {reconnect | wait 2000 | openbpitem

23. Follow za postaci?, gdy leader wypowie dane s?owo
Code:
auto 100 if [$curmsg.sender == 'NICK LIDERA' && $curmsg.content == 'SLOWO KTORE LIDER POWIE'] {follow NICK}

24. Re-Attack
Code:
auto 100 listas 're-attack' | isnotattacking attack target

25. Leczy stopniowo 85% exura, 60% exura gran, 40% exura vita
Code:
auto 500 if [$hppc < 85 && $hppc > 60 && $mp >= 20] {say 'exura'} | if [$hppc < 60 && $hppc > 40 && $mp >= 70] {say 'exura gran'} | if [$hppc < 40 && $mp >= 240] {say 'exura vita'}

26. MW na zabity target
Code:
auto 1 setcolor 255 255 153 | keepmagwall

27. Gdy X sd posta? loga
Code:
auto 1000 if [$itemcount.'Sudden Death Rune'< [COLOR="#FF0000"]X[/COLOR]] {setfollowwaypoints off | logout}

28. Gdy bot si? zatnie, idzie kratk? w d??
Code:
auto 200 if [$standtime >= 10000] moves

29. Kupowanie GMP od NPC
Code:
auto 200 if [$itemcount.238 <= 200] { npcsay 'hi' | wait 10000 | npcsay 'trade' | wait 10000 | loop 10 buyitemsupto 238 150 }

30. Kupowanie Runy o ID, gdy jest X - dzwigni? o wsp??rz?dnych (X, Y, Z)
Code:
auto 200 if [$itemcount.ID <= X] usegroundxyz X Y Z

31. Gdy X %hp nak?ada ringa o ID, gdy Y ?ci?ga
Code:
auto 100 if [$hppc < [COLOR="#FF0000"]X[/COLOR]] equipring [COLOR="#FF0000"]ID[/COLOR] | if [$hppc > [COLOR="#FF0000"]Y[/COLOR]] unequip 'ring' 'empty'

32. Combo ue
Code:
auto 10 if [$curmsg.sender == 'NICK LIDERA COMBO' && $curmsg.content == 'JAKI CZAR'] {say 'JAKI CZAR' | wait 1900}

33. Jesli przypadkiem zaznaczysz kogos z danej gildii (lub swojej) to skrypt go odznaczy
Code:
auto 100 if [$target.haslookinfo && $target.guild == 'NAZWA GILDI'] {stopattack | clear $target}

34. Gdy widzi blaszke paralizuje
Code:
auto 10 foreach 'shootableplayers' $paral {if [$paral.warbanner==2 && $paral.isparalyzed==0] useoncreature 3165 $paral.name}

35. Zmienianie soft?w, gdy si? sko?cz? na nowe
Code:
auto 200 equipboots 6529

36. Bot uzywa utani hura[haste] gdy sie skonczy ale jak jest dany potw?r na ekranie to nie uzywa
Code:
auto 200 isnotonscreen 'POTW?R' haste







I pare ikon ode mnie:

beztytmgm.png


Code:
[Icons]
Name: push
Enabled: yes
DrawAsBackground: no
Size: Small
LeftCommand: 
RightCommand: 

State: Inactive
IconType: Normal
IconIds: 0 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 50
AlignY: Absolute
PositionY: 100
Text: PUSH
TextColor: 16777215
HoverColor: 16777215

State: Active
IconType: Normal
IconIds: 9392 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 50
AlignY: Absolute
PositionY: 110
Text: 
TextColor: 0
HoverColor: 0

Name: north
Enabled: yes
DrawAsBackground: yes
Size: Small
LeftCommand: auto 2500 moveitemonground $target.posx $target.posy $target.posz $target.posx [$target.posy-1] $target.posz | seticonactive 'push' 600
RightCommand: 

State: Inactive
IconType: Normal
IconIds: 0 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 61
AlignY: Absolute
PositionY: 70
Text: N
TextColor: 16777215
HoverColor: 1442015

State: Active
IconType: Normal
IconIds: 0 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 61
AlignY: Absolute
PositionY: 70
Text: N
TextColor: 65280
HoverColor: 16711680

Name: south
Enabled: yes
DrawAsBackground: no
Size: Small
LeftCommand: auto 2500 moveitemonground $target.posx $target.posy $target.posz $target.posx [$target.posy+1] $target.posz | seticonactive 'push' 600
RightCommand: 

State: Inactive
IconType: Normal
IconIds: 0 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 61
AlignY: Absolute
PositionY: 130
Text: S
TextColor: 16777215
HoverColor: 255

State: Active
IconType: Normal
IconIds: 0 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 61
AlignY: Absolute
PositionY: 130
Text: S
TextColor: 65280
HoverColor: 16711680

Name: north-east
Enabled: yes
DrawAsBackground: no
Size: Small
LeftCommand: auto 2500 moveitemonground $target.posx $target.posy $target.posz [$target.posx+1] [$target.posy-1] $target.posz | seticonactive 'push' 600
RightCommand: 

State: Inactive
IconType: Normal
IconIds: 0 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 100
AlignY: Absolute
PositionY: 70
Text: NE
TextColor: 16777215
HoverColor: 255

State: Active
IconType: Normal
IconIds: 0 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 100
AlignY: Absolute
PositionY: 70
Text: NE
TextColor: 65280
HoverColor: 16711680

Name: north-west
Enabled: yes
DrawAsBackground: no
Size: Small
LeftCommand: auto 2500 moveitemonground $target.posx $target.posy $target.posz [$target.posx-1] [$target.posy-1] $target.posz | seticonactive 'push' 600 
RightCommand: 

State: Inactive
IconType: Normal
IconIds: 0 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 18
AlignY: Absolute
PositionY: 70
Text: NW
TextColor: 16777215
HoverColor: 255

State: Active
IconType: Normal
IconIds: 0 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 18
AlignY: Absolute
PositionY: 70
Text: NW
TextColor: 65280
HoverColor: 16711680

Name: west
Enabled: yes
DrawAsBackground: no
Size: Small
LeftCommand: auto 2500 moveitemonground $target.posx $target.posy $target.posz [$target.posx-1] $target.posy $target.posz | seticonactive 'push' 600
RightCommand: 

State: Inactive
IconType: Normal
IconIds: 0 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 20
AlignY: Absolute
PositionY: 100
Text: W
TextColor: 16777215
HoverColor: 255

State: Active
IconType: Normal
IconIds: 0 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 20
AlignY: Absolute
PositionY: 100
Text: W
TextColor: 65280
HoverColor: 16711680

Name: east
Enabled: yes
DrawAsBackground: no
Size: Small
LeftCommand: auto 2500 moveitemonground $target.posx $target.posy $target.posz [$target.posx+1] $target.posy $target.posz | seticonactive 'push' 600
RightCommand: 

State: Inactive
IconType: Normal
IconIds: 0 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 103
AlignY: Absolute
PositionY: 100
Text: E
TextColor: 16777215
HoverColor: 255

State: Active
IconType: Normal
IconIds: 0 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 103
AlignY: Absolute
PositionY: 100
Text: E
TextColor: 65280
HoverColor: 16711680

Name: south-west
Enabled: yes
DrawAsBackground: no
Size: Small
LeftCommand: auto 2500 moveitemonground $target.posx $target.posy $target.posz [$target.posx-1] [$target.posy+1] $target.posz | seticonactive 'push' 600 
RightCommand: 

State: Inactive
IconType: Normal
IconIds: 0 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 18
AlignY: Absolute
PositionY: 130
Text: SW
TextColor: 16777215
HoverColor: 255

State: Active
IconType: Normal
IconIds: 0 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 18
AlignY: Absolute
PositionY: 130
Text: SW
TextColor: 65280
HoverColor: 16711680

Name: south-east
Enabled: yes
DrawAsBackground: no
Size: Small
LeftCommand: auto 2500 moveitemonground $target.posx $target.posy $target.posz [$target.posx+1] [$target.posy+1] $target.posz | seticonactive 'push' 600 
RightCommand: 

State: Inactive
IconType: Normal
IconIds: 0 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 100
AlignY: Absolute
PositionY: 130
Text: SE
TextColor: 16777215
HoverColor: 255

State: Active
IconType: Normal
IconIds: 0 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 100
AlignY: Absolute
PositionY: 130
Text: SE
TextColor: 65280
HoverColor: 16711680

Name: on off
Enabled: yes
DrawAsBackground: no
Size: Small
LeftCommand: setfollowwaypoints on
RightCommand: setfollowwaypoints off

State: Inactive
IconType: Normal
IconIds: 8102 0 0 0
BkgType: Normal
BkgIds: 8090 0 0 0
AlignX: Absolute
PositionX: 5
AlignY: Absolute
PositionY: 200
Text: Cavebot
TextColor: 1305128
HoverColor: 1499885

State: Active
IconType: Normal
IconIds: 8102 0 0 0
BkgType: Normal
BkgIds: 8090 0 0 0
AlignX: Absolute
PositionX: 5
AlignY: Absolute
PositionY: 200
Text: Cavebot
TextColor: 1305128
HoverColor: 1499885

Name: targeting
Enabled: yes
DrawAsBackground: no
Size: Small
LeftCommand: settargeting on
RightCommand: settargeting off

State: Inactive
IconType: Normal
IconIds: 3339 0 0 0
BkgType: Normal
BkgIds: 8055 0 0 0
AlignX: Absolute
PositionX: 65
AlignY: Absolute
PositionY: 200
Text: Targeting
TextColor: 3132514
HoverColor: 1040849

State: Active
IconType: Normal
IconIds: 3339 0 0 0
BkgType: Normal
BkgIds: 8055 0 0 0
AlignX: Absolute
PositionX: 65
AlignY: Absolute
PositionY: 200
Text: Targeting
TextColor: 3132514
HoverColor: 1040849

Name: screen
Enabled: yes
DrawAsBackground: no
Size: Small
LeftCommand: savescreen
RightCommand: 

State: Inactive
IconType: Normal
IconIds: 3013 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 5
AlignY: Absolute
PositionY: 260
Text: Screen
TextColor: 65280
HoverColor: 65535

State: Active
IconType: Normal
IconIds: 0 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 5
AlignY: Absolute
PositionY: 260
Text: 
TextColor: 0
HoverColor: 0

Name: auto target
Enabled: yes
DrawAsBackground: no
Size: Small
LeftCommand: auto 200 attack target  
RightCommand: 

State: Inactive
IconType: Top
IconIds: 6022 0 0 0
BkgType: Top
BkgIds: 8107 0 0 0
AlignX: Previous
PositionX: 55
AlignY: Absolute
PositionY: 260
Text: auto target
TextColor: 65280
HoverColor: 65535

State: Active
IconType: Top
IconIds: 6022 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Previous
PositionX: 55
AlignY: Absolute
PositionY: 260
Text: auto target
TextColor: 65280
HoverColor: 65535

Name: anty push
Enabled: yes
DrawAsBackground: no
Size: Small
LeftCommand: auto 100 listas "Anti push enabled" | if [$itemcount.3031 >= 2] {dropitemsxyzamount $posx $posy $posz 3031 2 | wait 300} | if [$itemcount.3725>= 1] {dropitemsxyzamount $posx $posy $posz 3725 1 | wait 300} | if [$itemcount.283 >= 1] {dropitems 283 | wait 
RightCommand: 

State: Inactive
IconType: Normal
IconIds: 3031 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 5
AlignY: Previous
PositionY: 50
Text: AntyPush
TextColor: 65280
HoverColor: 65535

State: Active
IconType: Normal
IconIds: 3031 0 0 0
BkgType: Normal
BkgIds: 0 0 0 0
AlignX: Absolute
PositionX: 5
AlignY: Previous
PositionY: 0
Text: AntyPush
TextColor: 65280
HoverColor: 65535

Name: MW na ded
Enabled: yes
DrawAsBackground: no
Size: Small
LeftCommand: auto 1 setcolor 255 255 153 | keepmagwall
RightCommand: 

State: Inactive
IconType: Top
IconIds: 3180 0 0 0
BkgType: Top
BkgIds: 4240 0 0 0
AlignX: Absolute
PositionX: 65
AlignY: Absolute
PositionY: 310
Text: MW na ded
TextColor: 65280
HoverColor: 65535

State: Active
IconType: Top
IconIds: 3180 0 0 0
BkgType: Top
BkgIds: 4240 0 0 0
AlignX: Absolute
PositionX: 65
AlignY: Absolute
PositionY: 310
Text: MW na ded
TextColor: 65280
HoverColor: 65535

Name: ExivaLast
Enabled: yes
DrawAsBackground: no
Size: Small
LeftCommand: exivalast
RightCommand: 

State: Inactive
IconType: Top
IconIds: 3185 0 0 0
BkgType: Top
BkgIds: 8037 0 0 0
AlignX: Absolute
PositionX: 5
AlignY: Previous
PositionY: 50
Text: ExivaLast
TextColor: 65280
HoverColor: 65535

State: Active
IconType: Top
IconIds: 3185 0 0 0
BkgType: Top
BkgIds: 8037 0 0 0
AlignX: Absolute
PositionX: 5
AlignY: Previous
PositionY: 50
Text: ExivaLast
TextColor: 65280
HoverColor: 65535


Hotkeys:
Code:
Hotkeys:
auto 500 dontlist | setpos [$screenleft-150] [$screentop-75] | if [$targetingon] {setcolor 0 255 0 | displaytext 'Targeting ON'} else {setcolor 255 0 0 | displaytext 'Targeting OFF}
auto 500 dontlist | setpos [$screenleft-150] [$screentop-55] | if [$waypointson] {setcolor 0 255 0 | displaytext 'Cavebot ON'} else {setcolor 255 0 0 | displaytext 'Cavebot OFF}

auto 500 setpos [$screenright + 190] [$screentop - 129| setcolor 219 79 79 | displaytext 'HP: %$hppc'
auto 500 setpos [$screenright + 190] [$screentop - 142| setcolor 83 80 218 | displaytext 'MP: %$mppc'
 

dami1310

Poskramiacz Internet?w
Joined
Jun 1, 2009
Messages
1,385
Reaction score
113
Odp: Skrypty r??nego rodzaju !

Fast hand nie dopracowany, a co jak depo bedziesz mial po swojej prawej/lewej stronie, a nie gora/dol :?
 

elfbotmc

Active User
Joined
Jan 11, 2014
Messages
84
Reaction score
8
Odp: Skrypty r??nego rodzaju !

Takie to ja kiedys mialem ale i tak przydatne. :)


//Edit
Czerwony kolor jest tylko dla kadry ~dami
 
Last edited by a moderator:

buchaLL

bez spiny, luźno
Joined
Aug 2, 2011
Messages
1,013
Reaction score
68
Age
27
Odp: Skrypty r??nego rodzaju !

dami1310, jeszcze dzi? je wstawie, dzieki za dopatrzenie :)


@Dodane.
 
Last edited:
Status
Not open for further replies.
Top