Jump to content

sader1992

Content Moderator
  • Posts

    1677
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by sader1992

  1. 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
  2. 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
  3. you don't have uol Brazil ragnarok ? if you have it i thing they have iteminfo.lub you can decode it
  4. 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
  5. what you wanna change? skill effect ? or name/description/skill trees? or the skill value and equation ?
  6. 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#
  7. 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
  8. 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
  9. and when this start to happen ? it was working before ? what you did do before you got the error after the last non error ?
  10. 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 ?)
  11. you use LessGRF ? 1. Installation To upgrade your client, replace the cps.dll in your Ragnarok folder with the one from the download. (Make a backup of the old DLL file first.) i suggest you use Grf Editor
  12. then no need to a script just add monster spawn in the fields you need https://github.com/rathena/rathena/wiki/Permanent_Monster_Spawn like that >> map_name = Map Name ("this" is actual map) X = X (horizontal) coordinates on map_name Y = Y (vertical) coordinates on map_name X2 = X2 (horizontal) rectangle Y2 = Y2 (vertical) rectangle = Replace this with a tab Name = Name that will show mob_id = Monster ID(from mob_db) = Replace this with a tab amount = Amount to be spawned delay = Delay (in milliseconds) variance = Delay variance (in milliseconds) event = NPC event that will be called when the monster dies (Example: NPCName::Label) prontera,0,0 monster Treasure Box 1845,2,259200000,0,0 prontera = map Treasure Box = the name of the monster no need to it real name you can use any name 1845 = monster id 2 = amount 259200000 = 3 days you add the line like this https://github.com/rathena/rathena/blob/master/npc/mobs/citycleaners.txt#L22 and choose the monster id you want and edit it from from mob_db.txt if you use txt and sql if you use sql https://github.com/rathena/rathena/blob/master/doc/mob_db.txt#L186 << this is a doc for what to do in mob_db
  13. disable all the npcs by renaming the folder it self then try to login
  14. i know one way to do it https://github.com/rathena/rathena/blob/master/src/map/atcommand.c#L1748 it need a lot of work tho but the answer yes you can with npc
  15. then i think you will need to add the file name in itemdb.c https://github.com/rathena/rathena/blob/master/src/map/itemdb.c#L1775 i don't know if there is another ways tho maybe there is easier way as i suggest to not edit a lot in src files i don't know if the old import work anymore
  16. you can add the lines in any item_group Example for my testing i used rathena\db\pre-re\item_giftbox.txt IG_GiftBoxChina,5015,2 // Egg Shell // Old Gift Box IG_OldGiftBox,5270,45 // Happy Wig IG_OldGiftBox,5271,15 // Phoenix Crown IG_OldGiftBox,5272,40 // Smiling Mask IG_BLESSED_CUBE,2613,1 // Diamond Ring IG_BLESSED_CUBE,5009,1 // Safety Helmet IG_BLESSED_CUBE,5010,1 // Indian Fillet IG_BLESSED_CUBE,5014,1 // Fin Helm IG_BLESSED_CUBE,5015,2 // Egg Shell // Old Gift Box IG_BLESSED_CUBE,5270,45 // Happy Wig IG_BLESSED_CUBE,5271,15 // Phoenix Crown IG_BLESSED_CUBE,5272,40
  17. is it the same account you was using it before ? did you add any npc/script/client files ? did you try to login another account/char ? did you install anything on the vps/database ? is your subnet_athena.conf subnet: 255.0.0.0:127.0.0.1:127.0.0.1 ?
  18. i tested it and it work with the last revision however you can give it a different id by don't this for example in itemdb.h IG_BLESSED_CUBE = 500, this will make it id 500
  19. @MusiLiciouS can you show us the itemdb.h and script_constants.h and the line for the item in item_db.txt ? and you need to stop the server before Compiling ./athena-start stop ./configure && make clean && make server ./athena-start start
  20. it would be better if you make webhost and username/password for the ppl who buy the gepard and the server connect to there to check for the login info and check for Duplicate login and the server owner can change the password from the website
  21. your script after i edit it it work and i // the line it's only a chat not effect the script you can put another line instead as i did dispbottom "cash"; to replace it
×
×
  • Create New...