Oct 8th Update - Report Bugs Here

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Oct 8th Update - Report Bugs Here

Post by kjLotus » Thu Oct 31, 2013 5:29 pm

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!

User avatar
TeoTwawki
Developer
Posts: 527
Joined: Mon Jul 15, 2013 9:50 pm

Re: Oct 8th Update - Report Bugs Here

Post by TeoTwawki » Mon Nov 04, 2013 1:28 am

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.
Hi, I run The Demiurge server.


Image
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
PLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
DO NOT PRIVATE MESSAGE ME ABOUT BUGS

xipies
Posts: 119
Joined: Thu Aug 02, 2012 11:29 pm

Re: Oct 8th Update - Report Bugs Here

Post by xipies » Tue Nov 05, 2013 12:52 am

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

User avatar
demolish
Developer
Posts: 262
Joined: Thu Jul 26, 2012 7:12 am

Re: Oct 8th Update - Report Bugs Here

Post by demolish » Tue Nov 05, 2013 11:32 am

Cape Teriggan OP NPCs need updating
<Giblet[NewBrain]> kj with this first step would be fine on my shit
Click here for a guide on scripting missions.

xipies
Posts: 119
Joined: Thu Aug 02, 2012 11:29 pm

Re: Oct 8th Update - Report Bugs Here

Post by xipies » Thu Nov 07, 2013 1:47 am

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

xipies
Posts: 119
Joined: Thu Aug 02, 2012 11:29 pm

Re: Oct 8th Update - Report Bugs Here

Post by xipies » Thu Nov 07, 2013 11:10 pm

Portal Charm door doesn't appear to work, tried both Portal Charm and three mages.

Classic r4108

killeon
Posts: 23
Joined: Fri May 24, 2013 7:22 pm

Re: Oct 8th Update - Report Bugs Here

Post by killeon » Fri Nov 08, 2013 4:02 am

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.

xipies
Posts: 119
Joined: Thu Aug 02, 2012 11:29 pm

Re: Oct 8th Update - Report Bugs Here

Post by xipies » Tue Nov 12, 2013 1:25 am

Gate in Zeruhn Mines coming back from Palborough Mines boat ride doesn't open.

Classic r4115

killeon
Posts: 23
Joined: Fri May 24, 2013 7:22 pm

Re: Oct 8th Update - Report Bugs Here

Post by killeon » Thu Nov 14, 2013 3:56 am

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.

miketran2009
Posts: 17
Joined: Mon Aug 06, 2012 1:15 am

Re: Oct 8th Update - Report Bugs Here

Post by miketran2009 » Thu Nov 28, 2013 11:07 am

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

Post Reply