Quote:
Originally Posted by javewow
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.