Search found 53 matches

by pxlpluker
Tue Nov 19, 2002 11:36 pm
Forum: MQ2::Development::Feature Discussion
Topic: 11-16 release is not showing some text msgs
Replies: 34
Views: 1746

11-16 release is not showing some text msgs

food / water warniongs not showing. also money splits.
took me a day to figure why i could not gain mana.
yeppers i am slow
by pxlpluker
Sun Nov 03, 2002 10:15 pm
Forum: MQ2::General
Topic: I just had sony try to access port 2000 on my eq box.
Replies: 2
Views: 1664

I just had sony try to access port 2000 on my eq box.

I just had sony try to access port 2000 on my eq box. my eq box is behind a router and a fire wall. personal firewall (kerio.com) yelled about incomming udp packet. i have another app listening to that port (not eq related) in stealth mode (got to give correct request to get answer) anyone else get ...
by pxlpluker
Thu Oct 31, 2002 11:45 am
Forum: Outdated Macros::Macro Help
Topic: would anyone be willing to give some pointers for perl.
Replies: 0
Views: 528

would anyone be willing to give some pointers for perl.

would anyone be willing to give some pointers for perl.\, nothing major maybe the included macros in macro quest could be translated.

In fact i would even be will to do this with some helpfull pointers (HINT).

anyone interested ?
by pxlpluker
Sat Oct 26, 2002 11:48 am
Forum: MQ2::Development::Feature Discussion
Topic: video stutter using 10-24 releace with current offsets
Replies: 0
Views: 594

video stutter using 10-24 releace with current offsets

when checking alert lists for mobs. cause EQ to be jerky. if i hard code the mobs in if statements it dosent do this. pc 1g processor 256 meg ram nvidia 2mx video I had seen the befor using hunting script but that had many alerts. it happened when none of the mobs on the alerts list we in zone. any ...
by pxlpluker
Sat Oct 05, 2002 1:35 pm
Forum: MQ2::Development::Feature Discussion
Topic: feature requests and bugs POST 09292002 IRC release
Replies: 35
Views: 8758

I would like to ba able to run another macro from a running macro. ie /if something==o /macro other macro stoping the runing one and starting named one. would love to see an explanation of $spawn() and $id() just dont see what thouse could be good for. while i am asking what good is knowing the next...
by pxlpluker
Fri Oct 04, 2002 12:46 pm
Forum: Outdated Macros::Macro Depot
Topic: modified sun castspell to automatimagical get delay of spell
Replies: 0
Views: 824

modified sun castspell to automatimagical get delay of spell

just a small mod. i like to cast be gem number so i have not included some other posibilities Sub CastSpell2 | Usage: /call CastSpell <spellgem> | delay is calculated from the <$calc($spell("$char(gem,3)",casttime)+$spell("$char(gem,3)",recoverytime))s> and an s is added to tell ...
by pxlpluker
Fri Oct 04, 2002 9:04 am
Forum: MQ2::General
Topic: MQ coding app
Replies: 4
Views: 1429

anyone have the wordlist for ultra edit ?
dont mean to start an argument about which is best. i just happen to have UE.
by pxlpluker
Thu Oct 03, 2002 11:53 am
Forum: Outdated Macros::Macro Help
Topic: you gain experiance event fireing multiple times
Replies: 3
Views: 1190

thanks. i get the idea. right that is a LONG way around what i want to do, but i think i can make it work. thanks
by pxlpluker
Wed Oct 02, 2002 10:19 pm
Forum: Outdated Macros::Macro Help
Topic: you gain experiance event fireing multiple times
Replies: 3
Views: 1190

you gain experiance event fireing multiple times

you gain experiance event fireing multiple times.
why ?
usually from 4 to over 20 times in a row. i am right a mqlog line every time it fires. its will do them all in 1 to 2 seconds.
i get xp once every 10 min. so i dont think they are qued up. i wish i got that many kills
by pxlpluker
Wed Oct 02, 2002 9:33 pm
Forum: MQ2::Development::Feature Discussion
Topic: minor bug in returned string in $target function
Replies: 0
Views: 774

minor bug in returned string in $target function

/bug (pretty sure) if i do a "/echo $target(master)" with somthing targeted then the ")" is also returned as part of the string. /request if i target a pet could the return be pet instead of npc i want to identify if pet has some thing targeted and npc is ambiguous i found this t...
by pxlpluker
Tue Oct 01, 2002 4:56 pm
Forum: Outdated Macros::Macro Help
Topic: Coin destroying
Replies: 4
Views: 1289

sub delete_coins /mqlog deleting coins /cleanup /delay 1 /sendkey down shift /delay 1 /mouseto copper /delay 1 /click left /delay 1 /call destroy_yes /mouseto silver /delay 1 /click left /delay 1 /call destroy_yes /mouseto gold /delay 1 /click left /delay 1 /call destroy_yes /sendkey up shift /dela...
by pxlpluker
Tue Oct 01, 2002 4:53 pm
Forum: Outdated Macros::Macro Requests
Topic: is it possible to.... [Request Fulfilled]
Replies: 4
Views: 1824

ok how did you work the circle thingy, my math is way far in the past.
by pxlpluker
Thu Sep 19, 2002 4:40 pm
Forum: MQ2::General
Topic: Delay and timers?
Replies: 6
Views: 1574

why not use real time.
$time(xxx)
Returns the time.
xxx can be: h, m, s
by pxlpluker
Thu Sep 19, 2002 11:38 am
Forum: Outdated Macros::Macro Help
Topic: /macro not acting like i think it should, am i wrong
Replies: 6
Views: 1706

i relented and added the code as a sub. but this macro is getting out of hand. its got around 600 lines. and commenting and logging. although i am a nood coder and it looks like crap, but it does work. i just wanted to handle a situation that would benifit from calling another macro and deviding the...
by pxlpluker
Wed Sep 18, 2002 8:45 am
Forum: Outdated Macros::Macro Help
Topic: /macro not acting like i think it should, am i wrong
Replies: 6
Views: 1706

/macro not acting like i think it should, am i wrong

i was running a macro:

Code: Select all

sub main
  /doevents
  /if somthing==somthingesle {
    /macro mymacro.mac
/return
i tried runnning something really close to this. it does not run new macro it restart current macro.
am i wrong in thing this should start new macro