Haikenz Posted February 22, 2019 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 309 Reputation: 82 Joined: 11/15/11 Last Seen: October 1, 2023 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. Link to comment Share on other sites More sharing options...
Question
Haikenz
• 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
0 answers to this question
Recommended Posts