View Single Post
  #4  
Old 12-26-2003, 05:49 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

I see your using the qst format...

http://www.everquestserver.com/forum...pic.php?t=5719 is still the best referance as far as I know. I do not see a setguild command listed.

Hmm surch turns up http://www.everquestserver.com/forum...pic.php?t=8653 but I'm not sure what was ever actually put in. Glancing thru parser.cpp for 5.3 dr2 It looks like several of the commands that were discussed on the boards didn't make it in the code, or got lost. setguild seems to be one of them, although it looks like at least killspree had code with it in there.

Oh and the qst format does not use ; I also prefer $itemcount, since it dosen't chare what slot the item gets put in
Code:
  EVENT_ITEM{  
    if($itemcount("6") == 1)
    setguild("6","5")
    castspell("$userid","4498")}  
   }
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote