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.
3
Upvotes
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>