Jump to content

3.x Classes are -- finally -- all available.


Recommended Posts

Posted (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 :) :) /ok .

Edited by Lelouch
Posted (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 by xRaisen
Posted (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 by Lelouch
Posted

nice, but seems like you reverted some changes with that commit :P

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 :) :) /ok .

Im using a 2011-11-22 RagexeRE client and I can see Kagerou and Oboro just fine.

Posted

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

Posted

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

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...