Jump to content

sader1992

Content Moderator
  • Posts

    1691
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by sader1992

  1. did you follow this ? https://github.com/rathena/rathena/wiki/Install-on-Centos
  2. inside your grf or data folder named manner.txt
  3. Version 2.1.0

    1898 downloads

    how it work : it make data folder and copy the Garment files in it and rename them since Garment need to renamed on the name of every classes boy and girl you will need : main spirit file, main act file, drop spirit file, drop act file, item bmp, collection bmp in Version 2 ,you will have 2 files , boys_list.txt and girls_list.txt , in it you will have a list of all the classes in the game (up to before the Summoner Update) , you can add any new class there. the files will be named with Korean at the place where the program is it will create the data folder inside it all the files after it done keep in mind that you need to edit spriterobename.lua/spriterobename.lub , spriterobeid.lua/spriterobeid.lub and transparentItem.lua/transparentItem.lub iteminfo.lua/iteminfo.lub [<ItemID>] = { unidentifiedDisplayName = "<unidentified InGame Name>", unidentifiedResourceName = "<unidentified_File_Name>", unidentifiedDescriptionName = { "Description", "^ffffff_^000000", "Weight: ^7777777^000000", }, identifiedDisplayName = = "<InGame Name>", identifiedResourceName = "<File_Name>", identifiedDescriptionName = { "Description", "^ffffff_^000000", "Weight: ^7777777^000000", }, slotCount = 0, ClassNum = <ViewID> }, spriterobename.lua/spriterobename.lub RobeNameTable = { [SPRITE_ROBE_IDs.ROBE_<File_Name>] = "<File_Name>" } spriterobeid.lua/spriterobeid.lub SPRITE_ROBE_IDs = { ROBE_<File_Name> = <ViewID> } transparentItem.lua/transparentItem.lub transparentItemlist = { { <ViewID>, 255, 255, 25500 }, } Source code: https://github.com/sader1992/Garment_Files_Generator My Website: https://sader1992.com/ Contact me for Errors
    Free
  4. not yet supported not mean it wont work
  5. rodex work however it need translation since they did change the window etc and there is some new packets that for some of the new feature in rodex that needed to add in the packet file
  6. item_db2 as far as i know all the items inside it moved to item_db since 2014 for sql and txt you choose if your server use sql or txt it don't use both the default is not using sql you find the option here>> https://github.com/rathena/rathena/blob/master/conf/inter_athena.conf#L154
  7. sorry forget to edit the diff it will work without the game guard option i updated the post
  8. https://github.com/rathena/rathena/tree/master/npc Athena-Master = rAthena if you have rathena you would already have those folders but they are not enabled you just need to add them on your server
  9. athena-master\npc\ = all the npc files athena-master\npc\custom\ = all custom npc files athena-master\npc\events\ = official events for more check here https://rathena.org/board/files/category/36-scripts/ and https://rathena.org/board/forum/28-script-releases/
  10. sader1992

    whosell

    on the terminal stop your server > ./athena-start stop then use this > ./configure && make clean && make server to recompile make sure you take backup from the files you want to edit before if you didn't edit it as it should be you wont be able to start the server everytime you edit file in the src folder you need to recompile the server to apply the changes
  11. for Windows: rAthena\src\custom\defines_pre.h #define PACKETVER 20170517 for Linux: run the following command ./configure --enable-packetver=20170517 rAthena\src\map\clif_packetdb.h (the packets not completely work 100% so if you have problem post it here maybe someone will help you fix it) (this already added to official rathena no need to add it manually anymore) EDIT: packets can be find here >> https://github.com/rathena/rathena/blob/master/src/map/clif_shuffle.h#L3386 for old rathena that use packet_db.txt work diff (Disable Game Guard NOT NEEDED) >> make in mind that nemo dose not support this client yet so you may have some problem enable some of the other options EDIT : i suggest using this nemo thanks to secret those options will make the client work you can add more as you want 9 Disable 1rag1 type parameters (Recommended) 13 Disable Ragexe Filename Check (Recommended) 19 Enable Title Bar Menu 33 Always Call SelectKoreaClientInfo() (Recommended) 35 Read Data Folder First 37 Read questid2display.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 40 Restore Login Window (Recommended) 41 Disable Nagle Algorithm (Recommended) 46 Use Normal Guild Brackets (Recommended) 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 53 Use Ascii on All LangTypes (Recommended) 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 73 Remove Hourly Announce (Recommended) 84 Remove Serial Display (Recommended) 90 Enable DNS Support (Recommended) 97 Cancel to Login Window (Recommended) 213 Disable Help Message on Login (Recommended) you need to update your kro client!! 2017-05-17aRagexeRE.zip the packet uncompleted and rathena not support this client yet , i suggest not using this client for servers that opened for players
  12. Visual Studio Code is Visual Studio only for scripting Visual Studio is for building programs/apps and other development things you don't really need to use it unless you need that they are the same company they just build the code version for the ppl that script and don't need the development tools
  13. you don't have uol Brazil ragnarok ? if you have it i thing they have iteminfo.lub you can decode it
  14. why you don't use iteminfo that already built ? is there anything special you need from the old item files ? and when you diff your ragexe you choose if you want it to read the lub or lua so if you have it on lua it's better for you no need to convert to lub i suggest you use this i think the old txt files wont work and isn't needed atall unless you have like -2011 client
  15. what you wanna change? skill effect ? or name/description/skill trees? or the skill value and equation ?
  16. use notepad++ if you don't like it there is special program from microsoft for those things Visual Studio Code for me i use notepad++ for lua and and i use VS Code for c/c++/c#
  17. this wont fix the problem if it's from the grf it self i need the other info but test it it may fix it if the problem was that the client read the kro data before your data
  18. for the data.ini i suggest you make it like this >> [Data] 0=fenrir.grf 1=dresspack.grf 2=styles.grf 3=data.grf 4=rdata.gr
  19. and when this start to happen ? it was working before ? what you did do before you got the error after the last non error ?
  20. what grf program you use / what inside data.ini if you use one (if you don't use one what the grf names you used when you diffed your client) what your client ragexe version what you use for items / iteminfo.lua ? iteminfo.lub ? or the old txt files ? what inside your data folder(did you diff your client to read data folder first ?)
×
×
  • Create New...