Json Posted April 19, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 22 Reputation: 1 Joined: 08/16/12 Last Seen: July 31, 2013 Share Posted April 19, 2013 ( STR/DEX/VIT +3 & "ARCHER/SWORDSMAN/THIEF CLASS reduce damge to demi human 3%" & enable to use SIGHT) And STR/DEX/INT +3 & "MAGE,GUNSLINGER CLASS FLEE +50 HP+10%" & enable to use SIGHT Advance thanks rA Quote Link to comment Share on other sites More sharing options...
Patskie Posted April 19, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 2 hours ago Share Posted April 19, 2013 Try 1. { bonus bStr,3; bonus bDex,3; bonus bVit,3; if(BaseClass==Job_Archer || BaseClass==Job_Thief || BaseClass==Job_Swordman) { bonus2 bSubRace,RC_DemiHuman,3; skill "MG_SIGHT",1; } },{},{sc_end MG_SIGHT;} 2. { bonus bStr,3; bonus bDex,3; bonus bVit,3; if(BaseClass==Job_Mage || BaseClass==Job_Gunslinger) { skill "MG_SIGHT",1; bonus bFlee,50; bonus bMaxHPrate,10;} },{},{sc_end MG_SIGHT;} Quote Link to comment Share on other sites More sharing options...
Json Posted April 19, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 22 Reputation: 1 Joined: 08/16/12 Last Seen: July 31, 2013 Author Share Posted April 19, 2013 Ok i will try. Quote Link to comment Share on other sites More sharing options...
Mootie Posted April 19, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share Posted April 19, 2013 Oh another developer Quote Link to comment Share on other sites More sharing options...
Question
Json
( STR/DEX/VIT +3 & "ARCHER/SWORDSMAN/THIEF CLASS reduce damge to demi human 3%" & enable to use SIGHT)
And
STR/DEX/INT +3 & "MAGE,GUNSLINGER CLASS FLEE +50 HP+10%" & enable to use SIGHT
Advance thanks rA
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.