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?