Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/03/15 in Posts

  1. If you are experiencing like this: http://i48.tinypic.com/1zdugc6.png Follow this simple guide: 1. Log in to your phpmyadmin 2. go to privileges 3. Create user 4. put " root " for username, then for the host put " % " so any ip can be used, then for the password put your " MYSQL " password, NOT THE VPS! there are 3 password boxes then put your " MYSQL " password on it. http://img571.imageshack.us/img571/5174/15530298.jpg 5. Next click Grant all privileges then click " CHECK ALL " http://img805.imageshack.us/img805/1037/69037447.jpg 6. THEN START CREATING USER! 7. Now you've created a new privileges, now look for it then click edit privileges http://img29.imageshack.us/img29/2562/41215062.jpg 8. Then look for " Database-specific privileges then add privileges on the following database then look for your RAGNAROK DATABASE, FOR example i had a database name " airo " then start clicking it http://img829.imageshack.us/img829/6079/96457403.jpg 9. After that you will redirect then follow this. edit privileges: User 'root'@'%' - Database airo then just check it all then hit GO! http://img441.imageshack.us/img441/2066/29076738.jpg Now, You're done! no more flux error, no more http://i48.tinypic.com/1zdugc6.png geez, im tired reading some topics that having a flux error, NOW NO MORE ERROR ON YOUR FLUX CP HAVE A NICE DAY! Regards, so easy right? BUMP* )
    1 point
  2. Bleach Soul System Descrição: The system allows the player to free your "soul". With this, a player can have 2 chars in one. Skills, Jobs, Equips, Stats, and etc. Creator: Zell (Do not distribute without my concern) Demo: Tested Emulators: rAthena and rAthena Mod Cardinal Sample NPC prontera,150,150,5 Script Rukia 90,{ mes "Hello, What do you want?"; switch(select("- Became a Shinigami:- Became Human")){ case 1: close2; callfunc "dreamin"; end; case 2: close2; callfunc "dreamout"; end; } end; } Warning: The scripts its nos optimized, it's the old version alpha from my backups. If someone wish to optimize this, go ahead. Its a simple script. Any error please, tell me. And give your feedback and I will bring more news. - SQL - CREATE TABLE IF NOT EXISTS `char_dream` ( `char_id` int(20) NOT NULL, `str` int(20) NOT NULL, `agi` int(20) NOT NULL, `vit` int(20) NOT NULL, `int` int(20) NOT NULL, `dex` int(20) NOT NULL, `luk` int(20) NOT NULL, `class` int(20) NOT NULL, `level` int(20) NOT NULL, `joblevel` int(20) NOT NULL, `arma` int(20) NOT NULL, `escudo` int(20) NOT NULL, `cima` int(20) NOT NULL, `meio` int(20) NOT NULL, `baixo` int(20) NOT NULL, `robe` int(20) NOT NULL, `roupa` int(20) NOT NULL, `cabelo` int(20) NOT NULL, `StatusPoint` int(10) NOT NULL, `skill_point` int(10) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; CREATE TABLE IF NOT EXISTS `char_store` ( `char_id` int(20) NOT NULL, `str` int(20) NOT NULL, `agi` int(20) NOT NULL, `vit` int(20) NOT NULL, `int` int(20) NOT NULL, `dex` int(20) NOT NULL, `luk` int(20) NOT NULL, `class` int(20) NOT NULL, `level` int(20) NOT NULL, `joblevel` int(20) NOT NULL, `arma` int(20) NOT NULL, `escudo` int(20) NOT NULL, `cima` int(20) NOT NULL, `meio` int(20) NOT NULL, `baixo` int(20) NOT NULL, `robe` int(20) NOT NULL, `roupa` int(20) NOT NULL, `cabelo` int(20) NOT NULL, `StatusPoint` int(10) NOT NULL, `skill_point` int(10) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; bleachsoul.txt
    1 point
  3. It was a bug reported in #308 and was fixed in 2fdcd92. ©
    1 point
  4. I just did a commit that should fix the problem with the warnings.
    1 point
×
×
  • Create New...