Thread: Timer issues
View Single Post
  #3  
Old 01-24-2010, 11:14 PM
Ozzara
Fire Beetle
 
Join Date: May 2009
Location: I want to play EQ!
Posts: 7
Default

This totally works if i use:


Code:
$theclient->CastSpell(26,$theclienteid);

But when i try to use:

Code:
$theclient->summonitem(5555,$theclienteid);
Everything works, except it never summons an item. So if the CastSpell is working would'nt that mean $theclient has been declared?
Reply With Quote