Jump to content

Chaos92

Members
  • Posts

    1859
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Chaos92

  1. main/header.php <li><a href="<?php echo $this->url('donate'); ?>"><img src="<?php echo $this->themePath('img/nav.png'); ?>" alt=""></a></li> Thats mean : 1. Edit nav.jpg since its a picture or use the .PSD given (if they give it, sorry I didnt remember. If not then edit it yourself). 2. Change the link to any link you want (that already exist) or create one. Make sure the .php files are exist in themes and also modules.
  2. Why are you using 2020 Clients ? its not even fully supported yet for rAthena. For now currently rAthena using 20180620 client date. Btw you can download Nemo and use it at your computer. http://nemo.herc.ws/downloads/ Nemo can be downloaded from https://gitlab.com/4144/Nemo
  3. If im not mistaken, this Fire theme by Ea-dev. themes/default/main/index.php and find variable 'data-cycle-timeout' . Change the numbers and try again.
  4. define latest github. which commit.
  5. Chaos92

    Quarantine

    Already more than 30 days and otw for 40 days in Malaysia. Whats really hit me = internet disruption really bad. Theres a lot people stay at home, government giving free internet to all everyday 8-6 pm (some telcos are giving more). Please stay at home guys and practice social distancing. Eid celebration this year also not gonna be the same anymore.
  6. Im sorry, its in servers.php 'ServerName' => 'FluxRO', // Global database configuration (excludes logs database configuration). 'DbConfig' => array( //'Socket' => '/tmp/mysql.sock', //'Port' => 3306, //'Encoding' => 'utf8', // Connection encoding -- use whatever here your MySQL tables collation is. 'Convert' => 'utf8', // -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available. // -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8) 'Hostname' => '127.0.0.1', 'Username' => 'ragnarok', 'Password' => 'ragnarok', 'Database' => 'ragnarok', 'Persistent' => true, 'Timezone' => null // Example: '+0:00' is UTC. // The possible values of 'Timezone' is as documented from the MySQL website: // "The value can be given as a string indicating an offset from UTC, such as '+10:00' or '-6:00'." // "The value can be given as a named time zone, such as 'Europe/Helsinki', 'US/Eastern', or 'MET'." (see below continuation!) // **"Named time zones can be used only if the time zone information tables in the mysql database have been created and populated." ), // This is kept separate because many people choose to have their logs // database accessible under different credentials, and often on a // different server entirely to ensure the reliability of the log data. 'LogsDbConfig' => array( //'Socket' => '/tmp/mysql.sock', //'Port' => 3306, //'Encoding' => null, // Connection encoding -- use whatever here your MySQL tables collation is. 'Convert' => 'utf8', // -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available. // -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8) 'Hostname' => '127.0.0.1', 'Username' => 'ragnarok', 'Password' => 'ragnarok', 'Database' => 'ragnarok', 'Persistent' => true, 'Timezone' => null // Possible values is as described in the comment in DbConfig. ),
  7. feed it using the designated food. pet doesnt loot items but will have effect bonus effect for the pet's owner.
  8. set your client date and compile. It must because of the clientdate is set as default in emulator 20180620 but you're using different clients to connect.
  9. use nemo patcher https://gitlab.com/4144/Nemo/
  10. Client crash ? Then most probably client issue. Which character option ? If your login/char/map server crash then its related to emulator files issue.
  11. You can use Visual Studio Community Edition and its free. https://visualstudio.microsoft.com/downloads/
  12. Hello, every monster have difference Job Level and Base Level experience gain. Some monsters will give higher job level experience, and some monsters will give higher base level experience.
  13. is it after you @reloadskilldb ? I think this issue already fixed in https://github.com/rathena/rathena/commit/496f362ec973224c20fc6d37664f11d277ebcf83
  14. Maybe config/application.php you didnt link the database to your log database ? You will need to add 2 connection which is 'ragnarok' database and 'log' database if you separate it.
  15. Try to run this in your SQL https://github.com/rathena/rathena/blob/master/sql-files/roulette_default_data.sql
  16. Check your script and change 0 to any object below. *getmapxy("<variable for map name>",<variable for x>,<variable for y>{,<type>,"<search value>"}) This function will locate a character object, NPC object or pet's coordinates and place their coordinates into the variables specified when calling it. It will return 0 if the search was successful, and -1 if the parameters given were not variables or the search was not successful. Type is the type of object to search for: BL_PC - Character object (default) BL_NPC - NPC object BL_PET - Pet object BL_HOM - Homunculus object BL_MER - Mercenary object BL_ELEM - Elemental object https://github.com/rathena/rathena/blob/master/doc/script_commands.txt
  17. I think maybe you are mixing the files from the themes and FluxCP files. My suggestion : 1. Copy create.php from default themes in FluxCP. 2. paste the code in create.php in your create.php theme folder so that it will match with the base fluxcp code.
  18. if (vip_status(1)) { sc_start SC_STRFood,360000,10; sc_start SC_AGIFood,360000,10; sc_start SC_VITFood,360000,10; sc_start SC_INTFood,360000,10; sc_start SC_DEXFood,360000,10; sc_start SC_LUKFood,360000,10; specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; } and add some more buff u need
  19. 1. I dont understand anything, maybe because I didnt know tagalog. 2. Wrong section.
  20. data\luafiles514\lua files\datainfo\tb_cashshop_banner.lub <--- for the banner msgstringtable.txt line 3302 for button charging links.
  21. Gepard Shield have option if you want to limit your clients. You can contact Gepard Shield @Functor.
  22. https://github.com/rathena/rathena/blob/4f11020a4e59704f1909ec615857b6af098b3683/conf/battle/drops.conf#L143 // Make broadcast ** Player1 won Pupa's Pupa Card (chance 0.01%) *** // This can be set to any value between 0~10000. // Note: It also announces STEAL skill usage with rare items // 0 = don't show announces at all // 1 = show announces for 0.01% drop chance items // 333 = show announces for 3.33% or lower drop chance items // 10000 = show announces for all items rare_drop_announce: 0 This isnt suitable for your setup ?
×
×
  • Create New...