• 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!

Errors in console after comile

Raotiz

High Five
Joined
Apr 11, 2010
Messages
693
Reaction score
49
Location
Sweden
Compile*, Sorry.
errors.jpg
I just compiled Avesta by ferrus, and I get this errors, No idea why

- - - Updated - - -

Bump
btw I Followed this guide when compiled but still getting the errors.
 
Last edited:
If you got it to compile, you didn't do anything wrong, the current revision has some bugs. He is changing lua functions to use bool instead and some other stuff like
Lua:
(isPlayer(cid) == 1)
to
Lua:
isPlayer(cid)
(example) ... better find revision 97 or lower, I can't help you with that though
 
trying to download from there
Code:
http://avesta74.googlecode.com/svn/trunk/?p=97
but it sais it doesnt exist, it does because it works to visit? :S
Code:
URL 'http://avesta74.googlecode.com/svn/trunk/%3Fp=97' doesn't exist
 
Ond helped me alot, thanks. Had some bugs with the rope and such but now it's solved, should I make a new thread if I want help with stuff? Like i want pushspeed in config.lua etc but wasnt able to find it so i created this thread
 
Back
Top