Yoko

All sides of Injection
It is currently 2025-10-18 19:39:49

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2008-02-04 18:53:12 
Offline

Joined: 2008-01-19 23:30:01
Posts: 49
sub main()
while UO.life > 0
while UO.mana > 380
UO.exec("useskill 'Spirit Speak'")
wait(5000)
UO.exec("cast 'Dispel' self")
wait(5000)
wend

while UO.INT < UO.Mana
uo.exec("useskill 'Meditation'")
wait(5000)
wend
wend
endsub


как исправить скрипт ?

Проблема в следующем на шарде стат инты кочаеться до 150 но при этом мана умножаеться на 3 и того получаеться 450 маны, как исправить скрипт чтобы он начал медитацию при значение интелекта 150 но при этом мана была по значению выше так как к примеру пока не спуститься мана до 149 он не начнет запускать медитацию.

поидее надо исправлять тут но как незнаю: while UO.INT < UO.Mana

Можно ли тут сделать так чтобы инта автоматом умножалась в три раза ?


Top
   
 Post subject:
PostPosted: 2008-02-04 19:07:04 
Offline
Expert!
User avatar

Joined: 2004-04-04 21:40:09
Posts: 1007
while (UO.INT*3) < UO.Mana

так наверное... я хз... уже 10 лет как школу закончил, позабыл как умножать... :(


Top
   
 Post subject:
PostPosted: 2008-02-04 19:09:09 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
Code:
while UO.Mana < 450

Code:
while UO.INT*3 < UO.Mana

_________________
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net


Top
   
 Post subject:
PostPosted: 2008-02-04 19:30:04 
Offline

Joined: 2008-01-19 23:30:01
Posts: 49
Спасибо огромное вам

правильно выглядит вот так скрипт а с умножением не пошел работать:

sub main()
while UO.life > 0
while UO.mana > 380
UO.exec("useskill 'Spirit Speak'")
wait(5000)
UO.exec("cast 'Dispel' self")
wait(5000)
wend

while UO.Mana < 450
uo.exec("useskill 'Meditation'")
wait(5000)
wend
wend
endsub


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 3 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