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."