Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/18/19 in Posts

  1. @command it self shows the custom commands type @command see the last commands you will see "script commands" and than you will see all the commands made by scripts ofc you can do this too - script ccommand -1,{ OnAtcommand: dispbottom "@segurity - This command is used to protect your account and items."; dispbottom "@pvproom - This command is used to enter from anywhere in the pvp room."; dispbottom "more commands"; end; OnInit: bindatcmd "ccommand",strnpcinfo(3)+"::OnAtcommand"; end; }
    2 points
  2. As the post above said it might be your client or it can be something else. Please do provide more info about your problem :))
    1 point
  3. @Expl0iter @Mihael isso é na pasta System/OngoingQuestInfoList e RecommendedQuestInfoList
    1 point
  4. E aí galera. Não achei em nenhum lugar, então fiz eu mesmo. Tão aí o item_db e o mob_db traduzidos pra vocês. Pra servidores PRE-RENEWAL. É só importar normalmente os arquivos .sql do próprio emulador pro banco de dados (também importar o item_db.sql e o mob_db.sql em inglês mesmo), e depois importar esses 2 que eu fiz, que eles alteram 1 por 1 colocando os nomes em português. As traduções foram extraídas de um emulador brAthena que eu tinha antigão, e provavelmente não tem todos os monstros mais novos, mas os PRE-RENEWAL devem ser os mesmos. É por isso que eu não fiz pra RENEWAL. item_db_por.sql mob_db_por.sql Façam bom uso ? P.S.: Pras traduções funcionarem, vocês precisam colocar: - override_mob_names: 1 no arquivo conf/battle/monster.conf - use_sql_db: yes no arquivo conf/inter_athena.conf
    1 point
  5. Dê uma olhada na luasfiles514 , se não me engano essas descrições de quests ficam por lá. Isso vem assim por causa que a lingua oficial do client é koreano, ai o sistema operacional traduz automaticamente nesses caracteres estranhos.
    1 point
  6. Use item_noequip.txt in the database. This will disable the script effect the item. In your case just restricted in normal maps will do // Structure of Database: // ItemID,Flag // // Legend for 'Flag' field (bitmask): // 1 - restricted in normal maps // 2 - restricted in PVP // 4 - restricted in GVG // 8 - restricted in Battlegrounds // 16 - restricted in WOE:TE castles // Restricted zones - configured by 'restricted <number>' mapflag // 32 - restricted in zone 1 // 64 - restricted in zone 2 // 128 - restricted in zone 3 // 256 - restricted in zone 4 // 512 - restricted in zone 5 // 1024 - restricted in zone 6 // 2048 - restricted in zone 7 // 4096 - restricted in zone 8
    1 point
  7. @domez86 There are simple ways to achieve this than you're request. Make the item account bound and add restriction to the NPC like your past request for the equipment giver. @Sakurada This is script request section not an "opinion request section". You correct people, then maybe it's not hard to read on what section you're at. ^^
    1 point
  8. i use this if you want mellina,70,52,7 script Mellina Kafra 894,{ callfunc("F_CheckKafCode"); query_sql("SELECT `char_num` FROM `char` WHERE char_id = '"+getcharid(0)+"'", .@char_num); openstorage2(.@char_num+1,STOR_MODE_GET|STOR_MODE_PUT); end; } the sql/yml conf start from "storage_1"/ID: 1 no disrespect for the topic creator ofc
    1 point
×
×
  • Create New...