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

Pages: [1] 2 3 4
1
There have been a slew of updates in the past few weeks. I tried to send you copies of the 2 updated files. Give that a try and see if that fixes what you are experiencing.

Thanks!

Hi Gaderian,

Any chance I could get a copy and contribute to it?

Thanks

2
Questing / Re: said3 Heartwood trinket weaver quester
« on: June 05, 2017, 09:55:34 PM »
My intention was not at all to brag about a better script, as Crisis mentioned, most of us started the same way. In my case while I was learning I was posting the things I was doing, that is why this script is so old and 'useless' at the minute. It is probably my first published script, but since then I learned a lot thanks to fixing scripts that i needed.

3
Questing / Re: said3 Heartwood trinket weaver quester
« on: June 04, 2017, 10:50:36 PM »
If I am not mistaken I uploaded an updated version of my HW scripts in this site. For this one in particular, I stopped using Kalocr ( great stuff in the past) when I knew I could isolate quests and get only 1 from the npc.

If you modify the script and make it work I can always update this page if you want.

Cheers

4
Stealth Client / Re: Function types and result
« on: May 03, 2017, 09:43:51 AM »
I knew it was a silly thing. Thank you very much for your help.

I fixed it within seconds with that. :D

5
Stealth Client / Function types and result
« on: April 24, 2017, 04:16:04 AM »
Hi all,

I am having an issue trying to debug a script that I have not written myself but as some of us do, tweak to our needs. This is the part that I cannot understand why it does not work
Spoiler: show
function CheckTiles:Array of array of Integer;
var
X0,Y0,i,q,x,y,One,Two:Integer;
StaticData:TStaticCell;
h:Byte;
TSTData:TStaticTileData;
Tiles:Array of array of Integer;
begin
  for i:=0 to 33 do begin
    x:=-15;
    y:=2;
    if i>0 then begin
      if One=Two then begin
        Inc(One);
      end
      else begin
        Inc(Two);
      end;
    end;
    While True do begin
      X0:=GetX(Self)+x+One;
      Y0:=GetY(Self)+y+Two;
      StaticData:=ReadStaticsXY(X0,Y0,WorldNum);
      if GetLayerCount(X0,Y0,WorldNum)<1 then begin
        if x>2 then break;
        Inc(x);
        Dec(y);
        Continue;
      end;
      TSTData:=GetStaticTileData(StaticData.Statics[0].Tile);
      h:=TSTData.Height;
      if (StaticData.Statics[0].Tile>3275) and (StaticData.Statics[0].Tile<3300) then begin
        SetLength(Tiles, q+1);
        SetLength(Tiles[q], 4);
        Tiles[q][0]:=StaticData.Statics[0].Tile;
        Tiles[q][1]:=StaticData.Statics[0].X;
        Tiles[q][2]:=StaticData.Statics[0].Y;
        Tiles[q][3]:=StaticData.Statics[0].Z;
        if x>2 then break;
        Inc(q);
        Inc(x);
        Dec(y);
        Continue;
      end
      else begin
        if x>2 then break;
        Inc(x);
        Dec(y);
        Continue;
      end;
    end;
  end;
  Result:=Tiles;
end;

The function is declared as array of array of integer, and the variable that I want to return is another array of array of integers, but when I try to compile the script. It pops up an issue saying Result and tiles are not the same type therefore it stops...

Any help with this please? I am sure it is a silly thing but I cannot figure it out on my own...

Thanks in advance

6
Stealth Client / Re: Client Connection Lost
« on: February 27, 2017, 07:32:16 AM »
Lol I thought your phone number was just for our naughty stuff  :-* :-* hahaha

7
Script Debug / Re: EasyUo and win10
« on: February 26, 2017, 10:34:07 PM »
Just for further references:

I managed to sort out EUO and Stealth, the main issue comes from win10 x64 being not able to recognize the UO directory if you install it somewhere else than program files (x86). That was mainly causing the issue, therefore I was not able to use EUO neither stealth.

The key thing is to install UO in the default folder. Thank you everyone for you kind answers!

8
Stealth Client / Re: Client Connection Lost
« on: February 25, 2017, 08:51:10 AM »
Jesus christ, I'm a retard, I have turned off all the options that were supposed to come by default therefore I was getting that error.

Thank you. :D

9
Stealth Client / Client Connection Lost
« on: February 25, 2017, 05:58:32 AM »
So I solved my problems with EUO and now, stealth doesn't want to allow me to see my precious chars.

I log in with stealth, and everything is fine, the problem comes when I want to open the client, I get a connection lost every single time that I try to open it and it makes impossible to see what my char does.

Any ideas of what's causing the issue?

Thank you.

10
Script Debug / Re: EasyUo and win10
« on: February 23, 2017, 10:26:51 PM »
It seems like there is a problem with the registry keys for win 10 x64 bits... I might transfer my useful scripts to stealth and end my relationship with EUO  :\'(

11
Script Debug / Re: EasyUo and win10
« on: February 21, 2017, 10:48:03 PM »
I didn't mention it but yeah, everything is running as admin, Razor, Client, Easyuo etc....

The version that I'm using for the client is 7.0.51.1 and EasyUo latest version ... I'm wondering if I corrupted any data when I converted the uop files into muls... but that is something I should have corrected when I reinstalled everything.

12
Script Debug / Re: EasyUo and win10
« on: February 21, 2017, 10:34:58 PM »
Hahaha yes I am Majestic in Rebirth and.... Reinstalling Uo doesn't solve the problem, It's amazing my client runs fine with UoSteam or Razor and the moment I open EasyUO it crashes the client...

It's awful honestly, I thought having a Pro Pc wouldn't make coming back so hard... I'll give it another run this weekend but I'm afraid it won't change much the result...

Btw I hope that from my house decaying someone grabbed the best wark fork / kryss made before Imbuing kicked in... it was on my roof...

13
Script Debug / Re: EasyUo and win10
« on: February 21, 2017, 12:57:39 PM »
LOL I use to have a shitty pc, with this one it won't happen hahahhaa

14
Script Debug / Re: EasyUo and win10
« on: February 21, 2017, 09:50:43 AM »
I lost any ability whatsoever of jumping into any step, it doesn't show me at any moment where I am within a script... It's weird as hell i'm reinstalling everything all over again, but if that doesn't work... I'm afraid that my come back will just be vague words...

15
Script Debug / Re: EasyUo and win10
« on: February 21, 2017, 04:00:39 AM »
Neo's tool is the one that I use for converting .uop into .mul, I don't know why I am getting these problems, the one that concerns me the most is that I'm not able to pause the script and move through it with the control tools...

Pages: [1] 2 3 4