Search found 9 matches

by Nightcrawler7514
Tue Sep 14, 2004 3:27 pm
Forum: MQ2::Macros::Snippets
Topic: array.inc.mac
Replies: 5
Views: 2304

Hehe. Thats exagtly why Im making the plugin version insted. I timed a simple copy of a 3 dimensional array with a total of 1000 slots, and then dump it to screen. 1 min 30 sec for that operation. After that I thought: Damn thats slow. hhhmmmm. I think I better start dusting off my C++ skills and ma...
by Nightcrawler7514
Thu Sep 09, 2004 7:56 pm
Forum: MQ2::Macros::Snippets
Topic: array.inc.mac
Replies: 5
Views: 2304

Well I have actually started another project insted of this one. Do to the many loops the functions are quite slow, so I have started to make a plugin insted, with the idea of combining the functions that do the same, only in multi and single, into one, and I hope I will get a much smother running t...
by Nightcrawler7514
Fri Sep 03, 2004 5:07 pm
Forum: MQ2::Macros::Snippets
Topic: array.inc.mac
Replies: 5
Views: 2304

array.inc.mac

I have made some different functions for use with arrays I though people might find usefull. I plan on expand the list as I get the time. If you have any problem or find any bugs let me know. |********************************************************************* Filename : array.inc.mac Version : 1....
by Nightcrawler7514
Thu Aug 19, 2004 12:06 am
Forum: MQ2::Macros::Help
Topic: Array as sub parameter problem
Replies: 4
Views: 873

Hmm. Hadden even ocured to me to do it that way, and it will solve another problem I had at the same time. Thanks Rusty~

Nightcrawler
by Nightcrawler7514
Wed Aug 18, 2004 1:25 pm
Forum: MQ2::Macros::Help
Topic: Array as sub parameter problem
Replies: 4
Views: 873

Maybe I didnt clearify enough. What I want is a generic function that takes 3 strings and an array as arguments and returns the array with the content from an INI file that are specified in the 3 strings. Sub Main /declare TT int outer /call IniArrayCount Hunter.ini "Settings" "Buff&q...
by Nightcrawler7514
Wed Aug 18, 2004 7:22 am
Forum: MQ2::Macros::Help
Topic: Array as sub parameter problem
Replies: 4
Views: 873

Array as sub parameter problem

Im trying to pass an array from one sub to another, but for some reason it doesnt work. Sub Main /declare TT int outer /call IniArrayCount Hunter.ini "Settings" "Buff" ${TT} /varset TT ${Macro.Return} /echo ${TT} /declare TArray[${TT}] string outer /call ReadINIArray Hunter.ini &...
by Nightcrawler7514
Sun Jul 18, 2004 6:52 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Hunter Macro (v1.3 UPDATED 06-07-2004 12:51pm PST)
Replies: 233
Views: 123067

Very cool macro, but there was a couple of items I didnt like so I make some modifications to it. First I combined the 2 ini-files into 1, and added a BattleSkill system for Kick, Taunt and the like to be placed inside the ini-file. Im currently working on a buff and healing addition that also will ...
by Nightcrawler7514
Fri Jul 09, 2004 8:56 am
Forum: MQ2::General
Topic: < and the like problem
Replies: 3
Views: 824

Thanks Wassup, but that leads to another question, because I did try a search for > but that gave me 13 hits and none of them was that one

Nightcrawler
by Nightcrawler7514
Fri Jul 09, 2004 7:58 am
Forum: MQ2::General
Topic: < and the like problem
Replies: 3
Views: 824

< and the like problem

Hi.

I dont know where to post this question as it has to do with the forum, so Im doing it here. I have this problem with the macro's I find here that they almost all have < and the like in the code, and I cant get it to go away.

What am I doing wrong?

Nightcrawler