Blabbivix missing from npcs and textids

Post Reply
joshr45
Posts: 96
Joined: Tue Mar 12, 2013 3:03 pm

Blabbivix missing from npcs and textids

Post by joshr45 » 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.

Code: Select all

	if(player:sendGuild(515,6,21,1)) then
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

Code: Select all

function onTrigger(player,npc)
	if(player:sendGuild(600,11,22,3)) then
		player:showText(npc,BLABBIVIX_SHOP_DIALOG);
	end
end; 

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."
Attachments
Blabbivix.patch
(11.96 KiB) Downloaded 186 times

joshr45
Posts: 96
Joined: Tue Mar 12, 2013 3:03 pm

Re: Blabbivix missing from npcs and textids

Post by joshr45 » Tue Mar 19, 2013 3:09 pm

well everything works just like every other guild shop, no items show, so its either have him work without his timers and day restriction or get guild shops to populate properly

Post Reply