Jabbar in Port Bastok.
Forum rules
NO LONGER BEING MAINTAINED!
NO LONGER BEING MAINTAINED!
Jabbar in Port Bastok.
I crushed server twice by Talk Jabbar In port Bastok.
Game Time : Darksday, 3:55, Waning Gibbous (79%)
Game Time : Darksday, 3:55, Waning Gibbous (79%)
Re: Jabbar in Port Bastok.
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
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.
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
tested adding rice vinegar to the 60419 guild_shops table and he doesn't crash anymore
Code: Select all
-- if (player:sendGuild(0xEC03, 1, 23, 4)) then
player:showText(npc,TENSHODO_SHOP_OPEN_DIALOG);
-- end
Re: Jabbar in Port Bastok.
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
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.
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>
[Debug] parse: SmallPacket is not implemented Type<0AC>
- Attachments
-
- Jabbar Tenshodo shop.xlsx
- (9.45 KiB) Downloaded 250 times
Re: Jabbar in Port Bastok.
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.
- Attachments
-
- guild_shops.sql.patch
- Jabbar Guild_shops.sql update
- (70.25 KiB) Downloaded 258 times
Re: Jabbar in Port Bastok.
donejoshr45 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.
edit: thanks ^^
Re: Jabbar in Port Bastok.
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
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.
guild stuff is still a work in progress, nothing is meant to work yet really except being able to buy auto restocked itemsjoshr45 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
(on a side note, i dont think anything should be set to 0 min price)
Re: Jabbar in Port Bastok.
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.