Rebirth Spirit

Started by betoyg, Jul 02, 2012, 08:30 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

betoyg

Well, as the title says there is a bug, you might say, with the Rebirth Spirit skill, it says it requires SN spirit 1 but it really requires it on level 5, which is painful to find out after you've spent all your other skill points /sob

Triper

It's one of the bad info of the data files. It was 5 since ever.

I also see that slow grace still have wrong info description there =P

Probably more stuff is wrong there too.

yC

I can tell you that for eAthena, rAthena and 3ceam servers, the server side requirement is definitely level 1 SN spirit.

4049,494,5,451,1,0,0,0,0,0,0,0,0   //SL_HIGH#Spirit of Rebirth#

It is the client side files that is blocking you from upping the skill at level 1 SN spirit.  Just take a look at:

http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/skillinfoz/skillinfolist.lua

Search for "Rebirth Spirit" you see "{ SKID.SL_SUPERNOVICE,5 }" if you know how to edit the file in your client (better yet if it reads your data folder) simply change the 5 to 1 and you are good to go.

That is, unless your server caught this and edit the server files to make it match the client side of course.

In the "real ro" sense you are right the requirement is 5 (client file is from official) but we are following the pserver files so that is what we have because that is what THEY have.  Trippy tell me about the slow grace? hmm might want to submit this somewhere.