Thread: Autocast

Results 1 to 5 of 5
  1. #1 Autocast 
    Registered Member
    Join Date
    Nov 2007
    Posts
    81
    Thanks given
    0
    Thanks received
    0
    Rep Power
    2
    I need autocasting for emulous.
    if its good i can pay some $$ on paypal
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jul 2008
    Posts
    1,043
    Thanks given
    209
    Thanks received
    46
    Rep Power
    0
    Quote Originally Posted by Twone View Post
    I need autocasting for emulous.
    if its good i can pay some $$ on paypal
    Lol no1 is gonna make you + if you dont learn java you will pay for every stupid thing you want to add... just take a basic autocast and tweak it?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2007
    Posts
    81
    Thanks given
    0
    Thanks received
    0
    Rep Power
    2
    i tought this is a request section. if you dont have anything to say that goes with the topic, shut up.
    Reply With Quote  
     

  4. #4  
    Registered Member I pk3r I's Avatar
    Join Date
    Nov 2008
    Posts
    300
    Thanks given
    4
    Thanks received
    5
    Rep Power
    3
    Try get this somewhere:

    for (int element : staffs) {
    if ((playerEquipment[playerWeapon] == element)
    && autocasting && autocastID > 0 && (isInPitGame() && !AttackingOn2.isInPitRoom() || isInWilderness(absX, absY, 1) == true && AttackingOn2.isInWilderness(AttackingOn2.absX, AttackingOn2.absY, 1) == true)) {
    int playerTargetX = server.playerHandler.players[AttackingOn].absX;
    int playerTargetY = server.playerHandler.players[AttackingOn].absY;
    int playerTargetCombat = server.playerHandler.players[AttackingOn].combat;
    int playerTargetHealth = server.playerHandler.players[AttackingOn].playerLevel[playerHitpoints];
    if (System.currentTimeMillis() - lastAttack < 4000) {
    //sM("You must wait 4 seconds before casting this kind of spell again");
    return false;
    Reply With Quote  
     

  5. #5  
    Registered Member
    G0nzo's Avatar
    Join Date
    Feb 2009
    Posts
    4,960
    Thanks given
    514
    Thanks received
    546
    Rep Power
    1735
    hmm download like figment scape 4.0 and leech it and convert it to emulous
    Computer Science Graduate, Java Expert
    Need help with something? PM me
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •