View Single Post
  #8  
Old 01-09-2013, 02:53 AM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

Quote:
Originally Posted by javewow View Post
PEQ\quests\items crate new pl

For example

script_51778.pl (51778=item:Fireworks Rack

Content:



sub EVENT_ITEM_CLICK
{
if($itemid == 51778 ) # Fireworks Rack
{
if($client->CastSpell(7652))
{

quest::spawn2(218068,0,0,$x,$y,$z,$h);
}
}



Right?? HELP ! I don't understand
1. Please use [ CODE] blocks (it's the # icon when making a reply)
2. Please stop using [ COLOR], instead refer to #1
3. Due to language barrier, perhaps post your entire script (IF you use the CODE blocks). Because even if you don't understand the answers given and those answering don't understand your English, they WILL understand Perl -- thus your chances for an accurate (to what you want) answer will increase exponentially.

Those are my suggestions to make it easier on everyone.
Reply With Quote