Changes between Version 1 and Version 2 of UoPilot/makr/Fishing


Ignore:
Timestamp:
10/15/13 19:35:41 (11 years ago)
Author:
ZloVred
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UoPilot/makr/Fishing

    v1 v2  
    33Fishing:
    44
    5 for #y -6 6 1
    6 for #x -6 6 1
    7 :fishing
    8 set lastobjectid 1099918735//айди вашей удочки
    9 set lastobjecttype 3519 //тип вашей удочки
    10 set lasttargetx charposx + #x
    11 set lasttargety charposy + #y
    12 set lasttargetkind 2
    13 send F6 1000 // ЛастОбжект-ВаитФорТаргет-ЛастТаргет
    14 set timer 0
    15 while (lastmsg would you like) and (timer < 10000)
    16 wait 10
    17 end_while
    18 if_not (lastmsg are no fish) or (lastmsg fishing in)
    19 goto fishing
    20 end_if
    21 end_for
    22 end_for
     5for #y -6 6 1 for #x -6 6 1 
     6
     7:fishing 
     8
     9set lastobjectid 1099918735//айди вашей удочки 
     10
     11set lastobjecttype 3519 //тип вашей удочки 
     12
     13set lasttargetx charposx + #x 
     14
     15set lasttargety charposy + #y 
     16
     17set lasttargetkind 2 send F6 1000 // ЛастОбжект-ВаитФорТаргет-ЛастТаргет 
     18
     19set timer 0  while (lastmsg would you like) and (timer < 10000) wait 10 
     20
     21end_while 
     22
     23if_not (lastmsg are no fish) or (lastmsg fishing in) goto fishing 
     24
     25end_if 
     26
     27end_for 
     28
     29end_for 
     30
    2331alarm