View Single Post
  #3  
Old 12-30-2003, 02:11 PM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default Re: Parser.cpp and Embparser.cpp fixes and additions

Quote:
Originally Posted by Lurker_005
< if (mob) mob->CastToClient()->SummonItem(atoi(arglist[0]));
---
> if (mob) mob->CastToClient()->SummonItem(atoi(arglist[0]), atoi(arglist[1])); //might be triggering a pereodic bug Lurker_005
685a686
> \\after adding this I would sometimes get data from an item that this summoned showing up after the text of another quest event
Doesn't changing this risk breaking exsiting quests? I'm not sure I see the problem it is fixing.
__________________
Maybe I should try making one of these servers...
Reply With Quote