View Single Post
  #8  
Old 01-09-2013, 09:43 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

you're not using EVENT_ITEM_CLICK_CAST right.

the transmute stuff is not necessary. it's specific to one item.

you're using variables that likely aren't defined in the type of script and event you have them in. you will have to get values for x, y, z, and h.

again... $itemid is defined in EVENT_ITEM_CLICK_CAST, not $spell_id.

check your logs. they will generally tell you when you have issues in your scripts.
Reply With Quote