Jump to content

Efpkaf

Members
  • Posts

    126
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Efpkaf

  1. Crafting astral runes, method - teleport. Script is depositing everything including law runes, and then trying to teleport back to city...
  2. I've found 2 weird things: 1. while script wants to drink stamina potion its doing in order: Bank->withdraw potion->withdraw essences->close bank->drink->open bank->deposit potion->withdraw essences(Again). Maybe it should be better without first withdrawing essences? 2. While crafting fire runes by using ring of dueling. Script is not checking if ring has enough uses left to teleport back to castle wars.
  3. Efpkaf

    PC zerker

    Can some1 price check me this acc? https://scr.hu/jeL7g2 - skills att and def quested rune defender,torso, lunar spells, full zammy book 2 days ban
  4. Just reached 94 magic. Thanks
  5. Just reached 66 hunter. Thanks mate ;)
  6. Efpkaf

    Stealth Quester

    Can i have a trial?
  7. I'll add 1 more conditional for buying items :P. Sure I'll add version Yes! Give me errors :D. I just ran script for few minutes it worked good. Today I'll make like 1h and look up for this error. Thanks
  8. UPDATE bug fixed: script was sometimes buying 150 runes 2 times - now its secured. Script was sometimes withdrawing rings to enchant noted - fixed script was stucking after misslicking on banker - fixed; Added: few anti-bans Random inputs in GE logs
  9. you can use simple loop private String playerNames[] = {"name1", "name2", "acc4", "acc3"}; private static final TRADE_ACTION = "Trade with"; private void interactWithPlayer(){ for(int i = 0; i < playerNames.length; i++{ Player playersToTrade = getPlayers().closest(playerNames[i]); if(playersToTrade != null) { if(!playersToTrade.isVisible()){ camera.toEntity(playersToTrade); sleep(random(650,2450)); } else if(playersToTrade.isVisible()) { playersToTrade.interact(TRADE_ACTION); sleep(random(2500, 5000)); } } } I dont know if i understand you questionAlso after playersToTrade.interact(TRADE_ACTION) i suggest you to use also while(context.myPlayer().isMoving()){ sleep... }
  10. Just pushed. Bugs fixed. waiting for anyother bug reports Can't replay that 300 comis runes 150 sapphires bug
  11. I'll change start up conditionals. If you want to use it now, start with cosmic runes in inv, and rings in bank sorry Also I'll add a lot of logs, to let You know what is going on.
  12. Will find out what is going on after work . Secound bug is I think because you dont have cosmics in inv/bank. But I'll test it out and let you know
  13. Hi, I've just finished fire giants with safe spot script. Script doesn't support picking your arrows. Location: Waterfall Dungeon Recommended: ring of life. Script will attack fire giants in RED area. if player is underattack script will move character to safe spot and try to attack fire giant again <- repeating. Support food: Salmon Looting items: RUNE_SCIMITAR RUNE_ARROW RUNE_ARROWS LAW_RUNE BLOOD_RUNE RANNAR_WEED SALMON will eat food under 50% and if you dont have space to loot item Download: https://www.mediafire.com/?xhas534fa95d075 what next: -anti ban -support more food -create my own paints Screen: https://scr.hu/aYRlYN -light blue -> safe spot -red area ->giants to attack
  14. Fixed. I've no idea what i have done, but now its 15kb. Thanks
  15. Will fix today. It randomly click on bench or interact with npc. today ill change only to interating to npc.
  16. Guys do you really want to scary other?
  17. Shhh I forgot that recoil is a member item
  18. Hello, I just finished my first script which is ring of recoil maker. Run at GE. Must have equipped staff that provides water rune. Amount of coins to buy 150 cosmics and sapphire rings, if you dont have ring of sapphires/coicmis. Script will enchant rings until run out of runes/rings then it is going to sell recoils and buy 150 supplies in GE. What next: 1. implement better anti-ban 2. Make enchanting random rings in inventory (not from up to down and left to right) 3. Make my own paints Waiting for suggestions/bug reports. https://www.mediafire.com/?4tglsf1g16rtz35 <--- download jar
  19. While trying to enchant sapphire rings, script is doing nothing. No error in logger also.
×
×
  • Create New...