project-topaz / topaz

Server emulator for FFXI
Other
162 stars 223 forks source link

Guild Vendors "Buy window" Error Tone or Selling nothing. #201

Open topaz-bot opened 4 years ago

topaz-bot commented 4 years ago

Issue by Rigginit Sunday Dec 17, 2017 at 20:01 GMT Originally opened as DarkstarProject/darkstar - Issue 4395


I have:

Client Version (type /ver in game) . 30171103_1

Server Version (type !revision in game) : f643501963854f1b763aec94c9ee730d1812b1c7

Source Branch (master/stable) : master

Additional Information (Steps to reproduce/Expected behavior) :

Try to buy something from Guild vendors and "Buy" button gives error tone or a blank sales window. Not all vendors, and I could only narrow it down to find the problematic NPCS have the 4 digit guild ID in the script/zone/****/NPC. Not all 4 digit NPCs have errors (Cooking Guild NPCs work for example)

NPCs Ive found (not a complete list, just the few Ive checked): Northern San d'Oria - Woodworking Guild - Chaupire Windurst Woods - Clothcraft Guild -Kuzah Hpirohpon Windurst Woods - Bonecraft Guild -Retto_Marutto

topaz-bot commented 4 years ago

Comment by teschnei Sunday Dec 17, 2017 at 20:25 GMT


Is it any guild ID over 255, perhaps? Maybe it was broken by one of the commits to remove warnings

Is there any message in the log? We have a debug message for not being able to find a guild ID

On Sun, Dec 17, 2017 at 1:01 PM, Rigginit wrote:

I have:

  • searched existing issues (http://github.com/darkstarproject/darkstar/ issues/ <github/darkstarproject/darkstar - Issue >) to see if the issue I am posting has already been addressed or opened by another contributor
  • [] checked the commit log to see if my issue has been resolved since my server was last updated ^Fresh install less than 12 hours ago

Client Version (type /ver in game) . 30171103_1

Server Version (type !revision in game) : f643501 <github/DarkstarProject/darkstar/commit/f643501963854f1b763aec94c9ee730d1812b1c7>

Source Branch (master/stable) : master

Additional Information (Steps to reproduce/Expected behavior) :

Try to buy something from Guild vendors and "Buy" button gives error tone or a blank sales window. Not all vendors, and I could only narrow it down to find the problematic NPCS have the 4 digit guild ID in the script/zone/****/NPC. Not all 4 digit NPCs have errors (Cooking Guild NPCs work for example)

NPCs Ive found (not a complete list, just the few Ive checked): Northern San d'Oria - Woodworking Guild - Chaupire Windurst Woods - Clothcraft Guild -Kuzah Hpirohpon Windurst Woods - Bonecraft Guild -Retto_Marutto

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <github/DarkstarProject/darkstar - Issue 4395>, or mute the thread <github/notifications/unsubscribe-auth/ABGI_6Ed_M6Dn3nzPW99w2gmi-TqvZ0_ks5tBXMWgaJpZM4RExoI> .

topaz-bot commented 4 years ago

Comment by Rigginit Sunday Dec 17, 2017 at 20:39 GMT


Sorry, I'm still new. if by the log you mean DSGame-Server window then no error is shown.
The scripts for the NPCs are where I'm seeing the ID. I may have called it by the wrong name earlier but its this line: if (player:sendGuild(5142,8,23,3)) then ...
the working NPC for the guild has "514" and the other "5142" again not even sure this is where the problem lies.

topaz-bot commented 4 years ago

Comment by teschnei Sunday Dec 17, 2017 at 21:29 GMT


Yep, dsgame window is the log (also the log file which is the same thing)

If 514 works then my guess was wrong, guess we'll have to look into it more

On Sun, Dec 17, 2017 at 1:39 PM, Rigginit wrote:

Sorry, I'm still new. if by the log you mean DSGame-Server window then no error is shown. The scripts for the NPCs are where I'm seeing the ID. I may have called it by the wrong name earlier but its this line: if (player:sendGuild(5142,8,23,3)) then ... the working NPC for the guild has "514" and the other "5142" again not even sure this is where the problem lies.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <github/DarkstarProject/darkstar - Issue 4395Darkstar Issue issuecomment-352283673>, or mute the thread <github/notifications/unsubscribe-auth/ABGI_6jlY6TYzhbvm2KKFMgdld_YFr0vks5tBXvpgaJpZM4RExoI> .