Question of Events

Status
Not open for further replies.

Zero0003

The One Who Sees All!
Joined
Jul 25, 2006
Messages
851
Reaction score
9
Points
18
Hi guys.

I got a very simple mac i'm just slowly working on but I having a issue with with a event. When I nuke on my chanter, was wondering what event I should use to have it displayed in my eqbc server. Want it to basiclly be like

Nuked <Target> for <X amount of damange>
 
Code:
#Event Nuking "Toonname hit #1# for #2# points of non-melee damage."

Sub Event_Nuking(Line,Mob,Dmg)
/echo Nuked ${Mob} for ${Dmg} amount of damage.

Replacing /echo with the proper eqbc command, and Toonname with the name of your chanter.
 
Status
Not open for further replies.