Jump to content

bzmake

Members
  • Posts

    7
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by bzmake

  1. 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?
  2. 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?
  3. bzmake

    Sample Code

    Hey, could u help me out with my script? Much appreciated!
  4. 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?
  5. It's not really java that is the problem, it's just the API really... Which functions to use etc ahah
  6. 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)
  7. 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!
×
×
  • Create New...