• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

C++ [question] do i have to add this three commits to enable auras/wings?

johnsamir

Advanced OT User
Joined
Oct 13, 2009
Messages
965
Solutions
6
Reaction score
164
Location
Nowhere
Hello i was reviewing otcv8forgottenserver, there are three commits in order to enable this, i have add them properly, the exe was built with no problem but exe is crashing for no reason

Lua:
 Loaded house items in: 0.011 s
>> Initializing gamestate
[Warning - Spawns::startup] Couldn't spawn npc "A Dead Bureaucrat" on position: ( 32729 / 32293 / 060 ).
[Warning - Spawns::startup] Couldn't spawn npc "A Dead Bureaucrat" on position: ( 32737 / 32283 / 060 ).
[Warning - Spawns::startup] Couldn't spawn npc "A Dead Bureaucrat" on position: ( 32729 / 32278 / 060 ).
[Warning - Spawns::startup] Couldn't spawn npc "A Dead Bureaucrat" on position: ( 32737 / 32268 / 060 ).
[Warning - Spawns::startup] Couldn't spawn npc "Markwin" on position: ( 32416 / 32145 / 060 ).
[Warning - Spawns::startup] Couldn't spawn npc "Gurbasch" on position: ( 33311 / 31988 / 060 ).
[Warning - Spawns::startup] Couldn't spawn npc "Brodrosch" on position: ( 32659 / 31957 / 060 ).
[Warning - Spawns::startup] Couldn't spawn npc "Basilisk" on position: ( 32640 / 31943 / 060 ).
[Warning - Spawns::startup] Couldn't spawn npc "A Restless Soul" on position: ( 32212 / 31048 / 010 ).
[Warning - Spawns::startup] Couldn't spawn npc "Fiona" on position: ( 32389 / 30742 / 007 ).
[Warning - Spawns::startup] Couldn't spawn npc "Luna" on position: ( 32391 / 30736 / 007 ).
[Warning - Spawns::startup] Couldn't spawn npc "Benjamin" on position: ( 32379 / 30729 / 007 ).
[Warning - Spawns::startup] Couldn't spawn npc "Frodo" on position: ( 18231 / 18044 / 007 ).

Lua Script Error: [Scripts Interface]
C:\Users\felip\Documents\GitHub\pro-ot\data\scripts\quests\load_quests_xml.lua:callback
...ts\GitHub\pro-ot\data\scripts\quests\load_quests_xml.lua:13: attempt to call method 'children' (a nil value)
stack traceback:
        ...ts\GitHub\pro-ot\data\scripts\quests\load_quests_xml.lua:13: in function <...ts\GitHub\pro-ot\data\scripts\quests\load_quests_xml.lua:4>

C:\Users\felip\Documents\GitHub\pro-ot>
undo the commits and everything seems to be working correctly again
somebody has the proper commits for tfs 1.4? thank in advance
 
Back
Top