Search results

  1. A

    Robe Costume Priority

    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. A

    Linux Concurrent Connection Limit

    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. A

    How to add hateffect

    Anyone has a guide or can help me on how to add hat effect? TIA Example: AegisName: "C_Blossom_Fluttering"
  4. A

    Boss Monster drop on Last Hit

    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?
  5. A

    Megaphone Modification

    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;     ">  
  6. A

    Does Screen Advisable?

    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.
  7. A

    Limitation 1024

    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
  8. A

    AnnieRuru Party Match

    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...
  9. A

    Plant Cultivation Causing Server Lag?

    Anyone experienced lag when players abused the plant cultivation on mushrooms? Is it possible to limit it by maximum of 5 summons? TIA
  10. A

    Endless Tower Limit

    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?
  11. A

    Correct way to modify Skill

    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 :D
  12. A

    Robe on Top (Sprite Placement)

    How to correct this sprite placement? Robe should be on top Tried RobeTopLayer from spriterobename.lub and it seems like it doesn't work
  13. A

    No Delay Program

    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.
  14. A

    2017 Client Recommendation

    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!
  15. A

    Get mob name similar to getitemname()

    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
  16. A

    Skill Nerf

    I would like to nerf the skill effect of some job specifically for Bard and Dancer. Where should I modify if I would like to nerf for example the skill effect of Idun's Apple? Thank you in advance.
  17. A

    Enable skill usage on Mute

    I would like to use chatdori as antiflood but once they spam @refresh they are muted. Is there a way to enable the skill when under mute status? Basically they cannot chat during mute status but can still use skill.
  18. A

    Login Rate Notification Disable

    Anyone knows where can I disable this notification upon login? I checked on npc and config folder but no luck, can't find this specific notification. 
  19. A

    Centos Limitation 1024

    Anyone knows how to remove the concurrent connection limit on centos 7? Thanks in advance.
  20. A

    Set the subnet

    Where can I modify this line subnet: 255.0.0.0:127.0.0.1:127.0.0.1 this was from rAthena and cant find it here at hercules I need to change it to subnet: 0.0.0.0:127.0.0.1:127.0.0.1 for the port forwarding :)
Back
Top