It is currently 19 Apr 2024, 20:55

All times are UTC + 2 hours [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 11 Mar 2022, 09:50 
Offline
Начинающий игрок

Joined: 11 Mar 2022, 09:47
Posts: 23
Помогите пож со скриптом на автохилл надо чтобы он начел хилитца когда у игрока меньше 50
Code:
function Heal() {
var Timer, Msg = "You put the bloody bandage|failed";
while (!Player.Dead() && Orion.Count("bandage")) {
if (Player.Hits() < Player.MaxHits() - 1) {
Orion.ClearJournal(Msg);
Orion.BandageSelf();
Timer = Orion.Now() + 5000;
while (!Orion.InJournal(Msg) && Orion.Now() < Timer) {
Orion.Wait(100);
}
} else {
Orion.Wait(100);
}
}
}


Top
 Profile  
 
PostPosted: 11 Mar 2022, 22:14 
Offline
Бывалый игрок
User avatar

Joined: 14 Sep 2017, 09:27
Posts: 358
автохил на этом сервере весьма сомнительная штука, в бинт тебе больше урона может прилететь.

_________________
https://www.youtube.com/channel/UCETBe9j78dTLEiLI36tjFkA


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

All times are UTC + 2 hours [ DST ]


Who is online

Users browsing this forum: Yaest' and 253 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:  
Powered by phpBB® Forum Software © phpBB Group