View Single Post
  #4  
Old 02-12-2015, 01:46 PM
Greyhelm's Avatar
Greyhelm
Sarnak
 
Join Date: Jul 2009
Location: East Coast
Posts: 35
Default

Ok I caruised a few posts I say and came across the Hails one. I decided to try it out. I copied it to an NPC with no quest assigned, set his qglobal to 1. Restarted the server. I had one error in the logs when I tried hailing him fixed the squiggle right I missed. Restarted again. But I still do not get the NPC to respond. I removed plugin::whisper with quest::say since I do not have the whisper plugin. I do not get any log output of any error.

I read different guides and a lto of conflicting data...

example one
Code:
quest::setglobals("Hails", 1, 5, "F");
I assume this is in correct because
Code:
quest::setglobals("Hails", "1", "5", "F");
works not the first one.. Learning.... Thanks for putting me back into the boards Trevius, learned more than just being handed the info...

Last edited by Greyhelm; 02-13-2015 at 12:24 PM.. Reason: Found issue
Reply With Quote