Jump to content

Haikenz

Members
  • Posts

    309
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Haikenz

  1. The size of the cards can be adjusted in the CSS of FluxCP, and on transparency I will see what I can do.
  2. 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  
  3. Version 1.0.0

    303 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
  4. Haikenz

    Script Tarot

    Like that? This is exclusive to my server.
  5. • 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.
  6. 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;
  7. Está faltando ; após o valor do item. getitem 12411,50; getitem 14232,100; getitem 12210,30; getitem 12797,20;
  8. 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)
  9. o rAthena segue a database do kRO e não do bRO.
  10. When I download it only comes with size 5mb I have the packets... so I have the client to test
  11. hmm... you have this 2018-11-14dRagexe?
  12. Does anyone have this version of the 2018-11-21cRagexeRE unpacketed client?
  13. Select the option in NEMO Restore Cash Shop Icon
  14. 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 }
  15. Try use this https://github.com/zackdreaver/ROenglishRE/blob/master/Ragnarok/data/luafiles514/lua files/effecttool/prt_cas.lub
  16. https://github.com/rathena/rathena/commit/7be378eda7f694b95b0081ab1b6d4cf2c244c415.diff
  17. @IsabelaFernandez try file motd.php Ps: Why do not you use FluxCP? has even beautiful themes for him to use.
  18. Discord Integration I want to! ?
  19. 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.
  20. 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
  21. Solved in Source script.cpp //Updated client view. Base, Weapon and Cloth Colors. clif_changelook(&sd->bl,LOOK_BASE,sd->vd.class_); clif_changelook(&sd->bl,LOOK_WEAPON,sd->status.weapon); to: //Updated client view. Base, Weapon and Cloth Colors. clif_changelook(&sd->bl,LOOK_BASE,sd->vd.class_); //clif_changelook(&sd->bl,LOOK_WEAPON,sd->status.weapon);
  22. Which one is more functional? the one you posted, or the one from your site? at_gstoreall.txt
×
×
  • Create New...