Author Topic: So without EasyUO, now what?  (Read 25239 times)

0 Members and 1 Guest are viewing this topic.

Offline NObama

  • Everything I need to know, I learned from Miffy's Item Finder.
  • Elite
  • *
  • *
  • Posts: 3454
  • Activity:
    0%
  • Reputation Power: 43
  • NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.
  • Respect: +161
  • Referrals: 2
    • View Profile
Re: So without EasyUO, now what?
« Reply #15 on: December 01, 2015, 05:42:27 AM »
+1
Quick, TM - Grab a copy and archive it here...in case he changes his mind.

 :o

Offline Crome969

  • Elite
  • *
  • *
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: So without EasyUO, now what?
« Reply #16 on: December 01, 2015, 06:00:44 AM »
0
Quick, TM - Grab a copy and archive it here...in case he changes his mind.

 :o

too late, i have a copy even cheffe remove now, we would have :)

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: So without EasyUO, now what?
« Reply #17 on: December 01, 2015, 06:39:44 AM »
0
Had to phone the wife to get a copy.   This is a piece of history right there. 

Offline NObama

  • Everything I need to know, I learned from Miffy's Item Finder.
  • Elite
  • *
  • *
  • Posts: 3454
  • Activity:
    0%
  • Reputation Power: 43
  • NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.
  • Respect: +161
  • Referrals: 2
    • View Profile
Re: So without EasyUO, now what?
« Reply #18 on: December 01, 2015, 07:19:54 AM »
+1
Had to phone the wife to get a copy.   This is a piece of history right there. 

Fantastic idea.  I need to do that, too.

Offline tandj99

  • Elite
  • *
  • *
  • Posts: 261
  • Activity:
    0.2%
  • Reputation Power: 1
  • tandj99 has no influence.
  • Gender: Male
  • Respect: +40
  • Referrals: 1
    • View Profile
Re: So without EasyUO, now what?
« Reply #19 on: December 01, 2015, 09:43:56 AM »
0
If nothing else we could upload it here in the private section.

Offline Gemviper

  • Sr. Member
  • *
  • Posts: 481
  • Activity:
    0%
  • Reputation Power: 0
  • Gemviper hides in shadows.
  • Respect: +57
  • Referrals: 2
    • View Profile
Re: So without EasyUO, now what?
« Reply #20 on: December 02, 2015, 02:16:45 AM »
0
You had me until compile.

EasyUO was an interface in which a script(ie:one file) was run to make the game work. Stealth is an interface that does the same but requires multiple files and compilation with something more difficult to learn than C++ to make work. The learning curve is steeper, example:

Code: [Select]
Program NinjitsuTrainer;

var
  SELFID,CastTimer,SkillTimer : Cardinal;
  SelfIDStr : String;
  Fizzle : Boolean;
  SKILL : Integer;
  WeaponTypes : Array of Cardinal;
 
const
  buddy = $0; //You must set this value to the ID of your pet.

Procedure Init;
begin
  SelfIDStr := '$' + (IntToHex(Self,8));
  SELFID := StrToInt(SelfIDStr);
  WeaponTypes:=[$13B4,$13F6,$0F51]; //Club,Butcher's Knife,Dagger.
  SkillTimer := GetTickCount();
  CastTimer := GetTickCount();
  UseObject(Backpack);
  Wait(1250);
end; 

You set variables, I get it, I know what strings, intergers and boolean are. "SelfIDStr := '$' + (IntToHex(Self,8));" is still a foreign language. $13B4 is a club, but how do I verify that? What is a katana's code etc? UseObject is self explanatory, StrToInt(SelfIDStr) is not. In PHP Str looks for a particular string to replace, Pascal is not php I know, I assume it's some sort of string handling? IntToHex(Self,8) huh?

Every line needs to be learned, it's a rather complicated new language if you have never touched Pascal or compiled something. I know this sounds like complaining but I feel like I'm missing some tools to get up to speed, and as such I can expect to spend months figuring it all out before creating anything remotely worthwhile. I doubt there's more than 100 players in UO that know Pascal and how to compile etc, if that.
« Last Edit: December 02, 2015, 03:55:07 AM by Gemviper »

Offline Biza

  • Jr. Member
  • **
  • Posts: 71
  • Activity:
    0%
  • Reputation Power: 1
  • Biza has no influence.
  • Gender: Male
  • Respect: +9
  • Referrals: 0
    • View Profile
Re: So without EasyUO, now what?
« Reply #21 on: December 02, 2015, 03:49:07 AM »
0
Funny after all these years of leeching I finally started to write my own and now its gone :(

Feel like I jinxed us all. Without EUO I will probably cancel my OSI sub asap and move to a server that euo works on. Sucks.
here is waiting to see what the new genre comes up with.

On a side thought, this could be a good thing. Cheffe refused help for years with this project. More than likely it held it back. Unfortunately it may be too little too late as a LOT of people have quit playing this game. Think of all the millions of hours spend looking over scripts and updated ect. One hell of a ride to end.

Edit: Looks like he posted OEUO too just a bit ago.
« Last Edit: December 02, 2015, 04:38:32 AM by Biza »
Quote from: TrailMyx
These are the things we look for in new users and perspective Elite members:

Quoting Elites/GMods/Admins in your siggys.

Offline Crome969

  • Elite
  • *
  • *
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: So without EasyUO, now what?
« Reply #22 on: December 02, 2015, 04:54:01 AM »
0

Offline gimlet

  • Very Super Secret
  • Global Moderator
  • *
  • *
  • Posts: 6191
  • Activity:
    3%
  • Reputation Power: 71
  • gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!
  • Gender: Male
  • Respect: +273
  • Referrals: 3
    • View Profile
Re: So without EasyUO, now what?
« Reply #23 on: December 02, 2015, 06:37:44 AM »
0
Where is the best place to get a copy of Delpi 7

Offline Crome969

  • Elite
  • *
  • *
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: So without EasyUO, now what?
« Reply #24 on: December 02, 2015, 06:46:14 AM »
0
Where is the best place to get a copy of Delpi 7


Prolly russian *beeep*..
Or if you find an old book\magazine around 2000 to 2005 for delphi 7 users with a disc on delphi 7 pro or enterprise.

Offline NObama

  • Everything I need to know, I learned from Miffy's Item Finder.
  • Elite
  • *
  • *
  • Posts: 3454
  • Activity:
    0%
  • Reputation Power: 43
  • NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.
  • Respect: +161
  • Referrals: 2
    • View Profile
Re: So without EasyUO, now what?
« Reply #25 on: December 02, 2015, 08:21:41 AM »
0
I keep trying to understand what Crome is saying, but all I can read is:

_Main:
gosub CromeWillKeepEUORunningForever
goto _Main

 :P

Offline dxrom

  • Master of the milestones!
  • Elite
  • *
  • *
  • Posts: 1080
  • Activity:
    0%
  • Reputation Power: 15
  • dxrom is working their way up.dxrom is working their way up.dxrom is working their way up.
  • KEYBOARD COWBOY, GREAT SAMURAI OF THE INTERNET.
  • Respect: +100
  • Referrals: 1
    • View Profile
Re: So without EasyUO, now what?
« Reply #26 on: December 02, 2015, 09:48:20 AM »
0



 ​_██​_
(ಠ​_ృ)
I do say, ol' Chap! Come play EVE Online! Why here is a 21 Day Free Trial!

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: So without EasyUO, now what?
« Reply #27 on: December 02, 2015, 02:10:30 PM »
+1
I keep trying to understand what Crome is saying, but all I can read is:

_Main:
gosub CromeWillKeepEUORunningForever
goto _Main

 :P

Thx NObama, This is a systhax that I can understand as well  and like how smooth it run   :)

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: So without EasyUO, now what?
« Reply #28 on: December 03, 2015, 01:12:01 PM »
0
damit and last version of delphi i have is 5 !!
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 Gemviper

  • Sr. Member
  • *
  • Posts: 481
  • Activity:
    0%
  • Reputation Power: 0
  • Gemviper hides in shadows.
  • Respect: +57
  • Referrals: 2
    • View Profile
Re: So without EasyUO, now what?
« Reply #29 on: December 04, 2015, 12:43:50 PM »
0
What changes every time UO patches that forces an update? Do they break all the item IDs or some such?

Tags: