Page 1 of 1

Jabbar in Port Bastok.

Posted: Sun Apr 07, 2013 9:10 am
by spybear
I crushed server twice by Talk Jabbar In port Bastok.

Game Time : Darksday, 3:55, Waning Gibbous (79%)

Re: Jabbar in Port Bastok.

Posted: Sun Apr 07, 2013 1:41 pm
by joshr45
just says "I have nothing to sell you." without having tenshodo membership, after starting the quest he handed me the application form, after finishing the tenshodo membership he does finally crash the server, so i was able to repeat this crash.
no time to look at the script at the moment because i have to run to the store but ill check a bit later

Re: Jabbar in Port Bastok.

Posted: Sun Apr 07, 2013 6:44 pm
by joshr45
looks like hes linked to a guild_shops that doesn't exist 0xEC03 or 60419 so you can probably manually add the items to guild_shops.sql or the tables, add all the items and he would probably work, Or go into his .lua and comment out these 2 lines

Code: Select all

	--	if (player:sendGuild(0xEC03, 1, 23, 4)) then 
			player:showText(npc,TENSHODO_SHOP_OPEN_DIALOG);
	--	end
tested adding rice vinegar to the 60419 guild_shops table and he doesn't crash anymore

Re: Jabbar in Port Bastok.

Posted: Sun Apr 07, 2013 6:53 pm
by joshr45
Also.. none of the other Tenshodo Guild shops are linked to any guild_shop ID so they shouldn't crash but they wont pull up any buy menu

Edit: one of the reasons they probably didn't script it or add them in is it takes more work to make it work with norg fame to adjust the guild costs of the items

Re: Jabbar in Port Bastok.

Posted: Mon Apr 08, 2013 12:26 am
by joshr45
If you add this list to your guild_shop table he should have his list of sellable items, but he wont buy any items because of
[Debug] parse: SmallPacket is not implemented Type<0AC>

Re: Jabbar in Port Bastok.

Posted: Tue Apr 09, 2013 4:05 am
by joshr45
taken information from http://wiki.ffxiclopedia.org/wiki/Jabbar all the items are added, whatever had a price and he actually sold should restock, whatever was sold to him (which doesn't work at this time) is set to 0 so it wont restock. it still wont matter how much fame you have with norg as far as the prices go, it will sit at the lowest price as far as i know.

Re: Jabbar in Port Bastok.

Posted: Tue Apr 09, 2013 6:52 pm
by kjLotus
joshr45 wrote:taken information from http://wiki.ffxiclopedia.org/wiki/Jabbar all the items are added, whatever had a price and he actually sold should restock, whatever was sold to him (which doesn't work at this time) is set to 0 so it wont restock. it still wont matter how much fame you have with norg as far as the prices go, it will sit at the lowest price as far as i know.
done

edit: thanks ^^

Re: Jabbar in Port Bastok.

Posted: Fri Apr 12, 2013 12:16 am
by joshr45
is it possible to add a buyback price to the guild_shops table ?, when selling the items back to the guild shop, it will take the minimum price and use that as its base price. (and item's set to 0 min price 0 max price sell for 0 gil)

also items set to 0 quantity aren't showing up and if it did i bet if it is an item set to 0 min price it would be free essentially

Re: Jabbar in Port Bastok.

Posted: Fri Apr 12, 2013 9:24 am
by kjLotus
joshr45 wrote:is it possible to add a buyback price to the guild_shops table ?, when selling the items back to the guild shop, it will take the minimum price and use that as its base price. (and item's set to 0 min price 0 max price sell for 0 gil)

also items set to 0 quantity aren't showing up and if it did i bet if it is an item set to 0 min price it would be free essentially
guild stuff is still a work in progress, nothing is meant to work yet really except being able to buy auto restocked items
(on a side note, i dont think anything should be set to 0 min price)

Re: Jabbar in Port Bastok.

Posted: Fri Apr 12, 2013 11:08 am
by joshr45
it's just the data i had at the time i will look around more and post a more complete update with prices for the items that can be sold.