Jump to content

sader1992

Content Moderator
  • Posts

    1691
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by sader1992

  1. from npc ? like this announce "hi",bc_self,0xFFFFFF, 0x190, 30; << 30 = size
  2. when you create account you choose male or female do you use the last rathena ?
  3. in this month alone there was 3 post the exact same as you use google plz you will find more then what you need
  4. put the english files in the first grf you use in data.ini or whatever you call it when diffing or in your data folder i think you have kro files in the data folder
  5. you can see the item scripts on ratemyserver you can edit the items script in rathena\db\pre-re\item_db.txt = pre-renewal rathena\db\re\item_db.txt = renewal if you use the database (you don't use them if you didn't edit the conf) item_db.sql = pre-renewal item_db_re.sql = renewal
  6. if you like mapping you can meet the god of maps here >> https://discord.gg/8gRk5E @Borf (browedit discord) and you will find all the Map designers there for the first question and for the effect i think it's hex edit ?
  7. you can just cut the line and paste it in one of the .conf files inside the npc folder
  8. you just find the npc line in .conf files and put // before the line or remove the line
  9. [jobtbl.JT_lif] = "lif" lif = the monster file name you need to add it to your client to use it lif.spr lif.act
  10. no you edit the lua/lub you already have
  11. https://github.com/HerculesWS/Hercules/wiki/Custom-Mobs#Client_Side
  12. cuz the spirit is client side and the id 3999 = poring (it's already taken but it's a monster and it's poring) you can change the spirit by editing the client side
  13. i think you need to use another id there is ids for npcs and jobs you must not use one of them (i don't know the available IDs) try to put the monster into the id 3999 and tell me if the problem still there you can see all the already token IDs at jobidentity.lub and npcidentity.lub (i don't know if there is more) but here you will see the ids so if your id is already id of npc then you can't click on the monster
  14. rAthena\npc\scripts_custom.conf open it and you will find there npcs search for //npc: npc/custom/warper.txt remove the // from the start npc: npc/custom/warper.txt and if you wanna add any npc just add the path in this file and it would be added to the server inside the game type @reloadscript to reload the npc files and it will show inside the game
  15. rAthena\src\map\mob.h search for #define MAX_MOB_DB 5000 after you edit the number and save the file > stop the server then > recompile then > start the server
  16. you can but you will need bandwidth(in your host not you cuz every one will taake like 2g from it bandwidth) aloooot and your players will need loong time to download and if someone fail will need to re download from the start etc i would suggest you upload to some website and tell your players to redownload the grf ( or just upload the full game) again bandwidth if you have 10 players you will need 20gig if you have 50 players you will need 100 gig this without uploading it and the failing times cuz it will happen and also the internet speed in your host
  17. go to this path rAthena\npc\custom >>(all not official NPCs you will find them here) you will find warper.txt see how it work and make your own script there is no real way to learn how to make scripts if you know in development it will be easier for you but also if you test and see other scripts you will get to it
  18. try id less then 5000 like 4000+ like this 4000,lif,Lif,Lif,105,400000,1,350000,224657,1,5000,6000,64,51,62,44,25,105,85,20,10,12,1,7,89,102774421,200,598,1056,336,0,0,0,0,0,0,0,7929,5,969,20,607,20,7621,20,523,20,7136,40,7139,40,0,0,0,0,0,0 or else you need to edit file in the src to add id that more then 5000
  19. now working ? or not can you show me the line you put ? if it's not working
  20. did you add the monster line on the right file ? if you use txt files pre-re = rAthena\db\pre-re\mob_db.txt renewal = rAthena\db\re\mob_db.txt if you use sql pre-re = mob_db.sql renewal = mob_db_re.sql if you have the default setting then you use the txt files
  21. when command failed = server side @reloadmobdb or @reloadmonsterdb or restart the server if you are sure you add ever thing
  22. the files Cyro giving you will have the last kro update but you need to use the updater (rsu-kro-renewal-lite) to get the latest update
  23. no need to send it cuz i am not sure i can fix it it's like gambling can you try (OnInstanceInit:) insted (OnInstancing:)
  24. what rathena version ? where is the script ?
×
×
  • Create New...