Creation command-buffer

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Prefect
Posts: 1
Joined: Sat Feb 20, 2010 8:40 pm

Creation command-buffer

Post by Prefect »

I need to create something like portable buffer, for my friends on server, but i don't know how.

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");		}  
Can anybody help me?
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: Creation command-buffer

Post by denser »

use voice commands instead.

.buffme - as example.
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
Post Reply