Jump to content

Eroces

Members
  • Posts

    135
  • Joined

  • Last visited

Everything posted by Eroces

  1. What were your stats and what dagger were you using?
  2. Did you add a custom item?
  3. { 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; } }
  4. Sweet! Probably gonna switch to this if it gets released. Awesome work Ind!
  5. Diff your client and uncheck "Disable 1rag1 & 1sak1".
  6. 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.
  7. http://supportmii.com/ro1/Clients/Judas_Setups/2011_Setup/
  8. 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.
  9. Yes, you'll need TortoiseSVN. Don't follow the Linux part if you are not using Linux.
  10. http://rathena.org/wiki/Diff
  11. You really don't need to merge it to your data.grf. Just edit your data.ini and make sure your client reads GRF first. [Data] 0=yourdata.grf 1=data.grf
  12. This is already implemented in rAthena. You'll have to use Reins Of Mount.
  13. I have a different config.ini. I'm using 2.6.1.66. But if it patches, the problem might be in your client. http://rathena.org/wiki/Custom_Items
×
×
  • Create New...