Blabbivix missing from npcs and textids
Posted: Tue Mar 19, 2013 2:55 pm
working but not perfect since hes not closed windsday and 11-22 only
still trying to figure out how to make that work, been looking at some of the guild open and close times and days but they have an extra number before such as.
which would mean it would open up clothcrafting guild at 6-21 but only if its not firesday
meant to preview and not submit yet,
so ive added the chips into guild_shops.sql with an id of 600 so it looks like this
seems like it should work i'm just waiting for the clock to roll around to 11 to see if his dialog and guildshop works without popping up an error
since it is now saying "The shop is closed. This shop's hours are 11 to 22."
still trying to figure out how to make that work, been looking at some of the guild open and close times and days but they have an extra number before such as.
Code: Select all
if(player:sendGuild(515,6,21,1)) then
meant to preview and not submit yet,
so ive added the chips into guild_shops.sql with an id of 600 so it looks like this
Code: Select all
function onTrigger(player,npc)
if(player:sendGuild(600,11,22,3)) then
player:showText(npc,BLABBIVIX_SHOP_DIALOG);
end
end;
since it is now saying "The shop is closed. This shop's hours are 11 to 22."