Jump to content

akrus

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by akrus

  1. DOT is a poor choice of letter for this in my opinion. Messages where players start with ellipses will become part of mainchat very often. For example:

    ... but i don't want to do that

    It's a fairly common thing it to use. This doesn't mean I don't like the idea after all, I just think that there could be a better letter for it. :)

    Well, it can simply be changed, there's a variable for this. Dot is just the symbol Freya had.

    There is no need for this you can just do

    1. @main <-- to activate main chat

    2. PM "Main" (no quotes)

    3. send your message to it.

    4. problem solved you are now able to send main messages without commands.

    Typing four symbols instead of one is not the same if you have to quickly type something. And there's where a typo may appear ;)
  2. That's simple as hell.

    Alter your `char` table and add new column.

    You'll need something like this in atcommand.c:

    if( SQL_ERROR == Sql_Query(mmysql_handle,"UPDATE `char` SET `autotrade` = 1 WHERE `char_id` = '%d'", sd->status.char_id) )
    Sql_ShowDebug(mmysql_handle);

    And something like this in map.c:

    if( SQL_ERROR == Sql_Query(mmysql_handle,"UPDATE `char` SET `autotrade` = 0") )
    Sql_ShowDebug(mmysql_handle);

×
×
  • Create New...