Kakaroto Posted August 5, 2017 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
0 Deleted User Posted August 5, 2017 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
0 sotf Posted August 5, 2017 Posted August 5, 2017 Using an equip? autobonus3 "{ bonus bMatk,50; }",60000,<double casting skill id>,{}; 1 Quote
0 Kakaroto Posted August 5, 2017 Author 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
0 Kakaroto Posted August 5, 2017 Author 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
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."
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.