Jump to content

Rytech

High Council
  • Content Count

    589
  • Joined

  • Last visited

  • Days Won

    89

Everything posted by Rytech

  1. Sourceforge is YET AGAIN having issues on their end. *sigh*
  2. Due to some of the changes done to 3CeAM and Paradox's flux control panel no longer being updated, ive decided to continue on it as needed for 3CeAM. Database name changes, the adding of other new databases, updating tables with new jobs and other things, etc. are a number of the things needed to make it up-to-date on compatibility. If your using 3CeAM, its recommended to use this. 3CeAM-Flux Control Panel https://sourceforge.net/projects/v1-3ceam-flux/
  3. A command for rental mounts??? Never thought anyone would want that but I could look into it in the future. Maybe I should do that along with fixing up the Summer-2 outfit to work officially.
  4. Update the lua files in the "data/luafiles514/lua files/skillinfoz/" directory and it should fix your issue.
  5. Rytech

    Sakexe Client

    2005 or 2015? Its your asking about 2005 then im not sure. Thats a very old client. If your asking about 2015 then you can use the 2015-05-13.
  6. V1.6 *Added alternate Ranger outfit. *Fixed a issue where you couldn't see the alternate outfit for -the Royal Guard and Arch Bishop in the dressing room window.
  7. Your client might be too old to support the skill. Try using a newer client and see if it works.
  8. The xray client project was discontinued in October of 2010. If you want something newer youll have to use a regular client.
  9. http://herc.ws/board/topic/12089-3ceam-svngit-and-group/
  10. SQL-410??? Like r410??? If so then your using a extremely outdated version.
  11. =General *The mount command no longer mounts Ranger's on a warg. -This command was mat to be used for quickly mounting onto things -to make testing earier without needing rental NPC's and only be -used by GM's. But since some server's want to allow player's to -use it, I had to revisit the code and remove wargs to prevent -exploits. Plus its pointless to have wargs in there when Ranger's -can just use their skills to summon and mount onto a warg. -Its now safe for player use. *Fixed a issue where guild emblems didn't appear on guild flags. *Paralyze poison now properly reduces movement speed by 50%. *Fixed a issue where the Cursed Circle status would not end on -targets hit with the skill Push Palm Strike. *Fixed a issue where the cursed circle status was not removed from -target's that warp/teleport away.
  12. SQL databases fully updated in r808.
  13. =General *mob_skill_db2.txt has been renamed to mob_skill_db_custom.txt. *Monster skill databases are now loaded in the following order.... -mob_skill_db --> mob_skill_db_3ceam --> mob_skill_db_custom.
  14. If anyone has any problems after this update, please let me know. Be sure to read the patch notes carefully and backup your server and sql data before doing this update. =General *WARNING!!!! -A number of changes were done to the TXT and SQL databases for -items and monsters to clear up some confusion. Please read -carefully and adjust your files/tables as needed. -BACKUP YOUR SERVER AND SQL BEFORE UPDATING!!!! - -item_db2 had its named changed and is now item_db_custom. -mob_db2 had its named changed and is now mob_db_custom. -This is to make clear that this file is where to place customs. -This applies to both txt versions and the sql table versions. - -Added item_db_3ceam and mob_db_3ceam SQL tables. -Be sure to apply these. - -The order that item/mob databases are read is changed. -For items: item_db --> item_db_3ceam --> item_db_custom. -For mobs: mob_db --> mob_db_3ceam --> mob_db_custom. -This was done so things added to 3CeAM's database will not -override with any customs added. - -With these changes its strongly recommended SQL users rebuild -their item and mob tables. Remember there's now 3 for each one. - -Finally, this update will break custom entrys reading for flux -since it will be looking for item_db2 and mob_db2 which no -longer exist. Don't worry about this. ill be working on a -updated flux control pannel for 3CeAM soon. It will still -read item_db and mob_db. =SQL *Updated item_db.sql with all changes made in item_db.txt that -fixes bugs on supported jobs. *Fixed a issue where 3CeAM_svn762 and 3CeAM_svn769 had the wrong -file extension. *Added 3CeAM_svnr807. -This update renames your item_db2 table to item_db_custom and -mob_db2 table to mob_db_custom.
  15. I hate how for the Rune Knight the male has that cloth between his legs extended which looks nice, but for the female they shortened it to nearly nothing. Why? That looks horrible.
  16. You very welcome. Sorry its been a while since the last one. What im trying to do is get the SQL databases updated since flux relies on them for showing item and monster information. The next update will allow me to add the needed changes for 3rd jobs and others to the item_db and also make the new databases changes coming out for r807. Format is not changing, but item_db2 is being changed to item_db_custom and read orders also being changed so to get rid of the confusion.
  17. I finally got it thanks to Dastgir. I had to type perl in the beginning of the line before typing the rest out.
  18. But every line for every item has 22 columns. The format never changed.
  19. Ran it with the line you said and it did a thing but it didn't add the items. I tried with 2 different item databases files. This is what came out.... # # Table structure for table `item_db` # DROP TABLE IF EXISTS `item_db`; CREATE TABLE `item_db` ( `id` smallint(5) unsigned NOT NULL default '0', `name_english` varchar(50) NOT NULL default '', `name_japanese` varchar(50) NOT NULL default '', `type` tinyint(2) unsigned NOT NULL default '0', `price_buy` mediumint(10) unsigned default NULL, `price_sell` mediumint(10) unsigned default NULL, `weight` smallint(5) unsigned NOT NULL default '0', `attack` smallint(3) unsigned default NULL, `defence` tinyint(3) unsigned default NULL, `range` tinyint(2) unsigned default NULL, `slots` tinyint(2) unsigned default NULL, `equip_jobs` int(12) unsigned default NULL, `equip_upper` tinyint(8) unsigned default NULL, `equip_genders` tinyint(2) unsigned default NULL, `equip_locations` smallint(4) unsigned default NULL, `weapon_level` tinyint(2) unsigned default NULL, `equip_level` tinyint(3) unsigned default NULL, `refineable` tinyint(1) unsigned default NULL, `view` smallint(3) unsigned default NULL, `script` text, `equip_script` text, `unequip_script` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM;
  20. Does anyone know how to properly run the item_db.pl and mob_db.pl scripts that are in the tools folder? I installed and ran them through perl but its not generating the files. My first time doing this and there's no document or info on how to use the scripts. I placed the item_db.txt and mob_db.txt in the same folder the script is in. This is the script made by eAthena dev's. So it might be different from rAthena and Hercules if they changed it. #!/usr/bin/perl $db = "item_db"; $nb_columns = 22; @str_col = (1,2,19,20,21); $line_format = "([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),(\{.*\}),(\{.*\}),(\{.*\})"; #$line_format = ; $create_table = "# # Table structure for table `item_db` # DROP TABLE IF EXISTS `item_db`; CREATE TABLE `item_db` ( `id` smallint(5) unsigned NOT NULL default '0', `name_english` varchar(50) NOT NULL default '', `name_japanese` varchar(50) NOT NULL default '', `type` tinyint(2) unsigned NOT NULL default '0', `price_buy` mediumint(10) unsigned default NULL, `price_sell` mediumint(10) unsigned default NULL, `weight` smallint(5) unsigned NOT NULL default '0', `attack` smallint(3) unsigned default NULL, `defence` tinyint(3) unsigned default NULL, `range` tinyint(2) unsigned default NULL, `slots` tinyint(2) unsigned default NULL, `equip_jobs` int(12) unsigned default NULL, `equip_upper` tinyint(8) unsigned default NULL, `equip_genders` tinyint(2) unsigned default NULL, `equip_locations` smallint(4) unsigned default NULL, `weapon_level` tinyint(2) unsigned default NULL, `equip_level` tinyint(3) unsigned default NULL, `refineable` tinyint(1) unsigned default NULL, `view` smallint(3) unsigned default NULL, `script` text, `equip_script` text, `unequip_script` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM; "; printf("%s\n",$create_table); while ($ligne=<STDIN>) { if ($ligne =~ /[^\r\n]+/) { $ligne = $&; if ($ligne =~ /^\/\//) { printf("# "); $ligne = substr($ligne, 2); } if ($ligne =~ $line_format) { @champ = ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15,$16,$17,$18,$19,$20,$21,$22); } else { @champ = (); } if ($#champ != $nb_columns - 1) { # Can't parse, it's a real comment printf ("%s\n", $ligne); } else { printf("REPLACE INTO `%s` VALUES (", $db); for ($i=0; $i<$#champ; $i++) { printField($champ[$i],",",$i); } printField($champ[$#champ],");\n",$#champ); } } } print("\n"); sub printField { my ($str, $suffix, $idCol) = @_; # Remove first { and last } if ($str =~ /{.*}/) { $str = substr($&,1,-1); } # If nothing, put NULL if ($str eq "") { printf("NULL%s", $suffix); } else { my $flag = 0; # Search if it's a string column ? foreach $col (@str_col) { if ($col == $idCol) { $flag = 1; break; } } if ($flag == 1) { # String column, so escape and add '' printf("'%s'%s", escape($str), $suffix); } else { # Not a string column printf("%s%s", $str,$suffix); } } } sub escape { my ($str) = @_; my @str_splitted = split("'", $str); my $result = ""; for (my $i=0; $i<=$#str_splitted; $i++) { if ($i == 0) { $result = @str_splitted[0]; } else { $result = $result."\\'".@str_splitted[$i]; } } return $result }
  21. =General *Updated the item and monster SQL databases to the latest eAthena -versions. This is part of a update that will fix issues with flux -control pannels. A 2nd update will come soon.
  22. Its a tricky thing. Its ether hard coded or the act file controls the floating. A GM can float if is a Star Gladiator but using the skill as any other job doesn't change anything.
  23. Sura's combo system works fine for me. Offertorium was added in r805. Crescent Elbow....ill look into it. The rest are not coded yet.
  24. If its crashing when logging on a Doram then it might have to do something with the Power of Sea skill. But im unable to reproduce the crash in any way.
  25. Here it is everyone. r805 is here and this time I focused heavily on skills related to affecting MaxHP and Healing. This adds support for a number of new skills and even fixes some long standing issues that been on my todo list. And to top it off the Arch Bishop's alternate outfit access is now enabled which is perfect since they are the masters of buffs and healing. Prepare to start seeing arch bishop players healing in huge amounts. With a legit build, needed skills and buffs, and a regular +10 recovery staff I could heal myself 33,375 HP. I can only imagine what more experienced players with well made character's can do. Send me screenshots of how much your server's best arch bishops can heal. =General *Updated the skill_add_heal_rate config to support Highness Heal. *ZC_USE_SKILL2 *ZC_RECOVERY2 -Added support for these packets. -These packets allow the displaying of higher values through -healing. Before the limit displayed was 32767. The new packets -can display somewhere over 2 billion, but due to digit display -limits in the client, the max displayed is 999999. *Access to the Arch Bishop's alternate outfit is now enabled. -Be sure to download V1.5 of the dress pack to view the outfit. *Fixed a possible issue where the whisper chat may fail to work -with clients older then the 2013-12-23. *Fixed a issue where the HealPower and HealPower2 item bonus didn't -work for Highness Heal. *Cleaned up and fixed some issues with the skill_calc_heal function. =Skills *RK_HUNDREDSPEAR *RK_PHANTOMTHRUST -Fixed a issue where the error message at the end of casting -would be incorrect. *AB_HIGHNESSHEAL -Fixed a issue where cards and equips that boosted healing power -didn't affect the healing of this skill. *NC_PILEBUNKER -Required pile bunker for skill use is now coded in the source. -This allows using the skill while having any of the 4 existing -pile bunkers in your inventory. No longer do you have to keep -the original one in your inventory to use. *NC_EMERGENCYCOOL -Required cooling device for skill use is now coded in the source. -This allows using the skill while having any of the 3 existing -cooling devices in your inventory. Its no longer restricted to -the original one. *WM_FRIGG_SONG *AB_OFFERTORIUM *SU_POWEROFSEA *SU_TUNABELLY -Added support for these skills. *SC_FRESHSHRIMP -Updated to April 2016 behavior. -This increases its healing percentage by 4x.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.