Jump to content
  • 0
chronick

Item Script

Question

{bonus2 bSubEle, Ele_Holy, 15; bonus2 bSubEle, Ele_Dark, -10; if(BaseClass == Job_Acolyte) { bonus2 bSubRace, RC_DemiHuman, 5; bonus bHealPower, 5; bonus2 bSkillAtk, "AL_HOLYLIGHT", 15;}

As you can see on the script, the Item gives:

Gives +3 INT, and +2 DEX.

[Effects]

+15% Resistance to Holy Element +10% Weakness against Shadow / Dark Element.

[Alcolyte Class]

Gain an additional +5% Resistance against Demi-humans,+5% Heal Effectiveness Increased and +15% Increased Holy Light Damage.

but seems like there's an error in my script. mapserv-sql says

"Unexpected End of Script"

"parse_line: expect command, missing function name or calling or undeclared function"

I hope someone could help me, any help would be very much appreciated :(

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Try this one

From this

{ bonus2 bSubEle, Ele_Holy, 15; bonus2 bSubEle, Ele_Dark, -10; if(BaseClass == Job_Acolyte) { bonus2 bSubRace, RC_DemiHuman, 5; bonus bHealPower, 5; bonus2 bSkillAtk, "AL_HOLYLIGHT", 15; }

To this one

{ bonus2 bSubEle, Ele_Holy, 15; bonus2 bSubEle, Ele_Dark, -10; if(BaseClass == Job_Acolyte) bonus2 bSubRace, RC_DemiHuman, 5; bonus bHealPower, 5; bonus2 bSkillAtk, "AL_HOLYLIGHT", 15; }

Edited by Lelouch
Link to comment
Share on other sites

}?

{ bonus2 bSubEle, Ele_Holy, 15; bonus2 bSubEle, Ele_Dark, -10; if(BaseClass == Job_Acolyte) { bonus2 bSubRace, RC_DemiHuman, 5; bonus bHealPower, 5; bonus2 bSkillAtk, "AL_HOLYLIGHT", 15; }}
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.