Ind Posted April 20, 2012 Posted April 20, 2012 With r15885 rAthena has completed the development of 3.x classes, should you step by any bugs please do report: http://rathena.org/board/tracker/ so we may get it fixed right away. Thank you for your time. 9
simplynice Posted April 20, 2012 Posted April 20, 2012 Thank you for answering my question sire and thank you rAthena Staffs.
EvilPuncker Posted April 20, 2012 Posted April 20, 2012 nice, but seems like you reverted some changes with that commit
QQfoolsorellina Posted April 20, 2012 Posted April 20, 2012 That's a good news for all users! you did a great job!
Matrixfox Posted April 20, 2012 Posted April 20, 2012 (edited) notice any problems in the main.sql file? nvm, it seems to be fixed, ty Brian? Edited April 21, 2012 by Matrixfox
quesoph Posted April 20, 2012 Posted April 20, 2012 Too bad kagerou and oboro doesn't work with 2011 11 16 client and below. ( or its just me. lol ) Thank you rAthena! 1
Vali Posted April 20, 2012 Posted April 20, 2012 Very good job!! I´m... I think I'm going to cry.... T__T
XenaNyx Posted April 20, 2012 Posted April 20, 2012 (edited) hope rathena support client 2012+ and fix body relocation Edited April 20, 2012 by Rozeniiz
KaitoKid Posted April 20, 2012 Posted April 20, 2012 (edited) WOOOO!!! Thank you to all rAthena developers!! We have been waiting for this moment. Edited April 20, 2012 by Kaito_Kid
Lelouch vi Britannia Posted April 21, 2012 Posted April 21, 2012 (edited) Too bad kagerou and oboro doesn't work with 2011 11 16 client and below. ( or its just me. lol ) Thank you rAthena! Yeah the sprite for Kagerou and Oboro won't show in 2011-11-16aRagexeRE.exe ,But if you use 2011-12-28aRagexeRE.exe and up you'll see the sprite . BTW Finally rAthena have updated Sorcerer and Genetic and also other new classes . Thanks and Keep it up rocking :) . Edited April 21, 2012 by Lelouch
xRaisen Posted April 21, 2012 Posted April 21, 2012 (edited) This is amazing. Its finally complete! Thanks rAthena. EDIT: By the way, whats the lowest ragre version should I use to see the Oborro/Kagero Sprites? Atleast has been tested. notice any problems in the main.sql file? Run/add this in your SQL ALTER TABLE `char` ADD COLUMN `elemental_id` int(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `rename`; And this CREATE TABLE IF NOT EXISTS `elemental` ( `ele_id` int(11) unsigned NOT NULL auto_increment, `char_id` int(11) NOT NULL, `class` mediumint(9) unsigned NOT NULL default '0', `mode` int(11) unsigned NOT NULL default '1', `hp` int(12) NOT NULL default '1', `sp` int(12) NOT NULL default '1', `max_hp` mediumint(8) unsigned NOT NULL default '0', `max_sp` mediumint(6) unsigned NOT NULL default '0', `str` smallint(4) unsigned NOT NULL default '0', `agi` smallint(4) unsigned NOT NULL default '0', `vit` smallint(4) unsigned NOT NULL default '0', `int` smallint(4) unsigned NOT NULL default '0', `dex` smallint(4) unsigned NOT NULL default '0', `luk` smallint(4) unsigned NOT NULL default '0', `life_time` int(11) NOT NULL default '0', PRIMARY KEY (`ele_id`) ) ENGINE=MyISAM; Edited April 21, 2012 by xRaisen
Judas Posted April 21, 2012 Posted April 21, 2012 long ago, i tested with 2011-11-02 and it worked, so anything after that will work
Lelouch vi Britannia Posted April 21, 2012 Posted April 21, 2012 (edited) Nah just test other clients starting 2011-11-02 and up like judas said .But when i tryed 2011-12-28 the sprite for Kagerou/Oboro has shown up .but its up to you to try other clients Edited April 21, 2012 by Lelouch
Rytech Posted April 21, 2012 Posted April 21, 2012 nice, but seems like you reverted some changes with that commit He did. Over 20 skill trees was removed from the skill tree file by accident (Told him he didn't need to touch it), which I just fixed in r15895. I dont know if anything else was accidently reverted, but I did notice a lot of unnecessary looking changes in skill.c. Like lots of data for 1st and 2nd job skills moved around for unknown reasons. Too bad kagerou and oboro doesn't work with 2011 11 16 client and below. ( or its just me. lol ) Thank you rAthena! Yeah the sprite for Kagerou and Oboro won't show in 2011-11-16aRagexeRE.exe ,But if you use 2011-12-28aRagexeRE.exe and up you'll see the sprite . BTW Finally rAthena have updated Sorcerer and Genetic and also other new classes . Thanks and Keep it up rocking :) . Im using a 2011-11-22 RagexeRE client and I can see Kagerou and Oboro just fine.
KeiKun Posted April 21, 2012 Posted April 21, 2012 Nah just test other clients starting 2011-11-02 and up like judas said .But when i tryed 2011-12-28 the sprite for Kagerou/Oboro has shown up .but its up to you to try other clients your using crappy lua i tried 2011-11-22 works fine
Lelouch vi Britannia Posted April 21, 2012 Posted April 21, 2012 Nah just test other clients starting 2011-11-02 and up like judas said .But when i tryed 2011-12-28 the sprite for Kagerou/Oboro has shown up .but its up to you to try other clients your using crappy lua i tried 2011-11-22 works fine Nah i havent tryed 2011-11-22 yet .Actually im using updated lua from Here
GM Takumirai Posted April 21, 2012 Posted April 21, 2012 - this is a good news to rAthena users, we are happy and we are not wrong to move and choose rAthena.. rytech good to see you here.. m/ rock on
EvilPuncker Posted April 21, 2012 Posted April 21, 2012 just a side note to ind, aren't we using rnd() function now instead of rand()?
Recommended Posts