Quote:
Originally Posted by ismokedrow
Rofl hate to come in here and rain on your parade but this function is available in the "AdminTool" "AdCon" that comes with the Ncarbon release. All you has to do is select the user you wish to buff, tick the creature box above add state and click add state
P.S.
Did you receive my pm?
|
sometimes AdCon fails Öö depending on the speed it uses to inject the commands to the console window from the game server =)
looks then like #add_state(id, lvl, duration, "charname"
9 or #add_stat
E(id, lvl, duration, "charname") which wont work
btw to remove buffs again, use for chars #remove_state(id, lvl, "charname") or for last summoned pet #remove_cstate(id, lvl, "charname")
id = same id as added buff id
lvl = same as added buff lvl or higher lvl if you cant recognize the lvl
"charname" = explains itself =)