-
Posts
309 -
Joined
-
Last visited
-
Days Won
14
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Haikenz
-
[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'
-
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.
-
The size of the cards can be adjusted in the CSS of FluxCP, and on transparency I will see what I can do.
-
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
-
-
Like that? This is exclusive to my server.
-
• 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.
-
[Showcase] GM custom Mounts by Vicious
Haikenz replied to Vicious's topic in Spriting & Palette Showcase
Amazing! -
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;
-
Está faltando ; após o valor do item. getitem 12411,50; getitem 14232,100; getitem 12210,30; getitem 12797,20;
-
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)
-
o rAthena segue a database do kRO e não do bRO.
-
When I download it only comes with size 5mb I have the packets... so I have the client to test
-
I can not unpacke
-
hmm... you have this 2018-11-14dRagexe?
-
Does anyone have this version of the 2018-11-21cRagexeRE unpacketed client?
-
Select the option in NEMO Restore Cash Shop Icon
-
Disabling Doram On Character Creation [ 2018-06-20 Client ]
Haikenz replied to Grim's question in Client-side Support
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 } -
Try use this https://github.com/zackdreaver/ROenglishRE/blob/master/Ragnarok/data/luafiles514/lua files/effecttool/prt_cas.lub
-
[R] Updated 3rd class from RO 16th Anniversary Patch
Haikenz replied to wingsofloveza's question in Source Requests
https://github.com/rathena/rathena/commit/7be378eda7f694b95b0081ab1b6d4cf2c244c415.diff -
Yes is easy.
-
@IsabelaFernandez try file motd.php Ps: Why do not you use FluxCP? has even beautiful themes for him to use.
-
Discord Integration I want to!
-
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.
-
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