So I had gotten very bored and decided to work on a new farming system, trying to improve upon my previous system, I think it went well however some things of course could be improved which is why I'm releasing it as I'm welcoming any feedback to help improve and of course to contribute.
So...
So I added this farming system to my server: http://www.rune-server.org/runescape-development/rs2-server/snippets/376603-pi-farming-multi-patch-support-better.html
and there is a small bug i dont know how to fix... Sometimes after you pick up the last herb then use seed on patch again, the...
Title says it all I'm looking for decent Summoning without any Dupes and farming (does not have to be full farming only really looking for herbs and trees etc)
Add my Skype: Ihazw3ed
So, I stress again as I do in the note up top that this is a rather elementary way of doing this, and can be applied to all of your crops. I just did it first for herbs, so that's why I'm posting it like this.
I leave the implementation in Farming.java, along with what must be done to handle the...
Ok so I have a PI source (Hybris) and I am trying to add the farming skill.
I used this tutorial: http://www.rune-server.org/runescape-development/rs2-server/snippets/376603-pi-farming-multi-patch-support-better.html
I had to add in the "Farming.Java" file myself to my...
A server that has been in development for 4 years of coding. A server that has original coding. (Not from tutorials or ripped).
An expert in Java coding has officially released DakotaScape Perfection. Perfection has been the goal since day 1 of Development in August 2008. DakotaScape was...
Hello,
I'm working on my new project and I need 4 skills added/to redo.
What I want is the skills almost 100% to runescape's. (I have a 317 Client/Server, so no 602+ stuff.)
Skills:
- Crafting $10
- Woodcutting $5
- Fletching $10
- Herblore $10
We can discuss about the price(s) on skype, my...
Well at the moment The issue is A person will die from a npc and get PKP , but when he goes back again and die He will not recieve Pk Points BUT! if he relogs then he will get pk Points , So by Doing so He can pk Farm
Applydead
public void applyDead() {
c.respawnTimer = 15;
c.isDead =...
Hey guys i just learned about this wait thing in school the other day and i have been trying to add it to farming but i'm not sure where to add it. I want it to not show the herbs grown until a set amount of time after you plant them.. can anyone help me?
Purpose: Adding pretty nice farming to your delta
Difficulty: 0/10
Have fun.
PS: This is extremely shitty, and can be done much easier, but delta is fcked up enough already so what does it matter.
This can easily be reduced in lines by doing int, int, int etc.
public int farmingtimer = 0...
Here's what you are adding: YouTube - Divine Bytes - Farming System
Tested on: Final Devolution 2.7 (Should be easy to convert to others if you are decent at Java)
Difficulty: 1/10 (Just some searching and pasting)
Add my farming class to your skills package
/* ~ Revision of Rune-Server ~
*...
So I got the idea to make a farming system from that "AAA Mods" guy and I guess my system turned out almost exactly like his. Figured I'd show it off here and I'll post a tutorial if enough people want it. So request away! Here's the video >> YouTube - Divine Bytes - Farming System << Don't mind...
NOTE: probably the last thing i will release from the iClarity source
This is farming like if you use somenting on a farming patch ( a seed ) it changes to a herb, but you gotta change the
to the correct item id's you want.
100% me..
enjoy it.
POST IF YOU USE
:eek:A Noob question:eek:
I got Farming in How DO I make A timer to it?
I need the same thing For Mining :rolleyes:
I try'd to use the Timer of Dfs and changed the Time But It Works Once and stops :(
Farming looks Now:
case 8151:
if (Engine.playerItems.HasItemAmount(p, 5315, 1) &&...