Jump to content
  • 0

How do I make Double Casting Increase MATK by 50 for 1 minute?


Kakaroto

Question


  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

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 by Skorm
Title change from "Noob Question."
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  235
  • Reputation:   55
  • Joined:  12/02/11
  • Last Seen:  

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; }";

 

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  173
  • Reputation:   9
  • Joined:  11/14/12
  • Last Seen:  

Using an equip?

autobonus3 "{ bonus bMatk,50; }",60000,<double casting skill id>,{};

 

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

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 by Kakaroto
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

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!

Link to comment
Share on other sites

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.

×
×
  • Create New...