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

Pages: [1]
1
Submit your Script / Re: B@ndito's tamer assistant
« on: July 14, 2011, 10:29:10 AM »
It looks pretty, nice job :) Thing is; it bandaging pets too slow, its because of OCR I guess. If you can make it faster, it will be excellent :)

2
Script Debug / Pathfind
« on: July 09, 2011, 02:18:03 AM »
Hey all :)

I'm trying to make my own automatic meer hunting with pets script but having trouble with 2 subject.

First thing is script is not sees Meer Eternal or Captain etc. but it sees Blood Elemental. I guess the thing is Meer Eternal is blue, as you know and thats why Script not sees them. (Ofcourse this is my idea, could be anything else)

Second thing is script moves to target, I handle it :) But its moving too close, so monster starting attack me. I'm using these codes for walk;

Code: [Select]
event pathfind #findx #findy
gosub scanJournalFor get_there

sub scanJournalFor
{
    scanjournal #JINDEX
    if %1 in #journal
    {
        return #true
    }
    else
    {
        return #false
    }
}

sub waitForKill
{
    finditem %target G_15
    while #findkind <> -1
    {
          if #enemyID = N/A
          {
        set #ltargetid %target
        Event Macro 13 9         ; use skill peacemaking
        Event Macro 22 0         ; last target
        wait 1s
        msg %TankPet kill$
        Event Macro 22 0         ; last target
        wait 3s
        msg %DamagePet kill$
        Event Macro 22 0         ; last target
        wait 1s
          }
          set %x #findx - #charposx
          if %x < 0
          {
             set %x %x * -1
          }
          set %y #findy - #charposy
          if %y < 0
          {
             set %y %y * -1
          }
          if %x > 1 || %y > 3
          {
              event pathfind #findx #findy
              gosub scanJournalFor get_there
              if #Result
              {
                  set %bZone #false
                  set %attacking #false
                  set %target X
                  return #false
              }
          }

Waiting for your help, thanks.

3
New member introductions / Re: Hello, I'm Oguzhan
« on: July 08, 2011, 12:03:36 PM »
Thanks all, nice to meet you too! :)

4
New member introductions / Re: Hello, I'm Oguzhan
« on: July 08, 2011, 06:01:24 AM »
Alright then;

Everything begins on Reborn UO. After that Anatolia opened and after that list goes on, you know freeshards :) I'm still playing Ultima and trying to figure out EasyUO scripting now cuz i want to do my own scripts. So thats why I registered here.

I know ScriptUO about month but i've never had chance to register until today.

Like I said, I am 19 years old and studying computer engineering at university. Its enough I guess? Because nothing left to tell :P

5
New member introductions / Hello, I'm Oguzhan
« on: July 08, 2011, 04:26:37 AM »
Hey all o/
I'm Oguzhan, from Turkey, 19 years old and playing UO since 2001 i guess, lol :D
I'm playing on freeshards on Turkey but also tried to play Demise and ping is aweful  >:( So I left  :-\

I can hear your question, "Why are you hereee?" :) I like the aurora in here, lol :) So thats all for now I guess.

Have a nice day  ;)

Pages: [1]