syndrome93 Posted March 12, 2020 Posted March 12, 2020 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.. Quote
0 Start_ Posted March 12, 2020 Posted March 12, 2020 use bonus_script in item script. D:\rathena\doc\script_commands.txt line 5917 Quote
0 syndrome93 Posted March 12, 2020 Author Posted March 12, 2020 1 hour ago, Start_ said: use bonus_script in item script. D:\rathena\doc\script_commands.txt line 5917 not usable item. but the maya purple card when i wear it. Quote
0 Haruka Mayumi Posted March 12, 2020 Posted March 12, 2020 Not enough information. does it tick every minute or you use something to enable the 10 seconds? Quote
-1 Gladius Posted March 12, 2020 Posted March 12, 2020 (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 March 12, 2020 by Gladius Quote
-1 Emistry Posted March 12, 2020 Posted March 12, 2020 // trigger when attacking ... autobonus "{ sc_start SC_Intravision,10000,0; }",1000,60000; // trigger when attacked ... autobonus2 "{ sc_start SC_Intravision,10000,0; }",1000,60000; Quote
Question
syndrome93
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.