Request Script Syntax Again :)))) THANKS IN ADVANCE SCREEN SHOT INCLUDED

esquilla13

New member
Messages
107
Points
0
Untitled.png

1111.png

REQUEST
default_smile.png
)

 
Why dont you try to experiment ?

Code:
{ if(BaseClass==Job_Hunter) { bouns; }if(BaseClass==Job_Mage||BaseClass==Job_Alchemist) { bonus; }if(BaseClass==Job_Priest) { bouns; } } 
 
Last edited by a moderator:
Why don't you try to make it yourself? It's quite easy.

Plus, with the aid of doc/item_bonus.txt, doc/script_commands.txt and maybe some online database that interprets the meaning of the item script such as http://midgard-library.org/ (beware it's outrageously outdated but still does its job, just look for comparable item effects) it shouldn't be too complicated. You just need spending some time by yourself the first time, then next time you'll spend a bit less and have less doubts, until you master it and will make item scripts quickly without any problems.

 
Back
Top