Haikenz Posted February 22, 2019 Share Posted February 22, 2019 • 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. Quote Link to comment Share on other sites More sharing options...
• 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 )
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 )
I wanted to add more information such as Slot, Weight, Type.
Link to comment
Share on other sites