Page 5 of 153 FirstFirst ... 345671555105 ... LastLast
Results 41 to 50 of 1527

Thread: Bigshot: The New Optimus Prime

  1. #41

    Default

    It seems to be poaching kills if there is a PC fighting an NPC in the starting room when you first get there

  2. #42

    Default

    I'd like to see the use wand option if your out of mana. I'm back to using starsscream along with a bastardized version I use so my MA character can be dragged along and hunt because i got the wands to work with that. But Bigshot works so much better for group hunting I'd really love to be able to use t agin and have my wizard use a wand when he runs out of mana instead of just watching.

  3. Default

    I tried this out over the weekend. I seem to have some polling issues with DRb over my LAN, but I looked through all the DRb sections and they all look right to me. Didn't go much further, so it may be an issue somewhere else.

    Problems Found:
    Tail'n members on second terminal on LAN will sometimes stop responding.(No Attacking)
    Leader will pass npc's that are viable targets.(think this is due to it thinking someone is not in the "group")

  4. #44

    Default

    Quote Originally Posted by Tordane View Post
    I tried this out over the weekend. I seem to have some polling issues with DRb over my LAN, but I looked through all the DRb sections and they all look right to me. Didn't go much further, so it may be an issue somewhere else.

    Problems Found:
    Tail'n members on second terminal on LAN will sometimes stop responding.(No Attacking)
    Leader will pass npc's that are viable targets.(think this is due to it thinking someone is not in the "group")
    The DRb address given only works over the same host. It's intended to function on a single computer, although could probably be modified to do otherwise.
    ~ Azanoth

    Discord: carnivale1523

  5. #45

    Default

    Quote Originally Posted by SanGreal View Post
    It seems to be poaching kills if there is a PC fighting an NPC in the starting room when you first get there
    Should be fixed.


    As far as the wand thing goes... does starscream do this well? If it does, I'll just borrow the code.
    Last edited by Alorn15; 05-10-2010 at 12:04 PM.
    ~ Azanoth

    Discord: carnivale1523

  6. #46

    Default

    It works alright, though it does still put good wands in my dead wand sack about 25% of the time, haven't been able to figure out why yet. Seems to be random, same messaging same wand and the one time it puts it in the harness (wand_sack) and the next in the cloak (wand_dead). But now it does put every wand that doesn't work in the cloak first try so I just started dumping the cloak intot he harness before I head out.

    This is the code as I changed, with alot of help

    if(!spell.affordable?)

    if @wand_sack == "" || @wand_sack == "false" or !@wand_sack
    message("Can't wrack or not enabled, can't cast, no mana, life sucks, lets go rest");
    rest
    else
    message("Can't wrack, but not done hunting, try a wand!")
    fput "take wand from my #{@wand_sack}";
    fput "stance off";
    result = dothistimeout "wave wand at ##{npc.id}",1,/d100|dead/;
    if result.nil?
    fput "stance def";
    fput "put my wand in my #{@wand_dead}";
    else
    fput "stance def";
    fput "put my wand in my #{@wand_sack}";
    return
    end
    end
    end

  7. Default

    Code:
    result = dothistimeout "wave wand at ##{npc.id}",1,/d100|dead/;
    Maybe want to raise that timeout. That could cause it to return as nil if it lags.

  8. #48

    Default

    So, in Starscream, do you then set "Rest at this mana percentage:" to be -1, or something else lower than the amount required to cast? Or does it work regardless of that?
    Last edited by Alorn15; 05-10-2010 at 06:38 PM.
    ~ Azanoth

    Discord: carnivale1523

  9. #49

    Default

    I have it set to -1

  10. #50

    Default

    I'm thinking about the best way to do this still. FYI, you can call scripts in your attack routine. E.G. your attack your routine can be the following:
    Code:
    script my_attack
    And bigshot will stand by until my_attack finishes. So that may be a temporary solution. I think you may even be able to do 'script my_attack target' and have the target id (preceded with #) be passed to the script.
    ~ Azanoth

    Discord: carnivale1523

Similar Threads

  1. Bigshot tail without bigshot head?
    By Erez in forum The Lich Project
    Replies: 2
    Last Post: 11-26-2016, 06:15 PM
  2. Do you want Optimus Prime to hunt for you?
    By Alorn15 in forum The Lich Project
    Replies: 50
    Last Post: 06-20-2010, 09:34 PM
  3. Optimus Crap
    By Alorn15 in forum The Lich Project
    Replies: 3
    Last Post: 04-11-2010, 11:42 AM
  4. Replies: 8
    Last Post: 10-23-2007, 03:56 PM
  5. Have Optimus Prime call your friends
    By Drew in forum Social Forum
    Replies: 4
    Last Post: 10-15-2007, 01:01 PM

Tags for this Thread

Posting Permissions

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