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

Pages: 1 ... 14 15 [16]
226
Script development tools / Re: TrailMyx's Advanced Journal Handler
« on: August 04, 2008, 11:56:40 AM »
Would be great ....

I will wait for it np

thx

227
Script development tools / Re: TrailMyx's Advanced Journal Handler
« on: August 04, 2008, 11:00:57 AM »
Hi TM,

I look for a howto for your TrailMyx's Advanced Journal Scanner SUB.

I am not really sure how to use it ....
My Basic problems are ....
- What does this 1st Parameter mean ? Journal Name
- What exactly does the Sync do

I use a pathfind command and I would like to monitor the journal
to catch a "can't_get_there" Msg from the journal and
somehow I was to stupid to figure it out on my own

So I looked around on EUO and here but without to much luck as you can see

Thx
 

228
Beer / Re: Kostriker! (Dark)
« on: August 04, 2008, 09:13:43 AM »
If you like "Koestritzer"....

I recommand try KLD .... Koenig Ludwig Dunkel :-)

229
Scripting Chat / Re: Honor
« on: August 03, 2008, 07:15:31 PM »
Ahh OK I understand .... ;)

I totaly agree it is really hard to be a "good" active user on more than one scripting side ...

About the honor snip .... if was a fullfill of a request over at winuo for someone who
asked for a auto honor for melee attacks on deamons ....

I am sure you can turn it into everything you need ... and kick my stupid findkind loop  ;D

Have a great day

230
Scripting Chat / Re: Honor
« on: August 03, 2008, 12:16:30 PM »
There are a few auto honor scripts around ....
just check the usual places...

Code: [Select]
;================================================================
; Script : Auto Honor and Attack Snipp
; Author : Rana
; Version: 1.0
; Client Tested with: 6.0.8.0
; EUO version tested with: 1.50 (build 139)
; Shard OSI
; Revision Date: 27/06/08
; Public Release: 27/06/08
; Purpose:
;         Wait for an Enemy
;         Honor and Attack Enemy
;         Attacks until target is dead
;================================================================
SET #LPC 50

; Add any Enemy ID here

SET %gegner TG_FD_ ; TG_ Deers for Test FD_Deamon

SET %gegnerid N/A

MainLoop:

 SearchLoop:
  findItem %gegner G_7       ; Check if Target is in Range for Honor
  if #findkind = -1
 Goto Searchloop

 SET %gegnerid #findid                ; Get Enemy ID
 SET #ltargetid #findid               ; Set LTarget
 Gosub Honor                          ; Honor the Enemy
 Gosub Kill                           ; Kill marked Enemy
Goto MainLoop

; ------------ SUBs AREA --------------------

SUB Honor
MSG Honor the Enemy $
Event Macro 49 1   ; Honor Enemy
Target 2s
Event Macro 22 0
Wait 10
Return

SUB Kill
MSG Kill the Enemy $
;Attack Target
 Event Macro 27 0
 Wait 10

;Wait for dead Target
 While #enemyhits <> N/A && #enemyid <> N/A
 {
 Wait 10
 }
 MSG Enemy is Dead $
Return

231
Misc. Scripts / Re: Khameleon's Auto Dispel Revrents
« on: August 03, 2008, 09:49:42 AM »
You are soooooooo right .....

and I hope this real usefull debugfeature will make it to a public version  ;)

thx

232
Thanks for that.  There is something wrong with the pause button in the LITE version, but seems to work fine in the FULL version. 

Oh, lol, I fixed that already.  I have another version I never released.  heh.  Oops.  But I'll add your Butcher's War Cleaver suggestion.

Since I only see te lite version ... I figured out this problem ... ;-)

Thanks for the quick fix :-)

233
Version 0.756

Hi,

isi possible that there is a sligt glitch with the small "p" / "u" button in the upper right corner ?

I pressed it .. the big PAUSE Button below became UNPAUSE and I never could
unpause the script. Pressing any of the two buttons just brings up Pause...
in the status line an the buttons still stay "u" and "unpause"

btw. I add the Butchers Warcleaver HFR_ to the daggertyps and
if you don't mind I would move the set %root_directory xxx to the
usersetup area at the beginning of the script
 
thx for all your work

234
Misc. Scripts / Re: Khameleon's Auto Dispel Revrents
« on: August 01, 2008, 07:19:39 PM »
funny .. I worked on something like this after a request a few weeks ago
and postet it on over at winuo... in debug ....
it is called MMS Melisande Mage Supporter ...
- it dispels Revs
- takes care of up to 3 animals health and cure
- and takes care about your own health ...

cu

http://winuo.org/script-debug/1324-mms-melisande-mage-supporter.html#post7653

235
General Discussion / Re: Script Protecting by Password.
« on: August 01, 2008, 05:07:32 AM »
I am sorry but I don't thing that this pretect by password is really a good idea.

Mostly it might be used to hide the fact that you stole a part of "your" script
from anyone else...

How ever ... I prefer to look thru scripts maybe to learn how other people
do something .. to see what it really does .. to tweak timing eg.....

When I use subs I give credit in the header .. and if someone
things one of my subs is usefull for hin/her .. it's ok for me...

so why spend any time on this kind of feature ...

236
New member introductions / I made it .. :-)
« on: August 01, 2008, 04:47:29 AM »
Hi,

I fund this page because of a hint of _c2_ about your script editor.

I downloaded is and I like your editor program alot .....

It is a real improvment to develop a script with it and I can't wait
for a version that actually works for debugging .... :-)

About me .. ok ...
I do a little scripting over at winuo and try to help out when i can ...

cu


Pages: 1 ... 14 15 [16]