Jump to content

Leaderboard

Popular Content

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

  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
  9. Version 1

    2165 downloads

    Town of Beginnings from SAOI'm releasing this map that I made a while ago for a SAO-RAG project that has been put on hold, and i felt like it's too good of a map to put it on a shelf ;]Hope you guys enjoy the release. ;] Some files inside include the color changes on some texture files, so keep that in mind, and delete them if you want.
    Free
    1 point
  10. Version 1.0.0

    661 downloads

    Level Up Reward Job/Base config LevelUpReward(1,<base level>,<job id>,<zeny>,<item id>,<count>,<item id>,<count>,<item id>,<count>,etc); LevelUpReward(2,<job level>,<job id>,<zeny>,<item id>,<count>,<item id>,<count>,<item id>,<count>,etc); Example: LevelUpReward(1,5,1,999,1002,5,1005,2); //give 999 zeny 5 1002 and 2 1005 to Swordman (job id 1) when he level up to base level 5 LevelUpReward(2,10,1,999,1002,5,1005,2); //give 999 zeny 5 1002 and 2 1005 to Swordman (job id 1) when he level up to job level 10 header //===== rAthena Script ======================================= //= saders LvUpRewards //===== By: ================================================== //= Sader1992 //= Free!! //https://rathena.org/board/profile/30766-sader1992/ //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena Project //https://github.com/sader1992/sader_scripts //===== Description: ========================================= //==== level up rewards //==== if the player is over he can use @LevelUpReward command //==== to get the rewards //============================================================ //==== please report any error you find //============================================================ //============================================================
    Free
    1 point
  11. Version v1

    1523 downloads

    I just redesign and coded. hope u like it. just simple thanks to the one who needed this or download this skin. and please don`t remove the credits. i can also create the v2 if i reach the 100 Comment. Thanks Thanks.
    Free
    1 point
  12. 2706 downloads

    Well, here you got some Updated Palettes, what is inside? I have onlye add: - Kagerou and Oboro - Summoner I have no add the Costume 3rd Job of Jro because dont look well in some jobs, the paletts dont match with the sprites and is a mess of black pixels for everywhere. Waiting you found it usefull for your server. Enjoy.
    Free
    1 point
×
×
  • Create New...