Skip to content

After building, upon running the /mac kissassist command as mentioned in the video tutorial, the .ini file created is essentially blank

Actually, kissassist didn't work at all at first if i remember correctly. i had to download the kissassist macros and ini files manually from this merge request on the deprecated repo: VeryVanilla!21 (closed)

which... seems wrong. either way, now when i just ran the kissassist macro with nothing targeted i get a ton of these errors:

Encountered member access without object
kissassist.mac@3712 (LoadIni(string sectionName,...)):
/if $($(varArray...
kissassist.mac@331 (Main): /call Loadini Melee StickHow string "snaproll rear"

then it looks fine for a second with:

MQ2Possee:: Radius is 500
...
MQ2Possee:: 

then it goes back to membver access w/o object errors

which... maybe is expected but i end up with an ini file that looks like:

filename: server_charname.ini


[MQ2Rez]
Accept=0
RezPct=96
SafeMode=0
VoiceNotify=0
ReleaseToBind=0
SilentMode=0
Delay=5100
Command Line=

and that seems... unexpected. theres nothing else in the file. in the tutorial video it had a bunch of buffs and stuff and none of that is showing up. I checked the kissassist.mac and on line 331 it's trying to call some ini files that i havent been able to find in the repo so... I think I'm missing like... a lot of .ini files.

Did I screw something up with the build? Do i have to build kissassist separately? Is this expected behavior?