Post
by Plazmic » Tue Jul 02, 2002 1:41 pm
This is all done and being tested by a few IRC regulars...
If you beg nicely in #MacroQuest, perhaps one of them will tell you where you can get it early ;)
What I currently have done for 7/4
#Turbo: don't ask, you'll like it...
#define <string> <replacement>: A graceful hack to enable custom variable names without a large rewrite
#define varStackCount v50
/varset varStackCount 5
/if n $varStackCount==5 ...
Make /charinfo autosave itemdb.txt
Make /filter xxx autosave to ini
/endmacro: /delay = 0, timers=0, vars=0
$char(skill,xxx)
/click left npctrade <0-3,give>
/if … {
} else /if … {
} else {
}
$arg(“a long string”,2) -> “long”
Combines.h
13: Quests (Blackburrow Cask, Empty Seed Collection Bag)
46: Fishing (Tackle Box)
/filter macro none|enhanced|all
None will revert /who and /whotarget to the originals
/filter name add|remove name
/filter name remove all
Timer Events:
t0 ==0 -> Event_Timer
p0 = Timer #
Custom Triggers:
#event Name, “trigger”
Sub Event_Name
p0 = line
Events that went away:
Event_CastFizzle
Event_CastInterrupt
Event_CastResist
Event_Death
Event_CombineFail
Event_CombineSuceed
Event_Level
Event_Death
Event_SkillUp
Event_CastStart
If use used them, you can create a custom macro to replace it.
ie. for Event_CombineFail:
#event CombineFail "You lacked the skills to fashion the items together."
/cameraheight removed: This could be used to exploit client issues.
Cutting room floor:
Look at macro -> macro calling
/click left target if I somehow stumble across it quickly
Last edited by
Plazmic on Wed Jul 03, 2002 12:49 pm, edited 5 times in total.