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
16
Script Debug / EasyUo and win10
« on: February 20, 2017, 11:26:28 PM »
Hi all!

I left the game time ago and I wanted to come back to do some crazy farming but it seems that EasyUo doesn't work anymore as it used to...

I'm struggling to get it working at the minute, issues that I have found:

   -It doesn't recognize tiles anymore using muls (Probably a change on the client?)
   -I cannot use the control tools to step into, step over, and basically any debugging that I was doing normally.
   -It crashes my client after some tweaking around...

Could it be possible that win10 is interfering with it?

Is it time to move all my scripts to StealthUO... I'm sure @Crome would be proud of me doing that...

Any help is really appreciated, hope you have a good day guys.

17
Gold Farming / Re: [Freeshard] Doom Artisan
« on: February 16, 2017, 10:44:22 PM »
There is not a version for sampire at the moment, and unless I go crazy, I don't think it will be one, unless under my name.

I'll try to test the script to see if I can polish some issues mentioned, but it's not going to be one of my priorities.

18
Questing / Re: said3 Heartwood trinket weaver quester
« on: February 16, 2017, 10:41:35 PM »
I'm answering fairly late. Apologies for that...

Kalocr is a txt that you can download from easyuo.com, in their forums there is the txt that I refer to.

19
Submit your Script / Re: Auto HLD farmer (RebirthUo)
« on: December 02, 2015, 06:39:15 AM »
We need a forge and anvil near by , same as the Heartwood quest.  Need just to bring supply and craft away.   Will post in suggest tonight. 
I didn't say that because its the only way to craft available at least on RebirthUO, without those i dont know what your capabilities of success crafting are... lol

20
Submit your Script / Re: Auto HLD farmer (RebirthUo)
« on: November 18, 2015, 07:55:57 AM »
Damn i forgot about that one, thx i will edit my post.!

21
Submit your Script / Auto HLD farmer (RebirthUo)
« on: November 10, 2015, 10:46:07 AM »
Simple as it sounds, this script will use all you ingots stored at home and convert them into a pretty pair of Mace and shield Glasses.

This script is completely functional on RebirthUo.

Setup:
- 2 Runes: One to a box at home, the second one close enough to the Samurai NPC within Britain Library.
- 1 Container at home with a lot of iron.
- Craft the first buckler yourself

You also need to setup the different IDs of the Runes, the container and also the Samurai NPC.

After that press play at home with your container open. Congrats getting your fancy glasses at www.rebirthuo.com

22
Gold Farming / Re: [Freeshard] Doom Artisan
« on: October 28, 2015, 12:53:52 AM »
Corrected version from Rebirth Uo Shard

23
Gold Farming / Re: [Freeshard] Doom Artisan
« on: October 27, 2015, 01:36:32 PM »
If you fixed it, Post it as attachment onto this link with reference to your shard.
I will update the main post with a reflink onto your fix.

As you know i updated this version to get it working on Rebirth Uo, shall i post that version here dear Crome? :D

24
Questing / Re: said3 Heartwood trinket weaver quester
« on: October 22, 2015, 11:46:07 AM »
I will try to give some support now that i have more time, feel free to ask.

25
We should post content that reads this.

Can't really understand you through your restricted status...

26
Stealth archive / Re: Problem with Corpse identifying
« on: July 12, 2015, 04:46:39 AM »
I've noticed that the black ones are missing completely and i don't know if its a coding issue or stealth not recognizing bodies...

27
Stealth archive / Problem with Corpse identifying
« on: July 11, 2015, 12:20:56 AM »
Hi all, im trying to develop my skills in stealth and as a basic exercise i'm trying to create a leather gatherer for cows. It seems that everything goes smoothly but there is a type of cow that stealth doesnt recognize its corpse, if i'm not wrong there are red/white cows and black/white cows ingame, but both corpses are type $2006, is there anything im doing wrong? Because i'm loosing half of the leather i could get, this is what i coded.
Any help would be really appreciated.

Spoiler: show
[sup] procedure killcow    ;  
begin
    cow[1]:=$00D8;
    cow[2]:=$00E7;
      while weight < 340 do
      begin
      FindDistance := 20;
      if (FindType(cow[1],Ground)>0) then
      begin;
      attack(FindItem);
      while GetDistance(FindItem)>2 do
      begin
          NewMoveXY(GetX(FindItem),GetY(FindItem),true,1,true);
          wait(3000);
        end ;
        end;
       if (FindType(cow[2],Ground)>0) then
      begin;
      attack(FindItem);
      while GetDistance(FindItem)>2 do
      begin
          NewMoveXY(GetX(FindItem),GetY(FindItem),true,1,true);
          wait(3000);
        end ;  
         end;
      FindDistance := 2;    
      if FindType($2006,Ground)<>0 then
                begin
                Corpse:=FindItem;
                WaitTargetObject(Corpse);
                UseType(cleaver,$FFFF);
                UseObject(Corpse);
                end
              
      end
      end; [/sup]

28
Questing / Re: said3 Heartwood trinket weaver quester
« on: March 07, 2015, 12:31:58 AM »
Thx for posting it, i will see if i can change my macro, it is so obsolete now and i found ways more productive to script this kind of macro, maybe i just upload a completely new version, right now i'm so busy in real life that i dont know if i'll be able to do so.
and the spare time you have left, i keep ya busy :P
B*tch :D

29
Questing / Re: said3 Heartwood trinket weaver quester
« on: March 03, 2015, 01:07:03 PM »
Thx for posting it, i will see if i can change my macro, it is so obsolete now and i found ways more productive to script this kind of macro, maybe i just upload a completely new version, right now i'm so busy in real life that i dont know if i'll be able to do so.

30
Questing / Re: ScriptUO Heartwood Quester v1.19
« on: January 08, 2015, 12:59:29 PM »
First check this, before you start the script, press Tools (its above the green arrow) and check if "Don't move cursor" is marked

If you have that option marked, then we probably might need more details to help you.

Hope this can help you.

Pages: 1 [2] 3 4