Search results

  1. T

    external radar software??

    This is not a request for a external radar program, but simple a question of ... "anyone know of an external radar type of program, that can be ran from a 2nd PC, for monitoring location and whatnot of your in game char? (or even control very minor parts of your chars in game from a 2nd PC that...
  2. T

    Stealth Forced Patch 8/16

    I'm assuming this was dirrected at me.. and all I have to say is that is all so funny. You think i'm geting the shakes? .. LOL! .. .I was simple stating that I didnt know where to look for updates on this issue. Never once said, "Hey, I'm a noob.. please hack the software.. I cant live without...
  3. T

    Stealth Forced Patch 8/16

    just wondering where is the best area to watch for updates on this issue? .. after it's resolved, do we do the 8/16/2007 manual DL patching or do we still have t ouse the july patch?? . . Thought this issue was something I did.. been trying t ofix it for past 3hrs, uninstalling and...
  4. T

    What text editor do you use?

    personaly, I use Notepad++ it will allow you to add custom colors, along with text completion, based on other ISS, XML, etc files that you currently have located to try and complete the line for you properly. Sometimes, it is wrong as there are alot of way to write up the code and commands...
  5. T

    full ui -- interested??

    I'm working on a few ideas of UI plugins, and they seem to be going pretty well so far. here is what i got so far, and some issues I have. .let me know if what I ask is doable with the correct code, or is it not currently implimented into isxvg? Description : a basic hotbar, which is...
  6. T

    full ui -- interested??

    well, I'm no expert.. by no means, but now that the vgpetassist is working well, and if you turn if it (aka : the 'run vgpetassist" option) .. it will still let you fully control your pet, just as the normal UI would, so it's basicly a pet UI with bonus features, just by doing that, my fps went...
  7. T

    full ui -- interested??

    wasnt sure where to post this, but just looking for feedback. basicly, I did multi tests with ingame ui, and whenever you use any UI with vg ingame xml's, it's droping my FPS down to 25-30fps. Even lower (7-15) when mobs attack, and it pops up the target menu. If you disable all the ingame UIs...
  8. T

    Assistbot

    thx man =) .. but I acualy got it working shortly before last release =).. after I talked to a few people on irc, and got some ideas on some different ideas and whatnot.
  9. T

    Assistbot

    Release 1.05 - per request, now has ability to maintain DOT spells, making sure that DOTs/DeBuffs stay on your mob - Per Request, now has ability to rapid cast specified spells durring combat (in the new tabs, just click CHANGE, and you will be promted with a text box. Type in the spell...
  10. T

    Assistbot

    well, ya been waiting say that one to me for a long time..huh? .. :dunce: .. hehe Only reason i didnt understand is that about 7 post ago, it was explained to me that after the GetString[value,"default"] .. at least that's how i read it.. and when it didnt work, well.. couldnt figure out why...
  11. T

    Assistbot

    Ok, finaly got home, tested out what you were talking about...and i see what ya mean Cr4zy .. I was thinknig that it was seting it, when it wasnt. Also, figured out my issue with the button .. had the wrong blah@blah@blah type of directing in there.. 2 of them backwards.. opps! =) .. anyways...
  12. T

    Assistbot

    ok, I guess I'm over doing the code ?? .. ${SettingXML[./Scripts/vgpetassist/vgpet-setting.xml].Set[Settings].GetString[CombatAbility1,"Not Setup"]} that code is saying that if "CombatAbility1" is in setting file.. then usei it, otherwise, set it to Not Setup in thesetup xml file.. correct...
  13. T

    Assistbot

    umm, guess I'm a little confused.. in that code, isnt "Not Setup" considered the default value, IF the setting isnt located in the setting file allready.. after it finds it in the setting file, or adds it, then it refers to it to set it as a variable in the ISS file? Also, when I click the...
  14. T

    Assistbot

    Adding in abiitys to type in ability/spell names and have it save to an XML settings file, and also send it to the ISS as a variable setting.. anyone able to point out where I'm screwing out? .. it's setting it in the setting file (but with errors) .. and then when I hit the SET button.. it...
  15. T

    CombatAssist / PulseAssist ?

    I could be wrong (didnt test yet) .. but couldnt you do the following for this? if ${Me.TargetOfTarget}!=${Me} && ${Me.InCombat} { if ${Me.Ability[${Angro1}].IsReady} { ${Me.Ability[${Angro1}]:Use } } that would check to see if your targets, target...
  16. T

    CombatAssist / PulseAssist ?

    LOL.. I'm no master coder either =) .. acualy, I only started about 4weeks back myself, and got about 60% of the code in the vgpetassist mod from other players, mostly them helping me, some as ideas from others. Hell, when I started, I had everything melded into one function, and it wsa buggy as...
  17. T

    Assistbot

    Looking into the Graft Bags feature, as someone else mentioned this on another post I have seen before, just happened to forget about that one =) .. If it is going to work, it would probly need an added code to reconized the grafts bags or something like that. Once that is added, then shouldnt...
  18. T

    CombatAssist / PulseAssist ?

    hmm, is something you are talking about.. similar to a petassist mod that I created? (with alot of help!) .. http://www.isxgames.com/forums/showthread.php?t=1232 I know that is only for pet asisting, but basicly, you are talking about that, but instead, for your charcture instead of pet...
  19. T

    Assistbot

    NEW RELEASE : - toggle on/off pet assisting while harvesting (just in case anyone having issue with harvesting while assisting) - Set distance for pet to auto attack or backoff from the target (auto sends pet at specified range, and will pull him back automaticly.. works well with managing...
  20. T

    Assistbot

    yea, that works.. thx!
Top Bottom