Jump to content

akrus

Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Russia, Moscow

akrus's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Bump! Sent email one week ago & PMed, no reply yet :-/
  2. Not really, you still have to press Tab key twice.
  3. 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. 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
  4. Instead of typing @main message you may just use .message
  5. Hi, I did a small patch for rAthena, that allows to send a message to main channel using: .message Special thanks for this idea to Yor & Freya Files modified: atcommand.c mainchannel.diff
  6. 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...