What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

gossipframe.availablequests

etmawow

New Member
Joined
May 2, 2010
Messages
79
Reaction score
1
Hi there

I'm making a plugin for some questing, however, I can't really get the past the gossipframe with multiple quests

I've made this plugin for fun, but it doesn't return anything.. the gossipframe with multiple available quests is open when this code is executed. What am i doing wrong?

GossipFrame test = new GossipFrame();
foreach (var entry in test.AvailableQuests)
{
Logging.Write(entry.Index.ToString());
}

thanks in advance :)
 
Last edited:
its drink beer and get drunk day in germany - do not expect much help today
 
no its the so called "fathersday" , most men get drunk on that day^^ its the 13th of may , correct
 
its drink beer and get drunk day in germany - do not expect much help today

well.. I posted it a couple of days ago and pm'ed nosix with the thread url as asked to by Hawker :)
I'll wait and hope for help tomorrow then.. can't make the lua-version work either :)
 
well.. I posted it a couple of days ago and pm'ed nosix with the thread url as asked to by Hawker :)
I'll wait and hope for help tomorrow then.. can't make the lua-version work either :)

Hope you sent the pm to Nesox and not nosix >.<
 
no its the so called "fathersday" , most men get drunk on that day^^ its the 13th of may , correct

Not only Fathers Day today, also Himmelfahrt or something close to that in German, Ascension Day in English, Hemelvaart in Dutch.
 
Avaible quests is quests that you haven't picked up yet eg; (!) the index is zero based i think so if ure gonna use some lua to accept them you have to add 1 to the index, even so there's alot of other stuff you need to do to be able to pickup quests.
You'd think it's easy but there's alot of stuff you need to do if ure gonna be able to pickup evry quest from evry gossip frame you encounter.
 
yeah but the return from the availablequests is empty. also if I try to get it through LUA.

aren't there some way to check the options you can press in a gossipframe and get the text from there, like it was possible in glider? :)
 
Back
Top