Jump to content

Question

Posted

Original: Enables the use of [Intravision]. Intravision allows you to see hidden enemies.


Modified: Enables the use of [Intravision]. Intravision allows you to see hidden enemies for a duration of 10 seconds. The cooldown is 60 seconds.

 

 

hello.. how to make a item script card like that.. thx  before..

5 answers to this question

Recommended Posts

  • -1
Posted (edited)
Intravision:
if (@i < 18000) {
    sc_start SC_Intravision,10000,0;
    set @i, @i +1;
    callsub Intravision;
}

Perhaps a function in the item will solve the problem.
I didn't test it ... But I found the idea interesting.
Could anyone show a better way to apply this effect?

@edit

Maybe works...

 

4198,Maya_Puple_Card,Maya Purple Card,6,20,,10,,,,,,,,769,,,,,{ callfunc "Intravision"; },{},{ sc_end SC_Intravision; }

-	script	Intravision	-1,{
Intravision:
sc_start SC_Intravision,10000,0; 
sleep 30000;
goto Intravision;
end;
}

 

Edited by Gladius
  • -1
Posted
// trigger when attacking ...
autobonus "{ sc_start SC_Intravision,10000,0; }",1000,60000;
// trigger when attacked ...
autobonus2 "{ sc_start SC_Intravision,10000,0; }",1000,60000;

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...