Kakaroto Posted August 5, 2017 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 637 Reputation: 95 Joined: 05/11/12 Last Seen: 1 hour ago Share Posted August 5, 2017 (edited) Please help a noob, I know it's a ridiculous question, but how do I create this script? When using Double Casting increases MATK by 50 for 1 minute. Edited August 5, 2017 by Skorm Title change from "Noob Question." Quote Link to comment Share on other sites More sharing options...
0 Deleted User Posted August 5, 2017 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 235 Reputation: 55 Joined: 12/02/11 Last Seen: February 26, 2021 Share Posted August 5, 2017 8 hours ago, Kakaroto said: [Error]: script error on db/re/item_db.txt line 11919 parse_simpleexpr: unexpected character * 11919 : { autobonus3 "{ bonus bMatk,50; }",60000,PF_DOUBLECASTING,'{'} u.u Try this it should work tested. autobonus3 "{ bonus bMatk,50; }",10000,60000,"PF_DOUBLECASTING","{ specialeffect2 EF_ENHANCE; }"; 1 Quote Link to comment Share on other sites More sharing options...
0 sotf Posted August 5, 2017 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 173 Reputation: 9 Joined: 11/14/12 Last Seen: June 7, 2023 Share Posted August 5, 2017 Using an equip? autobonus3 "{ bonus bMatk,50; }",60000,<double casting skill id>,{}; 1 Quote Link to comment Share on other sites More sharing options...
0 Kakaroto Posted August 5, 2017 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 637 Reputation: 95 Joined: 05/11/12 Last Seen: 1 hour ago Author Share Posted August 5, 2017 (edited) 5 hours ago, sotf said: Using an equip? autobonus3 "{ bonus bMatk,50; }",60000,<double casting skill id>,{}; [Error]: script error on db/re/item_db.txt line 11919 parse_simpleexpr: unexpected character * 11919 : { autobonus3 "{ bonus bMatk,50; }",60000,PF_DOUBLECASTING,'{'} u.u Edited August 5, 2017 by Kakaroto Quote Link to comment Share on other sites More sharing options...
0 Kakaroto Posted August 5, 2017 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 637 Reputation: 95 Joined: 05/11/12 Last Seen: 1 hour ago Author Share Posted August 5, 2017 55 minutes ago, Kaze said: Try this it should work tested. autobonus3 "{ bonus bMatk,50; }",10000,60000,"PF_DOUBLECASTING","{ specialeffect2 EF_ENHANCE; }"; Thx Man! Works! Quote Link to comment Share on other sites More sharing options...
Question
Kakaroto
Please help a noob, I know it's a ridiculous question, but how do I create this script?
When using Double Casting increases MATK by 50 for 1 minute.
Title change from "Noob Question."
Link to comment
Share on other sites
4 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.