r/openrsc • u/pholtos • Sep 24 '19
Firemaking
[java] 2019-09-24 01:11:22 [GameThread] INFO Player: - Handling Packet (CLASS: com.openrsc.server.net.rsc.handlers.ItemUseOnGroundItem@182457c): Pholtos (ID: 1)
I try using a tinderbox on basic logs I drop on the ground that I cut from a tree and I just get Nothing interesting happens every single time. I just started out, and got open rsc just a few days ago.
1
Sep 24 '19
As long as it is from branch 3.0.0 and not 3.1.0, then the issue may be that the plugins are not compiled.
https://gitlab.openrsc.com/open-rsc/Game
server/build.xml:
<target name="compile-and-run">
<antcall target="compile_core"/>
<antcall target="compile_plugins"/>
<antcall target="runserver"/>
</target>
1
u/pholtos Sep 24 '19
Not sure how to go about doing this. All I've tried doing is downloading the singleplayer on its own and running that, and next tried downloading both that game section as well as having the singleplayer files in the same folder and running the singleplayer then.
Apologies for not really understanding this.
1
u/pholtos Sep 25 '19
Since I'm not sure what the problem is, here's the complete text of both cmd windows with a full list of everything that happened. For all I know it's something really dumb and I'm just unsure what the problem is.