Recent content by Suicide

  1. S

    Automated Contested Checker

    hey all. Im back from a really long break from the game. Have you guys liked my little script? Hope you guys who have modified it, have released the modified version and not been selfish lol. I hope to see some progress on my little project. I might be coming back to eq2, not sure yet...
  2. S

    Automated Contested Checker

    this script also uses isxpoco, which i used my isp's smtp info to send an email to my gmail account which then would forward it to my cellphone by using a filter rule to only forward messages from the email address i was using for isxpoco. My previous single mob checker actually had an error...
  3. S

    Automated Contested Checker

    I made this a long time ago when i made the mob checker that i posted. I originally just kept it just to myself as it took me a long time to figure it all out. It was my first script i developed and i figured i might as well release it as im thinking about coming back to isxeq2 and innerspace...
  4. S

    A Mob Checker

    Well this is my first release of any script that I designed. This script checks to see if a mob exists within a certain range and detects it. Once detected it will send an email to anywhere you like. It also will tell any channel you assign that the mob is not up every 20 min. If the mob is...
  5. S

    Running Multiple EQ2 sessions on one PC

    One other useful command is. Windowvisibility [-noactivate] foreground|alwaysontop|down|bottom|minimize This just allows you to control the postion so if your eq instance is causing your firefox to be hidden behind it, you can then send the instance to the bottom to reveal the hidden...
  6. S

    50 day reuse timer (Bug?)

    Hey guys, i been running a custom script now for about 6 months and everything was fine til the past month or so. I would run the bot and die and the only way for me to die is that my script would stop working but it didnt stop working. The problem is that sometimes my spells bug out and use...
  7. S

    Me.Inventory ???

    echo ${Me.Inventory[ExactName,Manastone].Name} returns Manastone echo ${Me.Inventory[ExactName,Manastone].Type} Returns activateable its odd becasue i dont think i have a shroud of the manastone in my inventory or my bank. but i am guessing thats what it was. After i did the echo...
  8. S

    Me.Inventory ???

    echo ${Me.Inventory[Manastone].Name} returns NULL echo ${Me.Inventory[Manastone].Type} Returns Container
  9. S

    searching a custom actor array

    WOW beezer is a dumbass. I would like to see one of his uber god scripts so i can rip it apart and ram it up his ignorant ass.
  10. S

    Me.Inventory ???

    echo ${Me.Inventory[Manastone].IsReady} returns NULL i wonder if it coded as a different name. I tested with a essence of clarity and it worked, so its just something to do with the manastone. Wonder if its tagged differently because its a hertiage item.
  11. S

    Me.Inventory ???

    I can right click it from inventory and use. I can also drap it to a hotbar and click it to use as well. I would assume :use would be broke if anything as Isready tends to work when checking a spell.
  12. S

    Me.Inventory ???

    I am trying to get the script to use my manastone that is in my bags and not on my character in a charm spot. I have looked to see how the Me.Inventory command works and I can only see it as a way to destroy items but not to use the items.
Top Bottom