Jump to content

Twin

Members
  • Posts

    1334
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Twin

  1. I'd take it up with him. I don't want the method to be found out because it could possibly be an issue they are not to sure about.
  2. It might be dodgy, and not always work, but it worked for me. And as for sharing the method he asked to keep it quiet so I can't tell.
  3. I got my original account banned from 10 years ago that I would love to be able to get back!
  4. Well if they're using magic, and they use teleblock, it runs away, if it's using ice barrage it can just teleport away. If they don't TB you it pretty much just teleports, and If they do TB you it will run to the shortest path to leave the wilderness. If it gets rooted, it will eat and make sure not to die, but if it runs out of food it's going to end up dying like any ordinary character would.And eating trumps everything but teleporting, so it's constantly checking if it needs to eat. I had a few pk experiences and it went fine.
  5. When it's fully done(which should be today as I have like 10 lines of code left, I'll auth you. Also everyone who posted in this thread will get an auth.
  6. You pick a card and I don't see it, you stuff it back into my deck and I pull your card out of the deck It's all I can do lol
  7. I'll show you a magic trick if you tell me :p
  8. lmao you caught me , I have like 10 more lines of code and i'm done but that seems like such a far trek away. Oh I remember why I stopped now, the account I was using ran out of members.
  9. Need a little help with injogging a card, was wondering if someone can give me some advice. :p i'll explain my issue more in depth if someone actually does card magic here.
  10. once i'm finisheed, everyone who commeented here will be able to test it everyone benefits from it.
  11. Just a few more bugs to workout, and i'll start handing out the test versions, I don't want to give them out with bugs still in it beacuse i'll get people telling me all the obvious things that I know are wrong with the script.
  12. Twin

    Hello :) <3

    Welcome to the community
  13. I might need to rewrite this in a different framework, it's getting really cluttered and I'm running into an issue where no matter what, it thinks a looting bag is in the inventory. Actually, it looks like I figured it out! Some slight issues that I need to work out invovling if the script character doesn't have an anti fire potion, it breaks the entire thing.
  14. Guild wars 2 or world of warcraft, guild wars 2 mainly if you're just looking to make money by flipping, as it has the best auction house in any game I would say. World of warcraft on any server, so long as you learn the market and know what sells.
  15. Still haven't finished pk detection, or fixed varrock teleports so it goes to 20 wilderness when killing east dragons. I've been a bit lazy with this .
  16. If someone requested a simple free script, and made a logo for me to use for it, i'd make whatever. I'm not spending money though to pay someone to make me a logo if i'm just going to lose it. I have no clue how to do anything graphics related, so I need to pay someone to do it for me.
  17. Yeah, i've seen obby maulers with just a flat 60str go for 15PP on other sites. Realistically though, you'll get 3-5m.
  18. 53 smithing maybe 1.2m 53 str 1.5-2m if no other stats.
  19. Twin

    hmm

    hmm
  20. Do you know what it says? Don't feel like running around in the wilderness waiting for someone to do it to me. Need it for a script.
  21. Either when you try and teleport away, or right as you get teleblocked.
  22. I don't think I have the skillset to take on something like this :p. I was just wondering with school years starting to end if you needed it for a final project.
  23. Curious on why you would need this? Is it for a website? Or a school project?
  24. I'm on mobile so it won't be in code format. (Pretend cases are already defined and what not up here) case CHOP: If(willow!=null&&!inventory.isFull()) willow.interact("Chop down"); //I have a timer I can give you when I get home so it won't constantly keep clicking the tree break; case BANK: if(inventory.isFull()&&BANK_AREA.contains(myPlayer()) //banking goes here, I have the bank snippet I can give you as well break; case WALK_TO_WILLOWS: if(BANK_AREA.contains(myPlayer()&&!inventory.isFull()) localWalker.walkPath(TO_WILLOWS); break; case WALK_TO_BANK: if(inventory.isFull()&&WILLOW_AREA.contains(myPlayer()) localWalker.walkPath(TO_BANK); break; case UNDERATTACK: If(myPlayer().isUnderAttack()) localWalker.walkPath(TO_BANK); //have this be the very first state to be returned, so it trumps everything
  25. In my oppinion, you have a lot of code that really doesn't need to be there. In like 30 lines of code you could write a willow script that will run away when attacked, only cut willows, bank them, and walk back. (Okay maybe not 30 lines) and it would be a lot simpler than this. Mainly just if statements and osbot API.
×
×
  • Create New...