Page 4 of 6

Re: Oct 8th Update - Report Bugs Here

Posted: Thu Oct 31, 2013 5:29 pm
by kjLotus
Xx_DeMoLiSH wrote:NPC IDs that need updating in Davoi (that i've found so far):
Sedal-Godjal is now "Wall of Banishing"
Sedal-Godjal does not display correctly in @cs 118
Bernal is now "NPC"
should be good now!

Re: Oct 8th Update - Report Bugs Here

Posted: Mon Nov 04, 2013 1:28 am
by TeoTwawki
Text strings are off for some of the conquest guards in town, I think that may be the cause of a few that crash my client when I trade crystals (south sandy). Others work they just say funny things.

Some of the dialog errors can be pretty funny. I remember update before last having a good chuckle at the galka in Bastok that thought he was a little Elvaan girl.

Re: Oct 8th Update - Report Bugs Here

Posted: Tue Nov 05, 2013 12:52 am
by xipies
Wall of Banishing in Davoi appears to not be working (had just completed Crimson Orb mini-quest). I used the orb, but could not walk through.

Classic r4103

Re: Oct 8th Update - Report Bugs Here

Posted: Tue Nov 05, 2013 11:32 am
by demolish
Cape Teriggan OP NPCs need updating

Re: Oct 8th Update - Report Bugs Here

Posted: Thu Nov 07, 2013 1:47 am
by xipies
Castle Oztroja:
Trapdoor bottom floor: Trapdoor doesn't appear to work, regular door opens, though.
Four levers: Doesn't appear to work.
Trapdoor top floor: Doesn't appear to work (besides not prompting for password as before).

Class r4105

Re: Oct 8th Update - Report Bugs Here

Posted: Thu Nov 07, 2013 11:10 pm
by xipies
Portal Charm door doesn't appear to work, tried both Portal Charm and three mages.

Classic r4108

Re: Oct 8th Update - Report Bugs Here

Posted: Fri Nov 08, 2013 4:02 am
by killeon
xipies wrote:Wall of Banishing in Davoi appears to not be working (had just completed Crimson Orb mini-quest). I used the orb, but could not walk through.

Classic r4103
verified working on r4112.

Re: Oct 8th Update - Report Bugs Here

Posted: Tue Nov 12, 2013 1:25 am
by xipies
Gate in Zeruhn Mines coming back from Palborough Mines boat ride doesn't open.

Classic r4115

Re: Oct 8th Update - Report Bugs Here

Posted: Thu Nov 14, 2013 3:56 am
by killeon
Not sure if you picked up at least revision 4118, but these seem good to go:
xipies wrote:Castle Oztroja:
Trapdoor bottom floor: Trapdoor doesn't appear to work, regular door opens, though.
Four levers: Doesn't appear to work.
Trapdoor top floor: Doesn't appear to work (besides not prompting for password as before).
and
xipies wrote:Portal Charm door doesn't appear to work, tried both Portal Charm and three mages.
and
xipies wrote:Gate in Zeruhn Mines coming back from Palborough Mines boat ride doesn't open.

Re: Oct 8th Update - Report Bugs Here

Posted: Thu Nov 28, 2013 11:07 am
by miketran2009
r4151 compile error:

1> lua_baseentity.cpp
1>d:\ffxi_server\src\map\lua\lua_baseentity.cpp(6876): error C2065: 'quAction_t' : undeclared identifier
1>d:\ffxi_server\src\map\lua\lua_baseentity.cpp(6876): error C2146: syntax error : missing ';' before identifier 'action'
1>d:\ffxi_server\src\map\lua\lua_baseentity.cpp(6876): error C2065: 'action' : undeclared identifier
1>d:\ffxi_server\src\map\lua\lua_baseentity.cpp(6877): error C2065: 'action' : undeclared identifier
1>d:\ffxi_server\src\map\lua\lua_baseentity.cpp(6877): error C2228: left of '.action' must have class/struct/union
1> type is ''unknown-type''
1>d:\ffxi_server\src\map\lua\lua_baseentity.cpp(6878): error C2228: left of '.param' must have class/struct/union
1> type is ''unknown-type''
1>d:\ffxi_server\src\map\lua\lua_baseentity.cpp(6879): error C2228: left of '.target' must have class/struct/union
1> type is ''unknown-type''
1>d:\ffxi_server\src\map\lua\lua_baseentity.cpp(6880): error C2039: 'm_actionQueue' : is not a member of 'CAIGeneral'
1> d:\ffxi_server\src\map\ai\ai_general.h(96) : see declaration of 'CAIGeneral'
1>d:\ffxi_server\src\map\lua\lua_baseentity.cpp(6880): error C2228: left of '.push' must have class/struct/union
1>d:\ffxi_server\src\map\lua\lua_baseentity.cpp(6891): error C2065: 'quAction_t' : undeclared identifier
1>d:\ffxi_server\src\map\lua\lua_baseentity.cpp(6891): error C2146: syntax error : missing ';' before identifier 'action'
1>d:\ffxi_server\src\map\lua\lua_baseentity.cpp(6892): error C2228: left of '.action' must have class/struct/union
1> type is ''unknown-type''
1>d:\ffxi_server\src\map\lua\lua_baseentity.cpp(6893): error C2228: left of '.param' must have class/struct/union
1> type is ''unknown-type''
1>d:\ffxi_server\src\map\lua\lua_baseentity.cpp(6894): error C2228: left of '.target' must have class/struct/union
1> type is ''unknown-type''
1>d:\ffxi_server\src\map\lua\lua_baseentity.cpp(6895): error C2039: 'm_actionQueue' : is not a member of 'CAIGeneral'
1> d:\ffxi_server\src\map\ai\ai_general.h(96) : see declaration of 'CAIGeneral'
1>d:\ffxi_server\src\map\lua\lua_baseentity.cpp(6895): error C2228: left of '.push' must have class/struct/union