i create new command named "buffme" in admin_* commands category, if they enter command, they will see html - buffer. If they click any button, buffs isn't work...
i test many buffers, witch script on python and without ....
Code: Select all
else if (command.startsWith("admin_buffme")) { activeChar.sendMessage("This is a buffer..."); AdminHelpPage.showHelpPage(activeChar,"../default/50000-2.htm"); }