What's new

- ElfBot Labele,actions itp.

Status
Not open for further replies.

Toney

User
Joined
Feb 11, 2012
Messages
29
Reaction score
0
Cze??,gram na otsie gdzie resetuj? si? lvl na 30.000 a mana i hp zostaj?. Wi?c wpisa?em w actions taki skrypt [$level = 30000] gotolabel Rebirth . No i problem polega na tym ,?e ignoruj? jakby ten [$level = 30000] i idzie odrazu do Rebirth jak nawet nie mam 30.000 lvl... Wkleje wszystkie ustawienia w cave i prosi?bym o pomoc/poprawk? b??du kt?rego zrobi?em,dodam ,?e pierwszy raz zaj??em si? labelami itp.

CAVE:

[Waypoints]
S 1089 962 10 Start
S 2023 1747 7
A 2384 1869 7

if [$level = 30000] gotolabel Rebirth

S 2086 1702 7
A 2384 1869 7

if [$level = 30000] gotolabel Rebirth

S 2069 1733 7
A 2384 1869 7

if [$level = 30000] gotolabel Rebirth

S 2321 1754 7
A 2384 1869 7

if [$level = 30000] gotolabel Rebirth

S 2303 1787 7
A 2384 1869 7

if [$level = 30000] gotolabel Rebirth

S 2442 1754 7
A 2384 1869 7

if [$level = 30000] gotolabel Rebirth

S 2424 1787 7
A 2384 1870 7

if [$level = 30000] gotolabel Rebirth

S 2391 1858 7
A 2384 1870 7

if [$level = 30000] gotolabel Rebirth

S 2370 1892 7
A 1000 996 7

if [$level = 30000] gotolabel Rebirth

S 2067 1733 7 Rebirth
S 2301 1787 7
S 2422 1787 7
S 2370 1892 7
S 1064 953 10
S 1063 952 9
S 998 993 7
A 998 993 7

say hi
wait 500
npcsay rebirth
wait 500
npcsay tak

A 998 993 7

if [$level = 5000] gotolabel Exp

S 999 1001 7 Exp
S 1064 953 9
S 1078 964 10
A 1084 964 10

if [$level = 5000] gotolabel Start


[CavebotOptions]
Rope: Rope
Shovel: Shovel
SkipNearbyNodes: 0
OpenNextBp: no
LootNearbyTargets: no
LootDistantTargets: no

[Alerts]
PlayerOnScreen:
GmDetected:
PlayerAttacking:
DefaultMessage:
PrivateMessage:
Disconnected:

[CavebotHotkeys]
if [$level < 33000] gotolabel Rebirth

Da?em action po ka?dym waypoincie,bo te expowisko polega na wchodzeniu w tp i ?eby nie wchodzi? w nast?pne tp jak wbije 30000 tylko odrazu do npc pobieg?
 

Hawkhere

Advanced User
Joined
Nov 5, 2013
Messages
284
Reaction score
20
Odp: Labele,actions itp.

1wpt nazwij labelem nazwij start
w actionie na koncu napisz
Code:
if [$level < X] gotolabel 'start' | if [$level >= X] gotolabel 'nazwa'
 

Toney

User
Joined
Feb 11, 2012
Messages
29
Reaction score
0
Odp: Labele,actions itp.

Ustawi?em if [$level < 4999] gotolabel 'start' | if [$level >= 33000] gotolabel 'Rebirth' i to samo,mam 29.000 level a i tak biegnie do npc i pr?buje zrobi? reset.
 

Hawkhere

Advanced User
Joined
Nov 5, 2013
Messages
284
Reaction score
20
Odp: Labele,actions itp.

Code:
if [$level < 33000] gotolabel 'start' else gotolabel 'Rebirth'
a tak ?
 

Toney

User
Joined
Feb 11, 2012
Messages
29
Reaction score
0
Odp: Labele,actions itp.

Code:
if [$level < 33000] gotolabel 'start' else gotolabel 'Rebirth'
a tak ?

Pi?knie,dzia?a :) Dzi?kuj? bardzo. Mam jeszcze jedn? pro?b?. Potrzebuj? skryptu do action ?eby sprzedawa? mi wszystkie itemy kt?re posiadam przy sobie o id: 3414,3366,3364.
 

Hawkhere

Advanced User
Joined
Nov 5, 2013
Messages
284
Reaction score
20
Odp: Labele,actions itp.

w jakim sensie sprawdza? ?
 

Toney

User
Joined
Feb 11, 2012
Messages
29
Reaction score
0
Odp: Labele,actions itp.

w jakim sensie sprawdza? ?

Chyba ?le przeczyta?e?,bo napisa?em sprzedawa?. Testowa??m takie skrypty jak
countitems 3414
wait 1000
sellitems 3414 $count
nie dzia?a...

i jeszcze jeden z itemcount jaki? co te? nie dzia?a? i prosi?bym o jakiego? skrypta kt?ry by sprzedawa? mi wszystkie itemy do npc.

---------- Tre?? dodana o 11:21 ----------

@refresh
poda kto? dzia?aj?cy skrypt na sprzedawanie item?w?!
 

najarany96

User
Joined
Apr 9, 2014
Messages
11
Reaction score
0
Odp: Labele,actions itp.

npcsay "hi
wait 200
npcsay "trade
wait 200
loop [$itemcount.3414] {sellitems 3414 1}
wait 1000
loop [$itemcount.3366] {sellitems 3366 1}
wait 1000
loop [$itemcount.3364] {sellitems 3364 1}
wait 1000
 
Status
Not open for further replies.
Top