Jump to content

Chaos92

Members
  • Posts

    1827
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Chaos92

  1. adding custom robe doesnt affect this files. that extern settings isnt affected by robe related files, also with the twitter part which is also externalsettings part. So if it works correctly before, go check your old externalsetting parts, or get it from chris english translation project.
  2. Hello, as the example // Examples: // MC_MAMMONITE,BL_PC,1,50 // In normal maps, players deal +50% damage to other players with Mammonite. // MO_EXTREMITYFIST,BL_PC,6,-50 // In PVP and GVG, players deal -50% (half) damage to other players with Asura Strike. // AB_ADORAMUS,BL_PC,6,50,0,10,15 // In PVP and GVG, players deal +50% damage to other players, +0% to mobs, +10% to bosses, and +15% to other with Adoramus. https://github.com/rathena/rathena/blob/master/db/skill_damage_db.txt see the adoramus lines, that might help a lot.
  3. Hello, no, but has been merged in https://x-files.amirazman.my/customfilegenerator. I hope you can access it there.
  4. read the wiki at the translation, make sure u patch the client with the correct files, have nemo profiles also there.
  5. use english translation files for example from Chris English Translation : https://github.com/llchrisll/ROenglishRE
  6. create an account in login table, fill in the username, password, and also the groupID, which is 99 if u want it to be admin account. and as above, if you enable _M _F registration, u also can do that in the client.
  7. https://github.com/rathena/rathena/blob/master/doc/atcommands.txt
  8. most probably because of palettes I think. Try to mount and unmount using official palette.
  9. Hello, ive update this for weapon, robe and headgear generator, so when there is no script, its not generated at iteminfo. too. Let me know if you found any issue or anymore improvements/ideas to make this tools better. Ive been planning to add the SQL part too, but maybe later.
  10. There's a few generators stated there, but I didn't add armors or accessories since mostly this just need itemdb and iteminfo.lua only (including the sprites that you need to make sure it is exist) and rarely people add this. But maybe I'll add for it soon. About the source code, I think the website will be up for a quite long time since I've been using the domain for years and I'm planning to actively using it in the future. Anything happens, I'll release the source code later on. I've been thinking about this too before to add or run it easily so that FluxCP can have the items in the database. Maybe later on. Btw thanks for the suggestion.
  11. Yeah, I didn't tried the weapon part before this and thanks for the respond. I've fix the refinable part. But for the description, this is just multiple generator so u can edit all of it at iteminfo. Actually I add the script in description because its easier to edit by searching the scripts part. But, Ive added that part too. Enjoy. I didn't understand. Do you mean its generating item_db yml without scripts, or wont generate item_db.yml at all ?
  12. try add a few first and see. most probably something is wrong/incorrect in what you add there.
  13. There might be high chances that the patch or diff cant be added easily because of conflict when trying to do it. You can also try to do it manually by adding or removing depends on the lines + - inside the .patch or .diff.
  14. Before I saw a few of servers having issue because of groups.yml that written incorrectly, which can makes server couldnt start (stuck at reading groups.yml), or account cannot login because of group ID didnt exist (cant be read by rathena emulator). So I hope this helps, Commands Generator. The list of commands are parsed directly from doc/atcommands.txt so if there is any updates of commands, it should be automatically added too. Let me know if you have any suggestion or improvement ideas for any of this generator.
  15. it just skipping it because you set your server max as 175, but the server can reach more than that. Most probably the jobclass max base and job level also at max which is 250 in job exp yml, maybe you didnt change it to 175 yet.
  16. And now custom NPC generator added. Didnt test yet but it should be working correctly. Please let me know if there is any issues or improvements needed for it. And since its not specific for items anymore, I've changed the links to : https://x-files.amirazman.my/customfilegenerator.
  17. Welcome and please let me know if you have any ideas for the improvements or any issues using it.
  18. Make sure your packets.h in src/config/ are same clientdate with what clientdate u use for your client.
  19. are u sure it is the same map ? try /where and see is it the same map.
  20. There are already some comments before if I remember from Sader, wait I search.
  21. have u check the logs during it happens ? I think most probably connection with unknown packets will shows in the terminal/logs. Usually it happens because of clientdate not match with the client used.
  22. Have you tried as Functor, the Gepard that you subscribe ? Since the error shown by Gepard.
  23. 1. Its possible to run pre-re mode. There is config to change the mode in src/config/renewal.h. But for most latest episode only exist in renewal. 2. Theres a lot of tutorial for this even in this forum, maybe you can check it out. 3. Maybe OVH ? Anything could run as long as the OS is supported to run rathena. 4. Setup the client using Chris Translation maybe if in english. https://github.com/llchrisll/ROenglishRE and share to others.
  24. I have updated custom weapon part, but didnt finalized yet, maybe need some changes for information in iteminfo.lua generated for weapon type part. Will update later on. And also shadow weapon part, maybe.
×
×
  • Create New...