Jump to content

Leaderboard

Popular Content

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

  1. 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
  2. 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
  3. 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
  4. 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...