Jump to content

Eroces

Members
  • Posts

    135
  • Joined

  • Last visited

Posts posted by Eroces

  1. { bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bAllStats,1; if(readparam(bAgi)>=50) { bonus bAspdRate,2; bonus bFlee,10; } if(readparam(bStr)>=50) { bonus bAtk,10; bonus bAtkRate,3 } if(readparam(bVit)>=50) { bonus bMaxHPrate,2; bonus bDef,3; bonus bMdef,3; bonus bLongAtkDef,5; } if(readparam(bInt)>=50) { bonus bMaxSPrate,3; bonus bMatkRate,3; bonus bIgnoreMdefRate,1; } if(readparam(bDex)>=50) { bonus bDelayrate,-2; bonus bHit,15; bonus bLongAtkRate,5; } if(readparam(bLuk)>=50) { bonus bCritical,10; bonus bCritAtkRate,2; } }
    

  2. Try this. You are missing an open parenthesis that's why you are having the parse_simpleexpr: unmatch ')' error.

    24099,Black_Flaming_Fairy_Wings,Black Flaming Fairy Wings,5,20,,100,,0,,1,0xFFFFFFFF,31,2,1,,0,0,32003,{ if ((Class==Job_Assassin_Cross) || (Class==Job_Champion) || (Class==Job_Clown) || (Class==Job_Gypsy) || (Class==Job_Star_Gladiator) || (Class==Job_Stalker)) bonus bAgi,285; bonus bDex,285; if ((Class==Job_Lord_Knight) || (Class==Job_Paladin) || (Class==Whitesmith) || (Class==Creator)) bonus bDex,285; bonus bStr,285; if ((Class==Job_High_Wizard) || (Class==Job_Professor) || (Class==Job_Super_Novice) || (Class==Job_High_Priest)) bonus bAgi,285; bonus bInt,285; if ((Class==Job_Gunslinger) || (Class==Job_Sniper)) bonus bDex,350; if (Class==Job_Ninja) bonus bStr,230; bonus bAgi,230; bonus bDex,230; },{},{}
    

    Edit: Ainna, you type fast. /heh

    • Upvote 1
  3. Latest LUA files

    http://svn6.assembla...ject/lua files/

    2011-03-15aRagexeRE.exe

    http://supportmii.co...15aRagexeRE.exe

    Just look for the file renewal.h in rAthena\src\config then open the file with Visual C++.

    /// game renewal server mode
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal specific support such as renewal formulas
    #define RENEWAL
    

    Comment #define RENEWAL

    /// game renewal server mode
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal specific support such as renewal formulas
    //#define RENEWAL
    

    Don't forget to save and recompile.

×
×
  • Create New...