SAIL - Zwiększenie HP postaci - nieśmiertelność

Gotowe kody SAIL'a, informacje na temat moddingu, itd.

Moderator: zoNE

Antworten
Avatar de l’utilisateur
zoNE
The Great Uniter & Site Administrator
The Great Uniter & Site Administrator
Beiträge: 2066
Registriert: ven. févr. 17, 2006 3:44 pm
Localisation: Poland
Kontaktdaten:

SAIL - Zwiększenie HP postaci - nieśmiertelność

Message von zoNE »

Gothuk a écrit :hmm nie ma kodu na niesmiertelnosc
jedyne co przychodzi mi na mysl to :

Code : Tout sélectionner

 export function immortal(unit);
begin
live = GetLives(unit);
while live < 1000 do
   SetLives(unit, 1000);
end;

every 0$0.1 marked 001 do
begin
   immortal(zol1);
   immortal(zol2);
   enable;
end;
Lucyfer a écrit :wg mnie też podziała kod taki:

Code : Tout sélectionner

every 0$0.1 marked 01 do
begin
setLives(postać,1000);
enable;
Enable (02);
End;

//Później może być do wyłączenia choć nie jestem pewnien czy podziałą

Every 0$0.1 <twoje zdarzenie> marked 02 do
begin
disable (01);
End;
a nóż zadziała ^^
Author: Gothuk & Lucyfer
Topic: http://forum.original-war.net/viewtopic.php?t=1345
Antworten