Author Topic: Greetings  (Read 4027 times)

0 Members and 1 Guest are viewing this topic.

Offline RemakerTopic starter

  • Jr. Member
  • **
  • Posts: 39
  • Activity:
    0%
  • Reputation Power: 0
  • Remaker has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Greetings
« on: August 31, 2009, 04:46:51 PM »
0
Hello from an old UO player.

I've been playing UO off and on for the past 4-5 years, before that played 24 hours a day since release. ;D

Mostly I have played as strictly pvping but recently i have been extremely active in pvm, vendors, resource gathering, and BODs.  I've used many scripts over the years and even tried tackling the task of writing my own a few times with guidance from a knowledgeable friend of mine.  I'm assuming this is the new uocoders site because i've seen some of the same faces that were there posting here.  I was a member of that site a while ago.

Heres a short/simple script that  I wrote trying to learn how to script effectively. Hope to see you on the boards.  ;)

Code: [Select]
;=======================================;
; Script Name: Necromancy Trainer       ;
; Author: Remaker                       ;
; Version: 1.0                          ;
; Client Tested with: 6.0.6.1           ;
; EUO version tested with: 1.5 build 132;
; Shard OSI / FS: OSI Tested            ;
; Public Release:                       ;
; Purpose: Train Necromancy from 30-120 ;
;          Opens backpack to keep you   ;
;          Logged in.                   ;
;      __  __  __  __  __  __  __       ;
; |  ||  |/  `|  ||  \|__ |__)|__       ;
; |__||__|\__.|__||__/|__ |  \ __|      ;
;    http://www.uocoders.com/           ;
;=======================================;

;Choose your skill cap
set %skillcap 1200

chooseskill necr

event macro 8 2


mainloop:
if #skill = %skillcap
gosub end

if #skill < 300
   display Train your necromancy and restart the script
   HALT

while #skill >= 300 && #skill < 499   ;pain spike

   {
   event macro 8 7
   if #mana > 5
   event macro 23 0
   gosub meditation
   goto mainloop
   }

while #skill >= 500 && #skill < 699    ;horrific beast

   {
   event macro 8 7
   if #mana > 11
   event macro 15 106
   wait 3s
   gosub meditation
   goto mainloop
   }

while #skill >= 700 && #skill < 899    ;wither

   {
   event macro 8 7
   if #mana > 23
   event macro 15 115
   wait
   gosub meditation
   goto mainloop
   }

while #skill >= 900 && #skill < 1099   ;lich form

   {
   event macro 8 7
      if #mana > 23
   event macro 15 107
   wait 5s
   gosub meditation
   goto mainloop
   }

while #skill >= 1100 && #skill < 1200  ;vampiric embrace

   {
   event macro 8 7
   if #mana > 23
   event macro 15 113
   wait 3s
   gosub meditation
   goto mainloop
   }

sub meditation
    if #mana < 23
    {
    event macro 13 46
    wait 10s
    }
return

sub end
    display Congrats! You're Done!
    HALT

return

« Last Edit: August 31, 2009, 04:52:22 PM by TrailMyx »

Offline Superslayer

  • Elite
  • *
  • *
  • Posts: 1006
  • Activity:
    0%
  • Reputation Power: 14
  • Superslayer barely matters.Superslayer barely matters.
  • Gender: Male
  • Well what do you drink? Not tea.
  • Respect: +43
  • Referrals: 0
    • View Profile
Re: Greetings
« Reply #1 on: August 31, 2009, 04:52:46 PM »
0
Welcome to the site Remaker, helpful hint: code tags ,

{code}{/code}...but use these instead []

Code: [Select]
script

Offline RemakerTopic starter

  • Jr. Member
  • **
  • Posts: 39
  • Activity:
    0%
  • Reputation Power: 0
  • Remaker has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: Greetings
« Reply #2 on: August 31, 2009, 04:53:55 PM »
0
thx, i used the sub/sub lol.

good 2 know

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13305
  • Activity:
    0.8%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: Greetings
« Reply #3 on: August 31, 2009, 04:54:20 PM »
0
I already modified it for ya, Remaker.

Hope you find some goodies in the forum.  Welcome to ya!
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline SunTigress

  • TopTwo's Woman
  • Elite
  • *
  • *
  • Posts: 900
  • Activity:
    0%
  • Reputation Power: 9
  • SunTigress has no influence.
  • Gender: Female
  • Respect: +43
  • Referrals: 0
    • View Profile
Re: Greetings
« Reply #4 on: August 31, 2009, 05:57:27 PM »
0
welcome to SUO!
If at first you don't succeed, try try again. Then give up. There is no use in making a fool of yourself.

Offline Noobie

  • Sr. Member
  • *
  • Posts: 262
  • Activity:
    0%
  • Reputation Power: 1
  • Noobie has no influence.
  • Gender: Male
  • Respect: +13
  • Referrals: 1
    • View Profile
Re: Greetings
« Reply #5 on: August 31, 2009, 07:04:23 PM »
0
Welcome to the site.

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: Greetings
« Reply #6 on: September 01, 2009, 11:40:26 AM »
0
one more welcome for you
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline _C2_

  • AFK FtW
  • Global Moderator
  • *
  • *
  • Posts: 4077
  • Activity:
    0%
  • Reputation Power: 48
  • _C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!
  • RIP Pen Trick
  • Respect: +254
  • Referrals: 4
    • View Profile
Re: Greetings
« Reply #7 on: September 01, 2009, 03:26:40 PM »
0
Yes, many of the same faces but the site is not run quite the same way or owned by the same person.  Anyways, I think you will like it here!

Offline RemakerTopic starter

  • Jr. Member
  • **
  • Posts: 39
  • Activity:
    0%
  • Reputation Power: 0
  • Remaker has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: Greetings
« Reply #8 on: September 01, 2009, 07:50:54 PM »
0
ya i kinda stopped looking @ winuo cuz it wasnt too active, then the site went down for a bit and i peaced out.

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13305
  • Activity:
    0.8%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: Greetings
« Reply #9 on: September 02, 2009, 04:43:02 AM »
0
Just about the only thing that's the same from uocoders is the scripts you find are all here and most of the people have also joined us here.  Actually our scripts have expanded as people like C2, EN, Maddog and Rana have really shared some of their goodies.  We run the site just because we love UO and enjoy scripting applied to the game; we have no other real ulterior motives.  Originally I started the site to promote ScriptUO (the program), but with the loss of coders, it was a natural progression.
« Last Edit: September 02, 2009, 04:54:14 AM by TrailMyx »
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Cerveza

  • Hacksimus Maximus
  • Scripthack
  • *
  • Posts: 5857
  • Activity:
    0%
  • Reputation Power: 80
  • Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!
  • Gender: Male
  • So... Hows that Hopey-Changey thing working out?
  • Respect: +403
  • Referrals: 11
    • View Profile
Re: Greetings
« Reply #10 on: September 02, 2009, 05:04:13 AM »
0
Welcome to the forums. I see you've brought my old friend - the Necro Trainer.

So Necro Trainer... we meet again. I see you still play your little game with me....

Two things I see...

What if your skill is 49.9?

Code: [Select]
while #skill >= 300 && #skill < 499   ;pain spike

while #skill >= 500 && #skill < 699    ;horrific beast

At 49.9 it's not less then 499 and it's not greater then or equal to 500.

Second problem:

Code: [Select]
while #skill >= 500 && #skill < 699    ;horrific beast
Assuming that you fix the other issue, lets say that your at 69.9 skill and you cast horrific beast (turning INTO a horrific beast) and you gain 0.1 putting you at 70.0 skill. Now you are IN horrific beast form and the script starts trying to cast wither, but it can't. See you can NOT cast anything while your in Horrific Beast form.

A couple things to consider....
XXXXXXXXXX________________________________________] 20%
I've forgotten more about this game then most people will ever know.
Thank you for controlling your children. Their manners reflect your love for them.
Give a man a fish and you feed him for a day. Don't teach a man to fish, and you feed yourself. He's a grown man. Fishing's not that hard.

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13305
  • Activity:
    0.8%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: Greetings
« Reply #11 on: September 02, 2009, 05:07:48 AM »
0
Now you are IN horrific beast form and the script starts trying to cast wither, but it can't. See you can NOT cast anything while your in Horrific Beast form.


Heh, that's a funny one.  I lost a couple hours AFK because I got stuck in Horrific Beast form.  I quickly modified my script.  But hey, you've got a 50/50 chance, no?  I like those odds!
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Cerveza

  • Hacksimus Maximus
  • Scripthack
  • *
  • Posts: 5857
  • Activity:
    0%
  • Reputation Power: 80
  • Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!
  • Gender: Male
  • So... Hows that Hopey-Changey thing working out?
  • Respect: +403
  • Referrals: 11
    • View Profile
Re: Greetings
« Reply #12 on: September 02, 2009, 05:45:28 AM »
0
Yep, first time I trained using an EUO trainer I ran into the problem. Simple fix though, Beast Form is a different ID. Just check yourself for that ID, then do a repeat cast until it's not in that form.
XXXXXXXXXX________________________________________] 20%
I've forgotten more about this game then most people will ever know.
Thank you for controlling your children. Their manners reflect your love for them.
Give a man a fish and you feed him for a day. Don't teach a man to fish, and you feed yourself. He's a grown man. Fishing's not that hard.

Offline RemakerTopic starter

  • Jr. Member
  • **
  • Posts: 39
  • Activity:
    0%
  • Reputation Power: 0
  • Remaker has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: Greetings
« Reply #13 on: September 03, 2009, 06:17:17 PM »
0
ya i wrote that script and honestly never tested it (a big nono, i know)  :(


Tags: