Can AionScript read chat?
- nucular
- Site Admin
- Posts: 260
- Joined: Sat Jan 07, 2017 9:08 pm
- Has thanked: 27 times
- Been thanked: 388 times
Re: Can AionScript read chat?
Well actually i didn't debug it so far.
But it displays the current state of the Quest.
Do not try to find out what it does mean, just think about it like an Hash which is unique for the current state of the quest.
Re: Can AionScript read chat?
I ask this because with esterra daily i gather 20/20 item but quest status don't change. Quest status change only if i speack with NPC.nucular wrote: ↑Tue Sep 19, 2017 5:15 pmWell actually i didn't debug it so far.
But it displays the current state of the Quest.
Do not try to find out what it does mean, just think about it like an Hash which is unique for the current state of the quest.
- nucular
- Site Admin
- Posts: 260
- Joined: Sat Jan 07, 2017 9:08 pm
- Has thanked: 27 times
- Been thanked: 388 times
Re: Can AionScript read chat?
Tell me quest id and i will have a look.cooco wrote: ↑Tue Sep 19, 2017 6:45 pmI ask this because with esterra daily i gather 20/20 item but quest status don't change. Quest status change only if i speack with NPC.
Re: Can AionScript read chat?
like this http://aiondatabase.net/en/quest/15505/ (esterra elyos)
- nucular
- Site Admin
- Posts: 260
- Joined: Sat Jan 07, 2017 9:08 pm
- Has thanked: 27 times
- Been thanked: 388 times
Re: Can AionScript read chat?
Looks like Quests with looting items are only updated if you turn it in to the npc.cooco wrote: ↑Tue Sep 19, 2017 10:37 pmlike this http://aiondatabase.net/en/quest/15505/ (esterra elyos)
You have to just check the inventory for the quest items.
local QItem = InventoryList:GetInventory("Trap ...");
if QItem ~= nil and QItem:GetAmount() == 12 then
...
Who is online
Users browsing this forum: No registered users and 1 guest