Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/03/22 in all areas

  1. Version 1.0.0

    229 downloads

    This patch has been made for the June 2018 version of rAthena. It doesn't work with the latest version of rAthena. I do not provide support anymore for it. This patch allows you to create account OR character bound achievement instead of only character bound achievement. - Rewards are available once per account for account bound achievement - All characters and newly created characters on the account will get the unlocked titles from account bound achievement I provide you the patch and a README.txt which explains you how to use it. You also need to add a column in the achievement table. I provide you the SQL commands as well. BEFORE to apply any patch, make a save of the current state of your server. If you have issue applying this patch, I will provide support for free for you to have it working and if your emulator is not too old to handle this (have at least the classic achievement working). Exemple of yml achievement account bound (the one in the screen): - ID: 200000 Bound: "Account" Group: "AG_GOAL_LEVEL" Name: "Acquire the first aura!!!!" Condition: " BaseLevel >= 99 " Reward: ItemID: 12549 Script: " specialeffect2 EF_BLESSING; sc_start SC_BLESSING,30000,10; " TitleID: 1000 Score: 50 By buying this patch, you agree to these terms: - You are not allowed to redistribute this script in any way, shape, or form. - Chargeback scams are not tolerated and will get you punished on rAthena. - I still retain all rights to this script. - Terms above may be changed or adjusted without prior notification.
    Free
    1 point
  2. Find else if ( baselevel < 70 || zeny < 20000 ) { // requirement mes "[Devil Square Guardian]"; mes "Minimum base level to enter is 70"; mes "The registration fee is 20,000z"; close; } else if ( .register_num >= .register_limit ) { // room FULL mes "[Devil Square Guardian]"; mes "I'm sorry but the Devil Square is FULL"; mes "Maximum users to enter is "+ .register_limit +" players"; close; } zeny = zeny - 20000; Replace to
    1 point
  3. what client date do you use? new clients use iteminfo.lua/lub in the RO system folder while clients below 2012-04-10 uses the idnum2itemdesctable.txt found in the grf's data folder.
    1 point
  4. im using 20130522 client im using alexandria data v4 i have change the andre card idnum2itemdesc but nothing happen. why ? that a lot sir. +1 for u . hehe
    1 point
  5. yea the vote_point table should be in the ro database, just open phpmyadmin, go into ur ro database and use this sql command: CREATE TABLE `vote_point` ( `account_id` int(11) NOT NULL default '0', `point` int(11) NOT NULL default '0', `last_vote1` int(11) NOT NULL default '0', `last_vote2` int(11) NOT NULL default '0', `last_vote3` int(11) NOT NULL default '0', `last_vote4` int(11) NOT NULL default '0', `last_vote5` int(11) NOT NULL default '0', `date` text NOT NULL, PRIMARY KEY (`account_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
    1 point
×
×
  • Create New...