server/zone/objects/tangible/tangibleobject.idl error

Devinous

New Member
Joined
May 10, 2017
Messages
14
This is an extreme longshot but I figured I would give it a try before I delete the server and start over. I only made a few changes to the server and they were all to LUA files (xp - time on shuttle - buff stats for frog) outside of that I only really looked around, I am not very good with development so I was afraid to make any other changes. After some digging I found the spot for the error and after some research I think I need to delete a line on the above subject lines file. Before I did that I figured I would post the whole error before I do anything. I have got alot of solid help here and understand if this one is too much work and wont be losing to much if I have to delete the server.

This is the error below and I am unable to update the server or compile the server as it gets to this line and dies. If anyone has an easy fix it would be sorely appreciated and if not, then thank you for taking time to look at this post!

build>> FAILED: ../../../src/autogen/server/zone/managers/creature/LairObserver.cpp
build>> cd /home/vagrant/workspace/Core3/MMOCoreORB && /usr/bin/java -XX:TieredStopAtLevel=1 -client -Xmx128M -cp /home/vagrant/workspace/Core3/MMOCoreORB/utils/engine3/MMOEngine/lib/idlc.jar org.sr.idlc.compiler.Compiler -outdir autogen -cp /home/vagrant/workspace/Core3/MMOCoreORB/utils/engine3/MMOEngine/src -silence -rbcpp -sd src server/zone/managers/creature/LairObserver.idl
build>> server/zone/objects/tangible/TangibleObject.idl(1): <keyword> 'class' expected
 

Aeryna

Moderator
Staff member
Moderator
Joined
Oct 10, 2017
Messages
362
You don't need to rebuild your server for LUA updates.
Didn't you have any previous snapshot to recover?
 
Top Bottom