Oh ye there's my mistake.
My knowledge of Java is far from the best ahaha, but I want to learn on the way... As I did just now .
Thanks!
Can I maybe add you on skype?
I'm trying to remodel : http://osbot.org/forum/topic/69541-lesser-demon-killer-script-source-with-comments-educational/
Into killing some cows ahaha.
In the script itself it can only find one monster?: private static final String NAME = "Lesser demon";
Or is it possible to just create another static string with for example: private static final String NAME = "Cow calf";
Also I want it to take items?
So I made an enum: TAKE
But how would I go about making it detect the item for example: "cowhide" on the ground and taking it?
How would I go about adding another monster for it to find?
Do I have to make the "final" a double or something and add another string or?
Also, does any1 have a pickup snippet?
Hmm I think I got the compile right now, it's showing up.
But the script is well.... far from working perfectly...
I now took the Lesser Demon educational script and I'm trying to refit it to what I want it to do... But I can't really figure out what I'm doing ahaha
Is there anyone that is able/wanting to help me out?
Maybe through skype (no mic needed)
Hey,
I just made the chicken killer script as my first script ( to learn ).
But when I turn it into a .jar and place it in my custom made folder it doesn't show up in my local scripts list.
Is there any way to fix this? Do I need to compile it in a special way?
Thanks!