Jump to content

ruflux

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    Not from around

Recent Profile Visitors

953 profile views

ruflux's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Critical Error An error was encountered during the lifetime of the application. This could be due to a variety of problems, such as a bug in the application. However, normally it is caused by misconfiguration. Exception Details Error: Flux_Error Message: Critical MySQL error in Installer/Updater: Table 'cp_charprefs' already exists File: C:\xampp\htdocs\fluxcp\lib\Flux\Installer\Schema.php:133 File Line Function/Method C:\xampp\htdocs\fluxcp\lib\Flux\Installer\Schema.php 157 Flux_Installer_Schema::install() C:\xampp\htdocs\fluxcp\lib\Flux\Installer\MainServer.php 52 Flux_Installer_Schema::update() C:\xampp\htdocs\fluxcp\modules\install\index.php 83 Flux_Installer_MainServer::updateAll() C:\xampp\htdocs\fluxcp\lib\Flux\Template.php 337 include() C:\xampp\htdocs\fluxcp\lib\Flux\Dispatcher.php 168 Flux_Template::render() C:\xampp\htdocs\fluxcp\index.php 177 Flux_Dispatcher::dispatch() Exception Trace As String #0 C:\xampp\htdocs\fluxcp\lib\Flux\Installer\Schema.php(157): Flux_Installer_Schema->install(522) #1 C:\xampp\htdocs\fluxcp\lib\Flux\Installer\MainServer.php(52): Flux_Installer_Schema->update() #2 C:\xampp\htdocs\fluxcp\modules\install\index.php(83): Flux_Installer_MainServer->updateAll() #3 C:\xampp\htdocs\fluxcp\lib\Flux\Template.php(337): include('C:\xampp\htdocs...') #4 C:\xampp\htdocs\fluxcp\lib\Flux\Dispatcher.php(168): Flux_Template->render() #5 C:\xampp\htdocs\fluxcp\index.php(177): Flux_Dispatcher->dispatch(Array) #6 {main} ________________________________________________________________________________________________________ i keep having this error whenever i update my control panel.. and i have to delete my cp_******* tables everytime. anyone know how to fix this???.
  2. @Brian and Kaitou Kid thanks for the help!!
  3. i may be posting this on the wrong section.. sorry if i am. i want to run my server on another machine. can someone give me a guide on how to do that. and i just want to know if there are things i need to watch out for while on the process of transferring???
  4. i have a problem with atcommand_athena.conf aliases for the commands does not work
  5. can someone help me what i would like to do is @pk or their pk status can only be changed inside towns /*========================================== * @pk by : java modified :malufet *------------------------------------------*/ ACMD_FUNC(pk) { nullpo_retr(-1, sd);if (!sd->state.pk_mode) { sd->state.pk_mode = 1; clif_displaymessage(sd->fd, "You are now no longer in PK mode."); } else { sd->state.pk_mode = 0; clif_displaymessage(sd->fd, "Returned to PK mode Mwahahahahha!!!."); } return 0; }
  6. Thanks for your help guys. I already have resolved the issue. thanks!
  7. But what I want to do is to make it faster. I would like to use my box of thunder as if you are on @speed1. If I compare my speed potions or box of thunders to other Ragnarok servers it's too slow and I don't know where to fix it. I hope you can help me with this. Do I have to edit something from another folder?
  8. can anyone help me make "box of thunder's" effect to be MAX MOVE SPEED? Box_Of_Thunder,Box of Thunder,2,1000,,200,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_SpeedUp1,20000,0; },{},{}
×
×
  • Create New...