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.


Topics - Guadah

Pages: 1 [2]
16
Script Debug / Issue with "for..." command
« on: July 07, 2008, 07:15:36 PM »
I'm attempting to write out a sub while using the for command.  What I have is a bag full of ore, and I count how much is in the bag, then set the number to %count.
Then use this line:
for %i 1 %count

It should repeat as many times as I have ore in the bag, at least thats how I understood the information on EasyUO.

Here is the sub I have written so far.  My issue is it repeats the sub twice, then moves on.
Code: [Select]
sub id_ore
finditem %ore_type C_ , %ResourcesChest
set %count #findcnt
for %i 1 %count
    {
    finditem %ore_type C_ , %ResourcesChest
    set #ltargetid #findid
    set #ltargetkind 1
    if #findcol = %iron_color
       {
       set %iron_ore #ltargetid
       ignoreitem #ltargetid
       }
    if #findcol = %dull_color
       {
       set %dull_ore #ltargetid
       ignoreitem #ltargetid
       }
    if #findcol = %shad_color
       {
       set %shad_ore #ltargetid
       ignoreitem #ltargetid
       }
    if #findcol = %copp_color
       {
       set %copp_ore #ltargetid
       ignoreitem #ltargetid
       }
    if #findcol = %brnz_color
       {
       set %brnz_ore #ltargetid
       ignoreitem #ltargetid
       }
    if #findcol = %gold_color
       {
       set %gold_ore #ltargetid
       ignoreitem #ltargetid
       }
    if #findcol = %agap_color
       {
       set %agap_ore #ltargetid
       ignoreitem #ltargetid
       }
    if #findcol = %veri_color
       {
       set %veri_ore #ltargetid
       ignoreitem #ltargetid
       }
    if #findcol = %valo_color
       {
       set %valo_ore #ltargetid
       ignoreitem #ltargetid
       }
    }
return

17
Character skill advancement / Guadah's Magery Trainer
« on: June 10, 2008, 02:41:57 AM »
Code: [Select]
; ############################################
; Script Name: Guadahs Magery Trainer 2.0
; Author: Guadah
; Version: 2.0.7
; Client Tested with: EA 7.0.16.1 (Patch 53)
; EUO version tested with: 1.5 Version 198
; Shard OSI / FS: OSI Servers
; Revision Date: 08-12-2011
; Public Release: 10-08-2007
; Purpose: To Train Magery from 25.0 to 120.0
;
; Special Thanks:
;  - TrailMyx   Advanced Journal Scan Subs
;  - Cake2      Support and Recommendations
;  - Luser      Suit_Properties Sub
; ############################################

Title:  Guadah's Magery Trainer

Skill(s) Trained:
 * Magery
 * Meditation (secondary)
 * Evaluating Intelligence (secondary)

Set-up Difficulty:  Minimal

Comments:
This script is designed to count your Lower Reagent Cost, Lower Mana Cost, Faster Casting & Fast Cast Recovery.  In the early stages I had a smart casting built in that would auto adjust after you started, now in the later stages the script will cast at the top maximum speed depending on your Faster Casting & Fast Cast Recovery.  LRC & LMC do not matter for the script performance anymore, but I still count and display them for cosmetics.

Recomendations:  Use a 100% Lower Reagent Suit with 40% Lower Mana Cost & 3-6 Casting (Use a Magic Wand with -27 or higher, which will lower you to 2-6 Casting).  If you can get Mana Regeneration of at least 8 on your suit, you will have the best results possible during training.

Menu Image:


Updates:
06-10-2008 @ 06:50am
Modified some code, updated meditation etc.
06-10-2008 @ 06:50am
ScriptUO Public Release v2.0.3

Current Version: v2.0.4

18
New member introductions / Guadah's back in town!
« on: June 10, 2008, 02:12:40 AM »
Hey hey :D

I love the color scheme of the site TM!  I'll be trolling around here daily, and look forward to what you have going on here.

For those who don't know me, I am Guadah!  I consider myself a novice coder, and do it for the pure enjoyment of it all.  Its something that is somewhat new to me, but I will be attending ITT for just this starting in the Fall.  I have a number of scripts currently out in circulation, and hope that I can contribute those to this site.

I play on the Atlantic shard, and am the GM of my guild located there.  We tend to play all aspects of the game, but focus more on Felucca vs the other facets.  Although we are not a massive guild numbers wise, we do tend to do a number of champ spawns each day, and hold our own in PvP if the numbers are fair.

Anyways, I want to say Thanks to TM for hosting and opening this site up to the public.  I will be passing this site on to my friends as well.

- Guadah

19
Off Topic / I want to have TM's babies!
« on: June 09, 2008, 02:36:23 PM »
In a non-brokeback way, if thats possible!

Pages: 1 [2]