if you unzipped it correctly there should only be 1 ultrabot file in the scripts folder, then in the subfolder is all the other files.
make sure to "maintain directory structure" when unzipping
1str means 1st string
string is a data type. but it basicly means sentence.
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
Also, how do I tell it what to execute in Before Combat Sequence? For example, I want it to smite the target and smite is mapped to my Quick bar 1, button 2. I tried typing in qb2,2...just '2', even 'Condemning Smite' and it doesn't work.
qb2,name(doesnt matter what),2,2s,10s
you dont want to smite in beforecombatstr, before combat string is designed to cast a buff like bestowal of vitae or something, right before it pulls. the pull string goes in percombatstr.
if you open up the ini with a text editor you'll be able to see these discriptions that the ini gui editor doesnt say. generaly that editor is best for updating from version to version, not learning for the first time.