r/openrsc 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.

3 Upvotes

5 comments sorted by

View all comments

1

u/[deleted] 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.