PDA

View Full Version : Need help with adding skilling area.



kokosal
July 18th, 2010, 12:20
What I need help to in the skilling area is:

-I need to know how to add the objects like: oak tree, magic tree, mining ores etc? (I can use youtube to find it out myself if get no answer)
-How do I make so you get XXXX mony from woodcutting a tree and XXXX from oak tree?
-How do I make so you get XXXX mony from mithril mining ore and XXXX mony from adamant mining ore?
-How do I make farming spot?

Canownueasy`
July 18th, 2010, 12:27
What base are you using?

BTW 1,000 posts :D!!!

Austin
July 18th, 2010, 12:29
For the objects, search "makeGlobalObject(" and make a switch (itemId) { and then


case woodcuttingid:
woodcuttingTimer == whatever;
addItem(995, itemAmount);
break;


Then again I could be COMPLETELY wrong.

Canownueasy`
July 18th, 2010, 12:31
For the objects, search "makeGlobalObject(" and make a switch (itemId) { and then


case woodcuttingid:
woodcuttingTimer == whatever;
addItem(995, itemAmount);
break;


Then again I could be COMPLETELY wrong.

He might not be using Winterlove.

kokosal
July 18th, 2010, 12:38
Im using pk planet V2 client and source, but im wondering to change the source to ultimate pvp

Canownueasy`
July 18th, 2010, 12:39
Im using pk planet V2 client and source, but im wondering to change the source to ultimate pvp

Is it Winterlove?

Austin
July 18th, 2010, 12:40
It's DeltaScape based which the code I provided will work. (With the exception of the shitty timer thing.)

X'™
July 18th, 2010, 13:09
What base are you using?

BTW 1,000 posts :D!!!

Lmao, Because you do spam a lot.
You should know better to report this post because it's the wrong section.

Mod Jagex
November 30th, 2010, 00:26
This is the wrong section, please move your topic to the correct section, your topic should be located in the Help Section. (Only the registered members can see the link.)

Trey
November 30th, 2010, 00:28
They're help boards for a reason.