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 - Cstalker

Pages: [1]
1
Ok i posted this on the Stealth forum but I figured I will do it here also.

I recently returned to uo and i like to help others learn how to script for themselves. I was turned on to stealth by Chrome, and I must say I am liking it a lot. While I am learning this, I still am trying to help others on EazyUO. The problem I am having, is that after i install the client and connect to a server with razor it works. But once I run stealth one time, I can connect with razor, without stealth, and euo will not recognize the client and I cant get any info form it. Now as i primarily play on free shards this is a problem. If i connect to the EA servers by running just the client.exe, EUO works as it should, but I don't know of any other way to remove the encryption other than Razor or UOSteam so i can connect to the free shards.

What does stealth to to Razor (and UOSteam) that would cause the client to think that it is not the right client for EUO? I have the client selection st to 7.0.38.2 which is the current patch. I have tried with encryption and without, with razor support and without. Nothing seems to work.

Has anyone else have this problem? I read over the English post here but didn't see anything.

Thanks for your time,
Cstalker.

2
OpenEUO Scripting Chat / help convert this sub from eoux to oeuo
« on: February 25, 2012, 08:20:55 PM »
here i go trying to learn this stuff and i keep getting stuck. It may be my way of thinking. maybe ya'll can help get my mind in the right direction.

This is one of my basic gosub (function now) that i used in euox

Code: [Select]
sub corpse
 If %1 = open
  {
    nextcpos 666 369
    wait 2
    set #lobjectid %CORPSE
    wait 2
    event macro 17 0
    wait 2
   }
  If %1 = close
   {
    set #lobjectid %CORPSE
    wait %vswait
    click 741 425 r
    wait %vswait
   }
Return

Now how would this convert over to OEUO? I am assuming that i will have to have another function that will handle finding the corpse, and that could be called from inside this function and  that is going to be another bag of worms to tackle. First i want to grasp this simple part.

3
New member introductions / Hello
« on: August 23, 2008, 03:42:55 AM »
Hi all, I am Cstalker, short for Computer Stalker. (yeah its lame :P) I have been playing UO since it was released on ea for 10 years and have now moved to Alexandria, the official EUO shard. I enjoy scripting so much that i have ran out stuff on the EUO forums that I have to branch out and share my wisdom :)
You should start seeing me around more. Thanks to Guadah I learned of Scriptuo and really looking forward to its expansion to actualy hook into UO.
Cant think of anything else. So
BYE

Pages: [1]