syndrome93 Posted March 12, 2020 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 09/08/13 Last Seen: September 30, 2020 Share 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 Link to comment Share on other sites More sharing options...
0 Start_ Posted March 12, 2020 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 3 hours ago Share Posted March 12, 2020 use bonus_script in item script. D:\rathena\doc\script_commands.txt line 5917 Quote Link to comment Share on other sites More sharing options...
0 syndrome93 Posted March 12, 2020 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 09/08/13 Last Seen: September 30, 2020 Author Share 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 Link to comment Share on other sites More sharing options...
0 Haruka Mayumi Posted March 12, 2020 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: March 25 Share Posted March 12, 2020 Not enough information. does it tick every minute or you use something to enable the 10 seconds? Quote Link to comment Share on other sites More sharing options...
-1 Gladius Posted March 12, 2020 Group: Members Topic Count: 12 Topics Per Day: 0.01 Content Count: 235 Reputation: 64 Joined: 04/29/19 Last Seen: Thursday at 10:08 PM Share 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 Link to comment Share on other sites More sharing options...
-1 Emistry Posted March 12, 2020 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 9 hours ago Share 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 Link to comment Share on other sites More sharing options...
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..
Link to comment
Share on other sites
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.