Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 75
  1. #31
    hrenakpwn's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    6
    My Mood
    Yeehaw
    Quote Originally Posted by Argorok11 View Post
    Just tested on Escherion. It works really nice. Kills the staff always before attacking him, and there's no delay after killing the staff.
    It's a really nice improvement on the system, i hated when it would take breaks between killing NPC's and what not.

  2. #32
    JamesRo's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    1,872
    Reputation
    182
    Thanks
    17,852
    My Mood
    Happy
    Quote Originally Posted by Great Barrier View Post
    Repost: I really like the target teleportation Can't wait to see what else you can come up with.
    Did you compare the use of the skill range hack, to the movement of the targets position?
    From what I know they would practically do the same thing, but there could be benefits of using both
    Unfortunately the skill range thing is so damn unstable it ends up failing often ('out of range' messages on the chat) - it's like it only takes vertical distance in consideration

  3. The Following User Says Thank You to JamesRo For This Useful Post:

    Great Barrier (02-23-2015)

  4. #33
    markbajao's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Confused
    Sir, do you have spammer codes that would automatically delete the cornelis reborn badge... i here alina starting to banned account that has the said badge and that your not a member... please help... i badly need your help

  5. #34
    Kappa3000's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    6
    My Mood
    Tired
    when i load Le bot i get a box with this:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at Game/loadTitle()
    at Game/frame11()


    ...pressing dismiss gets rid of it, but i'm just wondering what that is

  6. #35
    LunaticFringe's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Inspired
    great job!!

  7. #36
    D.V's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    365
    Reputation
    69
    Thanks
    4,070
    My Mood
    Bored
    Good idea to hide the map should decrease lag a bit but make the lag killer cancel targets(before it starts removing players) it can break the game
    Guess its right time to release my updated bot too
    Last edited by D.V; 02-24-2015 at 06:40 AM.






     

  8. The Following 2 Users Say Thank You to D.V For This Useful Post:

    Great Barrier (02-24-2015),JamesRo (02-24-2015)

  9. #37
    Great Barrier's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    275
    Reputation
    166
    Thanks
    346
    Quote Originally Posted by Kappa3000 View Post
    when i load Le bot i get a box with this:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at Game/loadTitle()
    at Game/frame11()


    ...pressing dismiss gets rid of it, but i'm just wondering what that is
    Sounds like you're using a version of flash player debugger instead of the normal player, not sure how one gets around this - my best guess is to update flash using IE

  10. #38
    rafaxxz15's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    help not have bot manager

  11. #39
    Kappa3000's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    6
    My Mood
    Tired
    Quote Originally Posted by Great Barrier View Post
    Sounds like you're using a version of flash player debugger instead of the normal player, not sure how one gets around this - my best guess is to update flash using IE
    all fixed ty I've always just used chrome so Ie wasn't my first solution. not sure why i got a debugger version :/ probably from when i was trying to figure what i needed to run the bot and must've just got the wrong version .

    - - - Updated - - -

    Quote Originally Posted by rafaxxz15 View Post
    help not have bot manager
    there's not much to the this atm :/ just an auto-attack, lag killer (that you cant move with it on,) and enemies are teleported to you. how ever hopefully there will be more to it soon .

  12. #40
    borakorn's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    147
    My Mood
    Psychedelic
    I was waiting for it like years. Thanks lord JamesRo!

  13. #41
    zotox77's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Nice! Love it, Keep it up!!

  14. #42
    MriLLEGAL's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    8
    My Mood
    Amazed
    Interesting
    Last edited by MriLLEGAL; 02-25-2015 at 10:45 AM.

  15. #43
    Heat066's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    35
    My Mood
    Relaxed
    Hands down.

    You're a hero James.

    "Everyone is a liar, but the person who told the biggest lie was me". -Hikigaya Hachiman ~ Oregairu

  16. #44
    dolphinman93's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    Quote Originally Posted by Kappa3000 View Post
    when i load Le bot i get a box with this:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at Game/loadTitle()
    at Game/frame11()


    ...pressing dismiss gets rid of it, but i'm just wondering what that is
    You are getting that message because you're using flash debugger instead of regular flash player.
    Other than that, its just a bad coding example, quite alot of trainers/bots load the background incorrectly.
    As a matter of fact, they are reusing some code from the client itself, to be more specified the game.loadTitle func.

    Code:
    var _loc_2:* = titleDomain.getDefinition("TitleScreen") as Class;
    _loc_1 = titleDomain.getDefinition("TitleScreen") as Class;
    mcLogin.mcTitle.removeChildAt(0);
    mcLogin.mcTitle.addChild(new _loc_1);
    Code:
    titleScreen = event.target.applicationDomain.getDefinition("TitleScreen") as Class;
    game.mcLogin.mcTitle.addChild(new titleScreen);
    ^ this wont dismiss the errors that the game spits out

  17. #45
    Bullatchi's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0
    nananaananananannanananannan
    Last edited by Bullatchi; 02-26-2015 at 05:15 AM.

Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Hello darkness, my old friend.
    By Eternity in forum General
    Replies: 12
    Last Post: 01-04-2016, 12:59 PM
  2. [Help] Hey, old friend dBased come in! I need your help!
    By 7203212 in forum Mission Against Terror Discussions
    Replies: 0
    Last Post: 03-08-2011, 06:23 AM
  3. To my OLd Friends ADMINS!
    By rafanet in forum Member Introduction & Return
    Replies: 14
    Last Post: 06-30-2010, 12:25 PM
  4. Summoning old friends (56k warning)
    By Brizingir in forum Showroom
    Replies: 11
    Last Post: 02-26-2010, 02:31 PM
  5. Goodbye old friend?
    By PyrexxHero® in forum General
    Replies: 30
    Last Post: 07-12-2009, 04:25 PM