Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gen2000

Pages: 1 ... 6 7 [8] 9
106
Scripting Chat / Re: Help with #ENEMYID
« on: October 18, 2009, 08:28:17 PM »
This is the stupid man's question in response to your question:  Do you really need the pet bar up?  I realize you're probably using a pet health watcher...but are you actually fighting in a situation where the pet will need help?

If you're doing some sort of farming activity, I'd say no - use a Cu Sidhe.  If you're doing something more exotic like PvP or Peerless/Champ robot pets, see TM's post.

 :)

LOL! well, I'm working on a tamer assistance script, and it monitors your pets health, and if it gets below a certain percentage it will attempt to vet if your within 2 tiles. I finally found a solution or so it seems to work...

Before i pull my pet bar, I can pull any other bar and that's my enemyid, then I can pull my pet bar and close the first bar and it will stay at N/A, even if I move around my pet's bar. But I put in an option to auto attack anything attacking me within 8 tiles, and it was stuck on my pet. now it's working great!! 

107
Inactive Submissions / Re: Gen's GM Alert 2.0
« on: October 18, 2009, 07:21:51 PM »
if you go to tools/vardump in the euo menu, scroll to the button, what does the debug varible say?

108
Inactive Submissions / Re: Gen's GM Alert 2.0
« on: October 18, 2009, 06:50:28 PM »
While running C2's Casting Trainer, for the heck of it I decided to have a friend drop an item on me just to see what it did for the trade window alert. After I got the alert the alerter automatically pauses. So I clicked to resume it, which it did... Now in C2's script he has it opening your pack to keep your character active. Each time his script would open my backpack, your script would give a warning and automatically pause.

To fix this without restarting the script I unchecked "trade window" but it still does this. On your alerter box it says "Journal: Container holds X items".

I stopped and restarted the script and I haven't had any issues since. But since my plan is to use this alerter while training or whatever, this issue is pretty big for me.

*EDIT* I just moved my character one step while running C2's script. It game me the character has moved warning then paused. Upon resuming it did the "container holds X items" thing and pauses.

It's not the container that's setting it off, it's the journal message. it's what I call a false positive..

under the Falses..

;================================================
;----------------Falses--------------------------
;================================================
; If you get a false positive you can add it below.
; Go to Tools/VarDump on EUO
; Scroll down to !Debug.(at the bottom)
; Copy and past that into a new %FALSE
; Update %FALSES at the top.
;================================================

add..

set %FALSE(number) Container_holds

and update..

set %FALSES(number)

Code: [Select]
;================================================
;----------------Falses--------------------------
;================================================
; If you get a false positive you can add it below.
; Go to Tools/VarDump on EUO
; Scroll down to !Debug.(at the bottom)
; Copy and past that into a new %FALSE
; Update %FALSES at the top.
;================================================
set %FALSES 40 ;updated from 39 to 40 cause I added a false.
set %FALSE1 you_see:
set %FALSE2 Can't_get_there
set %FALSE3 You_are_now_under_the_protection_of_the_town_guards.
set %FALSE4 Care_to_hear_how_to_earn_some_easy_gold?
set %FALSE5 I_have_an_offer_for_you.
set %FALSE6 You_are_frozen_and_cannot_move.
set %FALSE7 You_are_already_casting_a_spell.
set %FALSE8 You_prepare_to_strike
set %FALSE9 in_Bushido_has
set %FALSE10 This_book_needs_time_to_recharge.
set %FALSE11 You_cannot_cast_that_spell_in_this_form.
set %FALSE12 You_cannot_honor_this_monster_because_it_is_too_damaged.
set %FALSE13 You_have_lost_all_Perfection_in_fighting_this_opponent.
set %FALSE14 Mana_to_use_this_ability.
set %FALSE15 You_cannot_use_this_ability_while_frozen.
set %FALSE16 You_have_lost_some_Perfection_in_fighting_this_opponent.
set %FALSE17 You_did_not_earn_the_right_to_loot_this_creature!
set %FALSE18 You_prepare_to_perform_a_Shadowjump.
set %FALSE19 What_do_you_want_to_use_this_item_on?
set %FALSE20 You_carve_some_meat,_which_remains_on_the_corpse.
set %FALSE21 You_skin_it,_and_the_hides_are_now_in_the_corpse.
set %FALSE22 You_see_nothing_useful_to_carve_from_the_corpse.
set %FALSE23 I_cannot_tell_where_I_am.
set %FALSE24 You_have_Achieved_Perfection_in_inflicting_damage_to_this_opponent!
set %FALSE25 You_have_achieved_the_highest_path_in_Valor_and_can_no_longer_gain_any_further.
set %FALSE26 You_failed_to_create_the_item,_and_some_of_your_materials_are_lost.
set %FALSE27 Tame_which_animal?
set %FALSE28 Click_on_the_person_to_transfer_ownership_to.
set %FALSE29 You_have_earned_250_reward_points_for_this_donation.
set %FALSE30 You_are_overloaded.
set %FALSE31 This_is_currently_in_use.
set %FALSE32 You_are_busy_doing_something_else_and_cannot_focus.
set %FALSE33 You_are_unable_to_resurrect_your_patient.
set %FALSE34 You_are_able_to_resurrect_your_patient.
set %FALSE35 Greetings.__Have_a_look_around.
set %FALSE36 Thank_you_so_much
set %FALSE37 What_shall_I_use_this_key_on?
set %FALSE38 There_is_no_metal_here_to_mine.
set %FALSE39 Where_do_you_wish_to_dig?
set %FALSE40 Container_holds ;added a new false

109
Scripting Chat / Help with #ENEMYID
« on: October 18, 2009, 03:53:34 PM »
I know there are issues with #ENEMYID. Anytime I have my pet's health bar pull it will be my #ENEMYID. No matter what attacks me, or what other bars I pull, it is stuck to my pet. Is there anyways to deal with this?

I'm trying to have my pet attack anything that attacks me within 8 tiles and it's kinda hard for my pet to attack it's self! haha..

Thanks

110
New member introductions / Re: Hello Peeps
« on: October 18, 2009, 09:40:25 AM »
all i have to say is u r the script god for the reg buying one my favorite of all scripts hands down i use it atleast 3 -10 hours every day lol

Ha, glad ya like it.

111
Scripting Chat / Re: Stealing Power Scrolls
« on: October 17, 2009, 06:15:46 PM »
I imagine if u stand near the moongate and only look in packs withing 1-2 tiles of the gate they may be about gone once u grab it. 

Yup, last 120 ant I stole last week, they were gone about the same time I stole it.

112
Scripting Chat / Re: Stealing Power Scrolls
« on: October 17, 2009, 05:59:57 PM »


LOL!  That sounds fun as hell!
[/quote]

It's great, they pop into star to leave and most of the time they don't even realize I've stole anything!  8)

113
New member introductions / Re: Hello Peeps
« on: October 17, 2009, 05:36:30 PM »
Nice to see a new member thats posting scripts already...  .. a Big welcome to the site...

Thanks  :D

114
New member introductions / Re: Hello Peeps
« on: October 17, 2009, 04:46:32 PM »
Thanks for all the contributions so far!  BTW, who was it that referred you here anyhow?  :)

Your welcome, My friend old uo friend Chris referred me to the site. not sure if he's a member or what his member name would be.

115
Scripting Chat / Re: Stealing Power Scrolls
« on: October 17, 2009, 04:16:07 PM »
I've got one that does what your wanting, but it doesn't have a menu or anything. You hit a hotkey and then target the person you want to steal from. It then opens their pack, ect.. then scans for scrolls. It will only steal 120's but it starts with the high priced ones first and works it way down the list. If they have a  120 Mage and 120 spirit speak, it will steal the 120 mage! I would need to do some editing on it before release, right now it's full auto and runs out o the starroom into terra keep, way out into the hallway and hides.. LOL!


116
Inactive Submissions / Gen's GM Alert 2.0
« on: October 17, 2009, 03:49:49 PM »
Code: [Select]
;=================================================================
; Script Name: Gen's GM Alert 2.0
; Author: Gen2000
; Version: 2.0
; Shard OSI / FS: OSI
; Release Date: 10/17/09
; Purpose: Menu Driven GM alert and more!
;=================================================================
; Featured Alerts: GM Talks
;                  Character Moves
;                  Lost Connection
;                  Character in Jail
;                  Character Dead
;                  Trade Window
;-----------------------------------------------------------------
; Other Features:  Voice Alerts! (It talks!)
; Player Detection w/ Name of character detected in menu/voice
;=================================================================
; Requirments: s7TTS VBScript (Included)
;              talk VBScript  (Included)
;              warning.wav    (Included)
;=================================================================
; Directions:  Make sure all 4 files are in the same folder as euo.
;              (Gen's GM Alert 2.0 + 3 files above)
;              Start script and check the boxes you want to use.
;=================================================================
; Special Thanks: snicker7/s7Accessability Suite - "Voice Alerts"
;=================================================================
; http://www.scriptuo.com
;=================================================================

This is the script I use for everything AFK.
-Scans journal for GM's and anybody else that may talk to you.
-Tells you if your character moves (optional)
-Tells you if you lost connection. (optional)
-Tells you if your character is in jail! (optional)
-Tells you if your dead. (optional)
-Tells you if your trade window opens. (optional)

-It has player detection and will let you know who come onto your screen in the menu/voice. (optional)

-It also has sound and TALKS!
  when you get an alert it will not only show you the alert/player detected in the menu.
  It will play and warning sound(included) followed by talking and telling you
  what alert was triggered, or who has walked onto your screen.

 



117
Combat/Healing/Looting / Gen's Auto Tracker
« on: October 17, 2009, 02:23:01 PM »
Code: [Select]
;======================================================
; Script Name: Gen's Auto Tracker
; Author: Gen2000
; Version: 1.0
; Client Tested with: 7.0.1.1
; EUO version tested with: 1.5 155
; Shard OSI/FS: OSI
; Public Release: 10/17/09
; Revision Date:
; Global Variables Used: NONE
; Purpose: Tracking Last Target with hotkey.
;          Works with select next mobile!
;======================================================
; Directions:  Click play...
;======================================================
; Requirments: Kal In Ex - FAST OCR
; http://www.easyuo.com/forum/viewtopic.php?p=26125#26125
;======================================================
; http://www.scriptuo.com
;======================================================
; Special Thanks:
;------------------------------------------------------
; Author:  Kal In Ex
; Script Name:  FAST OCR
;------------------------------------------------------
; Author:  Quintok / Raziel
; Script Name: sub waitForSysVars
;------------------------------------------------------

This script is for all those Ninjas out there.
It will use tracking, and pick your last target from the tracking menu.
It works at full run, and works with select next mobile.

118
Questing / Gen's Library Donations
« on: October 17, 2009, 01:50:58 PM »
Code: [Select]
;===========================================================================
; Script Name: Gen's Library Donations
; Author: Gen2000
; Version: 1.5
; Client Tested with: 7.0.1.1
; EUO version tested with: 1.5 155
; Shard OSI/FS: OSI
; Public Release: 11/1/09
; Revision Date:
; Global Variables Used: CEO*FILESYSTEM
; Purpose: Recalls to smith/mage shops, buys axes/spell books,
;          Recalls to library & donates for glasses
;
; Glasses: Mace & Sheild, Wizard's Crystal , Fold & Steel
;===========================================================================
; http://www.scriptuo.com
;===========================================================================
; Special Thanks:
;---------------------------------------------------------------------------
; Author:  snicker7
; Script Name:  sub s7UseRunebook
;---------------------------------------------------------------------------
; Author:  Quintok / Raziel
; Script Name: sub waitForSysVars
;---------------------------------------------------------------------------
; Author  CEO
; Script Name: Sub CEO*FILESYSTEM
;===========================================================================
; Items Needed:
; Backpack:     2 Rune Books, 1 bank/library runes, and 1 with vendor shops.
;===========================================================================
; Instructions:  Bank/Library runebook should have rune to bank and library.
;                    Library rune should be marked within 4 tiles of NPC.
;                    Vendor runebook should have runes marked to vendor shops.
;                    Start off at any bank, click play and follow menu.
;===========================================================================
; Tips:  *Do not start with more than 3k gold in pack. (my be ok with new weight of gold)
;         *Remove all battle axes you may want to keep from your pack.
;         *Remove all spellbooks from your pack if donating to mage and..
            Put the spellbook your using in your hand!
;         *Mark Library runes within 4 tiles of the NPC.
;===========================================================================


This script donates to the library.
It has a menu for easy setup, and keeps track of all your settings and points globally.
One time setup per char, per glasses.


119
New member introductions / Re: Hello Peeps
« on: October 16, 2009, 09:18:32 PM »
Welcome to the site...  I cannot open links at work very often  >:(.
I am thinking you are the author of a much used script that buys regs hosted on easy uo.  If so, thank you for all the collecting time you have spared me in the past.

That would be me.  ;)

120
I really like this script! I added "almost" all of the new SA items the pull down list, seems to be working great. I also had to add "I can't reach that" in the journal scan because it was getting hung up trying to open a corpse.

Thanks for sharing!  ;D

Pages: 1 ... 6 7 [8] 9