Thread: Mys 1.3.2 Itemdrop Mod for Mys v1.3.2
View Single Post
  #12  
Old 12-10-2012, 10:52 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 394,928
Hall of Famer is on a distinguished road
Default

umm you mean the image of the item when the user receives it? Sure its doable and should be relatively simple to accomplish. If you have installed the script, find this line in levelup.php:

PHP Code:
$dropstatus "<br>Congratulations, you have acquired an item {$actualitem} by clicking this adoptable."
Replace by:

PHP Code:
$dropstatus "<br>Congratulations, you have acquired an item {$newitem->itemname} by clicking this adoptable.<br><img src='{$newitem->imageurl}'>"
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote