Jump to content
  • 0

Increase damage in emperiums, more damage in woe?


Question

13 answers to this question

Recommended Posts

  • 0
Posted

I see sir. Im currently on mobile only.

Use Bonus Script like this: bonus2 bAddEle,Ele_Holy,5;

Rynbef~

 

yes its working but, i modified some custom item effects but the script is correct. I dont know why this is keep on getting errors.

 

Untitled.jpg

  • 0
Posted

Your Bonus script is wrong. You use "Bonus" but it is "Bonus2".

Rynbef~

 

all script should be bonus only not bonus2?

its still on error.

its impossible to get error because i just copy some of the item bonuses at the itemdb using server database editor.

  • 0
Posted (edited)

Bonus bSubEle,Ele_Water,3; must be:

Bonus2 bSubEle,Ele_Water,3;

Because it have two Arguments.

Bonus2 bSubEle,<First arg>,<sec arg>;

The same at the other bonuses which makes errors.

Rynbef~

Edited by Rynbef
  • 0
Posted (edited)

Bonus bSubEle,Ele_Water,3; must be:

Bonus2 bSubEle,Ele_Water,3;

Because it have two Arguments.

Bonus2 bSubEle,<First arg>,<sec arg>;

The same at the other bonuses which makes errors.

Rynbef~

this is sample of my custom item bonuses.

bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus2 bSubRace,RC_DemiHuman,5;
bonus2 bSubRace,RC_Player,5;
bonus2 bAddRace,RC_DemiHuman,5;
bonus2 bAddRace,RC_Player,5;
bonus bSubEle,Ele_Water,5;
bonus bStr,5;
bonus bAgi,5;
bonus bVit,5;
bonus bInt,5;
bonus bDex,5;
bonus bLuk,5;
bonus bIntravision,0;

o there, i see my problem. Thanks!

Edited by Kinkkynipps
  • 0
Posted

bonus bSubEle,Ele_Water,5;

Have to be:

bonus2 bSubEle,Ele_Water,5;

You've the same Problem on other Items with the bSubEle Bonus.

Rynbef~

thanks sir ryn, anyway i got problem downloading here at rathena, it keeps saying "You may not download any more files until your other downloads are complete" @rathena even though i dont have any downloading file. -_-

Untitled.jpg

 

Still unsolved.  /pif

bump

bump

  • 0
Posted (edited)

tC8IcHk.png

 

where is the semicolon ???

at the last script?

 

i already did but it keeps getting error.

 

fixed but have new problem.

 

Untitled.jpg

i just removed the following item id numbers 553, 1265, 544.

 

i remove those at itemdb.txt putting // at the start of the item id.

 

i dont know why i getting those errors. please help.

 

fixed i just import trunk/db/import-tmpl item_bluebox.txt, item_misc.txt, item_violetbox.txt.

 

thank you all guys!

Edited by Kinkkynipps

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...