Yoko

All sides of Injection
It is currently 2025-11-08 13:05:17

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2007-09-24 18:43:49 
Offline

Joined: 2007-09-24 17:11:19
Posts: 20
Code:
sub f()
var mana=uo.mana
var int=Uo.Int
while 1
if uo.mana<uo.Int then
uo.fontcolor('0x486')
uo.msg('mana '+STR(mana) +' ')
mana=uo.mana
wait(15)
end if
wait(10)
wend
end sub


хотелось бы чтоб показывал текущую ману... а он как бешеный работает :?


Top
   
 Post subject:
PostPosted: 2007-09-24 19:19:41 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Code:
sub f() 

var mana=uo.mana
var int=uo.int

while 1
  if uo.mana<uo.int then
    uo.fontcolor('0x486')
    uo.msg('mana '+STR(mana) +' ')
    mana=uo.mana
    wait(1500)
  end if
  wait(1000)
wend
end sub


Code:
wait(1000) = 1 sec
;

2Зачем переменная mana?


Top
   
 Post subject:
PostPosted: 2007-09-24 19:28:55 
Offline

Joined: 2007-09-24 17:11:19
Posts: 20
понятия не имею, я не скриптер еще как ни как :)


Top
   
 Post subject:
PostPosted: 2007-09-24 19:31:22 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
:wink: всё впереди.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 4 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited