Jump to content

Azhura

Members
  • Content Count

    50
  • Joined

  • Last visited

Everything posted by Azhura

  1. Is there a way to put high priority on costume robe to show on top instead of the hairstyle? I am using old client 2015. TIA
  2. 1. Anyone can share a guide to modify the 1024 concurrent connection for CentOS 7? 2. If I use e-poll do I still need to do some modification from the machine like change the nofile sizes? 3. Is there a way to test this if it is now accepting more than 1024 connections? TIA
  3. Would adding effect this way affects the performance of the game instead of using the default way which is from hard coding it from the client?
  4. Same issue on windows machines
  5. Anyone has a guide or can help me on how to add hat effect? TIA Example: AegisName: "C_Blossom_Fluttering"
  6. Do we have an settings where we can set the boss monster drop to "Last Hit" instead of "Most Damage"? And if we have one, can we set it only for specific monster?
  7. Using the latest revision I want to change the color of the megaphone announcer, Anyone know where can I find the loudhailer function? Below is the current script Script: <" input @megaphone$; loudhailer(@megaphone$); end; ">
  8. Does using Screen when monitoring crash eats up resources? Currently I can't extract crash dump for some reason so I am stuck in running my map server on GDB then monitor it using SCREEN.
  9. I am currently using older version of our emulator, how can I exceed the maximum connection of 1024 manually? I am aware that latest versions are able to accommodate 3,000 but I am into older version. TIA
  10. Thank you so much, I appreciate your suggestion Found the answer, It should be accountID and not character ID
  11. Been playing around with the party match script created by @AnnieRuru and it has been helpful when hosting a rpc like matches with the server. Currently players can abuse it by performing outside buffs before the recall. I am trying to add a debuff before the recall but it seems like SC_END needs GID for it to be executed can anyone help me correct the callsub below? TIA My callsub Party match of AnnieRuru
  12. Anyone experienced lag when players abused the plant cultivation on mushrooms? Is it possible to limit it by maximum of 5 summons? TIA
  13. Thank you for your suggestion
  14. There are no configurations for this one? Thank you I'll just explore the src
  15. But I am planning to release other levels too.
  16. Anyone knows how to correctly limit the level in endless tower? for example I will only allow players to defeat until level 25. Tried to disable the warp function and it does work but is there a better way to limit it?
  17. I would like to nerf some skills like dispell and modify the scaling of the success rate based on skill level what is the correct way for this modification? Thank you in advance
  18. How to correct this sprite placement? Robe should be on top Tried RobeTopLayer from spriterobename.lub and it seems like it doesn't work
  19. Import your mob db in your database
  20. Try to modify the exp_group_db.conf from db folder
  21. Do we have a log of skill usage or item usage where we can check if a player uses a no delay program? I currently using gepard shield but it seems like some players can bypass it.
  22. Currently using 2015 client and I want to try newer client for my production server and I most servers use 2017. I would like to get your recommended 2017 client for pRE renewal. Thank you in advance!
  23. I am working on a script we're I would like to shout the name of the spawned mob, can anyone share the command I can use to get the name of monster from mobid. I am requesting a command similar to getitemname() Thanks in advance. *** ANSWER *** figured it out, strmobinfo(1,ID) is the command
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.