Jump to content
  • 0
JHONDOMINIC

Promblem about bonus_script command in script

Question

I try to make item deposit script and script concept is if you deposit some item you will get a status.

Ex. I deposit Apple Hat

I will get a Dex +4

by bonus_script "{ bonus bDex,4; }",86400,8,0;

but if you deposit Apple hat again normally your Dex increase = 8 but bonus script increase only first time meaning you got only Dex + 4.

It have other way to increase Dex by script?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

try this:

 

to duplicate the remaning time:    bonus_script "{ bonus bDex,4; }",86400,1032,0;

to duplicate the script:    bonus_script "{ bonus bDex,4; }",86400,2056,0;

Edited by Start
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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.