Jump to content

Kater

Members
  • Posts

    175
  • Joined

  • Last visited

Everything posted by Kater

  1. Friends, do the following open the file \db\re\item_db_equip.yml copy the code of the desired item. Then open the \db\pre-re\item_db_equip.yml file, paste it and restart the server. There is no error, I just tested it. The pet file may be missing from the data
  2. Hi friends, I need a script when the player opens a box (item to be defined) he will have the chance to win a random item where I can configure the percentage of each item and also have the chance of not winning anything. When opening the box, the player's name will be announced to the entire server.
  3. Yes, I put it 0 and it still takes time to use it again. I think there must be another place to change
  4. I checked in skill_db mine doesn't have any time. When I use the skill and try to use it again, it asks me to wait about 10 seconds - Id: 5067 Name: ALL_EQSWITCH Description: Equip Switch MaxLevel: 1 TargetType: Self DamageFlags: NoDamage: true Cooldown: 10000 CastTimeFlags: IgnoreDex: true IgnoreStatus: true IgnoreItemBonus: true CastDelayFlags: IgnoreDex: true IgnoreStatus: true IgnoreItemBonus: true
  5. Hi friends, how are you? The ability to change equipment through alt q has a delay when used once and you have to wait a few seconds to use it again. Could you help me by letting me know which file I remove at this time?
  6. Hello everyone, I need a rune enchantment NPC for armor, weapons, shields, cloaks and boots. For the player to perform the enchantment, they will need an item X, and the NPC has a chance of breaking the item and not being able to perform the enchantment.
  7. I believe I'm asking and because I haven't found what suits me.
  8. Sorry for the question, where can I find it?
  9. I would like a sales system, where merchants can choose sales such as zeny, cash, event point, pvp point, mvp point.
  10. Does anyone know how to activate Respawn map pvp and be able to use the function below. Interrupt the spawn script if the player chooses the option. return last save point
  11. Yes, yes, it was right and wrong with the option to choose the map to take effect. Thanks!
  12. To use the skill_damage_db.txt file, is it necessary to enable it in the src? If yes, where?
  13. He said that the map-server is experiencing peak consumption, it is not constant but it causes intermittency on the server.
  14. Linux server 4GB 3vcpu I'm having spikes in auto consumption in map-serv... which is causing slight crashes in the game.
  15. This way I had done it provisionally, more like I put a cutin for a countdown, opening a window is taking away the purpose. But I was looking for a way to use the game's own window, but apparently it's not through scrip, there must be some editing in the src.
  16. I will include the complete script, to make it easier to understand. Now I need that when the player selects to return to ready, the script is interrupted and does not teleport the player back to the pvp map. - script resspvp -1,{ end; OnPCDieEvent: if( strcharinfo(3) == "pvp_map" ) { sleep2 1000; atcommand "@alive "+strcharinfo(0); warp "pvp_map",0,0; } end; }
  17. Yes, but the change is login_athena. Solved, thanks for the tips.
  18. This button appears when the player dies. As I have a script to resurrect on the map in random warp, if the player clicks to return to ready, the script is not cancelled, so the player returns to the pvp map...
  19. Hi, this way, when the player dies he goes straight to the ready and then returns to the pvp map. The idea is when he dies and he clicks to return to ready and stay ready, the resurrect script on the pvp map will be bypassed.
  20. Because I had already configured all the VIP commands at level 1. Find the solution: Make changes to the login_athena file
  21. Hi friends, I enabled the VIP option in the src. I would also like that when using an item with the function of becoming a VIP, the group_id is 1, when I use it it changes to 5 Script: | vip_time(60*24*7); /// Uncomment to enable VIP system. #define VIP_ENABLE
  22. I have a script that resurrects in pvp when the player dies in a countdown. But if the character is dead and selects to go to prontera, he returns to pvp. How to adjust the script so it comes out promptly. OnPCDieEvent: if( strcharinfo(3) == "pvpamap" ) { sleep2 1000; } end; } Where to change so that when he clicks back to ready, the script does not take him back to pvp
  23. Analyzing the server, I'm having spikes of 80% on map-server. Does anyone know what could be causing this intermittent consumption.
  24. Hi friend, I want to remove the skills.
×
×
  • Create New...