should be good now!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"
Oct 8th Update - Report Bugs Here
Re: Oct 8th Update - Report Bugs Here
Re: Oct 8th Update - Report Bugs Here
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.
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.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
Re: Oct 8th Update - Report Bugs Here
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
Classic r4103
Re: Oct 8th Update - Report Bugs Here
Cape Teriggan OP NPCs need updating
Click here for a guide on scripting missions.<Giblet[NewBrain]> kj with this first step would be fine on my shit
Re: Oct 8th Update - Report Bugs Here
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
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
Portal Charm door doesn't appear to work, tried both Portal Charm and three mages.
Classic r4108
Classic r4108
Re: Oct 8th Update - Report Bugs Here
verified working on r4112.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
Re: Oct 8th Update - Report Bugs Here
Gate in Zeruhn Mines coming back from Palborough Mines boat ride doesn't open.
Classic r4115
Classic r4115
Re: Oct 8th Update - Report Bugs Here
Not sure if you picked up at least revision 4118, but these seem good to go:
andxipies 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).
andxipies wrote:Portal Charm door doesn't appear to work, tried both Portal Charm and three mages.
xipies wrote:Gate in Zeruhn Mines coming back from Palborough Mines boat ride doesn't open.
-
- Posts: 17
- Joined: Mon Aug 06, 2012 1:15 am
Re: Oct 8th Update - Report Bugs Here
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
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