Jump to content

Wafflebutt

Members
  • Posts

    234
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Wafflebutt

  1. Go to : rAthena/src/map/config/renewal.h Open it search for /// renewal drop rate algorithms /// (disable by commenting the line) /// /// leave this line to enable renewal item drop rate algorithms /// while enabled a special modified based on the difference between the player and monster level is applied /// based on the http://irowiki.org/wiki/Drop_System#Level_Factor table #define RENEWAL_DROP /// renewal exp rate algorithms /// (disable by commenting the line) /// /// leave this line to enable renewal item exp rate algorithms /// while enabled a special modified based on the difference between the player and monster level is applied #define RENEWAL_EXP and comment it to /// renewal drop rate algorithms /// (disable by commenting the line) /// /// leave this line to enable renewal item drop rate algorithms /// while enabled a special modified based on the difference between the player and monster level is applied /// based on the http://irowiki.org/wiki/Drop_System#Level_Factor table /// #define RENEWAL_DROP /// renewal exp rate algorithms /// (disable by commenting the line) /// /// leave this line to enable renewal item exp rate algorithms /// while enabled a special modified based on the difference between the player and monster level is applied /// #define RENEWAL_EXP Save and recompile your server
  2. For anyone wondering, he is talking about this: [media=] [/media]Offi bug which lead to exploits as the monster was hit or stun locked. The monster couldn´t move and was always in idle mode / couldn´t target. Clashing spiral aspd/bragi build is still one of my favorites with pierce aspd spam. <3
  3. Please don´t trash the forum with already answered questions Q_Q

  4. So much info, I am going to die! Did you diff your exe? How did you diff your exe? Did you insert some kind of icon via resource hacker? Try another one?
  5. Weird... It works for me tho. Do you have md5 enabled in your login_athena.conf? // Store passwords as MD5 hashes instead of plaintext ? // NOTE: Will not work with clients that use <passwordencrypt> use_MD5_passwords: yes Im not quite sure how you can disable it on fluxcp tho. And you shouldn´t disable it in the first place. I would disable the client account creation in the login_athena.conf // Can you use _M/_F to make new accounts on the server? new_account: no
  6. Make sure you have the right lua or lub files. http://subversion.assembla.com/svn/ClientSide/Lua_Project/ data/lua files
  7. There is a search button and a wiki you know... http://rathena.org/board/topic/66920-there-are-no-monsters-and-npcs-in-my-client/#entry117393 http://rathena.org/wiki/Connecting#CHARACTER_INFO_size_error.21.21 http://rathena.org/wiki/Mmo.h It´s not just you but everyone is asking the same questions everyday. And it is x times in the forums already.
  8. Look for missing commas etc. Or update / redo your mob_skill_db.txt Or post your mob_skill_db.txt so that we can actually help you?
  9. Search and wiki are your friends. http://rathena.org/wiki/Edit_Max_Level http://rathena.org/board/index.php?app=core&module=search&search_in=forums http://rathena.org/wiki/Category:Configuration http://rathena.org/board/topic/67082-edit-ninja-and-taekwon-leevel/
  10. WTF is wrong these past few days? Nobody uses the fu..ing search function! Or at least tries to solve it alone!

  11. Renewal has 2 cast times. 1 Fixed cast time and 1 Variable cast time The fixed cast time can only be reduced by items that reduce fixed cast time, but cannot reduce it fully. Variable cast time is the dex dependent cast time. You can reduce the var cast time fully by having dex for instant cast (170). You would still have the fixed cast time tho. Meaning that you can´t have instant cast in renewal. Only Pre Re. Short: Fixed cast time -> Not reduced by dex and cannot reach 0 Var cast time -> reduced by dex can reach 0 total cast time = fixed + var cast Lets say you have 170 dex. You are casting Storm Gust lvl 10 (15 sec cast time) 15 sec are the total cast time 20% of the 15 sec are fixed cast time (3sec) Leaving 12 sec as var cast time. Since you have 170 dex / instant cast, you reduce the variable cast time fully to 0. Total casttime = var cast (0) + fix (3) = 3sec
  12. Just look at my previous post. What is there not to understand? In exp.txt Go to the line //Base - Normal and Baby Jobs 99,0:1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:23:24:25:4023:4024:4025:4026:4027:4028:4029:4030:4031:4032:4033:4034:4035:4036:4037:4038:4039:4040:4041:4042:4043:4044:4045:4046:4047:4048:4049:4050:4051:4052 Delete the 25: wich is the ninja class id Then go to the line //Base - 3rd Jobs, Baby 3rds, Expanded Super Novice, and Kagerou/Oboro //Note: (First 98 values [Level 1 - 98] are dummy values, because 3rd classes start at level 99.) 150,4054:4055:4056:4057:4058:4059:4060:4061:4062:4063:4064:4065:4066:4067:4068:4069:4070:4071:4072:4073:4074:4075:4076:4077:4078:4079:4080:4081:4082:4083:4084:4085:4086:4087:4096:4097:4098:4099:4100:4101:4102:4103:4104:4105:4106:4107:4108:4109:4110:4111:4112:4190:4191:4211:4212 and add 25: to the class id´s. But edit the BASE table if you want to edit the base level. Not Job like you quoted in one of your previous posts!
  13. I thought you want to change the BASE level?... Ninja Example Delete: //Base - Normal and Baby Jobs 99,0:1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:23:24:25:4023:4024:4025:4026:4027:4028:4029:4030:4031:4032:4033:4034:4035:4036:4037: 4038:4039:4040:4041:4042:4043:4044:4045:4046:4047:4048:4049:4050:4051:4052 Insert: //Base - 3rd Jobs, Baby 3rds, Expanded Super Novice, and Kagerou/Oboro //Note: (First 98 values [Level 1 - 98] are dummy values, because 3rd classes start at level 99.) 150,25:4054:4055:4056:4057:4058:4059:4060:4061:4062:4063:4064:4065:4066:4067:4068:4069:4070:4071:4072:4073:4074:4075:4076:4077:4078:4079: 4080:4081:4082:4083:4084:4085:4086:4087:4096:4097:4098:4099:4100:4101:4102:4103:4104:4105:4106:4107:4108:4109:4110:4111:4112:4190:4191:4211:4212
  14. Change them in the exp.txt? Delete the class ids from the 99 table and isert them into the 3rd jobs base table? Or make a new one?
×
×
  • Create New...