Jump to content

Haikenz

Members
  • Posts

    309
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Haikenz

  1. [2019-02-28 22:25:34] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.acc_reg_num_db' doesn't exist config/addon.php#L41 'cashpoints' => 'acc_reg_num_db' to 'cashpoints' => 'acc_reg_num'
  2. I just looked at the error logs in the cpanel, and it is repeating the table name, thus stating that the table does not exist. [2019-02-28 20:01:34] [SQLSTATE=42S02] Err 1146: Table 'ragnarok_main.ragnarok_main.cp_vfp_logs' doesn't exist [2019-02-28 20:01:34] [SQLSTATE=42S02] Err 1146: Table 'ragnarok_main.ragnarok_main.cp_vfp_logs' doesn't exist [2019-02-28 20:01:34] [SQLSTATE=42S02] Err 1146: Table 'ragnarok_main.ragnarok_main.cp_vfp_logs' doesn't exist [2019-02-28 20:01:34] [SQLSTATE=42S02] Err 1146: Table 'ragnarok_main.ragnarok_main.cp_vfp_logs' doesn't exist [2019-02-28 20:01:34] [SQLSTATE=42S02] Err 1146: Table 'ragnarok_main.ragnarok_main.cp_vfp_logs' doesn't exist [2019-02-28 20:01:34] [SQLSTATE=42S02] Err 1146: Table 'ragnarok_main.ragnarok_main.cp_vfp_logs' doesn't exist This table "cp_vfp_logs" has in the database.
  3. The size of the cards can be adjusted in the CSS of FluxCP, and on transparency I will see what I can do.
  4. View File Cards FluxCP ~ rA I put all the cards in the bRO, iRO, kRO, jRO and converted to FluxCP. I enjoy it! Extracted from data.grf updated on 2019-02-24 Submitter Haikenz Submitted 02/24/2019 Category General Website Templates Video Content Author Haikenz  
  5. Version 1.0.0

    263 downloads

    I put all the cards in the bRO, iRO, kRO, jRO and converted to FluxCP. I enjoy it! Extracted from data.grf updated on 2019-02-24
    Free
  6. Haikenz

    Script Tarot

    Like that? This is exclusive to my server.
  7. • Hi friend! I want to add a link when clicking the item/monster name, by default the link is in the ID, I want to add in the item/monster name • Another important thing is that I wanted to add the drop of box items. ( https://github.com/rathena/FluxCP/blob/master/themes/default/item/view.php ) <h3><?php echo htmlspecialchars($item->name) ?> Dropped By</h3> Exemple ( https://www.ragnaplace.com/iRO/item/607/Yggdrasilberry ) Here shows the dropping yggdrasil of Box and Monsters • Another thing is in this part: ( https://github.com/rathena/FluxCP/blob/master/themes/default/monster/view.php ) <h3><?php echo htmlspecialchars($monster->iro_name) ?> Item Drops</h3> I wanted to add more information such as Slot, Weight, Type.
  8. DROP TABLE IF EXISTS `presente`; CREATE TABLE `presente` ( `account_id` int(11) unsigned NOT NULL DEFAULT '0', `item` int(11) unsigned NOT NULL DEFAULT '0', `quantidade` int(11) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`account_id`) ) ENGINE=MyISAM;
  9. Está faltando ; após o valor do item. getitem 12411,50; getitem 14232,100; getitem 12210,30; getitem 12797,20;
  10. wget -qO- "http://nemo.herc.ws/get2.py" | python2 - 2018-11-14dRagexeRE get 5MB packed now if I download it like this wget -qO- "http://nemo.herc.ws/get2.py" | python2 - 2018-11-14dRagexe 10mb unpacked ( but does not connect! I tested it with the 2018-07-14 version that is compatible)
  11. o rAthena segue a database do kRO e não do bRO.
  12. When I download it only comes with size 5mb I have the packets... so I have the client to test
  13. hmm... you have this 2018-11-14dRagexe?
  14. Does anyone have this version of the 2018-11-21cRagexeRE unpacketed client?
  15. Select the option in NEMO Restore Cash Shop Icon
  16. You do not need this ... it can be turned off easily in the lua files in: data\luafiles514\lua files\service_korea\ExternalSettings_kr.lub MakeableRace = { Doram = true } change to: MakeableRace = { Doram = false }
  17. Try use this https://github.com/zackdreaver/ROenglishRE/blob/master/Ragnarok/data/luafiles514/lua files/effecttool/prt_cas.lub
  18. https://github.com/rathena/rathena/commit/7be378eda7f694b95b0081ab1b6d4cf2c244c415.diff
  19. @IsabelaFernandez try file motd.php Ps: Why do not you use FluxCP? has even beautiful themes for him to use.
  20. Discord Integration I want to!
  21. Haikenz

    PvP Ranking

    Sorry I had not seen that I had replied. So it's like I mentioned above, I'm looking forward to using the Stolao PVP and GVG Ranking. And I wanted to know how it is in the sql code of the fluxcp that I posted in the "Code" So I wanted to know what the SQL queries of this Stolao script would look like in the FluxCP code I posted.
  22. PHP Notice: Undefined variable: riftpoints in /home/addons/freebies/modules/freebies/edit.php on line 107 PHP Notice: Trying to get property of non-object in /home/addons/freebies/modules/freebies/index.php on line 40 PHP Notice: Trying to get property of non-object in /home/addons/freebies/modules/freebies/index.php on line 41 PHP Notice: Trying to get property of non-object in /home/addons/freebies/modules/freebies/index.php on line 42 PHP Notice: Trying to get property of non-object in /home/addons/freebies/modules/freebies/index.php on line 43 PHP Notice: Trying to get property of non-object in /home/addons/freebies/modules/freebies/index.php on line 44 PHP Notice: Trying to get property of non-object in /home/addons/freebies/modules/freebies/index.php on line 45 PHP Warning: date() expects parameter 2 to be long, string given in /home/addons/freebies/themes/default/freebies/edit.php on line 27
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.